* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body,
h1,
h2,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  min-width: 320px;
  color: #1f2937;
  background: #fafbfc;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.container {
  width: min(1120px, 100% - 40px);
  margin-inline: auto;
}

.top-bar {
  background: #0f2450;
  color: #fff;
  font-size: 0.76rem;
}

.top-bar-content {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.top-bar a + a {
  margin-left: 18px;
}

.top-bar strong {
  color: #f7d777;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 8px rgba(15, 36, 80, 0.12);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 3px;
}

.brand b {
  color: #d51f3d;
  font-family: "Great Vibes", cursive;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 0.72;
}

.brand small {
  color: #173f96;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 2vw, 29px);
}

.nav-links a {
  color: #183777;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.nav-links a:hover {
  color: #9d1c38;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  border-radius: 7px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
}

.nav-cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  color: #183777;
}

.mobile-menu {
  display: none;
}

.mobile-menu.open {
  display: grid;
  padding: 0 0 18px;
  gap: 13px;
}

.mobile-menu a {
  color: #183777;
  font-weight: bold;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: linear-gradient(118deg, #0f2450 0%, #183777 57%, #315ba5 100%);
  color: #fff;
}

.hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.eyebrow {
  margin-bottom: 11px;
  color: #f8d56a;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  font-weight: 800;
}

.hero .eyebrow {
  display: table;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(246, 212, 105, 0.5);
  border-radius: 999px;
  background: rgba(24, 55, 119, 0.58);
  color: #f6d469;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.dark-eyebrow {
  color: #9d1c38;
}

.hero h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.hero h1 {
  font-size: 5rem;
}

.hero h1 em,
h2 em {
  color: #f4ca57;
  font-weight: 400;
}

.hero-copy > p:not(.eyebrow):not(.hero-brand-script) {
  max-width: 490px;
  margin: 22px 0 25px;
  font-size: 3rem;
  line-height: 1.6;
  color: #e0e9fb;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  display: inline-block;
  padding: 14px 21px;
  border-radius: 0;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wine-button {
  background: #9d1c38;
  color: #fff;
}

.outline-button {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.gold-button {
  background: #f6d469;
  color: #0f2450;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  border: 2px solid #fff;
}

.hero-shape-one {
  width: 650px;
  height: 650px;
  right: -210px;
  top: -160px;
}

.hero-shape-two {
  width: 330px;
  height: 330px;
  right: 23%;
  bottom: -220px;
}

.hero-art {
  position: relative;
  height: 435px;
}

.hero-bag {
  position: absolute;
  bottom: 13px;
  left: 20%;
  width: 220px;
  height: 280px;
  padding-top: 92px;
  text-align: center;
  transform: rotate(-7deg);
  background: #f7e4ad;
  color: #9d1c38;
  border-radius: 48% 48% 16px 16px;
  box-shadow: 15px 20px 0 rgba(7, 24, 51, 0.22);
  font-family: Georgia, serif;
}

.hero-bag span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.hero-bag small {
  color: #183777;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.hero-bag b {
  display: block;
  margin-top: 25px;
  font-size: 3rem;
}

.hero-fruit {
  position: absolute;
  font-size: 10rem;
  line-height: 0.5;
  text-shadow: 5px 9px 0 rgba(7, 24, 51, 0.2);
}

.fruit-mango {
  color: #f6c650;
  right: 1%;
  top: 67px;
}

.fruit-lime {
  color: #73b94f;
  right: 30%;
  top: 20px;
}

.fruit-pepper {
  color: #bb294b;
  right: 1%;
  bottom: 44px;
}

.hero-sun {
  position: absolute;
  right: 15%;
  top: 0;
  color: #f7d777;
  font-size: 3rem;
}

.hero-leaf {
  position: absolute;
  left: 4%;
  bottom: 0;
  color: #85c866;
  font-size: 7rem;
  transform: rotate(-35deg);
}

.stats {
  min-height: 224px;
  display: flex;
  align-items: center;
  background: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.stat {
  text-align: center;
}

.stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
}

.stat-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-icon {
  border-radius: 50%;
  background: #edf5ef;
}

.stat strong {
  display: block;
  font: 700 2rem/1 Georgia, "Times New Roman", serif;
}

.stat small {
  display: block;
  margin-top: 7px;
  color: #7c5e59;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.red-stat {
  color: #d51f3d;
}

.green-stat {
  color: #247c38;
}

.gold-stat {
  color: #d2a635;
}

.blue-stat {
  color: #1e43a0;
}

.section {
  padding: 94px 0;
}

.section h2,
.contact h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #0f2450;
}

.section h2 em {
  color: #9d1c38;
}

.section-lead {
  max-width: 600px;
  margin: 14px 0 38px;
  line-height: 1.6;
  color: #54627a;
}

.products {
  padding-top: 76px;
  background: #fdf9f4;
}

.products-header {
  text-align: center;
}

.products-script {
  margin: 0 0 17px;
  color: #d6203f;
  font: italic 1.65rem/1.1 Georgia, "Times New Roman", serif;
}

.products-header h2 {
  color: #173f96;
  font-size: clamp(2.45rem, 4vw, 3.25rem);
}

.products-divider {
  display: block;
  width: 76px;
  height: 1px;
  margin: 19px auto 17px;
  background: #d5b75f;
}

.products-header > p:last-child {
  margin: 0 auto;
  color: #76544e;
  font-size: 0.9rem;
  line-height: 1.75;
}

.products-promise {
  width: max-content;
  max-width: 100%;
  margin: 40px auto 53px;
  padding: 11px 27px;
  border-radius: 22px;
  background: #1b45a0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category {
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e8dfda;
  border-radius: 4px;
  background: #fff;
  color: #0f2450;
  box-shadow: 0 4px 10px rgba(92, 68, 61, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 18px rgba(92, 68, 61, 0.13);
}

.category span {
  display: block;
  font-size: 3.7rem;
}

.category h3 {
  margin: 17px 0 8px;
  color: #173f96;
  font: 700 1rem/1.15 Georgia, serif;
}

.category p {
  margin: 0;
  color: #765e58;
  font-size: 0.75rem;
  line-height: 1.6;
}

.yellow-category {
  border-top: 3px solid #d2a635;
}

.red-category {
  border-top: 3px solid #d71f41;
}

.blue-category {
  border-top: 3px solid #173f96;
}

.green-category {
  border-top: 3px solid #247c38;
}

.details {
  padding-top: 58px;
  background: #fff;
  color: #76544e;
}

.details-header {
  text-align: center;
}

.details-header > p {
  margin: 0 0 16px;
  color: #dc2242;
  font: italic 1.55rem/1 Georgia, "Times New Roman", serif;
}

.details-header h2 {
  color: #173f96;
  font-size: clamp(2.45rem, 4vw, 3.2rem);
}

.details-header > span {
  display: block;
  width: 76px;
  height: 1px;
  margin: 18px auto;
  background: #d5b75f;
}

.details-header > div {
  font-size: 0.83rem;
  line-height: 1.7;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-top: 50px;
}

.detail-card {
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 23px 24px;
  border: 1px solid #e8dfda;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(92, 68, 61, 0.08);
  text-align: left;
}

.detail-card i {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
}

.detail-card svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-card h3 {
  margin: 4px 0 8px;
  color: #173f96;
  font: 700 1rem/1.15 Georgia, "Times New Roman", serif;
}

.detail-card p {
  margin: 0;
  color: #765e58;
  font-size: 0.71rem;
  line-height: 1.65;
}

.red-detail i {
  color: #d71f41;
  background: #fdecef;
}

.blue-detail i {
  color: #173f96;
  background: #edf1ff;
}

.pink-detail i {
  color: #df1b6a;
  background: #fceef5;
}

.gold-detail i {
  color: #c97817;
  background: #fff6df;
}

.story-seal {
  width: 310px;
  height: 310px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 11px solid #eecf69;
  border-radius: 50%;
  background: #183777;
  color: #fff;
  box-shadow: 15px 15px 0 #9d1c38;
}

.story-seal span {
  color: #eecf69;
  font-size: 3rem;
}

.story-seal b {
  font: 2rem Georgia, serif;
}

.story-seal small {
  letter-spacing: 0.14em;
}

.reverse-split {
  grid-template-columns: 0.8fr 1.2fr;
}

.footer {
  padding-top: 48px;
  background: #102765;
  color: #d7e0f3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1.25fr;
  gap: 72px;
  padding-bottom: 49px;
}

.footer-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-lockup img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-logo-lockup span {
  display: grid;
  gap: 3px;
}

.footer-logo-lockup b {
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 0.8;
}

.footer-logo-lockup small {
  color: #f6d469 !important;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 315px;
  margin: 17px 0 16px;
  color: #a9b8dc;
  font-size: 0.79rem;
  line-height: 1.72;
}

.footer-flag {
  display: flex;
  gap: 4px;
  width: 95px;
  margin-bottom: 8px;
}

.footer-flag i {
  width: 29px;
  height: 4px;
  background: #1c55a9;
}

.footer-flag i:nth-child(2) {
  background: #fff;
}

.footer-brand small {
  color: #7993c4;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer h2 {
  margin: 4px 0 22px;
  color: #fff;
  font: 900 0.73rem/1 Lato, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 13px;
}

.footer-nav a {
  color: #a9b8dc;
  font-size: 0.79rem;
}

.footer-nav a:hover,
.footer-contact > a:hover {
  color: #fff;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 17px;
}

.footer-contact > a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #bdcae4;
  font-size: 0.79rem;
  line-height: 1.55;
}

.footer-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #542058;
  color: #d81f47;
}

.footer-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-icon--facebook {
  color: #d81f47;
  font: 700 1rem/1 Arial, sans-serif;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-bottom .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #718bbd;
  font-size: 0.67rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom b {
  color: #e34c69;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 11;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.35);
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 30px, 1120px);
  }
  .top-bar-content {
    padding: 8px 0;
    display: block;
    text-align: center;
  }
  .top-bar strong {
    display: block;
    margin-top: 5px;
  }
  .top-bar a + a {
    margin-left: 8px;
  }
  .nav {
    height: 68px;
  }
  .brand img {
    width: 43px;
    height: 43px;
  }
  .brand b {
    font-size: 1.3rem;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero,
  .hero-grid {
    min-height: 600px;
  }
  .hero-grid {
    display: block;
    padding-top: 63px;
  }
  .hero h1 {
    font-size: 3.15rem;
  }
  .hero-art {
    height: 270px;
    margin-top: 16px;
  }
  .hero-bag {
    left: 28%;
    transform: scale(0.67) rotate(-7deg);
    transform-origin: bottom;
  }
  .hero-fruit {
    font-size: 6rem;
  }
  .fruit-mango {
    top: 60px;
  }
  .hero-leaf {
    font-size: 4rem;
  }
  .stats {
    padding: 37px 0;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 12px;
  }
  .category-grid,
  .details-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 62px 0;
  }
  .split,
  .reverse-split,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .produce-art {
    order: 2;
    min-height: 200px;
  }
  .story-seal {
    width: 230px;
    height: 230px;
    margin: auto;
  }
  .celebration-flowers {
    font-size: 4.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom .container {
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .contact {
    padding: 60px 0;
  }
  .contact-grid {
    display: grid;
  }
  .map {
    min-height: 300px;
  }
}
.media-placeholder {
  display: grid;
  place-content: center;
  gap: 7px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(15, 36, 80, 0.42), rgba(157, 28, 56, 0.25)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 12px, transparent 12px 24px);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.media-placeholder small {
  color: #f6d469;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero {
  min-height: 745px;
  background: linear-gradient(90deg, rgba(22, 78, 170, 0.84) 0%, rgba(24, 55, 119, 0.67) 46%, rgba(157, 28, 56, 0.36) 100%), url("/assets/images/veritos/hero-bg.jpg") center/cover no-repeat;
}

.hero-grid {
  min-height: 745px;
  grid-template-columns: 1fr;
  align-items: start;
}

.hero-copy {
  padding: 123px 0 0;
  max-width: 540px;
}

.hero .hero-copy .hero-brand-script {
  display: block;
  max-width: none;
  margin: 0.12em 0 -0.22em;
  padding: 0;
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: clamp(4.5rem, 5.6vw, 5.6rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.hero h1 {
  font-size: 4rem;
}

.hero-shape-one {
  width: 124px;
  height: 124px;
  top: 17px;
  right: 29px;
  opacity: 0.2;
}

.hero-shape-two {
  width: 78px;
  height: 78px;
  right: auto;
  bottom: 59px;
  left: 33px;
  border-color: #f6d469;
  opacity: 0.27;
}

.hero-copy > p:not(.eyebrow):not(.hero-brand-script) {
  font-size: 1rem;
  line-height: 1.8;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 50%;
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  font-size: 1.25rem;
  line-height: 0.65;
}

.category {
  padding: 0 0 21px;
}

.category-media {
  min-height: 138px;
  border: 0;
  border-bottom: 1px solid #e8dfda;
}

.category h3,
.category p {
  margin-left: 20px;
  margin-right: 20px;
}

.category h3 {
  font-size: 1rem;
}

.category-media img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.green-category .category-media {
  background-color: #2f8745;
}

.yellow-category .category-media {
  background-color: #d59422;
}

.red-category .category-media {
  background-color: #bd2b48;
}

.blue-category .category-media {
  background-color: #286bb2;
}

.story {
  position: relative;
  overflow: hidden;
  padding: 46px 0 58px;
  background: #fde1e4;
}

.story-bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(217, 79, 108, 0.2);
  pointer-events: none;
}

.story-bubble-top {
  width: 190px;
  height: 190px;
  top: -63px;
  right: -52px;
}

.story-bubble-bottom {
  width: 160px;
  height: 160px;
  bottom: -100px;
  left: -49px;
  background: rgba(24, 55, 119, 0.13);
}

.story-header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.story-header > p {
  margin: 0 0 17px;
  color: #d41d3d;
  font: italic 1.7rem/1 Georgia, "Times New Roman", serif;
}

.story-header h2 {
  color: #173f96;
  font-size: clamp(2.4rem, 4vw, 3.25rem);
}

.story-header > span {
  display: block;
  width: 76px;
  height: 1px;
  margin: 20px auto 0;
  background: #d5b75f;
}

.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 66px;
}

.story-photo {
  position: relative;
  min-height: 528px;
  place-content: center;
  border: 3px solid #fff;
  border-radius: 3px;
  background: url("/assets/images/veritos/familia-veritos.jpeg") center 38%/cover no-repeat;
  box-shadow: 0 14px 26px rgba(97, 35, 52, 0.15);
}

.story-photo-logo {
  position: absolute;
  top: -21px;
  right: -22px;
  width: 77px;
  height: 77px;
  padding: 6px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 9px rgba(92, 42, 52, 0.17);
}

.story-identity {
  position: absolute;
  left: 24px;
  bottom: 24px;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.story-identity strong {
  display: block;
  font: italic 1.35rem Georgia, "Times New Roman", serif;
}

.story-identity small {
  display: block;
  margin-top: 5px;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.story-content {
  color: #3f2b2b;
}

.story-content > p:not(.story-welcome) {
  margin: 0 0 21px;
  font-size: 0.84rem;
  line-height: 1.72;
}

.story-welcome {
  margin: 0 0 21px;
  color: #d41d3d;
  font: italic 1.55rem/1 Georgia, "Times New Roman", serif;
}

.story-values {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.story-values li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: start;
}

.story-values i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #cf1f3d;
  color: #fff;
}

.story-values svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-values b,
.story-values small {
  display: block;
}

.story-values b {
  margin: 2px 0 5px;
  color: #173f96;
  font-size: 0.78rem;
}

.story-values small {
  color: #765e58;
  font-size: 0.71rem;
  line-height: 1.45;
}

.story-pride {
  display: grid;
  grid-template-columns: 39px 39px 39px;
  gap: 5px;
  margin-top: 29px;
}

.story-pride > span {
  height: 5px;
  background: #173f96;
}

.story-pride > span:nth-child(2) {
  background: #fff;
}

.story-pride small {
  grid-column: 1/-1;
  color: #173f96;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
}

@media (max-width: 760px) {
  .hero,
  .hero-grid {
    min-height: unset;
  }
  .hero-grid {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 55px 0 90px;
  }
  .hero h1 {
    font-size: 3.3rem;
  }
  .hero .hero-copy .hero-brand-script {
    margin: 0.12em 0 -0.2em;
    font-size: clamp(3.6rem, 16vw, 4.6rem);
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-media {
    min-height: 105px;
  }
  .category h3 {
    font-size: 1rem;
  }
  .produce-art {
    min-height: 250px;
  }
  .story-portrait {
    min-height: 310px;
  }
  .reverse-split {
    display: flex;
    flex-direction: column;
  }
  .story-portrait {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .hero,
  .hero-grid {
    min-height: unset;
  }
  .hero-grid {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 55px 0 90px;
  }
  .hero h1 {
    font-size: 3.3rem;
  }
  .products {
    padding-top: 58px;
  }
  .desktop-only {
    display: none;
  }
  .products-header > p:last-child {
    font-size: 0.84rem;
  }
  .products-promise {
    width: 100%;
    margin-bottom: 38px;
    padding: 11px 12px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-media {
    min-height: 105px;
  }
  .category h3 {
    font-size: 1rem;
  }
  .produce-art {
    min-height: 250px;
  }
  .story-portrait {
    min-height: 310px;
  }
  .reverse-split {
    display: flex;
    flex-direction: column;
  }
  .story-portrait {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .details-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .detail-card {
    min-height: 150px;
    padding: 18px 15px;
    gap: 12px;
  }
  .detail-card i {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .detail-card svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 520px) {
  .category-grid,
  .details-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .detail-card {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  .story {
    padding: 56px 0;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 45px;
  }
  .story-photo {
    min-height: 430px;
  }
  .story-photo-logo {
    right: 10px;
  }
  .story-content > p:not(.story-welcome) {
    font-size: 0.82rem;
  }
  .story-bubble-top {
    width: 125px;
    height: 125px;
  }
  .story-bubble-bottom {
    width: 110px;
    height: 110px;
  }
}
.contact {
  padding: 92px 0;
  background: #f6f8fc;
}

.contact .eyebrow,
.contact h2,
.contact .section-lead {
  text-align: center;
  margin-inline: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.contact-cards {
  display: grid;
  gap: 12px;
}

.contact-card {
  display: flex;
  gap: 14px;
  padding: 17px;
  border: 1px solid #d9e2f2;
  border-radius: 10px;
  background: #fff;
}

.contact-card i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  border-radius: 50%;
  background: #9d1c38;
  color: #fff;
  font-style: normal;
}

.contact-card small {
  color: #9d1c38;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.contact-card p {
  margin: 5px 0;
  font-weight: bold;
  color: #0f2450;
  line-height: 1.4;
}

.contact-card a {
  color: #9d1c38;
  font-size: 0.8rem;
  font-weight: bold;
}

.whatsapp-cta {
  display: flex;
  gap: 9px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background: #25d366;
  color: #fff;
  font-size: 0.86rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 15px;
}

.whatsapp-cta svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.map {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 36, 80, 0.16);
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 405px;
  border: 0;
}
