:root {
  --forest: #1f2b25;
  --deep: #17211c;
  --sage: #879384;
  --rose: #d99a8d;
  --rose-dark: #b9786d;
  --ivory: #f6f2eb;
  --warm: #e8e0d3;
  --ink: #26322c;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 15px/1.65 var(--sans); overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; }

.announcement { height: 31px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--deep); color: #f6f2eb; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; position: absolute; top: 0; z-index: 10; width: 100%; }
.announcement p { margin: 0; }
.announcement p span { margin: 0 10px; color: var(--rose); }
.announcement a { text-decoration: none; }
.announcement-right { display: flex; align-items: center; gap: 20px; }
.by-as { display: inline-flex; align-items: center; gap: 4px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.25); }
.by-as strong { color: var(--rose); letter-spacing: .12em; }
.by-as span { margin-left: 3px; }
.topbar { height: 85px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: absolute; top: 31px; width: 100%; z-index: 9; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand, .footer-brand { display: flex; flex-direction: column; width: max-content; text-decoration: none; line-height: 1; }
.brand span, .footer-brand span { font: 400 32px/1 var(--serif); letter-spacing: .03em; }
.brand small, .footer-brand small { margin-top: 7px; font-size: 7px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; }
nav { display: flex; gap: 29px; align-items: center; }
nav a, .nav-cta { text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #fff; transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; border: 1px solid rgba(255,255,255,.55); padding: 11px 15px; transition: .25s; }
.nav-cta:hover { background: #fff; color: var(--forest); }
.nav-cta span { margin-left: 13px; }
.menu-toggle { display: none; }

.hero { height: 100svh; min-height: 730px; max-height: 920px; color: #fff; position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?auto=format&fit=crop&w=2200&q=90") center 38% / cover; transform: scale(1.02); animation: heroScale 12s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(16,27,21,.84) 0%,rgba(16,27,21,.45) 52%,rgba(16,27,21,.14) 100%), linear-gradient(0deg,rgba(16,27,21,.55),transparent 40%); }
.hero-copy { position: absolute; z-index: 1; left: 10vw; top: 53%; transform: translateY(-44%); max-width: 710px; }
.eyebrow { margin: 0 0 24px; font-size: 9px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.light { color: #fff; }
h1, h2 { margin: 0; font: 400 clamp(54px,7vw,104px)/.98 var(--serif); letter-spacing: -.035em; }
h1 em, h2 em, blockquote em { font-weight: 400; color: var(--rose); }
.hero-lead { max-width: 510px; margin: 29px 0 33px; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 29px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 230px; padding: 16px 19px; text-decoration: none; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: .25s; }
.button span { margin-left: 25px; }
.ivory-button { background: var(--ivory); color: var(--forest); }
.ivory-button:hover { background: var(--rose); color: #fff; }
.dark-button { background: var(--forest); color: #fff; }
.dark-button:hover { background: var(--rose-dark); }
.coral-button { background: var(--rose); color: #fff; }
.coral-button:hover { background: var(--forest); }
.inline-link { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); text-decoration: none; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero .inline-link { color: #fff; }
.hero-side { position: absolute; right: 5vw; bottom: 36px; z-index: 1; text-align: right; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 1; bottom: 29px; left: 50%; width: 35px; height: 52px; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 2px; height: 8px; background: #fff; animation: scrollCue 1.7s infinite; }

.section { padding: 130px 9vw; }
.signature { display: grid; grid-template-columns: .55fr 1.25fr .9fr; gap: 5vw; align-items: start; }
.signature-mark { width: 125px; height: 125px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--rose); font: 400 85px/1 var(--serif); }
.signature h2, .section-heading h2, .academy h2, .contact h2 { font-size: clamp(47px,5.3vw,77px); }
.signature-copy { padding-top: 39px; }
.signature-copy p { margin: 0 0 22px; }
.signature-copy .lead { font: 400 21px/1.45 var(--serif); }
.signature-copy .inline-link { margin-top: 13px; }

.services { background: var(--warm); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading > p { max-width: 330px; margin: 0 0 7px; }
.service-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 15px; }
.service-card { position: relative; overflow: hidden; min-height: 280px; color: #fff; }
.service-tall { grid-row: span 2; }
.service-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.05); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(16,27,21,.82),rgba(16,27,21,.02) 68%); }
.service-copy { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 23px; }
.service-copy > span { font-size: 8px; letter-spacing: .18em; }
.service-copy h3 { margin: 6px 0 1px; font: 400 clamp(27px,2.4vw,38px)/1.1 var(--serif); }
.service-copy p { margin: 5px 0 0; font-size: 11px; }
.service-copy a { display: inline-block; margin-top: 18px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid; }
.service-sage { background: var(--forest); }
.service-rose { background: var(--rose-dark); grid-column: 1 / -1; min-height: 230px; }
.service-sage .service-copy, .service-rose .service-copy { top: 30px; bottom: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.service-sage .service-copy h3, .service-rose .service-copy h3 { margin-top: auto; }
.service-sage .service-copy p, .service-rose .service-copy p { max-width: 260px; }
.center-action { margin-top: 45px; text-align: center; }

.manifesto { min-height: 620px; position: relative; display: grid; place-items: center; color: #fff; overflow: hidden; }
.manifesto-image { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=2000&q=87") center / cover; }
.manifesto::after { content: ""; position: absolute; inset: 0; background: rgba(25,38,31,.79); }
.manifesto-copy { position: relative; z-index: 1; text-align: center; }
.quote-mark { display: block; height: 49px; color: var(--rose); font: 400 90px/.8 var(--serif); }
blockquote { margin: 20px 0 31px; font: 400 clamp(39px,5vw,70px)/1.12 var(--serif); letter-spacing: -.025em; }
.manifesto-copy p { margin: 0; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }

.video-section { background: #f8f5ef; }
.reels-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: start; gap: 25px; max-width: 1120px; margin: 0 auto; }
.reel-offset { margin-top: 65px; }
.reel-frame { height: 545px; background: var(--forest); overflow: hidden; border: 1px solid #ddd6cc; }
.reel iframe { width: 100%; height: 100%; display: block; border: 0; background: #fff; }
.reel-caption { padding: 19px 5px 0; }
.reel-caption span { font-size: 8px; font-weight: 600; letter-spacing: .2em; color: var(--rose-dark); }
.reel-caption p { margin: 8px 0 0; font: 400 21px/1.3 var(--serif); }
.social-action { max-width: 1120px; margin: 58px auto 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d7d0c6; padding-top: 24px; }
.social-action p { margin: 0; font: 400 20px var(--serif); }

.academy { background: var(--forest); color: #fff; display: grid; grid-template-columns: .6fr 1.3fr .8fr; gap: 7vw; align-items: center; }
.academy-kicker { width: 155px; height: 155px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-content: center; text-align: center; }
.academy-kicker span { font: 400 29px var(--serif); }
.academy-kicker small { margin-top: 5px; font-size: 8px; letter-spacing: .32em; }
.academy-copy > p:not(.eyebrow) { max-width: 540px; margin: 29px 0; color: rgba(255,255,255,.78); }
.academy-topics { display: flex; flex-direction: column; }
.academy-topics span { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.contact { background: var(--ivory); }
.contact-title { margin-bottom: 70px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 5vw; padding: 38px 0; border-top: 1px solid #d7d0c6; border-bottom: 1px solid #d7d0c6; }
.contact-grid > div > span { font-size: 8px; font-weight: 600; letter-spacing: .2em; color: var(--rose-dark); }
.contact-grid p { margin: 16px 0; }
.contact-grid a { font-size: 12px; text-underline-offset: 4px; }
.contact-actions { margin-top: 42px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.contact-actions p { margin: 0; font: 400 20px var(--serif); }

footer { min-height: 275px; padding: 52px 9vw 54px; background: var(--deep); color: #fff; display: grid; grid-template-columns: 1.1fr .7fr .7fr 1.35fr; gap: 40px; align-items: start; position: relative; }
footer > p { margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: 8px; line-height: 1.8; letter-spacing: .17em; }
.footer-social { display: flex; justify-content: flex-end; gap: 24px; }
.footer-social a { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.as-signature { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.as-signature p { margin: 0 0 5px; color: rgba(255,255,255,.54); font-size: 8px; letter-spacing: .12em; }
.as-name { display: inline-block; margin: 3px 0 5px; color: var(--rose); font: 400 24px/1.1 var(--serif); text-decoration: none; }
.as-contact { display: inline-block; margin-top: 15px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-decoration: none; }
.copyright { position: absolute; left: 9vw; bottom: 22px; }
.copyright a { text-underline-offset: 3px; }
.whatsapp-float { position: fixed; right: 23px; bottom: 23px; z-index: 12; display: flex; align-items: center; gap: 9px; padding: 8px 13px 8px 8px; background: #fff; color: var(--forest); text-decoration: none; box-shadow: 0 8px 30px rgba(20,30,25,.2); border-radius: 30px; }
.whatsapp-float span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #2bb741; color: #fff; font-size: 9px; font-weight: 600; }
.whatsapp-float small { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroScale { from { transform: scale(1.08); } to { transform: scale(1.02); } }
@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,18px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-media, .scroll-cue span { animation: none; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .nav-cta { margin-right: 52px; }
  .menu-toggle { display: flex; position: absolute; right: 5vw; background: none; border: 0; width: 28px; flex-direction: column; gap: 7px; padding: 0; }
  .menu-toggle span { height: 1px; width: 28px; background: #fff; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] + nav { display: flex; position: absolute; top: 84px; left: 0; right: 0; padding: 32px 5vw; background: var(--deep); flex-direction: column; align-items: flex-start; gap: 24px; }
  .signature { grid-template-columns: .3fr 1fr; }
  .signature-copy { grid-column: 2; padding-top: 0; }
  .academy { grid-template-columns: .4fr 1fr; }
  .academy-topics { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; }
  .as-signature { grid-column: 2; }
}

@media (max-width: 700px) {
  .announcement { padding: 0 5.5vw; font-size: 7px; letter-spacing: .12em; overflow: hidden; }
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement .top-phone { display: none; }
  .announcement-right { margin-left: auto; }
  .by-as { padding-left: 12px; }
  .topbar { height: 72px; padding: 0 5.5vw; }
  .brand span { font-size: 27px; }
  .nav-cta { display: none; }
  .menu-toggle { right: 5.5vw; }
  .menu-toggle[aria-expanded="true"] + nav { top: 71px; padding: 29px 5.5vw; }
  .hero { min-height: 690px; max-height: 790px; }
  .hero-media { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(16,27,21,.82),rgba(16,27,21,.3)),linear-gradient(0deg,rgba(16,27,21,.58),transparent 55%); }
  .hero-copy { left: 6vw; right: 6vw; top: 52%; transform: translateY(-40%); }
  h1 { font-size: clamp(52px,16vw,72px); }
  .hero-lead { font-size: 14px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-side { display: none; }
  .scroll-cue { display: none; }
  .section { padding: 88px 6vw; }
  .signature { display: block; }
  .signature-mark { width: 82px; height: 82px; font-size: 58px; margin-bottom: 40px; }
  .signature-copy { margin-top: 34px; }
  .signature-copy .lead { font-size: 19px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading > p { margin-top: 27px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .service-card, .service-tall { min-height: 360px; grid-row: auto; }
  .service-sage, .service-rose { min-height: 285px; }
  .service-rose { grid-column: auto; }
  .manifesto { min-height: 500px; padding: 40px 7vw; }
  blockquote { font-size: 39px; }
  .reels-grid { grid-template-columns: 1fr; gap: 42px; }
  .reel-offset { margin-top: 0; }
  .reel-frame { height: 585px; }
  .social-action { align-items: flex-start; flex-direction: column; gap: 18px; }
  .academy { display: block; }
  .academy-kicker { width: 108px; height: 108px; margin-bottom: 48px; }
  .academy-copy > p:not(.eyebrow) { margin: 25px 0; }
  .academy-topics { margin-top: 47px; }
  .contact-title { margin-bottom: 45px; }
  .contact-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact-grid > div { padding-bottom: 22px; border-bottom: 1px solid #ded7cc; }
  .contact-grid > div:last-child { border: 0; padding-bottom: 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { padding: 48px 6vw 80px; grid-template-columns: 1fr; min-height: 410px; gap: 25px; }
  .footer-social { justify-content: flex-start; }
  .as-signature { grid-column: auto; padding: 26px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .copyright { left: 6vw; bottom: 25px; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}
