:root {
  --green-950: #092d25;
  --green-900: #103b30;
  --green-800: #174d3d;
  --green-700: #23604d;
  --sage: #9bae92;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --gold: #caa66a;
  --ink: #18332c;
  --muted: #60716b;
  --blue: #3f7187;
  --line: rgba(16, 59, 48, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 20px 55px rgba(9, 45, 37, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.cream { background: var(--cream); }
.green { color: #fff; background: var(--green-900); }
.blue { color: #fff; background: var(--blue); }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.03; margin: 0; }
h1 { font-size: clamp(3.4rem, 8vw, 7.8rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.15rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.green .lede, .blue .lede { color: rgba(255,255,255,.76); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 45px; }
.section-head > div { max-width: 720px; }
.section-head p { margin-top: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; background: var(--green-900); color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); background: var(--green-700); }
.btn-light { background: #fff; color: var(--green-900); }
.btn-outline { color: var(--green-900); background: transparent; border-color: var(--green-900); }
.btn-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.6); }
.btn-gold { color: var(--green-950); background: var(--gold); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: .25s ease; }
.site-header.scrolled, .site-header.solid { color: #fff; background: rgba(9,45,37,.97); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 6px 24px rgba(9,45,37,.14); }
.nav { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 150px; height: 60px; object-fit: contain; }
.brand .logo-blue { display: none; }
.mobile-brand-title { display: none; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-links a:not(.btn) { padding: 35px 0; font-size: .75rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid currentColor; color: inherit; background: transparent; font-size: 1.4rem; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: var(--green-950); }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,30,24,.16) 10%, rgba(3,30,24,.38) 50%, rgba(3,30,24,.88) 100%); }
.hero-content { position: relative; z-index: 1; min-height: 100svh; display: flex; flex-direction: column; padding-top: 140px; padding-bottom: 70px; }
.hero-heading { max-width: 850px; }
.hero h1 { max-width: 850px; letter-spacing: -.025em; }
.hero-sub { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); }
.hero-sub p { max-width: 600px; margin: 0; color: rgba(255,255,255,.84); font-size: 1.02rem; }
.managed-by { margin-top: 11px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.scroll-note { writing-mode: vertical-rl; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }

.page-hero { position: relative; min-height: 64vh; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--green-950); }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .72; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,34,27,.85), rgba(4,34,27,.22)); }
.page-hero .container { position: relative; z-index: 1; padding-top: 180px; padding-bottom: 65px; }
.page-hero h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { max-width: 660px; margin-top: 18px; color: rgba(255,255,255,.82); font-size: 1.08rem; }

