:root {
  --forest: #173d2b;
  --deep: #102c20;
  --green: #1f6a42;
  --lime: #b9e574;
  --lime-soft: #e7f5c8;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --copper: #b97859;
  --ink: #15231b;
  --muted: #647067;
  --white: #fff;
  --line: rgba(21,35,27,.13);
  --shadow: 0 28px 80px rgba(12,39,26,.16);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 16px; padding: 10px 16px; color: var(--deep); background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: .3s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255,253,248,.94); border-color: var(--line); box-shadow: 0 6px 24px rgba(17,48,32,.07); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 158px; height: 60px; overflow: hidden; border-radius: 16px; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: currentColor; transition: width .2s; }
.main-nav > a:hover::after { width: 100%; }
.menu-button { display: none; border: 0; padding: 10px; color: inherit; background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; color: var(--deep); background: var(--lime); }
.button-lime { color: var(--deep); background: var(--lime); box-shadow: 0 13px 35px rgba(185,229,116,.22); }
.button-lime:hover, .button-small:hover { background: #cdf391; box-shadow: 0 16px 42px rgba(185,229,116,.28); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.button-dark { color: var(--white); background: var(--deep); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.45); }

.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.02; letter-spacing: -.045em; }
h2 { font-size: clamp(40px, 5.2vw, 66px); }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-photo { position: absolute; inset: 0; background: url("assets/images/local-patio.webp") center 43% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,31,22,.93) 0%, rgba(10,31,22,.76) 43%, rgba(10,31,22,.20) 76%, rgba(10,31,22,.36) 100%), linear-gradient(0deg, rgba(10,31,22,.55), transparent 45%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 45px; min-height: 820px; padding: 130px 0 92px; }
.hero-copy { max-width: 700px; }
h1 { max-width: 700px; font-size: clamp(58px, 7vw, 94px); }
h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 26px 0 34px; color: rgba(255,255,255,.82); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-meta { display: flex; gap: 30px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 13px; }
.hero-meta span { display: flex; align-items: center; max-width: 210px; }
.hero-meta b { margin-right: 11px; color: var(--lime); font-family: "Manrope", sans-serif; font-size: 22px; }
.hero-product { position: relative; align-self: end; min-height: 570px; }
.hero-product > img { position: absolute; z-index: 2; right: -12%; bottom: -12%; width: min(610px, 52vw); height: 610px; object-fit: cover; border: 12px solid rgba(255,255,255,.12); border-radius: 50%; filter: saturate(1.05); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.product-halo { position: absolute; right: -5%; bottom: 4%; width: 500px; height: 500px; background: rgba(185,229,116,.22); border-radius: 50%; filter: blur(3px); }
.hero-stamp { position: absolute; z-index: 3; right: 4%; bottom: 4%; display: grid; place-items: center; width: 128px; height: 128px; color: var(--deep); background: var(--lime); border-radius: 50%; transform: rotate(7deg); }
.hero-stamp strong, .hero-stamp span { display: block; text-align: center; }
.hero-stamp strong { align-self: end; font-family: "Manrope", sans-serif; font-size: 17px; }
.hero-stamp span { align-self: start; margin-top: -4px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 32px; height: 1px; background: var(--lime); }

.intro { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 52px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { max-width: 370px; margin: 0; color: var(--muted); }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 310px; gap: 18px; }
.bento-card { position: relative; overflow: hidden; background: var(--deep); border-radius: var(--radius); }
.bento-large { grid-column: span 2; grid-row: span 2; }
.bento-wide { grid-column: span 2; }
.bento-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bento-card:hover img { transform: scale(1.045); }
.card-overlay { position: absolute; inset: auto 0 0; padding: 70px 26px 25px; color: var(--white); background: linear-gradient(transparent, rgba(8,29,20,.92)); }
.card-overlay span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-overlay h3 { margin: 6px 0 13px; font-size: clamp(23px, 2.5vw, 34px); }
.card-overlay a { font-size: 13px; font-weight: 800; }
.menu-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 20px; padding: 34px 38px; background: var(--lime-soft); border-radius: var(--radius); }
.menu-cta .eyebrow { margin-bottom: 7px; }
.menu-cta h3 { max-width: 690px; font-size: clamp(24px, 3vw, 36px); }

