:root {
  --ink: #171b1e;
  --paper: #f8f6ef;
  --coral: #fb7d67;
  --blue: #77b9d7;
  --yellow: #f4c846;
  --line: rgba(23, 27, 30, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 8px 12px; color: var(--paper); background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(248, 246, 239, 0.94); backdrop-filter: blur(12px); }
.nav-shell { display: flex; align-items: center; max-width: 1400px; min-height: 78px; margin: 0 auto; padding: 0 5.4vw; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: 0; line-height: 1; white-space: nowrap; }
.brand em { font-family: var(--serif); font-weight: 600; }
.brand-mark { position: relative; display: flex; align-items: end; gap: 2px; width: 22px; height: 22px; transform: rotate(-8deg); }
.brand-mark i { display: block; width: 6px; background: var(--coral); border-radius: 6px 6px 2px 2px; }
.brand-mark i:nth-child(1) { height: 10px; background: var(--blue); }.brand-mark i:nth-child(2) { height: 20px; background: var(--yellow); }.brand-mark i:nth-child(3) { height: 14px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); margin-left: auto; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { border-bottom: 1px solid transparent; }.site-nav > a:not(.nav-cta):hover { border-color: var(--ink); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); }
.language-switcher { display: flex; align-items: center; gap: 1px; margin-left: 28px; padding: 3px; border: 1px solid var(--line); background: #ebe8df; }
.lang-button { min-width: 37px; border: 0; padding: 5px 7px; color: var(--ink); background: transparent; cursor: pointer; font-family: var(--mono); font-size: 11px; }
.lang-button.active { background: var(--ink); color: white; }
.menu-toggle { display: none; }

.section { max-width: 1400px; margin: 0 auto; padding-left: 5.4vw; padding-right: 5.4vw; }
.section-wide { width: 100%; }
.hero { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.88fr); align-items: center; gap: clamp(42px, 8vw, 130px); min-height: calc(100svh - 78px); padding-top: clamp(56px, 8vw, 110px); padding-bottom: clamp(64px, 8vw, 110px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; line-height: 1.3; }.eyebrow > span:first-child { width: 24px; height: 1px; background: currentColor; }.eyebrow.light { color: rgba(255,255,255,.88); }
h1, h2, h3, p { margin-top: 0; } h1, h2 { letter-spacing: 0; }
h1 { max-width: 690px; margin-bottom: 23px; font-size: clamp(47px, 5.8vw, 87px); font-weight: 600; line-height: 1.04; } h1 em, h2 em { font-family: var(--serif); font-weight: 600; }
.hero-intro { max-width: 510px; margin-bottom: 31px; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 1px solid var(--ink); font-size: 13px; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease; }.button span { margin-left: 13px; font-size: 18px; }.button:hover { transform: translate(-2px, -2px); }.button-dark { color: white; background: var(--ink); box-shadow: 3px 3px 0 var(--coral); }.button-dark:hover { box-shadow: 5px 5px 0 var(--coral); }.button-light { color: var(--ink); border-color: var(--paper); background: var(--paper); box-shadow: 3px 3px 0 var(--coral); }.button-light:hover { box-shadow: 5px 5px 0 var(--coral); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 2px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }.text-link:hover { color: #5d635f; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 43px; color: #54595a; font-family: var(--mono); font-size: 10px; }.hero-notes span { display: flex; align-items: center; gap: 7px; }.hero-notes span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }.hero-notes span:nth-child(2)::before { background: var(--blue); }.hero-notes span:nth-child(3)::before { background: var(--yellow); }
.hero-image-wrap { position: relative; justify-self: end; width: min(100%, 525px); }.hero-image-frame { position: relative; padding: 16px 16px 44px; background: white; box-shadow: 13px 13px 0 var(--yellow); transform: rotate(2deg); }.hero-image-frame img { aspect-ratio: 1 / .79; object-fit: cover; }.image-caption { position: absolute; right: 16px; bottom: 13px; font-family: var(--mono); font-size: 10px; }.hero-stamp { position: absolute; right: -45px; bottom: -34px; display: grid; place-content: center; width: 140px; height: 140px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--blue); font-family: var(--mono); font-size: 14px; font-weight: 500; line-height: 1.2; text-align: center; transform: rotate(11deg); }.hero-doodle { position: absolute; z-index: -1; border: 2px solid var(--ink); }.doodle-a { top: -25px; left: -28px; width: 76px; height: 76px; border-color: var(--coral); border-radius: 59% 41% 55% 45%; transform: rotate(-35deg); }.doodle-b { right: -37px; top: 48px; width: 65px; height: 100px; border-color: var(--blue); border-radius: 70% 30% 47% 53%; transform: rotate(31deg); }

.statement { background: var(--ink); color: var(--paper); }.statement-inner { display: grid; grid-template-columns: 1fr 4fr; gap: 50px; max-width: 1400px; margin: 0 auto; padding: clamp(67px, 9vw, 130px) 5.4vw; }.section-index { margin: 6px 0 0; font-family: var(--mono); font-size: 11px; letter-spacing: .05em; }.statement-text { margin: 0; font-size: clamp(31px, 4.2vw, 65px); font-weight: 500; line-height: 1.12; }.statement-text em { color: var(--yellow); font-family: var(--serif); }

.programs { padding-top: clamp(70px, 10vw, 145px); padding-bottom: clamp(70px, 10vw, 145px); }.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 51px; }.split-heading h2, .approach h2, .bilingual h2, .gallery h2, .contact h2 { margin-bottom: 0; font-size: clamp(37px, 4.4vw, 64px); font-weight: 600; line-height: 1.08; }.section-copy { max-width: 370px; margin: 0 0 4px; color: #4e5556; font-size: 15px; line-height: 1.7; }.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.program-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 26px; overflow: hidden; }.coral-card { background: var(--coral); }.blue-card { background: var(--blue); }.yellow-card { background: var(--yellow); }.program-number { font-family: var(--mono); font-size: 11px; }.program-icon { position: relative; display: grid; place-content: center; width: 77px; height: 77px; margin: auto 0 26px; font-size: 60px; }.icon-sun { border: 2px solid var(--ink); border-radius: 50%; }.icon-sun span { position: absolute; left: 50%; top: -12px; width: 2px; height: 10px; background: var(--ink); transform-origin: 1px 50px; }.icon-sun span:nth-child(2) { transform: rotate(90deg); }.icon-sun span:nth-child(3) { transform: rotate(45deg); }.icon-sun span:nth-child(4) { transform: rotate(-45deg); }.icon-lines { display: flex; gap: 8px; align-items: center; transform: rotate(-12deg); }.icon-lines i { display: block; width: 14px; height: 63px; border: 2px solid var(--ink); border-radius: 50%; }.icon-lines i:nth-child(2) { height: 44px; }.icon-lines i:nth-child(3) { height: 55px; }.icon-spark { font-family: var(--serif); }.program-card h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.2; }.program-card p { max-width: 340px; margin-bottom: 25px; font-size: 14px; line-height: 1.65; }.card-tag { width: fit-content; margin-top: auto; padding: 6px 9px; border: 1px solid rgba(23,27,30,.6); font-family: var(--mono); font-size: 10px; }

.approach { color: white; background: #286d7c; }.approach-inner { display: grid; grid-template-columns: 155px 1fr; min-height: 720px; padding-top: clamp(75px, 9vw, 125px); padding-bottom: clamp(75px, 9vw, 125px); }.approach-aside { position: relative; display: flex; flex-direction: column; color: var(--yellow); }.vertical-word { position: absolute; bottom: 0; left: 0; margin: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }.approach-content { max-width: 875px; }.approach-content h2 { margin-bottom: 56px; }.approach-content h2 em { color: var(--yellow); }.steps { border-top: 1px solid rgba(255,255,255,.45); }.step { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.45); }.step-count { color: var(--yellow); font-family: var(--mono); font-size: 11px; }.step h3 { margin-bottom: 5px; font-size: 20px; }.step p { max-width: 490px; margin: 0; color: rgba(255,255,255,.86); font-size: 14px; }

.bilingual { display: grid; grid-template-columns: minmax(260px, .87fr) minmax(0, 1.13fr); max-width: 1400px; margin: 0 auto; padding: clamp(70px, 10vw, 150px) 5.4vw; gap: clamp(50px, 11vw, 175px); }.bilingual-color-block { position: relative; display: flex; align-items: center; justify-content: center; width: min(100%, 355px); aspect-ratio: 1; align-self: center; color: white; background: var(--coral); font-family: var(--serif); font-size: clamp(62px, 7vw, 105px); line-height: 1; transform: rotate(-4deg); }.bilingual-color-block::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.72); transform: rotate(8deg); }.bilingual-color-block span { position: relative; }.bilingual-color-block span:last-child { margin-left: -15px; color: var(--yellow); }.bilingual-copy { max-width: 670px; }.bilingual-copy h2 { margin-bottom: 25px; }.bilingual-copy h2 em { color: var(--coral); }.bilingual-copy > p:not(.eyebrow) { margin-bottom: 27px; color: #4b5051; line-height: 1.8; }

.gallery { padding-top: clamp(48px, 7vw, 105px); padding-bottom: clamp(75px, 10vw, 145px); }.gallery-heading { display: flex; align-items: start; justify-content: space-between; gap: 40px; margin-bottom: 45px; }.gallery-heading h2 { width: 72%; }.gallery-heading h2 em { color: #286d7c; }.gallery-layout { display: grid; grid-template-columns: 1.4fr .85fr; grid-template-rows: 330px 170px; gap: 15px; }.gallery-image { position: relative; grid-row: 1 / 3; min-height: 460px; margin: 0; overflow: hidden; }.gallery-image img { height: 100%; object-fit: cover; }.gallery-image figcaption { position: absolute; left: 0; bottom: 0; width: 100%; padding: 18px 20px; color: white; background: rgba(23,27,30,.77); font-family: var(--mono); font-size: 11px; }.gallery-quote { display: flex; flex-direction: column; padding: 30px 34px; background: var(--yellow); }.quote-mark { font-family: var(--serif); font-size: 63px; line-height: .7; }.gallery-quote p { max-width: 390px; margin: 15px 0 auto; font-family: var(--serif); font-size: 20px; line-height: 1.33; }.quote-credit { font-family: var(--mono); font-size: 9px; }.color-study { display: flex; position: relative; overflow: hidden; }.color-study span { flex: 1; }.color-study span:nth-child(1) { background: var(--coral); }.color-study span:nth-child(2) { background: #e45064; }.color-study span:nth-child(3) { background: var(--yellow); }.color-study span:nth-child(4) { background: var(--blue); }.color-study span:nth-child(5) { background: #286d7c; }.color-study p { position: absolute; right: 12px; bottom: 9px; margin: 0; padding: 3px 5px; background: rgba(255,255,255,.76); font-family: var(--mono); font-size: 9px; }

.contact { color: var(--paper); background: var(--ink); }.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding-top: clamp(70px, 10vw, 145px); padding-bottom: clamp(70px, 10vw, 120px); }.contact h2 em { color: var(--yellow); }.contact-details { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }.contact-details > p:first-child { max-width: 350px; margin-bottom: 27px; color: #d7d6d1; }.contact-email { margin: 27px 0 0; color: #d7d6d1; font-family: var(--mono); font-size: 11px; }.contact-email a { margin-left: 8px; color: white; text-decoration: underline; }.contact-note { max-width: 390px; margin: 11px 0 0; color: #a9aba8; font-size: 11px; line-height: 1.5; }.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; padding: 24px 5.4vw; border-top: 1px solid rgba(255,255,255,.2); color: #e7e5df; background: var(--ink); font-size: 11px; }.site-footer p { margin: 0; }.site-footer p:nth-of-type(2) { text-align: right; font-family: var(--mono); }

@media (max-width: 800px) { .nav-shell { min-height: 66px; padding: 0 22px; }.site-nav { position: fixed; top: 66px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 11px 22px 22px; border-bottom: 1px solid var(--line); background: var(--paper); }.site-nav.open { display: flex; flex-direction: column; }.site-nav a { padding: 13px 0; }.nav-cta { padding: 12px 14px !important; text-align: center; }.language-switcher { margin-left: auto; margin-right: 14px; }.menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 34px; height: 34px; padding: 7px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }.menu-toggle span { display: block; width: 100%; height: 1px; background: var(--ink); }.section { padding-left: 22px; padding-right: 22px; }.hero { grid-template-columns: 1fr; min-height: auto; gap: 58px; padding-top: 58px; padding-bottom: 75px; }.hero-image-wrap { justify-self: center; width: min(87%, 470px); }.hero-stamp { right: -30px; bottom: -31px; width: 115px; height: 115px; font-size: 12px; }.statement-inner { grid-template-columns: 1fr; gap: 16px; padding: 65px 22px; }.split-heading { display: block; margin-bottom: 35px; }.section-copy { margin-top: 22px; }.program-grid { grid-template-columns: 1fr; }.program-card { min-height: 295px; }.program-icon { margin-top: 24px; }.approach-inner { grid-template-columns: 1fr; padding-top: 67px; padding-bottom: 67px; }.approach-aside { height: 24px; }.vertical-word { display: none; }.approach-content h2 { margin-top: 25px; margin-bottom: 37px; }.bilingual { grid-template-columns: 1fr; gap: 58px; padding: 78px 22px; }.bilingual-color-block { width: min(82%, 330px); justify-self: center; }.gallery { padding-top: 60px; padding-bottom: 80px; }.gallery-heading { display: block; margin-bottom: 33px; }.gallery-heading h2 { width: 100%; margin-top: 22px; }.gallery-layout { grid-template-columns: 1fr; grid-template-rows: auto; }.gallery-image { grid-row: auto; min-height: 350px; }.gallery-quote { min-height: 240px; }.color-study { min-height: 145px; }.contact-inner { grid-template-columns: 1fr; gap: 45px; padding-top: 72px; padding-bottom: 70px; }.site-footer { grid-template-columns: 1fr; padding: 25px 22px; gap: 11px; }.site-footer p:nth-of-type(2) { text-align: left; } }
@media (max-width: 430px) { h1 { font-size: 45px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-notes { display: grid; gap: 10px; }.step { grid-template-columns: 45px 1fr; gap: 13px; }.approach-content h2, .bilingual h2, .gallery h2, .contact h2 { font-size: 36px; }.gallery-image { min-height: 300px; }.brand { font-size: 18px; } }