.intro-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 85px; align-items: center; }
.intro-copy p { color: var(--muted); }
.intro-image { position: relative; padding-left: 70px; padding-bottom: 70px; }
.intro-image .main-photo { height: 590px; object-fit: cover; }
.intro-image .inset-photo { position: absolute; left: 0; bottom: 0; width: 44%; height: 260px; object-fit: cover; border: 9px solid var(--paper); }
.stat-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 38px; border-top: 1px solid var(--line); }
.stat { padding: 24px 20px 0 0; }
.stat strong { display: block; color: var(--green-700); font-family: var(--serif); font-size: 2.35rem; line-height: 1; }
.stat span { color: var(--muted); font-size: .78rem; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.room-card { position: relative; min-height: 500px; overflow: hidden; color: #fff; background: var(--green-900); }
.room-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .55s ease; }
.room-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,34,27,.92) 100%); }
.room-card:hover img { transform: scale(1.035); }
.room-card-content { position: absolute; inset: auto 25px 26px; z-index: 1; }
.room-card small { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.room-card h3 { margin-top: 7px; }
.room-card p { max-height: 0; margin: 0; overflow: hidden; opacity: 0; transition: .35s ease; }
.room-card:hover p { max-height: 100px; margin-top: 10px; opacity: .8; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.feature { min-height: 250px; padding: 35px; background: var(--green-900); }
.feature i { color: var(--gold); font-size: 2rem; }
.feature h3 { margin: 55px 0 10px; font-size: 1.75rem; }
.feature p { color: rgba(255,255,255,.68); font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; counter-reset: admission; }
.step { counter-increment: admission; padding: 32px 0; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(admission); display: block; margin-bottom: 32px; color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.step h3 { margin-bottom: 12px; font-size: 1.8rem; }
.step p { color: var(--muted); font-size: .92rem; }
.step a { color: var(--green-700); font-weight: 800; }

.eligibility { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 16px 0 16px 32px; border-bottom: 1px solid rgba(255,255,255,.13); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 310px 310px; gap: 14px; }
.gallery-grid a { overflow: hidden; }
.gallery-grid a:first-child { grid-row: 1 / 3; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid a:hover img { transform: scale(1.035); }
.gallery-wall { columns: 3 300px; column-gap: 16px; }
.gallery-wall figure { margin: 0 0 16px; break-inside: avoid; overflow: hidden; }
.gallery-wall img { transition: .45s ease; }
.gallery-wall img:hover { transform: scale(1.025); }
.gallery-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.gallery-filter button { padding: 9px 15px; color: var(--green-900); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.gallery-filter button.active { color: #fff; background: var(--green-900); }

.download-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.download-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 24px; background: #fff; border: 1px solid var(--line); transition: .25s ease; }
.download-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.download-card > i { color: var(--gold); font-size: 1.85rem; }
.download-card h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; }
.download-card p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }
.download-actions { display: flex; gap: 7px; }
.icon-btn { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); color: var(--green-900); }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.faq-button strong { font-family: var(--serif); font-size: 1.45rem; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .35s ease; }
.faq-answer p { padding: 0 45px 24px 0; }
.faq-item.open .faq-answer { max-height: 240px; }
.faq-item.open .faq-button i { transform: rotate(45deg); }

.map-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.map-frame { overflow: hidden; min-height: 450px; box-shadow: var(--shadow); }
.map-frame iframe { display: block; min-height: 450px; }
.contact-list { display: grid; gap: 18px; margin: 28px 0; }
.contact-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.contact-item i { color: var(--gold); font-size: 1.25rem; }
.contact-item small { display: block; color: rgba(255,255,255,.65); }

.cta { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.cta p { max-width: 660px; margin: 13px 0 0; color: rgba(255,255,255,.7); }

.site-footer { padding: 72px 0 22px; color: rgba(255,255,255,.75); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 50px; }
.footer-logo { width: 185px; margin-bottom: 22px; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.footer-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; }
.studio-credit { position: relative; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.8); white-space: nowrap; }
.studio-credit:hover, .studio-credit:focus-visible { color: var(--gold); }
.studio-detail { max-width: 0; overflow: hidden; opacity: 0; transform: translateX(-5px); transition: max-width .35s ease, opacity .25s ease, transform .35s ease; }
.studio-credit:hover .studio-detail, .studio-credit:focus-visible .studio-detail { max-width: 230px; opacity: .8; transform: translateX(0); }

.application-page { background: var(--cream); }
.application-intro { padding: 170px 0 70px; color: #fff; background: var(--green-900); }
.application-intro h1 { font-size: clamp(3.3rem, 8vw, 6.5rem); }
.application-intro p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.74); }
.application-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 26px; color: var(--gold); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.application-section { padding-top: 70px; }
.admission-form { display: grid; gap: 24px; }
.admission-form fieldset { margin: 0; padding: 36px; border: 1px solid var(--line); background: var(--paper); }
.admission-form legend { padding: 0 16px 0 0; color: var(--green-900); font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.admission-form legend span { margin-right: 12px; color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 12px; }
.field { display: grid; align-content: start; gap: 8px; }
.field.full, .check-field.full, .conditional-fields.full { grid-column: 1 / -1; }
.field > span { color: var(--green-900); font-size: .78rem; font-weight: 800; letter-spacing: .035em; }
.field em { color: var(--muted); font-size: .7rem; font-style: normal; font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid rgba(16,59,48,.25); border-radius: 0; outline: 0; background: #fff; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(35,96,77,.12); }
.field small { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.check-field { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; color: var(--muted); font-size: .82rem; }
.check-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--green-700); }
.check-field a { color: var(--green-700); text-decoration: underline; }
.declaration-box { margin-top: 16px; padding: 20px; color: var(--muted); background: var(--cream); border-left: 3px solid var(--gold); }
.declaration-box p { margin: 0; }
.conditional-fields { margin-top: 0; }
.submit-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; color: #fff; background: var(--green-900); }
.submit-panel strong { font-family: var(--serif); font-size: 1.7rem; }
.submit-panel p { margin: 2px 0 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.form-alert { padding: 18px 20px; margin-bottom: 24px; color: #7a241f; background: #fff3f1; border-left: 4px solid #a33a31; }
.form-alert-info { color: var(--green-900); background: #eef5f1; border-left-color: var(--green-700); }
.form-alert a { font-weight: 800; text-decoration: underline; }
.btn:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.hp-field { position: absolute; left: -9999px; }
.thank-you-page { min-height: 100svh; display: grid; place-items: center; padding: 40px 20px; background: var(--green-950); }
.thank-you-card { width: min(680px,100%); padding: clamp(32px,7vw,64px); background: var(--paper); box-shadow: var(--shadow); }
.thank-you-card > img { width: 120px; height: 90px; margin-bottom: 34px; object-fit: contain; padding: 14px; background: var(--green-900); }
.thank-you-card h1 { font-size: clamp(3.5rem,10vw,6rem); }
.thank-you-card > p:not(.eyebrow) { color: var(--muted); }
.application-reference { margin: 24px 0; padding: 14px 16px; background: var(--cream); }
.important-links { display: grid; margin: 28px 0; border-top: 1px solid var(--line); }
.important-links a { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.content-card { padding: 34px; background: #fff; border: 1px solid var(--line); }
.content-card h3 { margin-bottom: 14px; }
.content-card p, .content-card li { color: var(--muted); }
.content-card ul { padding-left: 18px; }
.legal h2 { margin: 45px 0 14px; font-size: 2rem; }
.legal p, .legal li { color: var(--muted); }
.legal a { color: var(--green-700); text-decoration: underline; }

@media (max-width: 980px) {
  .nav { min-height: 76px; }
  .brand img { width: 52px; height: 52px; }
  .mobile-brand-title { position: absolute; left: 50%; display: block; width: min(52vw, 230px); transform: translateX(-50%); color: #fff; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; line-height: 1.05; text-align: center; text-shadow: 0 1px 10px rgba(4,34,27,.7); }
  .site-header.scrolled:not(.solid) { background: rgba(9,45,37,.76); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; align-items: stretch; gap: 0; padding: 18px 24px 28px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .nav-links a:not(.btn) { padding: 13px 0; }
  .hero-content { padding-top: 112px; padding-bottom: 55px; }
  .intro-grid, .eligibility, .map-layout, .content-grid { grid-template-columns: 1fr; gap: 48px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .room-card { min-height: 430px; }
  .feature-grid, .steps { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: 1.2fr 1fr; }
  .gallery-grid a:nth-child(4), .gallery-grid a:nth-child(5) { display: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .section-sm { padding: 55px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-sub, .section-head, .cta { display: block; }
  .hero-sub .btn, .section-head .text-link, .cta .btn-row { margin-top: 24px; }
  .intro-image { padding-left: 32px; padding-bottom: 45px; }
  .intro-image .main-photo { height: 430px; }
  .intro-image .inset-photo { height: 170px; border-width: 6px; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .card-grid, .feature-grid, .steps, .download-grid { grid-template-columns: 1fr; }
  .room-card { min-height: 450px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 390px 230px; }
  .gallery-grid a:first-child { grid-row: auto; }
  .gallery-grid a:nth-child(n+3) { display: none; }
  .download-card { grid-template-columns: auto 1fr; }
  .download-actions { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .footer-meta { display: grid; }
  .studio-detail { max-width: none; opacity: .7; transform: none; }
  .form-grid { grid-template-columns: 1fr; }
  .admission-form fieldset { padding: 26px 20px; }
  .admission-form legend { font-size: 1.65rem; }
  .field.full, .check-field.full, .conditional-fields.full { grid-column: auto; }
  .submit-panel { display: grid; padding: 24px 20px; }
  .submit-panel .btn { width: 100%; }
}

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