:root {
  --ink: #0a1716;
  --forest-950: #041514;
  --forest-900: #071f1d;
  --forest-800: #0a302c;
  --forest-700: #0f4a43;
  --gold-500: #d7b463;
  --gold-400: #e6c97f;
  --cream: #f5f0e5;
  --paper: #fbf9f4;
  --muted: #64716f;
  --line: rgba(9, 49, 45, .14);
  --white: #fff;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 24px 70px rgba(2, 20, 18, .15);
  --container: min(1180px, calc(100% - 48px));
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--forest-950); background: var(--gold-400); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 12px 18px; background: white; color: black; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.page-loader { position: fixed; inset: 0; z-index: 9998; display: grid; place-items: center; background: var(--forest-950); transition: opacity .55s ease, visibility .55s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-mark { width: 86px; height: 86px; border: 1px solid rgba(215, 180, 99, .45); border-radius: 50%; display: grid; place-items: center; color: var(--gold-400); font-weight: 800; letter-spacing: .08em; position: relative; }
.loader-mark::before { content: ""; position: absolute; inset: -8px; border-radius: inherit; border: 1px solid transparent; border-top-color: var(--gold-500); animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background .3s ease, box-shadow .3s ease, transform .3s ease; }
.site-header.scrolled { background: rgba(4, 21, 20, .88); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.15); }
.nav-wrap { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: white; line-height: 1.02; letter-spacing: .08em; display: flex; flex-direction: column; }
.brand span { font-size: 12px; font-weight: 600; color: var(--gold-400); }
.brand strong { font-size: 16px; font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-400); transition: right .25s ease; }
.primary-nav > a:hover, .primary-nav > a.active { color: white; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(215,180,99,.65); border-radius: 999px; color: var(--gold-400) !important; }
.nav-cta:hover { background: var(--gold-500); color: var(--forest-950) !important; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 1.5px; background: white; transition: transform .25s, opacity .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hero { min-height: 100svh; padding: calc(var(--header-h) + 52px) 0 60px; background: radial-gradient(circle at 78% 35%, rgba(16, 87, 77, .42), transparent 35%), linear-gradient(135deg, #031413 0%, #082823 55%, #0b3d36 100%); color: white; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 80px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #8d6e2f; }
.eyebrow.light { color: var(--gold-400); }
.hero h1, .section-heading h2, .program-info h2, .why-copy h2, .showcase-heading h2, .contact-copy h2 {
  margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.08; letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(54px, 6vw, 86px); max-width: 760px; }
.hero h1 em { display: block; color: var(--gold-400); font-weight: 600; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; padding: 0 23px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .25s, background .25s, border-color .25s, color .25s; }
.btn:hover { transform: translateY(-3px); }
.btn svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-gold { background: var(--gold-500); color: var(--forest-950); box-shadow: 0 14px 35px rgba(215,180,99,.18); }
.btn-gold:hover { background: var(--gold-400); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.045); }
.btn-ghost:hover, .btn-outline:hover { border-color: var(--gold-400); background: rgba(215,180,99,.1); color: var(--gold-400); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.25); color: white; }
.hero-trust { margin-top: 44px; display: flex; align-items: center; gap: 22px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item strong { font-size: 30px; font-family: "Playfair Display", Georgia, serif; color: var(--gold-400); }
.trust-item span { max-width: 150px; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.45; }
.trust-line { width: 1px; height: 38px; background: rgba(255,255,255,.18); }

.hero-visual { min-height: 620px; position: relative; perspective: 1000px; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(215,180,99,.12); filter: blur(70px); left: 15%; top: 15%; }
.hero-card { margin: 0; position: absolute; overflow: hidden; border-radius: 26px; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 38px 80px rgba(0,0,0,.4); background: #0a1817; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 360px; height: 540px; left: 50%; top: 48%; transform: translate(-50%, -50%) rotate(2deg); z-index: 3; }
.hero-card-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(1,10,9,.82), transparent 42%); }
.hero-card-main figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; display: flex; flex-direction: column; }
.hero-card-main figcaption span { color: var(--gold-400); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.hero-card-main figcaption strong { font-size: 21px; }
.hero-card-small { width: 180px; height: 260px; }
.card-property { right: -14px; top: 42px; transform: rotate(8deg); z-index: 2; }
.card-product { left: -18px; bottom: 18px; transform: rotate(-8deg); z-index: 4; }
.hero-badge { position: absolute; right: 0; bottom: 40px; z-index: 5; width: 174px; height: 174px; border-radius: 50%; background: var(--gold-500); color: var(--forest-950); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(8deg); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.hero-badge svg { width: 28px; margin-bottom: 6px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-badge span { line-height: 1.2; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.hero-badge strong { font-size: 11px; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -210px; top: -180px; }
.orbit-two { width: 310px; height: 310px; left: 38%; bottom: -190px; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 18px; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(to bottom, var(--gold-500), transparent); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0%,100%{transform:scaleY(.45);transform-origin:top;opacity:.4}50%{transform:scaleY(1);opacity:1} }

.brand-strip { overflow: hidden; background: var(--gold-500); padding: 15px 0; color: var(--forest-950); }
.strip-track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 28s linear infinite; }
.strip-track span { font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.strip-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--forest-900); opacity: .75; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2, .showcase-heading h2 { font-size: clamp(44px, 5vw, 68px); }
.section-heading.center { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center > p:last-child { max-width: 620px; margin: 20px auto 0; color: rgba(255,255,255,.62); }
.about-copy p { color: var(--muted); margin: 0 0 22px; }
.about-copy .large-copy { font-size: 22px; color: var(--ink); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.principle-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-card { padding: 34px 38px 38px; border-right: 1px solid var(--line); }
.principle-card:last-child { border-right: 0; }
.principle-card .number { color: #967737; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.principle-card h3 { margin: 32px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.principle-card p { margin: 0; color: var(--muted); font-size: 14px; }

.services { background: var(--forest-950); color: white; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(215,180,99,.09); right: -240px; top: 100px; }
.service-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-width: 0; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); overflow: hidden; transition: transform .35s, border-color .35s, box-shadow .35s; }
.service-card:hover { transform: translateY(-10px); border-color: rgba(215,180,99,.35); box-shadow: 0 26px 65px rgba(0,0,0,.28); }
.service-logo { aspect-ratio: 16/10; background: #000; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.09); }
.service-logo img { width: 100%; height: 100%; object-fit: cover; }
.service-content { padding: 30px; }
.service-index { float: right; color: rgba(255,255,255,.28); font-size: 12px; font-weight: 800; }
.service-kicker { margin: 0 0 8px; color: var(--gold-400); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.service-content h3 { margin: 0 0 14px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.service-content > p:not(.service-kicker) { color: rgba(255,255,255,.62); font-size: 14px; }
.service-content ul { list-style: none; padding: 0; margin: 22px 0; }
.service-content li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.77); }
.service-content li::before { content: "•"; color: var(--gold-400); margin-right: 9px; }
.service-content a { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; color: var(--gold-400); font-weight: 800; font-size: 13px; }
.service-content a span { transition: transform .25s; }
.service-content a:hover span { transform: translate(3px,-3px); }

.featured-program { background: linear-gradient(140deg, var(--forest-800), var(--forest-950)); color: white; overflow: hidden; }
.featured-program::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 26px 26px; mask-image: linear-gradient(to right, black, transparent 68%); }
.program-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 95px; }
.program-poster { position: relative; display: grid; place-items: center; }
.poster-frame { width: min(430px, 100%); aspect-ratio: 2/3; border-radius: 28px; overflow: hidden; transform: rotate(-2deg); box-shadow: 0 35px 90px rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.16); }
.poster-frame img { width: 100%; height: 100%; object-fit: cover; }
.poster-note { position: absolute; right: -6px; top: 11%; background: var(--gold-500); color: var(--forest-950); padding: 12px 20px; border-radius: 999px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; transform: rotate(7deg); }
.program-info h2 { font-size: clamp(54px, 6vw, 80px); }
.program-info h2 em { color: var(--gold-400); }
.program-lead { max-width: 660px; color: rgba(255,255,255,.67); font-size: 17px; margin: 25px 0 30px; }
.program-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.program-facts div { padding: 17px 19px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.program-facts span { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.program-facts strong { margin-top: 4px; color: white; font-size: 15px; }
.include-box { margin-top: 26px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); }
.include-box h3 { margin: 0 0 15px; font-size: 15px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.check-grid span { font-size: 13px; color: rgba(255,255,255,.68); }
.check-grid i { font-style: normal; color: var(--gold-400); margin-right: 6px; }
.program-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.program-disclaimer { margin-top: 15px; color: rgba(255,255,255,.4); font-size: 11px; }

.business-showcase { background: var(--cream); overflow: hidden; }
.showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.showcase-heading > div:first-child { max-width: 750px; }
.slider-controls { display: flex; gap: 10px; }
.slider-controls button { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .25s, color .25s; }
.slider-controls button:hover { background: var(--forest-900); color: white; }
.slider-controls svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.program-slider { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
.program-slider::-webkit-scrollbar { display: none; }
.showcase-card { flex: 0 0 calc((100% - 44px) / 3); min-width: 320px; scroll-snap-align: start; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 17px 48px rgba(5, 36, 33, .08); border: 1px solid rgba(9,49,45,.08); }
.showcase-image { aspect-ratio: 4/3; overflow: hidden; background: #0b1b19; }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform .55s; }
.showcase-card:hover .showcase-image img { transform: scale(1.045); }
.showcase-content { padding: 26px; }
.showcase-content > span { color: #997a37; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.showcase-content h3 { margin: 8px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 26px; line-height: 1.18; }
.showcase-content p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.showcase-content a { font-size: 13px; font-weight: 800; color: var(--forest-700); }

.why-us { background: var(--forest-950); color: white; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.why-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.why-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); max-width: 520px; margin: 24px 0 30px; }
.why-list { border-top: 1px solid rgba(255,255,255,.13); }
.why-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.why-item > span { color: var(--gold-400); font-size: 12px; font-weight: 800; padding-top: 5px; }
.why-item h3 { margin: 0 0 6px; font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.why-item p { margin: 0; color: rgba(255,255,255,.54); font-size: 14px; }

.gallery { background: var(--paper); }
.gallery .section-heading { max-width: 720px; margin-bottom: 45px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 18px; padding: 0; cursor: zoom-in; background: #101c1b; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,16,15,.86), transparent 55%); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: white; text-align: left; font-size: 13px; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.05); filter: saturate(1.05); }

.contact { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1fr .9fr; background: var(--forest-900); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); color: white; }
.contact-copy { padding: 64px; }
.contact-copy h2 { font-size: clamp(44px, 5vw, 66px); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); max-width: 600px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 35px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.12); }
.contact-details a { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details span { color: var(--gold-400); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.contact-details strong { margin-top: 4px; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.contact-map { min-height: 620px; position: relative; background: #ddd; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(.12) contrast(.92); }
.contact-map a { position: absolute; right: 20px; bottom: 20px; background: white; color: var(--forest-900); padding: 12px 17px; border-radius: 999px; font-size: 12px; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.15); }

.site-footer { background: #020d0c; color: white; }
.footer-top { padding: 75px 0 50px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand span { color: var(--gold-400); font-size: 14px; letter-spacing: .13em; }
.footer-brand strong { font-size: 25px; letter-spacing: .07em; }
.footer-brand p { color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .14em; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.footer-links h3 { margin: 0 0 18px; color: var(--gold-400); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a { display: block; margin: 9px 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.36); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: var(--gold-400); }

.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 900; height: 54px; padding: 0 17px; border-radius: 999px; display: flex; align-items: center; gap: 9px; background: #1fae59; color: white; box-shadow: 0 16px 38px rgba(3,70,36,.35); font-size: 12px; font-weight: 800; transition: transform .25s; }
.floating-wa:hover { transform: translateY(-4px); }
.floating-wa svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 34px; }
.lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.lightbox figure { position: relative; z-index: 2; margin: 0; max-width: min(900px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; }
.lightbox img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: 10px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox figcaption { color: white; margin-top: 10px; font-size: 13px; }
.lightbox-close { position: fixed; z-index: 3; right: 24px; top: 18px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: white; font-size: 28px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --container: min(calc(100% - 38px), 960px); }
  .primary-nav { gap: 20px; }
  .hero-grid { gap: 35px; grid-template-columns: 1fr .85fr; }
  .hero-card-main { width: 310px; height: 465px; }
  .hero-visual { min-height: 550px; }
  .hero-card-small { width: 150px; height: 220px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.25fr; }
  .service-card:last-child .service-logo { aspect-ratio: auto; height: 100%; }
  .showcase-card { flex-basis: calc((100% - 22px) / 2); }
  .why-grid { gap: 60px; }
  .contact-copy { padding: 48px; }
}

@media (max-width: 860px) {
  :root { --header-h: 76px; --container: min(calc(100% - 32px), 760px); }
  .menu-toggle { display: flex; z-index: 1002; }
  .primary-nav { position: fixed; inset: 0; z-index: 1001; background: rgba(4,21,20,.98); backdrop-filter: blur(16px); display: flex; flex-direction: column; justify-content: center; gap: 24px; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav > a { font-size: 22px; font-family: "Playfair Display", Georgia, serif; }
  .nav-cta { font-family: "Manrope", sans-serif !important; font-size: 14px !important; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 65px); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(48px, 10vw, 76px); }
  .hero-visual { width: min(100%, 600px); margin: 10px auto 0; min-height: 580px; }
  .scroll-cue { display: none; }
  .about-grid, .program-layout, .why-grid, .contact-card, .footer-top { grid-template-columns: 1fr; }
  .about-grid, .program-layout, .why-grid { gap: 50px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-card:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; display: block; }
  .service-card:last-child .service-logo { aspect-ratio: 16/10; height: auto; }
  .program-poster { order: 2; }
  .showcase-heading { align-items: start; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-map { min-height: 420px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); --radius-lg: 20px; }
  .section { padding: 88px 0; }
  .brand strong { font-size: 13px; }
  .brand span { font-size: 10px; }
  .hero { padding-bottom: 50px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 15px; line-height: 1.75; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { align-items: flex-start; }
  .trust-item { align-items: flex-start; }
  .trust-item strong { font-size: 25px; }
  .hero-visual { min-height: 490px; }
  .hero-card-main { width: 260px; height: 390px; left: 52%; }
  .hero-card-small { width: 115px; height: 170px; border-radius: 15px; }
  .card-property { right: 0; top: 28px; }
  .card-product { left: 0; bottom: 16px; }
  .hero-badge { width: 122px; height: 122px; right: 0; bottom: 18px; }
  .hero-badge span { font-size: 10px; }
  .hero-badge strong { font-size: 8px; }
  .section-heading h2, .showcase-heading h2, .program-info h2, .why-copy h2, .contact-copy h2 { font-size: 42px; }
  .about-copy .large-copy { font-size: 18px; }
  .principle-grid { margin-top: 50px; }
  .principle-card { padding: 28px 24px; }
  .section-heading.center { margin-bottom: 38px; }
  .service-content { padding: 24px; }
  .program-layout { gap: 45px; }
  .poster-frame { width: min(330px, 88%); }
  .poster-note { right: 0; }
  .program-facts, .check-grid { grid-template-columns: 1fr; }
  .program-actions { flex-direction: column; }
  .program-actions .btn { width: 100%; }
  .showcase-heading { display: block; }
  .slider-controls { margin-top: 22px; }
  .showcase-card { flex-basis: 88%; min-width: 0; }
  .why-item { grid-template-columns: 42px 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; gap: 10px; }
  .gallery-item.wide { grid-column: span 2; }
  .contact-card { border-radius: 24px; }
  .contact-copy { padding: 38px 24px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .btn { width: 100%; }
  .contact-map { min-height: 340px; }
  .footer-top { padding-top: 60px; gap: 40px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { width: 54px; padding: 0; justify-content: center; }
  .floating-wa span { display: none; }
}

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