:root {
  --ivory: #f7f3eb; --paper: #fffdf8; --sage: #789493; --sage-deep: #3f5e5b; --sage-dark: #2f4846;
  --ink: #23312f; --muted: #67706d; --line: rgba(35, 49, 47, .14); --line-light: rgba(255, 255, 255, .18);
  --serif: Georgia, "Times New Roman", serif; --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px; --section-space: clamp(100px, 12vw, 168px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--sage); color: white; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #bc7b45; outline-offset: 4px; }

.site-header { position: fixed; inset: 14px 0 auto; z-index: 100; width: min(calc(100% - 40px), var(--container)); min-height: 76px; margin: auto; padding: 8px 10px 8px 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border: 1px solid transparent; border-radius: 22px; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(255, 253, 248, .9); border-color: var(--line); box-shadow: 0 18px 55px rgba(35, 49, 47, .1); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; font: 1.45rem var(--serif); }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 34px); }
.main-nav a { position: relative; text-decoration: none; color: var(--ink); font-size: .84rem; font-weight: 620; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--sage-deep); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-size: .88rem; font-weight: 700; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); background: var(--sage-deep); border-color: var(--sage-deep); }
.button-small { min-height: 46px; padding-inline: 20px; }
.button-light { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.button-light:hover { background: white; border-color: white; color: var(--ink); }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.4); color: white; }
.button-ghost-light:hover { background: rgba(255,255,255,.1); border-color: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; text-underline-offset: 7px; text-decoration-color: var(--sage); font-size: .9rem; font-weight: 700; }
.contact-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; color: currentColor; }
.header-cta .contact-icon { width: 1rem; height: 1rem; }

.hero { min-height: 850px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .82fr); gap: clamp(44px, 6vw, 96px); width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 132px 0 74px; align-items: center; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--sage-deep); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { margin-bottom: 30px; }
.eyebrow span { width: 32px; height: 1px; background: var(--sage); }
.section-kicker span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; letter-spacing: 0; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 760px; margin: 0; font: 400 clamp(4.4rem, 7.6vw, 7.6rem)/.86 var(--serif); letter-spacing: -.068em; }
h1 em, h2 em { color: var(--sage-deep); font-weight: inherit; }
.lead { max-width: 640px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.04rem, 1.4vw, 1.22rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-tags li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; height: 650px; margin: 0; overflow: hidden; border-radius: 290px 290px 24px 24px; background: #d9d1c6; box-shadow: 0 30px 80px rgba(52, 63, 59, .15); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 270px 270px 14px 14px; pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 53%, rgba(20, 28, 27, .52)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform .7s ease; }
.hero-visual:hover > img { transform: scale(1.018); }
.hero-visual figcaption { position: absolute; z-index: 3; left: 38px; right: 38px; bottom: 34px; display: flex; flex-direction: column; gap: 5px; color: white; }
.hero-visual figcaption strong { font: 400 1.42rem var(--serif); }
.hero-visual figcaption span { font-size: .8rem; opacity: .82; }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.24); }
.ticker-track { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 58px); white-space: nowrap; font: clamp(1.05rem, 1.7vw, 1.35rem) var(--serif); }
.ticker-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

