:root {
  --purple-950: #1d082b;
  --purple-900: #2b0c40;
  --purple-800: #3a1156;
  --purple-700: #501873;
  --purple-600: #6d2b92;
  --green-700: #3f8428;
  --green-600: #54a936;
  --green-500: #69bc43;
  --yellow-500: #efb42f;
  --ink: #22172a;
  --muted: #71697a;
  --line: #ece7ef;
  --soft: #f7f4f8;
  --white: #fff;
  --shadow-sm: 0 8px 26px rgba(39, 13, 51, .07);
  --shadow-md: 0 22px 60px rgba(38, 12, 53, .13);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1380px;
  --display: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: linear-gradient(180deg, #fbfafc, #f6f2f8); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 12px 18px; border-radius: 10px; color: var(--purple-900); background: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 3vw, 3.55rem); line-height: 1.03; color: var(--purple-900); }
h3 { color: var(--purple-900); }
p { line-height: 1.7; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .icon-button:focus-visible, .category-card:focus-visible, .add-button:focus-visible, a:focus-visible { outline: 3px solid rgba(105, 188, 67, .5); outline-offset: 3px; }
.button svg { width: 18px; transition: transform .22s ease; }
.button:hover svg { transform: translateX(4px); }
.button--green { color: white; background: var(--green-600); box-shadow: 0 12px 30px rgba(82, 169, 54, .28); }
.button--green:hover { background: var(--green-700); }
.button--purple { color: white; background: var(--purple-700); box-shadow: 0 12px 28px rgba(80, 24, 115, .24); }
.button--purple:hover { background: var(--purple-800); }
.button--ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: white; background: rgba(255,255,255,.13); }
.button--white { color: var(--purple-800); background: white; box-shadow: var(--shadow-sm); }
.button--whatsapp { min-height: 44px; padding-inline: 18px; color: var(--purple-900); background: white; font-size: .86rem; }
.whatsapp-icon { width: 23px; height: 23px; flex: 0 0 auto; color: #25d366; }
.button--whatsapp:hover .whatsapp-icon { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow--light { color: #c4eb9f; }
.section-heading { margin-bottom: 44px; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { margin-top: 16px; color: var(--muted); }
.section-caption { max-width: 430px; margin: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-weight: 750; white-space: nowrap; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.13); background: linear-gradient(180deg, rgba(25,5,38,.86), rgba(25,5,38,.32)); }
.header-inner { width: min(calc(100% - 40px), 1540px); min-height: 92px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.brand { width: 112px; height: 84px; flex: 0 0 auto; display: grid; place-items: center; background: transparent; }
.brand img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(18,4,27,.28)); }
.main-nav { min-width: 0; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.25vw, 24px); margin-inline: auto; }
.main-nav a { position: relative; padding: 35px 0 31px; color: rgba(255,255,255,.8); font-size: clamp(.73rem, .8vw, .88rem); font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset: auto 50% 22px; height: 2px; background: #a8dd77; transform: translateX(-50%); width: 0; transition: width .2s; }
.main-nav a:hover, .main-nav a.is-active { color: white; }
.main-nav a.is-active::after, .main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.07); cursor: pointer; transition: background .2s, transform .2s; }
.icon-button:hover { background: rgba(255,255,255,.17); transform: translateY(-1px); }
.cart-count { position: absolute; top: -7px; right: -3px; min-width: 20px; height: 20px; display: grid; place-items: center; padding-inline: 4px; border: 2px solid var(--purple-900); border-radius: 20px; background: var(--green-500); font-size: .67rem; font-weight: 800; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--purple-950) url("../img/hero.png") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(180deg, transparent, rgba(24,6,35,.46)); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,6,38,.94) 0%, rgba(39,8,54,.80) 30%, rgba(43,9,58,.30) 53%, rgba(29,5,39,.04) 72%), linear-gradient(180deg, rgba(20,3,29,.34), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 112px; }
.hero-content > * { max-width: 650px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(3.7rem, 5.7vw, 6.3rem); line-height: .94; letter-spacing: -.06em; color: white; text-shadow: 0 5px 30px rgba(20,4,28,.25); }
.hero h1 em { color: #83cf55; font-style: normal; }
.hero-copy { max-width: 570px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 42px; color: rgba(255,255,255,.9); }
.hero-note__icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(168,221,119,.4); border-radius: 50%; color: #a8dd77; background: rgba(84,169,54,.12); }
.hero-note strong, .hero-note small { display: block; }
.hero-note small { margin-top: 2px; color: rgba(255,255,255,.58); }

/* Benefits */
.benefits { position: relative; z-index: 5; margin-top: -34px; }
.benefits-grid { min-height: 98px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(74,40,84,.08); border-radius: 22px; background: white; box-shadow: var(--shadow-md); }
.benefits article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 26px; }
.benefits article:not(:last-child)::after { content: ""; position: absolute; top: 26%; right: 0; width: 1px; height: 48%; background: var(--line); }
.benefit-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--purple-700); background: #f2eaf6; font-size: 1.35rem; }
.benefit-icon img { width: 31px; height: 31px; object-fit: contain; }
.benefits strong, .benefits small { display: block; }
.benefits strong { color: var(--purple-900); }
.benefits small { margin-top: 3px; color: var(--muted); font-size: .78rem; }

