@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Prata&display=swap');

:root {
    --ink: #29352f;
    --paper: #f7f3ec;
    --white: #fffdf9;
    --sage: #dce5d9;
    --forest: #40594c;
    --clay: #bd694d;
    --peach: #edcbb7;
    --line: rgba(41, 53, 47, .16);
    --serif: 'Prata', Georgia, serif;
    --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.75 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; text-align: center; }
.section { padding: 110px 0; }
.muted { background: var(--sage); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(3.4rem, 7.4vw, 7rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
h3 { line-height: 1.3; }
em { color: var(--clay); font-style: italic; }
.eyebrow { margin-bottom: 20px; color: var(--clay); font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 590px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; margin-top: 20px; padding: 0 30px; border: 1px solid var(--forest); border-radius: 999px; color: var(--white); background: var(--forest); font-size: .9rem; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.button-small { min-height: 42px; margin: 0; padding: 0 22px; }
.button-light { color: var(--forest); background: var(--white); border-color: var(--white); }

.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--clay); font-family: var(--serif); font-size: 1.35rem; }
.brand strong { display: block; font-family: var(--serif); font-weight: 400; }
.brand small { display: block; margin-top: 5px; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; gap: 30px; font-size: .86rem; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--clay); }

.hero { min-height: calc(100svh - 88px); overflow: hidden; background: linear-gradient(125deg, var(--paper) 0 63%, var(--sage) 63%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: calc(100svh - 88px); }
.hero-copy { position: relative; z-index: 2; padding: 80px 4vw 80px 0; }
.hero-copy h1 { margin-bottom: 30px; }
.hero-portrait { position: relative; align-self: end; display: flex; justify-content: center; }
.hero-portrait img { position: relative; z-index: 1; width: min(600px, 100%); filter: drop-shadow(0 24px 30px rgba(41,53,47,.18)); }
.paint-stroke { position: absolute; inset: 12% 1% 7%; background: var(--peach); border-radius: 48% 52% 41% 59% / 50% 35% 65% 50%; transform: rotate(-5deg); }
.portrait-note { position: absolute; z-index: 2; right: 0; bottom: 8%; padding: 18px 24px; background: rgba(255,253,249,.92); box-shadow: 0 12px 36px rgba(41,53,47,.13); }
.portrait-note strong, .portrait-note span { display: block; }
.portrait-note span { font-size: .75rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); }
.align-center { align-items: center; }
.intro-text { padding-top: 54px; font-size: 1.1rem; }
.about-grid { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.photo-stack { position: relative; }
.photo-stack img { width: 82%; max-height: 650px; object-fit: cover; border-radius: 48% 48% 8px 8px; }
.scribble { position: absolute; right: 0; bottom: 5%; padding: 25px; border-radius: 50%; color: var(--white); background: var(--clay); font-family: var(--serif); text-align: center; transform: rotate(7deg); }
.timeline { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.timeline strong { color: var(--clay); }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid article { min-height: 280px; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.card-grid article > span { color: var(--clay); font-family: var(--serif); font-size: 2rem; }
.card-grid h3 { margin-top: 52px; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.gallery-band { background: var(--white); }
.practice-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 8vw; }
.gallery-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; transform: rotate(2deg); }
.gallery-pair img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 15px 36px rgba(41,53,47,.12); }
.gallery-pair img:first-child { transform: translateY(30px) rotate(-5deg); }
.program-teaser { color: var(--white); background: var(--forest); }
.teaser-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.teaser-inner h2 { margin-bottom: 15px; }
.teaser-inner .eyebrow { color: var(--peach); }
.faq details { border-top: 1px solid var(--line); text-align: left; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 5px; font-family: var(--serif); font-size: 1.25rem; cursor: pointer; }
.faq details p { padding: 0 5px 22px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.price-grid article { padding: 36px; background: var(--white); border: 1px solid var(--line); }
.price-grid .featured { color: var(--white); background: var(--clay); transform: translateY(-16px); }
.price-grid h3 { min-height: 52px; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.price { font-family: var(--serif); font-size: 2rem; }
.price-grid a { font-weight: 600; text-underline-offset: 5px; }
.final-cta { text-align: center; }
.not-found { display: grid; min-height: calc(100svh - 88px); place-items: center; text-align: center; }
.not-found h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.not-found p:not(.eyebrow) { font-size: 1.1rem; }

.program-hero { position: relative; overflow: hidden; background: var(--paper); }
.program-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 40%); align-items: center; gap: clamp(48px, 5vw, 76px); min-height: 750px; padding-top: 70px; }
.program-hero-grid > * { min-width: 0; }
.program-hero h1 { max-width: 100%; font-size: clamp(3.25rem, 4.1vw, 4.5rem); }
.program-art { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 42vw; }
.program-art::before { content: ''; position: absolute; z-index: 0; inset: 0 0 0 -190px; background: var(--peach); clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%); }
.program-art img { position: relative; z-index: 1; width: 82%; max-width: 400px; aspect-ratio: 4 / 5; margin-inline: auto; border-radius: 48% 48% 8px 8px; object-fit: cover; filter: drop-shadow(0 24px 32px rgba(41,53,47,.14)); }
.hero-meta { display: flex; gap: 28px; margin-top: 30px; }
.hero-meta span { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta strong { display: block; font-family: var(--serif); font-size: 1.55rem; text-transform: none; }
.statement .quote { color: var(--clay); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.5; }
.statement h2 { margin-top: 45px; }
.rounded-image { width: 100%; max-height: 620px; object-fit: cover; border-radius: 50% 50% 8px 8px; }
.dark-section { color: var(--white); background: var(--forest); }
.dark-section .eyebrow { color: var(--peach); }
.route-list { margin: 60px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.route-list li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.route-list li > span { color: var(--clay); font-family: var(--serif); font-size: 2.2rem; }
.route-list h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.route-list p { margin-bottom: 0; }
.program-price { background: var(--peach); }
.program-price-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.price-options { padding: 38px; background: var(--white); }
.price-options p { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.price-options strong { font-family: var(--serif); font-size: 1.25rem; white-space: nowrap; }
.site-footer { padding: 50px 0; color: var(--white); background: #27362e; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-inner p { margin: 4px 0 0; font-size: .8rem; }
.footer-inner a { text-underline-offset: 5px; }
.footer-links { display: flex; gap: 28px; }

@media (max-width: 1050px) {
    .program-hero-grid { grid-template-columns: 1fr; gap: 44px; min-height: auto; padding-top: 72px; }
    .program-hero h1 { font-size: clamp(3rem, 10vw, 5rem); }
    .program-art { position: relative; inset: auto; width: 100%; max-width: 620px; margin: 0 auto; padding: 48px 14px; background: var(--peach); }
    .program-art::before { display: none; }
}

@media (max-width: 900px) {
    .main-nav { display: none; }
    .hero, .program-hero { background: var(--paper); }
    .hero-grid, .program-hero-grid, .split, .about-grid, .practice-grid, .program-price-inner { grid-template-columns: 1fr; }
    .hero-grid { padding-top: 70px; }
    .hero-copy { padding: 35px 0 0; }
    .hero-portrait { max-width: 620px; margin-inline: auto; }
    .intro-text { padding-top: 0; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .program-hero-grid { min-height: auto; padding-top: 80px; }
    .program-art { max-width: 570px; margin: 40px auto 0; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 1160px); }
    .section { padding: 75px 0; }
    .header-inner { min-height: 72px; }
    .brand small { display: none; }
    .brand-mark { width: 36px; height: 36px; }
    .header-inner > .button { padding: 0 16px; font-size: .78rem; }
    h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero { min-height: auto; }
    .hero-grid { min-height: auto; padding-top: 42px; }
    .hero-copy { padding-top: 12px; }
    .hero-copy h1 { margin-bottom: 22px; }
    .hero-copy .button { width: 100%; }
    .hero-portrait { margin-top: 46px; padding-bottom: 54px; }
    .hero-portrait .paint-stroke { display: none; }
    .hero-portrait img { position: relative; z-index: 1; width: 100%; border-radius: 42% 42% 8px 8px; filter: none; }
    .portrait-note { right: 0; bottom: 2%; padding: 13px 16px; }
    .card-grid, .card-grid.three, .price-grid { grid-template-columns: 1fr; }
    .card-grid article { min-height: auto; }
    .card-grid h3 { margin-top: 25px; }
    .gallery-pair { gap: 8px; }
    .teaser-inner { display: block; }
    .price-grid .featured { transform: none; }
    .program-hero h1 { font-size: clamp(1.85rem, 8.2vw, 2.5rem); }
    .program-hero h1 em { display: block; max-width: 100%; font-size: 1em; white-space: nowrap; }
    .hero-meta { gap: 16px; }
    .route-list li { grid-template-columns: 58px 1fr; gap: 15px; }
    .footer-inner { grid-template-columns: 1fr; gap: 20px; }
    .footer-links { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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