.section { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding-block: var(--section-space); }
.intro { display: grid; grid-template-columns: .35fr 1fr; gap: 56px; }
.intro-copy { display: grid; grid-template-columns: 1fr .76fr; gap: clamp(48px, 8vw, 112px); align-items: end; }
h2 { margin: 0; font: 400 clamp(3.3rem, 5.6vw, 5.8rem)/.93 var(--serif); letter-spacing: -.055em; }
.intro-text { padding-bottom: 4px; }
.intro-text p, .section-heading > p, .model-intro, .faq-intro > p { margin: 0; color: var(--muted); line-height: 1.75; }
.intro-text p + p { margin-top: 20px; }
.services { padding-top: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 64px; margin-bottom: 64px; }
.section-heading .section-kicker { margin-bottom: 28px; }
.section-heading > p { max-width: 390px; padding-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; }
.service-card { min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.34); }
.service-card-featured { background: var(--paper); }
.service-number { color: var(--sage-deep); font-size: .7rem; letter-spacing: .12em; }
.service-label { margin: 0 0 12px; color: var(--sage-deep); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin: 0; font: 400 clamp(2.05rem, 3vw, 3rem)/1 var(--serif); letter-spacing: -.035em; }
.service-card p:not(.service-label) { max-width: 520px; margin: 18px 0 0; color: var(--muted); line-height: 1.68; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem; }
.service-card > a { align-self: flex-end; display: inline-flex; gap: 10px; font-size: .78rem; font-weight: 750; text-underline-offset: 5px; }
.service-card-image { position: relative; overflow: hidden; padding: 0; border: 0; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.service-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,28,27,.66)); }
.image-card-label { position: absolute; z-index: 1; left: 28px; bottom: 26px; display: flex; flex-direction: column; gap: 4px; color: white; }
.image-card-label span { font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.image-card-label strong { font: 400 1.35rem var(--serif); }
.service-card-dark { background: var(--sage-dark); border-color: var(--sage-dark); color: white; }
.service-card-dark .service-number, .service-card-dark .service-label { color: #c5d1cf; }
.service-card-dark p:not(.service-label) { color: rgba(255,255,255,.68); }

.lesson-models { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(54px, 8vw, 110px); align-items: center; }
.model-visual { position: relative; height: 790px; overflow: hidden; border-radius: 260px 260px 20px 20px; }
.model-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visual-note { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border-radius: 999px; background: rgba(255,253,248,.88); color: var(--ink); font-size: .75rem; font-weight: 700; backdrop-filter: blur(12px); }
.pulse { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--sage-deep); }
.pulse::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--sage-deep); border-radius: 50%; animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { opacity: .8; transform: scale(.7); } 70%, 100% { opacity: 0; transform: scale(1.8); } }
.model-content .section-kicker { margin-bottom: 28px; }
.model-intro { max-width: 590px; margin-top: 30px; }
.model-list { margin-top: 48px; border-top: 1px solid var(--line); }
.model-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.model-index { color: var(--sage-deep); font-size: .7rem; letter-spacing: .1em; padding-top: 5px; }
.model-list h3 { margin: 0; font: 400 1.65rem var(--serif); }
.model-list p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.process { padding-top: 10px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 320px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.28); }
.process-list li > span { margin-bottom: auto; color: var(--sage-deep); font-size: .7rem; letter-spacing: .1em; }
.process-list h3 { margin: 0; font: 400 2rem var(--serif); }
.process-list p { margin: 12px 0 0; color: var(--muted); line-height: 1.62; }