.sede { overflow: hidden; color: var(--white); background: var(--deep); }
.sede-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 82px; }
.sede-copy > p { max-width: 570px; margin: 25px 0 28px; color: rgba(255,255,255,.7); font-size: 18px; }
.sede-points { margin: 0 0 30px; padding: 0; list-style: none; }
.sede-points li { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.sede-points span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--deep); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 800; }
.text-link { display: inline-flex; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link-light { color: var(--lime); }
.sede-gallery { position: relative; min-height: 700px; }
.sede-gallery figure { position: absolute; overflow: hidden; margin: 0; box-shadow: var(--shadow); }
.sede-gallery img { width: 100%; height: 100%; object-fit: cover; }
.sede-main { inset: 0 13% 70px 0; border-radius: 220px 220px 28px 28px; }
.sede-small { right: 0; bottom: 0; width: 44%; height: 330px; border: 9px solid var(--deep); border-radius: 28px; }
.sede-badge { position: absolute; top: 32px; right: 2%; display: grid; place-items: center; width: 116px; height: 116px; color: var(--deep); background: var(--lime); border-radius: 50%; font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1.05; text-align: center; text-transform: uppercase; transform: rotate(8deg); }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 86px; }
.story-video { position: relative; width: min(410px, 100%); margin-inline: auto; }
.story-video::before { content: ""; position: absolute; inset: -20px 22px 35px -20px; background: var(--lime); border-radius: 34px; transform: rotate(-3deg); }
.story-video video { position: relative; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #000; border-radius: 28px; box-shadow: var(--shadow); }
.video-caption { position: absolute; z-index: 2; right: -35px; bottom: 42px; max-width: 190px; padding: 13px 16px; color: var(--white); background: var(--green); border-radius: 14px; font-size: 12px; font-weight: 700; }
.story-copy > p { max-width: 680px; margin: 24px 0 32px; color: var(--muted); font-size: 18px; }
.story-photo { height: 300px; overflow: hidden; border-radius: 160px 28px 28px 160px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }

.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: min(28vw, 390px); overflow: hidden; background: var(--deep); }
.gallery-strip figure { overflow: hidden; margin: 0; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.gallery-strip:hover img { filter: brightness(.72); }
.gallery-strip figure:hover img { filter: brightness(1); transform: scale(1.04); }

.visit { background: var(--paper); }
.visit-shell { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 535px; overflow: hidden; padding: 74px; color: var(--white); background: var(--green); border-radius: 38px; }
.visit-content { position: relative; z-index: 2; }
.visit-content h2 { max-width: 700px; }
.visit-content > p { max-width: 610px; margin: 23px 0; color: rgba(255,255,255,.76); font-size: 18px; }
.visit-content address { margin-bottom: 34px; color: var(--white); font-size: 17px; font-style: normal; font-weight: 700; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.visit-logo { position: relative; }
.visit-logo::before, .visit-logo::after { content: ""; position: absolute; border-radius: 50%; }
.visit-logo::before { width: 440px; height: 440px; top: 50%; left: 50%; background: var(--lime); transform: translate(-42%,-50%); }
.visit-logo::after { width: 220px; height: 92px; right: -90px; bottom: 20px; background: var(--copper); transform: rotate(-28deg); border-radius: 100% 0 100% 0; }
.visit-logo img { position: absolute; z-index: 2; top: 50%; left: 50%; width: 310px; height: 190px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); transform: translate(-42%,-50%) rotate(4deg); }

.site-footer { color: rgba(255,255,255,.72); background: var(--deep); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-top: 58px; padding-bottom: 42px; }
.brand-footer { width: 170px; height: 70px; }
.footer-top p { margin: 0; }
.footer-links { display: flex; gap: 25px; color: var(--white); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.floating-wa { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 18px 12px 13px; color: var(--white); background: #20b75a; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 12px 36px rgba(18,92,49,.38); font-weight: 800; transition: transform .2s; }
.floating-wa:hover { transform: translateY(-3px); }
.floating-wa svg { width: 30px; height: 30px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .section { padding: 92px 0; }
  .main-nav { gap: 19px; }
  .hero-inner { grid-template-columns: 1fr; align-items: end; min-height: 900px; }
  .hero-copy { padding-top: 40px; }
  .hero-product { position: absolute; right: -90px; bottom: -30px; width: 510px; opacity: .92; }
  .hero-product > img { width: 500px; height: 500px; }
  .hero-stamp { right: 10%; bottom: 11%; }
  .hero-copy { position: relative; z-index: 4; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-large { grid-row: span 1; }
  .sede-grid, .story-grid { grid-template-columns: 1fr; }
  .sede-copy { max-width: 760px; }
  .story-copy { order: -1; }
  .story-photo { height: 380px; }
  .visit-shell { grid-template-columns: 1fr; }
  .visit-logo { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1200px); }
  .nav-wrap { height: 74px; }
  .brand { width: 132px; height: 52px; }
  .main-nav { position: fixed; top: 74px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 18px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 10px; }
  .menu-button { display: block; }
  .hero { min-height: 820px; }
  .hero-photo { background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,28,19,.92), rgba(8,28,19,.5)); }
  .hero-inner { display: block; min-height: 820px; padding: 130px 0 175px; }
  h1 { font-size: clamp(49px, 14vw, 68px); }
  .hero-copy > p { font-size: 17px; }
  .hero-meta { flex-direction: column; gap: 10px; }
  .hero-product { display: none; }
  .scroll-cue { bottom: 16px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .bento-large, .bento-wide { grid-column: auto; }
  .menu-cta { align-items: flex-start; flex-direction: column; padding: 28px; }
  .sede-grid { gap: 42px; }
  .sede-gallery { min-height: 510px; }
  .sede-main { right: 5%; bottom: 60px; }
  .sede-small { width: 48%; height: 220px; }
  .sede-badge { top: 20px; right: -3%; width: 95px; height: 95px; font-size: 13px; }
  .story-grid { gap: 55px; }
  .story-video { width: min(330px, calc(100% - 24px)); }
  .video-caption { right: -12px; }
  .story-photo { height: 270px; border-radius: 26px; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); height: 650px; }
  .visit-shell { min-height: 0; padding: 42px 25px; border-radius: 28px; }
  .visit-actions { flex-direction: column; align-items: stretch; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .floating-wa span { display: none; }
  .floating-wa { padding: 13px; }
}

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