:root {
  --wine: #380f14;
  --wine-soft: #5a252c;
  --pink: #ffe3e3;
  --cream: #f8f3ed;
  --paper: #fffdf9;
  --sand: #e9ded3;
  --ink: #2a1719;
  --muted: #765f61;
  --line: rgba(56, 15, 20, .15);
  --serif: "Monterchi", "Cormorant Garamond", Georgia, serif;
  --sans: "Lato", Arial, sans-serif;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(56, 15, 20, .12);
  --heading-copy-gap: clamp(32px, 3vw, 44px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h1 em, h2 em, blockquote em { color: var(--wine-soft); font-weight: 500; }

.skip-link { position: fixed; top: -80px; left: 24px; z-index: 999; padding: 12px 18px; background: var(--wine); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin-bottom: 22px; color: var(--wine-soft); font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section { max-width: 1400px; margin-inline: auto; padding: 120px 5vw; }
.section h2 { margin-bottom: 0; font-size: clamp(3rem, 5.7vw, 6.3rem); }
.section h2 + p { margin-top: var(--heading-copy-gap); }
.lead { color: var(--wine); font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.35rem); line-height: 1.16; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, box-shadow .35s; }
.site-header.scrolled { border-color: var(--line); background: rgba(248, 243, 237, .92); box-shadow: 0 8px 30px rgba(56, 15, 20, .06); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; max-width: 1500px; height: 94px; margin: auto; padding: 0 4vw; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 38px); font-size: .87rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; padding-block: 10px; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--wine); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--wine); transition: transform .3s, opacity .3s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 14px 25px; border: 1px solid var(--wine); border-radius: 12px; color: var(--paper); background: var(--wine); font-size: .79rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.button:hover { color: var(--wine); background: transparent; box-shadow: 0 12px 30px rgba(56, 15, 20, .14); transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 10px 18px; border-radius: 10px; font-size: .7rem; }
.button-light { border-color: var(--paper); color: var(--wine); background: var(--paper); white-space: nowrap; }
.button-light:hover { color: white; background: transparent; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-block: 8px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: .82rem; font-weight: 900; letter-spacing: .04em; transition: gap .25s; }
.text-link:hover { gap: 22px; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 860px; padding: 140px 4vw 64px; background: var(--cream); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 5vw; }
.hero h1 { margin-bottom: 28px; color: var(--wine); font-size: clamp(4rem, 7.8vw, 8.6rem); }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: #5f4b4d; font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.hero-note { display: flex; align-items: center; gap: 11px; margin: 48px 0 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.hero-note span { color: var(--wine); }
.hero-visual { position: relative; min-height: 640px; }
.image-frame { height: 100%; overflow: hidden; border-radius: 240px 240px var(--radius) var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-stamp { position: absolute; bottom: 45px; left: -72px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 156px; height: 156px; border: 1px solid rgba(56,15,20,.18); border-radius: 50%; color: var(--wine); background: rgba(255,253,249,.89); box-shadow: 0 12px 45px rgba(56,15,20,.13); text-align: center; backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; }
.hero-stamp strong { margin: 1px 0; font-family: var(--serif); font-size: 2.5rem; line-height: 1; }
.hero-stamp span { font-size: .55rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
@keyframes float { 50% { transform: translateY(-10px); } }

.shine { position: relative; overflow: hidden; }
.shine::after { position: absolute; inset: -30% auto -30% -65%; width: 32%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); content: ""; transform: skewX(-18deg); transition: left .85s ease; pointer-events: none; }
.shine:hover::after { left: 135%; }

.ticker { overflow: hidden; padding: 21px 0; color: var(--pink); background: var(--wine); }
.ticker-track { display: flex; align-items: center; gap: 38px; width: max-content; animation: ticker 30s linear infinite; }
.ticker span { font-family: var(--serif); font-size: 1.35rem; font-style: italic; white-space: nowrap; }
.ticker i { color: #c98f93; font-size: .75rem; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
.intro-copy { padding-bottom: 12px; color: var(--muted); }
.intro-copy p:last-child { margin-bottom: 0; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 10px; }
.pillar-card { position: relative; min-height: 440px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: color .35s, background .35s, transform .35s, box-shadow .35s; }
.pillar-card:hover { color: white; background: var(--wine); box-shadow: var(--shadow); transform: translateY(-8px); }
.pillar-number { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.pillar-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 48px 0 38px; border: 1px solid currentColor; border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 1.8rem; transition: color .35s, transform .5s; }
.pillar-icon img { width: 42px; height: 42px; object-fit: contain; transition: filter .35s; }
.pillar-card:hover .pillar-icon { color: var(--pink); transform: rotate(12deg); }
.pillar-card:hover .pillar-icon img { filter: brightness(0) invert(1); }
.pillar-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 3rem; font-weight: 500; }
.pillar-card p { color: var(--muted); transition: color .35s; }
.pillar-card:hover p, .pillar-card:hover .pillar-number { color: rgba(255,255,255,.72); }
.pillar-owner { display: block; margin-bottom: 28px; color: var(--wine); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: color .35s; }
.pillar-card:hover .pillar-owner { color: var(--pink); }

.how { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; max-width: none; padding-inline: max(5vw, calc((100vw - 1400px)/2)); color: white; background: var(--wine); }
.how-intro { position: sticky; top: 150px; align-self: start; }
.how .eyebrow { color: #d7a9aa; }
.how h2 { color: white; font-size: clamp(3rem, 5.3vw, 5.9rem); }
.how h2 em { color: var(--pink); }
.how-intro > p:last-child { max-width: 590px; margin-top: var(--heading-copy-gap); color: rgba(255,255,255,.66); }
.journey { margin: 0; padding: 0; list-style: none; }
.journey-step { display: grid; grid-template-columns: 62px 1fr; gap: 30px; padding: 42px 0 52px; border-top: 1px solid rgba(255,255,255,.18); }
.journey-step:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.step-dot { display: grid; place-items: center; align-self: start; width: 54px; height: 54px; border: 1px solid #d7a9aa; border-radius: 50%; color: var(--pink); font-family: var(--serif); font-size: 1.5rem; }
.journey small { color: #d7a9aa; font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.journey h3 { max-width: 600px; margin: 12px 0 16px; font-family: var(--serif); font-size: clamp(1.8rem, 2.7vw, 2.7rem); font-weight: 500; line-height: 1.1; }
.journey p { max-width: 590px; margin: 0; color: rgba(255,255,255,.64); }

.program-cta { display: grid; grid-template-columns: 150px 1fr auto; gap: 54px; align-items: center; max-width: 1280px; margin-block: 100px; padding: 64px; border-radius: var(--radius); color: white; background: var(--wine); box-shadow: var(--shadow); }
.program-cta .eyebrow { color: #d7a9aa; }
.program-cta h2 { font-size: clamp(2.7rem, 4.2vw, 4.8rem); }
.program-cta h2 em { color: var(--pink); }
.program-cta p:last-child { max-width: 700px; margin: var(--heading-copy-gap) 0 0; color: rgba(255,255,255,.68); }
.cta-logo { display: grid; place-items: center; height: 150px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.cta-logo img { width: 100px; height: 100px; object-fit: contain; }

.team { padding-top: 80px; }
.team-heading { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 8vw; align-items: end; margin-bottom: 70px; }
.team-heading .eyebrow { grid-column: 1/-1; }
.team-heading > p:last-child { max-width: 520px; margin-bottom: 8px; color: var(--muted); }
.team-heading > h2 + p, .reviews-heading > h2 + p { margin-top: 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .35s, box-shadow .35s; }
.person-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.person-photo { height: 560px; background: var(--pink); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform .65s ease; }
.person-card:hover .person-photo img { transform: scale(1.025); }
.person-content { padding: 34px 34px 40px; }
.person-role { margin-bottom: 12px; color: var(--wine-soft); font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.person-content h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 2.8rem); font-weight: 500; line-height: 1; }
.person-content p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }

.manifesto { padding: 125px 5vw; color: var(--wine); background: var(--pink); text-align: center; }
.manifesto blockquote { margin: 25px auto; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 7.5rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.manifesto p:last-child { margin: 34px 0 0; color: var(--wine-soft); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.reviews-heading { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 8vw; align-items: end; margin-bottom: 60px; }
.reviews-heading .eyebrow { grid-column: 1/-1; }
.reviews-heading > p:last-child { max-width: 480px; margin-bottom: 8px; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; flex-direction: column; min-height: 350px; margin: 0; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.stars { color: var(--wine); font-size: .82rem; letter-spacing: .28em; }
.review-card blockquote { margin: 42px 0; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-style: italic; line-height: 1.27; }
.review-card figcaption { display: flex; flex-direction: column; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.review-card figcaption span { color: var(--wine); font-weight: 700; }
.review-card figcaption small { color: var(--muted); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.contact-image { height: 690px; border-radius: 260px 260px 24px 24px; box-shadow: var(--shadow); }
.contact-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.contact-content h2 { margin-bottom: var(--heading-copy-gap); }
.contact-content > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.contact-links { margin-top: 48px; border-top: 1px solid var(--line); }
.contact-links > a { display: grid; grid-template-columns: 54px 1fr 30px; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--wine); transition: padding .25s; }
.contact-links > a:hover { padding-left: 10px; }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; }
.contact-icon img { width: 21px; height: 21px; }
.contact-links a > span:nth-child(2) { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.1; }
.contact-links small { display: block; margin-bottom: 4px; color: var(--muted); font-family: var(--sans); font-size: .59rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-links b { font-weight: 400; }

.site-footer { display: grid; grid-template-columns: 1fr .8fr 1.4fr; gap: 50px; align-items: start; padding: 80px 5vw 28px; color: white; background: var(--wine); }
.footer-brand { display: flex; align-items: center; gap: 18px; font-family: var(--serif); font-size: 1.55rem; }
.footer-brand img { width: 72px; height: 72px; object-fit: contain; }
.site-footer > p { color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 58px; justify-self: end; font-size: .82rem; font-weight: 700; }
.footer-link-column { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { display: inline-flex; align-items: center; gap: 9px; width: fit-content; }
.footer-links a span { font-size: .72rem; transition: transform .25s; }
.footer-links a:hover { color: var(--pink); }
.footer-links a:hover span { transform: translate(3px, -3px); }
.footer-bottom { display: flex; justify-content: space-between; grid-column: 1/-1; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.48); font-size: .72rem; }

.to-top { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 48px; height: 48px; border: 1px solid var(--wine); border-radius: 50%; color: white; background: var(--wine); box-shadow: 0 8px 30px rgba(56,15,20,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s, background .25s, color .25s; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { color: var(--wine); background: var(--paper); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .section { padding-block: 95px; }
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 3vw; }
  .hero-copy { padding-inline: 2vw 5vw; }
  .main-nav { gap: 18px; }
  .program-cta { grid-template-columns: 110px 1fr; margin-inline: 4vw; padding: 48px; }
  .program-cta .button { grid-column: 2; justify-self: start; }
  .cta-logo { height: 110px; }
  .person-photo { height: 470px; }
}

@media (max-width: 880px) {
  html { scroll-padding-top: 78px; }
  .nav-wrap { height: 78px; }
  .brand img { width: 46px; height: 46px; }
  .brand span { display: none; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: 90px 10vw; background: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .3s, transform .3s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a:not(.button) { font-family: var(--serif); font-size: 2.6rem; font-weight: 500; line-height: 1.1; }
  .main-nav .button { margin-top: 18px; }
  .hero { grid-template-columns: 1fr; padding: 118px 5vw 70px; }
  .hero-copy { padding: 30px 0 64px; }
  .hero-visual { min-height: 720px; }
  .hero-stamp { left: auto; right: -8px; }
  .intro, .how, .team-heading, .reviews-heading, .contact { grid-template-columns: 1fr; }
  .intro { gap: 44px; }
  .pillars, .team-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 390px; }
  .how { gap: 70px; }
  .how-intro { position: static; }
  .program-cta { grid-template-columns: 90px 1fr; gap: 30px; }
  .program-cta .button { grid-column: 1/-1; }
  .cta-logo { height: 90px; }
  .team-heading, .reviews-heading { row-gap: 34px; }
  .team-heading .eyebrow, .reviews-heading .eyebrow { margin-bottom: -8px; }
  .person-photo { height: 720px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact { gap: 70px; }
  .contact-image { height: 720px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1/3; gap: 34px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section { padding: 78px 22px; }
  .section h2 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero { min-height: auto; padding: 96px 22px 42px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { margin-top: 36px; }
  .hero-visual { min-height: 520px; }
  .image-frame { border-radius: 160px 160px 20px 20px; }
  .hero-stamp { bottom: 24px; width: 124px; height: 124px; }
  .ticker-track { gap: 26px; }
  .pillar-card { min-height: 410px; padding: 32px; }
  .how { padding-inline: 22px; }
  .journey-step { grid-template-columns: 44px 1fr; gap: 18px; padding-block: 34px; }
  .step-dot { width: 42px; height: 42px; }
  .program-cta { display: block; margin: 58px 14px; padding: 42px 28px; }
  .cta-logo { width: 90px; margin-bottom: 36px; }
  .program-cta .button { margin-top: 28px; white-space: normal; }
  .person-photo { height: 500px; }
  .person-content { padding: 28px; }
  .manifesto { padding: 90px 22px; }
  .manifesto blockquote { font-size: clamp(3rem, 14vw, 4.6rem); }
  .review-card { min-height: 320px; padding: 30px; }
  .contact-image { height: 510px; border-radius: 170px 170px 20px 20px; }
  .contact-links > a { grid-template-columns: 45px 1fr 20px; gap: 13px; }
  .contact-icon { width: 42px; height: 42px; }
  .contact-links a > span:nth-child(2) { font-size: 1.08rem; overflow-wrap: anywhere; }
  .site-footer { display: block; padding: 62px 22px 26px; }
  .site-footer > p { margin: 30px 0; }
  .footer-links { grid-template-columns: 1fr 1fr; justify-self: auto; gap: 30px; margin-block: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .to-top { right: 14px; bottom: 14px; }
}

@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; }
}
