:root {
  --bg: #f6f9f1;
  --bg-soft: #ecf3e6;
  --surface: #fffef8;
  --surface-soft: #e7f1df;
  --text: #1f3323;
  --text-soft: #5a6c5b;
  --primary: #4f7f4e;
  --primary-strong: #294f31;
  --accent-earth: #a7663f;
  --accent-gold: #d59a55;
  --line: rgba(65, 113, 70, 0.22);
  --shadow: 0 14px 36px rgba(38, 69, 43, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  background:
    radial-gradient(circle at 8% 6%, rgba(213, 154, 85, 0.1) 0%, transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(79, 127, 78, 0.22) 0%, transparent 28%),
    radial-gradient(circle at 55% 100%, rgba(142, 170, 118, 0.16) 0%, transparent 35%),
    linear-gradient(160deg, #fbfcf6 0%, #f2f7eb 50%, #e6f0dd 100%);
  color: var(--text);
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.16;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='760' viewBox='0 0 1200 760'%3E%3Cg fill='none' stroke='%23bdb4a2' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M-30 130 C120 80 230 140 340 92 C420 58 520 70 610 34'/%3E%3Cpath d='M590 34 C614 58 616 86 596 112'/%3E%3Cpath d='M628 28 C650 54 652 80 634 108'/%3E%3Cpath d='M664 22 C686 48 688 74 670 102'/%3E%3Cpath d='M146 120 C170 146 170 172 148 198'/%3E%3Cpath d='M182 114 C206 140 206 166 184 194'/%3E%3Cpath d='M218 110 C242 136 244 162 222 192'/%3E%3Cpath d='M880 108 C1040 48 1110 108 1240 64'/%3E%3Cpath d='M948 86 C972 112 972 140 950 168'/%3E%3Cpath d='M986 82 C1008 108 1010 134 990 162'/%3E%3Cpath d='M1022 78 C1046 104 1048 130 1028 158'/%3E%3Cpath d='M90 360 C220 312 330 356 470 306'/%3E%3Cpath d='M234 336 C258 360 260 388 240 414'/%3E%3Cpath d='M274 330 C298 354 300 382 278 408'/%3E%3Cpath d='M314 324 C338 348 340 376 318 402'/%3E%3Cpath d='M758 410 C888 360 996 412 1146 350'/%3E%3Cpath d='M912 382 C936 408 936 434 916 462'/%3E%3Cpath d='M952 376 C974 402 976 430 956 458'/%3E%3Cpath d='M992 370 C1016 396 1018 422 998 450'/%3E%3Cpath d='M-40 640 C122 572 242 640 396 584'/%3E%3Cpath d='M120 610 C144 638 144 666 122 694'/%3E%3Cpath d='M162 604 C186 632 186 660 164 688'/%3E%3Cpath d='M204 598 C228 626 230 654 208 682'/%3E%3Cpath d='M818 654 C970 592 1080 642 1244 580'/%3E%3Cpath d='M962 626 C986 654 986 682 964 708'/%3E%3Cpath d='M1004 620 C1028 648 1028 676 1006 704'/%3E%3Cpath d='M1046 614 C1070 642 1070 670 1048 698'/%3E%3C/g%3E%3Cg fill='%23c8bfae' opacity='0.26'%3E%3Cellipse cx='612' cy='68' rx='13' ry='28' transform='rotate(-28 612 68)'/%3E%3Cellipse cx='648' cy='62' rx='12' ry='26' transform='rotate(-22 648 62)'/%3E%3Cellipse cx='684' cy='58' rx='12' ry='24' transform='rotate(-18 684 58)'/%3E%3Cellipse cx='168' cy='146' rx='11' ry='24' transform='rotate(-34 168 146)'/%3E%3Cellipse cx='204' cy='140' rx='11' ry='24' transform='rotate(-28 204 140)'/%3E%3Cellipse cx='240' cy='136' rx='10' ry='22' transform='rotate(-22 240 136)'/%3E%3Cellipse cx='956' cy='112' rx='11' ry='24' transform='rotate(-30 956 112)'/%3E%3Cellipse cx='992' cy='106' rx='11' ry='24' transform='rotate(-24 992 106)'/%3E%3Cellipse cx='1028' cy='100' rx='10' ry='22' transform='rotate(-20 1028 100)'/%3E%3Cellipse cx='248' cy='360' rx='11' ry='24' transform='rotate(-30 248 360)'/%3E%3Cellipse cx='288' cy='352' rx='10' ry='22' transform='rotate(-24 288 352)'/%3E%3Cellipse cx='328' cy='346' rx='10' ry='22' transform='rotate(-18 328 346)'/%3E%3Cellipse cx='924' cy='404' rx='11' ry='24' transform='rotate(-30 924 404)'/%3E%3Cellipse cx='964' cy='398' rx='10' ry='22' transform='rotate(-24 964 398)'/%3E%3Cellipse cx='1004' cy='392' rx='10' ry='22' transform='rotate(-18 1004 392)'/%3E%3Cellipse cx='132' cy='638' rx='11' ry='24' transform='rotate(-30 132 638)'/%3E%3Cellipse cx='174' cy='632' rx='10' ry='22' transform='rotate(-24 174 632)'/%3E%3Cellipse cx='216' cy='626' rx='10' ry='22' transform='rotate(-18 216 626)'/%3E%3Cellipse cx='974' cy='654' rx='11' ry='24' transform='rotate(-30 974 654)'/%3E%3Cellipse cx='1016' cy='648' rx='10' ry='22' transform='rotate(-24 1016 648)'/%3E%3Cellipse cx='1058' cy='642' rx='10' ry='22' transform='rotate(-18 1058 642)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 1300px auto;
  background-repeat: repeat;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 254, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.4rem);
  min-height: 108px;
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  text-decoration: none;
}

.brand-logo {
  width: 118px;
  height: 118px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  border: none;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--primary-strong);
  text-decoration: none;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.45rem 0.8rem;
  text-align: center;
  min-width: 0;
}