/* Combo */
.section--combo { padding-top: 104px; padding-bottom: 74px; }
.combo-heading { align-items: center; }
.combo-carousel { position: relative; outline: none; }
.combo-viewport { overflow: hidden; border-radius: var(--radius-lg); }
.combo-track { display: flex; transition: transform .55s cubic-bezier(.22,.8,.28,1); will-change: transform; }
.combo-slide { min-width: 100%; }
.combo-card { min-height: 510px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius-lg); color: white; background: linear-gradient(125deg, var(--purple-950), #4b1468 64%, #682087); box-shadow: 0 30px 70px rgba(55,15,76,.22); }
.combo-media { position: relative; min-height: 480px; display: grid; place-items: center; margin: 24px; overflow: hidden; border-radius: 25px; background: white; }
.combo-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; pointer-events: none; }
.combo-media img { width: 92%; height: 92%; object-fit: contain; }
.combo-badge { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 8px 13px; border-radius: 999px; color: var(--purple-900); background: #d9f4c2; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.combo-content { display: flex; flex-direction: column; justify-content: center; padding: 58px clamp(38px, 5vw, 82px) 58px 42px; }
.combo-content h3 { margin: 0 0 19px; color: white; font-size: clamp(2.8rem, 4vw, 4.6rem); }
.combo-description { max-width: 570px; color: rgba(255,255,255,.73); font-size: 1.05rem; }
.combo-list { display: grid; gap: 12px; margin: 12px 0 30px; padding: 0; list-style: none; color: rgba(255,255,255,.89); }
.combo-list li { display: flex; align-items: center; gap: 11px; }
.combo-list svg { color: #9ad568; }
.combo-purchase { display: flex; align-items: end; gap: 30px; }
.price-block del, .price-block strong { display: block; }
.price-block del { margin-bottom: 2px; color: rgba(255,255,255,.55); }
.price-block strong { color: #9ee06a; font-family: var(--display); font-size: 2.65rem; letter-spacing: -.05em; }
.combo-controls { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 24px; }
.combo-controls[hidden] { display: none; }
.carousel-button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--purple-800); background: white; box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .2s, color .2s, background .2s; }
.carousel-button:hover { transform: translateY(-2px); color: white; background: var(--purple-700); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #d9d0dd; cursor: pointer; transition: width .25s, background .25s; }
.carousel-dots button.is-active { width: 28px; background: var(--green-600); }
.combo-empty { min-width: 100%; padding: 70px 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--soft); text-align: center; }
.combo-empty strong { color: var(--purple-900); font-family: var(--display); font-size: 1.6rem; }
.combo-empty p { margin: 8px 0 0; color: var(--muted); }

/* Categories */
.categories-section { padding-top: 64px; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 16px; }
.category-card { min-height: 176px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 22px; background: white; cursor: pointer; transition: transform .22s ease, border-color .22s, box-shadow .22s, background .22s; }
.category-card:hover, .category-card.is-active { transform: translateY(-5px); border-color: rgba(105,188,67,.55); box-shadow: var(--shadow-sm); }
.category-card.is-active { background: linear-gradient(180deg, #fff, #f6fbf2); }
.category-card > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; color: var(--purple-700); background: #f4edf7; font-size: 1.75rem; transition: color .2s, background .2s; }
.category-card > span img { width: 42px; height: 42px; object-fit: contain; transition: filter .2s; }
.category-card:hover > span, .category-card.is-active > span { color: white; background: var(--purple-700); }
.category-card:hover > span img, .category-card.is-active > span img { filter: brightness(0) invert(1); }
.category-card strong { color: var(--purple-900); font-family: var(--display); font-size: 1.08rem; }
.category-card small { margin-top: 5px; color: var(--muted); }

/* Products */
.products-carousel { --products-per-view: 5; position: relative; }
.products-viewport { width: 100%; padding: 8px 2px 22px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.products-viewport::-webkit-scrollbar { display: none; }
.products-grid { display: flex; gap: 20px; }
.products-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 22px; }
.products-controls span { min-width: 92px; color: var(--muted); font-size: .78rem; font-weight: 750; text-align: center; }
.product-card { min-width: 0; flex: 0 0 calc((100% - 80px) / 5); overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: 0 7px 24px rgba(38,14,48,.05); scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-card.is-highlighted { border-color: var(--green-500); box-shadow: 0 0 0 5px rgba(105,188,67,.16), var(--shadow-md); }
.product-media { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; background: white; }
.product-media::after { content: ""; position: absolute; inset: auto 0 0; height: 55px; background: linear-gradient(transparent, rgba(255,255,255,.86)); }
.product-media--dark { background: radial-gradient(circle at 50% 35%, #644066, #2a202c 72%); }
.product-media--dark::after { background: linear-gradient(transparent, rgba(36,28,38,.65)); }
.product-media img { width: 92%; height: 92%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.product-media--dark img { width: 80%; height: 96%; object-fit: contain; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-tag { position: absolute; z-index: 3; top: 15px; left: 15px; padding: 7px 11px; border-radius: 999px; color: white; background: var(--green-600); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-tag--orange { background: #d98519; }
.product-body { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; }
.product-body h3 { margin-bottom: 7px; font-size: 1.15rem; }
.product-body p { display: -webkit-box; min-height: 4.05em; margin-bottom: 0; overflow: hidden; color: var(--muted); font-size: .84rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: 20px; }
.product-footer span { color: var(--muted); font-size: .82rem; }
.product-footer strong { display: block; margin-top: 2px; color: var(--green-700); font-family: var(--display); font-size: 1.32rem; }
.add-button { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; color: white; background: var(--purple-700); font-size: 1.55rem; line-height: 1; cursor: pointer; box-shadow: 0 9px 20px rgba(80,24,115,.22); transition: transform .2s, background .2s; }
.add-button:hover { transform: rotate(90deg) scale(1.07); background: var(--green-600); }
.add-button:disabled { cursor: not-allowed; opacity: .45; }
.product-card[hidden] { display: none; }
.catalog-loading, .catalog-empty { grid-column: 1 / -1; width: 100%; padding: 34px; border: 1px dashed #dcd2e0; border-radius: 18px; color: var(--muted); background: #fbfafc; text-align: center; }

/* Build your own */
.build-section { background: white; }
.build-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.build-card { position: relative; min-height: 480px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: 30px; color: white; box-shadow: var(--shadow-md); }
.build-card--acai { background: linear-gradient(135deg, #2a0b3e, #591b78); }
.build-card--pastel { background: linear-gradient(135deg, #3e781f, #68ad35); }
.build-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; bottom: -130px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.build-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 48px 16px 48px 45px; }
.build-copy h3 { margin-bottom: 14px; color: white; font-size: clamp(2rem, 3vw, 3rem); }
.build-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.build-number { position: absolute; top: 25px; left: 43px; color: rgba(255,255,255,.13); font-family: var(--display); font-size: 4.5rem; }
.build-card > img { align-self: end; width: 100%; height: 86%; object-fit: cover; object-position: top center; border-radius: 22px 0 0 0; box-shadow: -14px 18px 40px rgba(18,4,25,.23); transform: rotate(4deg) translate(10px, 18px); }

/* Gallery */
.gallery-section { padding-top: 90px; background: linear-gradient(180deg, #f8f5f9, #fff); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr; grid-template-rows: 280px 280px; gap: 16px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 23px; background: var(--purple-900); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(24,6,34,.74)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: white; font-family: var(--display); font-size: 1.05rem; }

/* Story */
.story-section { padding-bottom: 120px; }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.story-media { position: relative; min-height: 570px; overflow: hidden; border-radius: 34px; background: #f5f2f6; box-shadow: var(--shadow-md); }
.story-media img { width: 92%; height: 92%; position: absolute; inset: 4%; object-fit: contain; }
.story-seal { position: absolute; right: 22px; bottom: 22px; width: 145px; height: 145px; display: grid; place-content: center; border: 7px solid white; border-radius: 50%; color: white; background: var(--green-600); text-align: center; transform: rotate(-7deg); box-shadow: var(--shadow-md); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.story-seal strong { font-family: var(--display); font-size: 1rem; }
.story-copy h2 { max-width: 650px; margin-bottom: 28px; }
.story-copy > p:last-of-type { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.story-points span { padding-left: 15px; border-left: 3px solid var(--green-500); }
.story-points strong, .story-points small { display: block; }
.story-points strong { color: var(--purple-900); }
.story-points small { margin-top: 4px; color: var(--muted); font-size: .77rem; }

/* Visit */
.visit-section { padding-top: 0; padding-bottom: 104px; }
.visit-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 500px; overflow: hidden; border-radius: var(--radius-lg); color: white; background: linear-gradient(135deg, var(--purple-950), #4e1769); box-shadow: var(--shadow-md); }
.visit-copy { padding: clamp(46px, 6vw, 88px); }
.visit-copy h2 { max-width: 620px; margin-bottom: 20px; color: white; }
.visit-copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.68); }
.visit-details { display: grid; gap: 16px; margin-top: 34px; }
.visit-details > div { display: flex; align-items: center; gap: 14px; }
.visit-details > div > svg { width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #a9dd7b; background: rgba(255,255,255,.06); }
.visit-details strong, .visit-details small { display: block; }
.visit-details small { margin-top: 2px; color: rgba(255,255,255,.58); }
.visit-whatsapp { margin-top: 32px; }
.map-embed { position: relative; min-height: 452px; margin: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: #e8e2eb; }
.map-embed iframe { width: 100%; height: 100%; min-height: 452px; display: block; border: 0; filter: saturate(.88) contrast(1.03); }
.map-embed > a { position: absolute; z-index: 2; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; color: var(--purple-900); background: rgba(255,255,255,.94); box-shadow: 0 14px 35px rgba(35,11,47,.2); backdrop-filter: blur(12px); }
.map-embed > a svg { width: 25px; height: 25px; color: var(--green-700); }
.map-embed > a span, .map-embed > a strong, .map-embed > a small { display: block; }
.map-embed > a small { margin-top: 2px; color: var(--muted); font-size: .7rem; }

/* Footer */
.site-footer { padding-top: 72px; color: rgba(255,255,255,.68); background: #180723; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 58px; }
.footer-brand img { width: 128px; height: 112px; object-fit: contain; margin-bottom: 18px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.22)); }
.footer-brand p { max-width: 310px; }
.footer-brand a { display: inline-flex; align-items: center; gap: 8px; color: #b8e38f; font-weight: 700; }
.footer-grid h2 { margin-bottom: 22px; color: white; font-family: var(--body); font-size: .9rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 13px; font-size: .9rem; transition: color .2s, transform .2s; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: white; }

/* Toast */
.toast { position: fixed; z-index: 500; right: 26px; bottom: 26px; max-width: min(380px, calc(100% - 40px)); padding: 15px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: white; background: rgba(38,11,53,.96); box-shadow: var(--shadow-md); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .22s, transform .22s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.floating-whatsapp { position: fixed; z-index: 450; right: 24px; bottom: 24px; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 7px 17px 7px 8px; border: 2px solid white; border-radius: 999px; color: white; background: #25a946; box-shadow: 0 16px 34px rgba(20,78,35,.3); transition: transform .2s, box-shadow .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(20,78,35,.38); }
.floating-whatsapp span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 1.1rem; }
.floating-whatsapp strong { font-size: .82rem; }

@media (max-width: 1420px) {
  .nav-link--optional { display: none; }
  .header-inner { gap: 16px; }
  .main-nav { gap: 16px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 100px; }
}

@media (max-width: 1180px) {
  .site-header { position: absolute; }
  .menu-toggle { display: grid; order: 3; }
  .header-inner { min-height: 82px; }
  .brand { width: 98px; height: 76px; }
  .main-nav { position: fixed; z-index: 110; inset: 82px 18px auto; max-height: calc(100vh - 100px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 18px; overflow-y: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #250a36; box-shadow: 0 24px 70px rgba(14,2,21,.52); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 15px; border-radius: 11px; background: rgba(255,255,255,.04); }
  .main-nav a::after { display: none; }
  .nav-link--optional { display: block; }
  .header-actions { margin-left: auto; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .products-carousel { --products-per-view: 3; }
  .product-card { flex-basis: calc((100% - 40px) / 3); }
  .build-grid { grid-template-columns: 1fr; }
  .build-card { min-height: 440px; }
}

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .button--whatsapp { display: none; }
  .hero { min-height: 760px; background-image: url("../img/hero mobile.png"); background-position: center 38%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(29,6,42,.92), rgba(38,7,52,.62) 58%, rgba(30,5,40,.18)), linear-gradient(0deg, rgba(24,4,34,.67), transparent 55%); }
  .hero h1 { font-size: clamp(3.3rem, 10vw, 5.2rem); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2)::after { display: none; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .combo-card { grid-template-columns: 1fr; }
  .combo-media { min-height: 410px; }
  .combo-content { padding: 45px; }
  .section-heading--row { align-items: start; flex-direction: column; gap: 18px; }
  .products-carousel { --products-per-view: 2; }
  .product-card { flex-basis: calc((100% - 20px) / 2); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 300px 300px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 2; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 500px; }
  .visit-card { grid-template-columns: 1fr; }
  .map-embed, .map-embed iframe { min-height: 360px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 64px 0; }
  h2 { font-size: 2.25rem; }
  .header-inner { width: calc(100% - 20px); min-height: 72px; gap: 8px; }
  .brand { width: 84px; height: 67px; }
  .header-actions .icon-button:first-of-type { display: none; }
  .icon-button { width: 42px; height: 42px; }
  .main-nav { inset: 74px 10px auto; grid-template-columns: 1fr; max-height: calc(100vh - 88px); }
  .hero { min-height: 760px; align-items: end; background-position: center top; }
  .hero-overlay { background: linear-gradient(0deg, rgba(25,5,36,.98) 2%, rgba(30,6,43,.85) 43%, rgba(27,4,37,.12) 73%), linear-gradient(90deg, rgba(25,5,36,.25), transparent); }
  .hero-content { padding: 150px 18px 100px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-actions .button { width: 100%; }
  .hero-note { display: none; }
  .benefits { margin-top: -22px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article { justify-content: start; padding: 18px 22px; }
  .benefits article::after { display: none; }
  .benefits article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .combo-card { border-radius: 25px; }
  .combo-media { min-height: 320px; margin: 14px; }
  .combo-content { padding: 34px 24px 38px; }
  .combo-content h3 { font-size: 2.7rem; }
  .combo-purchase { align-items: stretch; flex-direction: column; gap: 16px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .category-card { min-height: 150px; }
  .products-carousel { --products-per-view: 1; }
  .product-card { flex-basis: 100%; }
  .product-media { height: 280px; }
  .build-card { min-height: 620px; grid-template-columns: 1fr; }
  .build-copy { padding: 48px 28px 22px; }
  .build-card > img { width: 76%; height: 340px; justify-self: end; object-position: top; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .gallery-item--wide { grid-column: auto; }
  .gallery-item--tall { grid-row: auto; }
  .story-media { min-height: 420px; }
  .story-points { grid-template-columns: 1fr; }
  .visit-copy { padding: 42px 26px; }
  .map-embed { min-height: 300px; margin: 14px; }
  .map-embed iframe { min-height: 300px; }
  .map-embed > a { right: 10px; bottom: 10px; max-width: calc(100% - 20px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .toast { right: 12px; bottom: 12px; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding-right: 10px; }
  .floating-whatsapp strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