.studio { overflow: hidden; padding: var(--section-space) max(24px, calc((100vw - var(--container)) / 2)); background: var(--sage-dark); color: white; }
.studio-copy { max-width: 920px; }
.section-kicker-light { color: #cbd7d5; }
.studio h2 { margin-top: 28px; }
.studio h2 em, .contact h2 em { color: #bdcecb; }
.studio-copy > p:not(.section-kicker) { max-width: 630px; margin: 30px 0 32px; color: rgba(255,255,255,.67); font-size: 1.04rem; line-height: 1.75; }
.studio-gallery { width: max-content; display: grid; grid-template-columns: repeat(3, clamp(270px, 29vw, 430px)); gap: 18px; margin-top: 74px; }
.studio-gallery figure { height: clamp(410px, 48vw, 650px); margin: 0; overflow: hidden; border-radius: 210px 210px 20px 20px; }
.studio-gallery figure:nth-child(2) { margin-top: -100px; }
.studio-gallery img { width: 100%; height: 100%; object-fit: cover; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.faq-intro .section-kicker { margin-bottom: 28px; }
.faq-intro > p { max-width: 370px; margin: 28px 0 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 46px 28px 0; cursor: pointer; list-style: none; font: clamp(1.22rem, 2vw, 1.65rem)/1.3 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 2px; top: 50%; width: 16px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.faq-list summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -6px 0 28px; color: var(--muted); line-height: 1.7; }

.contact { padding: 0 24px 24px; }
.contact-panel { width: min(100%, 1420px); min-height: 740px; margin: auto; padding: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); border-radius: 34px; background: var(--ink); color: white; }
.contact-copy { display: flex; flex-direction: column; justify-content: center; }
.contact-copy h2 { margin-top: 28px; font-size: clamp(3.2rem, 4.8vw, 5.3rem); }
.contact-copy > p:not(.section-kicker) { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.67); line-height: 1.72; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line-light); font-style: normal; }
.contact-details div { display: flex; flex-direction: column; gap: 8px; }
.contact-details span { color: rgba(255,255,255,.48); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a { width: fit-content; display: inline-flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.88); font-size: .88rem; line-height: 1.6; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.25); }
.contact-details .contact-icon { margin-top: .18em; }
.map-wrap { position: relative; min-height: 580px; overflow: hidden; border-radius: 260px 260px 22px 22px; background: #d6d2c7; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 580px; border: 0; filter: saturate(.58) contrast(.94); }
.map-link { position: absolute; left: 22px; right: 22px; bottom: 22px; min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 750; backdrop-filter: blur(12px); }
.site-footer { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 82px 0 36px; text-align: center; }
.footer-brand { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; font: 2rem var(--serif); }
.footer-brand img { width: 96px; height: 96px; object-fit: contain; }
.site-footer > p { margin: 16px 0 0; color: var(--muted); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 40px; }
.footer-links a { font-size: .82rem; font-weight: 650; text-underline-offset: 5px; text-decoration-color: transparent; }
.footer-links a:hover { text-decoration-color: var(--sage); }
.footer-bottom { margin-top: 64px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.mobile-contact { display: none; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { z-index: 2; width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 130px 28px 50px; display: flex; flex-direction: column; justify-content: center; gap: 22px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font: clamp(2.2rem, 8vw, 4rem) var(--serif); }
  .header-cta { z-index: 2; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { grid-template-columns: 1fr 1fr; }
  .lesson-models { gap: 50px; }
  .model-visual { height: 700px; }
  .faq { grid-template-columns: 1fr 1.4fr; gap: 60px; }
  .contact-panel { grid-template-columns: 1fr; }
  .map-wrap { min-height: 520px; }
}

@media (max-width: 760px) {
  :root { --section-space: 94px; }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 62px; }
  .site-header { inset: 8px 0 auto; width: calc(100% - 20px); min-height: 66px; padding: 6px 8px 6px 10px; border-radius: 18px; grid-template-columns: 1fr auto; }
  .brand img { width: 52px; height: 52px; }
  .brand span { font-size: 1.25rem; }
  .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: 0; width: calc(100% - 32px); grid-template-columns: 1fr; padding: 112px 0 52px; gap: 44px; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.4rem); }
  .lead { margin-top: 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-tags { margin-top: 32px; }
  .hero-visual { height: min(130vw, 650px); border-radius: 190px 190px 18px 18px; }
  .hero-visual::before { inset: 12px; border-radius: 180px 180px 10px 10px; }
  .hero-visual figcaption { left: 26px; right: 26px; bottom: 25px; }
  .ticker { overflow-x: auto; scrollbar-width: none; }
  .ticker-track { width: max-content; padding-inline: 24px; justify-content: flex-start; }
  .section { width: calc(100% - 32px); }
  .intro-copy { grid-template-columns: 1fr; gap: 38px; }
  h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .section-heading { align-items: start; flex-direction: column; gap: 28px; margin-bottom: 44px; }
  .section-heading > p { max-width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; padding: 28px; border-radius: 22px; }
  .service-card-image { height: 470px; }
  .lesson-models { grid-template-columns: 1fr; }
  .model-visual { height: min(132vw, 670px); border-radius: 180px 180px 18px 18px; }
  .process { padding-top: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 270px; }
  .studio { padding-inline: 16px; }
  .studio-gallery { grid-template-columns: repeat(3, min(75vw, 340px)); overflow-x: auto; max-width: calc(100vw - 16px); padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .studio-gallery figure { height: 480px; margin-top: 0 !important; scroll-snap-align: start; border-radius: 170px 170px 18px 18px; }
  .faq { grid-template-columns: 1fr; }
  .faq-list { margin-top: 8px; }
  .faq-list summary { padding-block: 24px; font-size: 1.25rem; }
  .contact { padding: 0 10px 10px; }
  .contact-panel { min-height: 0; padding: 72px 22px 22px; border-radius: 26px; }
  .contact-copy h2 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .contact-actions { flex-direction: column; }
  .contact-details { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 490px; }
  .map-wrap { border-radius: 170px 170px 18px 18px; }
  .site-footer { width: calc(100% - 32px); }
  .footer-bottom { align-items: center; flex-direction: column; gap: 8px; }
  .mobile-contact { position: fixed; z-index: 90; inset: auto 10px 8px; min-height: 54px; padding: 5px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.92); box-shadow: 0 14px 40px rgba(35,49,47,.18); backdrop-filter: blur(16px); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 750; }
  .mobile-contact .contact-icon { width: 1rem; height: 1rem; }
  .mobile-contact a:last-child { background: var(--ink); color: white; }
}
@media (max-width: 420px) { .brand span { display: none; } .hero-tags li { font-size: .72rem; } .contact-details a { overflow-wrap: anywhere; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