.menu a {
  text-decoration: none;
  color: var(--text-soft);
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  line-height: 1.15;
}

.menu a:hover {
  background: rgba(79, 127, 78, 0.12);
  color: var(--primary-strong);
}

.hero {
  padding: 4.4rem 0 3.2rem;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.48) 0%, rgba(255, 253, 248, 0.35) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.25rem;
  align-items: center;
}

.pill {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.42rem 0.84rem;
  border-radius: 999px;
  background: rgba(79, 127, 78, 0.14);
  color: #294f31;
  border: 1px solid rgba(79, 127, 78, 0.25);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: clamp(2.35rem, 5.5vw, 3.8rem);
  line-height: 1.02;
  color: #213f29;
}

.lead {
  margin-top: 0.9rem;
  color: var(--text-soft);
  max-width: 62ch;
  line-height: 1.68;
  font-weight: 500;
}

.hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-card {
  background:
    linear-gradient(160deg, rgba(255, 254, 248, 0.98) 0%, rgba(232, 242, 221, 0.9) 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.hero-card h3 {
  margin-bottom: 0.7rem;
  color: #264a34;
  font-size: 1.65rem;
}

.hero-card ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  color: var(--text-soft);
  font-weight: 500;
}

.hero-banners {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.hero-banners img {
  width: 100%;
  height: clamp(270px, 31.5vw, 465px);
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(79, 127, 88, 0.14);
  box-shadow: 0 12px 28px rgba(38, 69, 43, 0.09);
  background: transparent;
}

.section {
  padding: 2.9rem 0;
}

.soft {
  background:
    linear-gradient(180deg, rgba(255, 254, 248, 0.78) 0%, rgba(229, 240, 217, 0.68) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  text-align: center;
  color: #254431;
}

.section-text {
  margin: 0.7rem auto 0;
  text-align: center;
  color: var(--text-soft);
  max-width: 68ch;
  font-weight: 600;
}

.cards-grid,
.products-grid,
.ads-grid {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.95rem;
}

.cards-grid .card,
.products-grid .product,
.ads-grid .ad-card {
  flex: 0 1 clamp(260px, 28vw, 310px);
}

.marketing-grid {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.marketing-grid .marketing-card {
  flex: 0 1 clamp(270px, 30vw, 330px);
}

.mother-grid,
.herbs-grid,
.real-grid {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.mother-card,
.herb-card,
.real-card {
  flex: 0 1 clamp(240px, 26vw, 285px);
}

.mother-card,
.herb-card,
.real-card {
  background: rgba(255, 254, 248, 0.96);
  border: 1px solid rgba(79, 127, 88, 0.22);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
}

.real-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.mother-card img,
.herb-card img,
.real-card img {
  width: 100%;
  height: clamp(220px, 24vw, 270px);
  object-fit: cover;
  display: block;
}

.mother-card:first-child img,
.mother-card:nth-child(3) img {
  object-position: center calc(50% - 36px);
}

.real-card figcaption {
  padding: 1.05rem 0.95rem 0.95rem;
  display: grid;
  align-content: start;
  justify-items: center;
}

.real-card h3 {
  color: #264a34;
  font-size: 1.35rem;
  line-height: 1.08;
  margin-top: 0.15rem;
}

.real-card p {
  color: var(--text-soft);
  margin-top: 0.35rem;
  line-height: 1.55;
  font-weight: 600;
  max-width: 30ch;
}

.mother-card-body,
.herb-card {
  padding: 0.9rem;
  text-align: center;
  display: grid;
  justify-items: center;
}

.mother-card h3,
.herb-card h3 {
  color: #264a34;
  font-size: 1.5rem;
  line-height: 1.05;
}

.mother-card p,
.herb-card p {
  color: var(--text-soft);
  margin-top: 0.35rem;
  line-height: 1.55;
  font-weight: 600;
  max-width: 32ch;
}

.herb-card img {
  height: clamp(190px, 22vw, 220px);
  border-bottom: 1px solid rgba(79, 127, 88, 0.18);
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  margin-bottom: 0.8rem;
}

.herb-card .btn {
  margin-top: 0.7rem;
}

.herb-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 520px;
  padding: 1rem 1rem 1.1rem;
}

.herb-card p {
  max-width: 30ch;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.herb-card h3 {
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing-card {
  background: linear-gradient(165deg, rgba(255, 254, 248, 0.98), rgba(230, 241, 219, 0.9));
  border: 1px solid rgba(79, 127, 88, 0.25);
  border-radius: 18px;
  padding: 1.05rem;
  box-shadow: var(--shadow);
  text-align: center;
}

.marketing-card h3 {
  color: #264a34;
  font-size: 1.55rem;
  line-height: 1.05;
  margin-bottom: 0.45rem;
}

.marketing-card p {
  color: var(--text-soft);
  line-height: 1.65;
  font-weight: 600;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.marketing-media-grid {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.marketing-media-grid .campaign-card {
  flex: 0 1 clamp(220px, 24vw, 260px);
}

.campaign-card {
  background: rgba(255, 254, 248, 0.96);
  border: 1px solid rgba(79, 127, 88, 0.22);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
}

.campaign-card img {
  width: 100%;
  height: clamp(160px, 20vw, 190px);
  object-fit: cover;
  object-position: center;
  background: linear-gradient(145deg, rgba(240, 246, 233, 0.92), rgba(245, 238, 225, 0.88));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketing-media-grid .campaign-card:first-child img {
  object-position: center calc(50% - 57px);
}

.marketing-media-grid .campaign-card:nth-child(2) img {
  object-position: center calc(50% - 63px);
}

.campaign-card h3,
.campaign-card p {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.campaign-card h3 {
  padding-top: 0.75rem;
  color: #264a34;
  font-size: 1.28rem;
  line-height: 1.12;
}

.campaign-card p {
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
  color: var(--text-soft);
  line-height: 1.45;
  font-weight: 600;
}

.campaign-card:hover img {
  transform: translateY(-3px);
}

.prep-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 1.2rem;
  align-items: center;
}

.prep-copy {
  text-align: left;
}

.prep-copy h2 {
  text-align: left;
}

.prep-copy p {
  color: var(--text-soft);
  line-height: 1.7;
  font-weight: 600;
  margin: 0.7rem 0 1rem;
  max-width: 62ch;
}

.prep-image {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(79, 127, 88, 0.22);
  box-shadow: var(--shadow);
  background: rgba(255, 253, 248, 0.9);
}

.card,
.product,
.ad-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.ad-card {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
  align-items: center;
  min-height: clamp(470px, 52vw, 520px);
}

.ad-card img {
  width: 100%;
  height: clamp(190px, 22vw, 230px);
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid rgba(79, 127, 88, 0.18);
  background: rgba(240, 246, 233, 0.9);
}

.ads-grid .ad-card:nth-child(3) img {
  object-position: center calc(50% - 20px);
}

.ad-card p {
  max-width: 34ch;
}

.product {
  text-align: center;
  justify-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: clamp(410px, 45vw, 455px);
}

.product p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .btn,
.ad-card .btn,
.herb-card .btn {
  width: min(100%, 220px);
  min-height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  text-align: center;
}

.ad-card-featured {
  background:
    linear-gradient(160deg, rgba(255, 254, 248, 0.98), rgba(232, 241, 219, 0.94));
  border-color: rgba(185, 131, 90, 0.35);
}

.card,
.product,
.ad-card,
.hero-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product {
  position: relative;
  overflow: hidden;
}

.product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5b8b60, #d6a66b);
}

.products-grid .product:nth-child(2)::before {
  background: linear-gradient(90deg, #6b5f9a, #80b9cf);
}

.products-grid .product:nth-child(3)::before {
  background: linear-gradient(90deg, #4b7f6b, #b7a56a);
}

.products-grid .product:nth-child(4)::before {
  background: linear-gradient(90deg, #8a6a52, #e1c070);
}

.products-grid .product:nth-child(5)::before {
  background: linear-gradient(90deg, #3d6d4f, #8dbf94);
}

.products-grid .product:nth-child(6)::before {
  background: linear-gradient(90deg, #6d7763, #d3a07c);
}

.card:hover,
.product:hover,
.ad-card:hover,
.hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(55, 74, 57, 0.16);
}

.card p,
.ad-card p,
.product p {
  color: var(--text-soft);
  font-weight: 600;
}

.cards-grid .card h3 {
  font-size: calc(1.5rem + 2px);
  font-weight: 700;
}

.product img {
  width: 100%;
  height: clamp(190px, 22vw, 230px);
  object-fit: contain;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(233, 242, 222, 0.95), rgba(250, 249, 240, 0.96));
  border: 1px solid rgba(79, 127, 88, 0.18);
}

.product h3 {
  margin-top: 0.7rem;
  font-size: 1.58rem;
  color: #264a34;
  line-height: 1.06;
}

.product .cat {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #8a5734;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(213, 154, 85, 0.12);
  border: 1px solid rgba(167, 102, 63, 0.24);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
}

.ad-tag {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #8a5734;
  background: rgba(213, 154, 85, 0.12);
  border: 1px solid rgba(167, 102, 63, 0.24);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ad-card h3 {
  margin-bottom: 0.45rem;
  color: #264a34;
  font-size: 1.6rem;
}

.contact-box {
  text-align: center;
}

.contact-box p {
  color: var(--text-soft);
  max-width: 62ch;
  margin: 0.8rem auto 1rem;
}

.contact-social {
  margin-bottom: 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.62rem 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(120deg, #4f7f4e, #294f31);
  color: #fff;
  box-shadow: 0 8px 20px rgba(41, 79, 49, 0.25);
}

.btn-outline {
  border-color: rgba(167, 102, 63, 0.42);
  color: #7b4c2f;
  background: rgba(255, 250, 240, 0.68);
}

.btn-outline:hover {
  background: rgba(236, 244, 224, 0.78);
  border-color: rgba(79, 127, 78, 0.44);
  color: #294f31;
}

.footer {
  padding: 0;
  color: #6c7b6d;
  font-weight: 600;
  background:
    linear-gradient(90deg, rgba(230, 241, 219, 0.85), rgba(255, 254, 248, 0.9));
  border-top: 1px solid rgba(65, 113, 70, 0.18);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(1.2rem, 4vw, 3rem);
  text-align: left;
  padding: 1.8rem 0;
}

.footer-two-col {
  min-height: 0;
}

.footer-cta h2 {
  text-align: left;
}

.footer-cta {
  order: 2;
}

.footer-cta p {
  margin: 0.65rem 0 0.9rem;
  color: var(--text-soft);
  max-width: 56ch;
  line-height: 1.6;
  font-weight: 600;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-brand-panel {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: start;
  order: 1;
}

.footer-brand-image {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 22px;
  background: #294f31;
  border: 1px solid rgba(79, 127, 88, 0.22);
  box-shadow: 0 10px 24px rgba(55, 74, 57, 0.13);
  flex-shrink: 0;
}

.footer-copy-block h3 {
  color: #264a34;
  font-size: 1.8rem;
  line-height: 1;
}

.footer-copy-block p {
  margin-top: 0.3rem;
  color: var(--text-soft);
  max-width: 44ch;
  line-height: 1.55;
  font-weight: 600;
}

.footer-copy-block a {
  display: inline-block;
  margin-top: 0.45rem;
  color: #7b4c2f;
  font-weight: 700;
  text-decoration: none;
}

/* Estandar tipografico global (excepto hero) */
main h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  line-height: 1.14;
}

main h3,
main .card h3,
main .marketing-card h3,
main .campaign-card h3,
main .mother-card h3,
main .herb-card h3,
main .real-card h3,
main .ad-card h3,
main .product h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.65rem);
  line-height: 1.16;
  font-weight: 700;
}

main p,
main .section-text,
main .card p,
main .product p,
main .ad-card p,
main .mother-card p,
main .herb-card p,
main .real-card p,
main .marketing-card p,
main .campaign-card p,
main .prep-copy p {
  font-size: clamp(1rem, 1.55vw, 1.08rem);
  line-height: 1.58;
}

.floating-instagram {
  position: fixed;
  left: max(14px, env(safe-area-inset-left, 0px));
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  z-index: 180;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 10px 26px rgba(48, 37, 71, 0.35),
    0 2px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-instagram:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 14px 30px rgba(48, 37, 71, 0.4),
    0 3px 8px rgba(0, 0, 0, 0.18);
}

.floating-instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 96px;
    height: 96px;
  }

  .brand {
    font-size: 1.7rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-banners {
    grid-template-columns: 1fr;
  }

  .prep-section {
    grid-template-columns: 1fr;
  }

  .prep-copy,
  .prep-copy h2 {
    text-align: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-cta h2 {
    text-align: center;
  }

  .footer-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-actions {
    justify-content: center;
  }

  .footer-brand-panel {
    justify-self: center;
    flex-direction: column;
  }

  .nav .btn {
    display: none;
  }
}

@media (max-width: 1180px) {
  .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.7rem 0;
  }

  .brand-wrap {
    justify-content: center;
  }

  .menu {
    justify-content: center;
    gap: 0.35rem;
  }

  .menu a {
    font-size: 0.92rem;
    padding: 0.42rem 0.65rem;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 1.5rem, 1120px);
  }

  .topbar {
    position: relative;
  }

  .nav {
    min-height: 0;
    gap: 0.65rem;
  }

  .brand-logo {
    width: 88px;
    height: 88px;
  }

  .brand {
    font-size: 1.55rem;
  }

  .menu {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 0.25rem 0 0.45rem;
    scrollbar-width: thin;
  }

  .menu a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.85rem;
  }

  .hero {
    padding: 2.7rem 0 2.2rem;
  }

  .hero-grid {
    text-align: center;
  }

  .hero-banners img {
    height: 360px;
  }

  .hero-actions,
  .footer-actions {
    justify-content: center;
  }

  .section {
    padding: 2.25rem 0;
  }

  .cards-grid .card,
  .products-grid .product,
  .ads-grid .ad-card,
  .marketing-grid .marketing-card,
  .mother-card,
  .herb-card,
  .real-card,
  .marketing-media-grid .campaign-card {
    flex-basis: min(100%, 340px);
  }

  .product,
  .herb-card,
  .ad-card {
    min-height: auto;
  }

  .product .btn,
  .ad-card .btn,
  .herb-card .btn,
  .footer-actions .btn,
  .prep-copy .btn {
    width: min(100%, 280px);
  }

  .footer-brand-image {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.05rem, 12vw, 2.7rem);
  }

  h2 {
    font-size: clamp(1.75rem, 10vw, 2.2rem);
  }

  .lead,
  .section-text,
  .footer-cta p,
  .prep-copy p {
    font-size: 0.95rem;
  }

  .brand {
    font-size: 1.35rem;
  }

  .brand-logo {
    width: 78px;
    height: 78px;
  }

  .mother-card img,
  .herb-card img,
  .real-card img,
  .product img,
  .ad-card img {
    height: 190px;
  }

  .campaign-card img {
    height: 165px;
  }

  .hero-banners img {
    height: 285px;
    border-radius: 14px;
  }

  .footer-actions {
    flex-direction: column;
    align-items: center;
  }

  .floating-instagram {
    width: 3.1rem;
    height: 3.1rem;
  }
}
