:root {
  --cream: #f8efdf;
  --cream-deep: #ead8bd;
  --paper: #fff9ef;
  --sand: #d9b680;
  --gold: #b7864c;
  --terracotta: #a8653d;
  --ink: #32251a;
  --muted-ink: #6b5845;
  --forest: #536143;
  --line: rgba(74, 53, 33, 0.22);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --hero-fade: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.visually-hidden, .skip-link:not(:focus) { border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.skip-link:focus { position: fixed; z-index: 500; top: 12px; left: 12px; padding: 10px 15px; background: var(--ink); color: var(--paper); border-radius: 4px; }

.section-pad { padding: clamp(84px, 12vw, 176px) max(6vw, 28px); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 36px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-family: var(--serif); font-size: clamp(42px, 5.8vw, 84px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }

.moon-transition { position: fixed; top: 0; left: 0; z-index: 100; width: 180px; pointer-events: none; will-change: transform, width; }
.moon-transition img { width: 100%; filter: drop-shadow(0 5px 10px rgba(94, 58, 22, .12)); }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; padding: 15px max(4vw, 22px); transition: background .35s ease, opacity .35s ease, transform .35s ease; }
.home-page .site-header { opacity: 0; pointer-events: none; transform: translateY(-16px); }
.site-header.is-visible { opacity: 1; pointer-events: auto; transform: none; background: rgba(248, 239, 223, .87); box-shadow: 0 1px 0 rgba(74, 53, 33, .1); backdrop-filter: blur(16px); }
.nav-shell { width: min(1440px, 100%); margin: auto; display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.brand { display: grid; grid-template-columns: 42px auto; grid-template-rows: 22px 13px; align-items: center; column-gap: 7px; min-width: 163px; }
.brand-moon-space { grid-row: 1 / -1; width: 37px; height: 37px; }
.brand-name { align-self: end; font-family: var(--serif); font-size: 30px; letter-spacing: -.04em; line-height: .75; }
.brand-subtitle { align-self: start; color: var(--muted-ink); font-size: 6px; font-weight: 600; letter-spacing: .25em; line-height: 1; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.nav-book) { position: relative; }
.main-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.nav-book):hover::after, .main-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-book, .button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 19px; border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .13em; line-height: 1; text-transform: uppercase; transition: transform .24s ease, background .24s ease, color .24s ease; }
.nav-book { margin-left: 4px; border: 1px solid var(--ink); }
.nav-book:hover, .button:hover { transform: translateY(-3px); }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 55% 40%, #fff5e6 0, #f4dfbf 44%, #d5ae7b 120%); }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; inset: 0; opacity: .52; }
.hero::before { background: linear-gradient(115deg, transparent 12%, rgba(115, 75, 38, .09) 12.4%, transparent 13.6%, transparent 22%, rgba(115, 75, 38, .07) 22.3%, transparent 23.3%); transform: translateX(-20%); }
.hero::after { background: radial-gradient(ellipse at 20% 100%, rgba(101, 72, 41, .24) 0 2%, transparent 2.2% 100%), radial-gradient(ellipse at 77% 17%, rgba(103, 69, 35, .13) 0 2%, transparent 2.2% 100%); filter: blur(8px); transform: scale(1.55); }
.hero-light { position: absolute; width: 38vw; height: 38vw; min-width: 420px; min-height: 420px; border-radius: 50%; filter: blur(2px); opacity: .24; background: repeating-conic-gradient(from 220deg, transparent 0 8deg, rgba(113, 81, 49, .3) 9deg 12deg, transparent 13deg 22deg); }
.hero-light-one { top: -26vw; left: -15vw; }.hero-light-two { right: -22vw; bottom: -32vw; transform: rotate(145deg); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; margin-top: clamp(200px, 42vh, 360px); text-align: center; opacity: var(--hero-fade); transform: translateY(calc((1 - var(--hero-fade)) * -32px)); }
.hero-kicker { margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.hero-logo-type { width: clamp(270px, 31vw, 460px); margin: 0; line-height: 0; }.hero-logo-type img { width: 100%; height: auto; }
.hero-tagline { position: relative; margin: 0; padding-top: 37px; font-family: var(--serif); font-size: clamp(27px, 3.2vw, 45px); letter-spacing: -.04em; }
.hero-tagline::before { content: ""; position: absolute; top: 0; left: calc(50% - 34px); width: 68px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 3; bottom: 27px; left: 50%; display: grid; gap: 7px; padding: 10px; border: 0; background: none; color: var(--muted-ink); cursor: pointer; font-size: 9px; letter-spacing: .15em; text-align: center; text-transform: uppercase; transform: translateX(-50%); transition: opacity .25s ease; opacity: var(--hero-fade); }
.scroll-arrows { height: 28px; display: grid; justify-content: center; }
.scroll-arrows i { display: block; width: 10px; height: 10px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg); animation: soft-bounce 1.8s infinite ease-in-out; }
.scroll-arrows i + i { margin-top: -4px; animation-delay: .16s; }
@keyframes soft-bounce { 0%, 100% { opacity: .25; transform: translateY(0) rotate(45deg); } 45% { opacity: 1; transform: translateY(5px) rotate(45deg); } }

.intro-section { position: relative; overflow: hidden; background: var(--paper); }
.intro-section::before { content: ""; position: absolute; top: -160px; right: -190px; width: 510px; height: 510px; border: 1px solid rgba(183, 134, 76, .19); border-radius: 50%; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .65fr); gap: clamp(50px, 11vw, 200px); width: min(1240px, 100%); margin: 50px auto 0; }
.intro-grid h2 { margin: 0; max-width: 750px; }
.intro-copy { padding-top: 8px; color: var(--muted-ink); font-size: 17px; }
.intro-copy p { margin-bottom: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: gap .25s ease; }
.text-link:hover { gap: 19px; }
.text-link span { color: var(--gold); font-size: 16px; }
.moon-quote { position: absolute; right: max(8vw, 50px); bottom: 20px; color: var(--gold); font-size: 72px; line-height: 1; transform: rotate(-19deg); }

.classes-section { background: #ebdbc2; }
.centered-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }.centered-heading h2 { max-width: 750px; margin: 26px 0 0; }
.class-list { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, 100%); margin: clamp(58px, 8vw, 100px) auto 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.class-card { position: relative; padding: 30px clamp(23px, 4vw, 57px) 44px; text-align: center; }
.class-card + .class-card { border-left: 1px solid var(--line); }
.class-number { position: absolute; top: 17px; left: 20px; color: var(--gold); font-size: 10px; letter-spacing: .13em; }
.class-icon { display: grid; place-items: center; width: 92px; height: 92px; margin: 15px auto 29px; border: 1px solid var(--gold); border-radius: 50%; }
.class-icon span { position: relative; display: block; }
.icon-pilates span { width: 47px; height: 29px; border-bottom: 2px solid var(--ink); border-left: 2px solid var(--ink); border-radius: 0 0 0 100%; transform: skewX(-29deg); }
.icon-pilates span::after { content: ""; position: absolute; top: -8px; right: -4px; width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; }
.icon-reformer span { width: 55px; height: 26px; border: 2px solid var(--ink); border-top: 0; }
.icon-reformer span::after { content: ""; position: absolute; left: 8px; right: 8px; top: -15px; height: 15px; border: 2px solid var(--ink); border-bottom: 0; border-radius: 10px 10px 0 0; }
.icon-yoga span { width: 32px; height: 32px; border: 2px solid var(--ink); border-radius: 48% 48% 50% 50%; border-top: 0; }
.icon-yoga span::before { content: ""; position: absolute; left: 11px; top: -16px; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: #ebdbc2; }
.class-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.03em; }
.class-card p { margin: 0; color: var(--muted-ink); font-size: 14px; line-height: 1.7; }
.center-action { text-align: center; }.button-dark { background: var(--ink); color: var(--paper); }.button-light { border: 1px solid rgba(255,255,255,.8); color: var(--paper); }.button-light:hover { background: var(--paper); color: var(--ink); }

.studio-section { background: var(--paper); }
.studio-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; width: min(1240px, 100%); margin: 0 auto 52px; }
.studio-heading h2 { max-width: 740px; margin: 27px 0 0; }.studio-heading > p { width: min(310px, 100%); margin: 0 0 7px; color: var(--muted-ink); }
.studio-preview-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 15px; width: min(1240px, 100%); margin: auto; }
.studio-photo { height: clamp(290px, 30vw, 450px); margin: 0; overflow: hidden; background: var(--cream-deep); }.studio-photo-large { height: clamp(350px, 41vw, 600px); }
.studio-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.studio-photo:hover img { transform: scale(1.035); }
.gallery-image-trigger { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }.gallery-image-trigger:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--gold); outline-offset: -3px; }.gallery-image-trigger img { width: 100%; height: 100%; }
.gallery-empty { grid-column: 1 / -1; margin: 0; padding: 45px 20px; color: var(--muted-ink); font-family: var(--serif); font-size: 25px; text-align: center; }
.studio-gallery-link { float: right; margin: 24px max(0px, calc((100% - 1240px)/2)); }
.studio-section::after { content: ""; display: block; clear: both; }

.membership-section { position: relative; overflow: hidden; background: #e6c89c; }
.membership-section::before { content: ""; position: absolute; top: -250px; right: -190px; width: 560px; height: 560px; border: 1px solid rgba(136, 91, 43, .22); border-radius: 50%; }
.membership-heading { position: relative; width: min(850px, 100%); margin: 0 auto 53px; text-align: center; }.membership-heading .eyebrow { justify-content: center; }.membership-heading h2 { margin: 25px 0 17px; }.membership-heading p { max-width: 480px; margin: 0 auto; color: var(--muted-ink); }
.pricing-packages { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 18px; width: min(1220px, 100%); margin: auto; }.pricing-package { overflow: hidden; border: 1px solid rgba(113, 76, 42, .22); border-radius: 16px; background: rgba(255, 250, 241, .84); box-shadow: 0 15px 30px rgba(91, 57, 23, .08); }.package-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 85px; padding: 18px 23px; border-bottom: 1px solid rgba(113, 76, 42, .18); }.package-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.25vw, 32px); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }.package-heading span { flex: 0 0 auto; padding: 7px 9px; border-radius: 999px; background: #a77c49; color: var(--paper); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-align: center; text-transform: uppercase; }.price-list { padding: 10px 15px 16px; }.price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 67px; padding: 10px 9px; border-bottom: 1px solid rgba(113, 76, 42, .15); }.price-list > div:last-child { border-bottom: 0; }.price-list span { font-family: var(--serif); font-size: 23px; letter-spacing: -.025em; }.price-list strong { min-width: 111px; padding: 7px 11px; border: 2px solid #c59654; border-radius: 999px; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: .015em; line-height: 1; text-align: center; white-space: nowrap; }
.membership-notes { position: relative; display: flex; gap: 17px; width: min(1220px, 100%); margin: 27px auto 42px; padding: 21px 25px; border: 1px solid rgba(113, 76, 42, .25); border-radius: 14px; background: rgba(255, 250, 241, .63); }.notes-icon { display: grid; flex: 0 0 auto; width: 33px; height: 33px; place-items: center; border-radius: 50%; background: var(--muted-ink); color: var(--paper); font-family: var(--serif); font-size: 21px; font-style: italic; }.membership-notes h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 17px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }.membership-notes ul { margin: 0; padding-left: 17px; color: var(--muted-ink); font-size: 13px; line-height: 1.6; }

.alina-section { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(330px, 1fr); gap: clamp(45px, 11vw, 164px); align-items: center; width: min(1330px, 100%); margin: auto; }
.alina-photo-wrap { position: relative; max-width: 510px; }.alina-photo-wrap::before { content: ""; position: absolute; z-index: -1; left: -29px; bottom: -29px; width: 74%; height: 74%; border: 1px solid var(--gold); }.alina-photo-wrap img { width: 100%; aspect-ratio: .87; object-fit: cover; filter: sepia(.19) contrast(.95); }
.alina-content h2 { margin: 26px 0 28px; max-width: 560px; }.alina-content p { max-width: 540px; margin-bottom: 20px; color: var(--muted-ink); font-size: 16px; }

.contact-section { background: var(--ink); color: var(--paper); }.contact-top { width: min(900px, 100%); margin: auto; text-align: center; }.eyebrow-light { color: var(--sand); justify-content: center; }.contact-top h2 { margin: 25px 0 20px; }.contact-top p { max-width: 480px; margin: 0 auto 31px; color: rgba(255,249,239,.74); }.contact-details { display: grid; grid-template-columns: 1fr 1fr; width: min(1050px, 100%); margin: clamp(70px, 9vw, 110px) auto 0; border-top: 1px solid rgba(255,255,255,.2); }.contact-details > * { padding: 28px 0 10px; }.contact-details > * + * { padding-left: clamp(36px, 8vw, 120px); border-left: 1px solid rgba(255,255,255,.2); }.contact-details a, .contact-details strong { display: block; }.contact-details small { display: block; margin-bottom: 14px; color: var(--sand); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }.contact-details strong { margin-bottom: 16px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.12; }.contact-details span, .contact-details div a { color: rgba(255,249,239,.8); font-size: 13px; }.contact-details div a + a { margin-top: 9px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px max(6vw, 28px); background: #271c13; color: rgba(255,249,239,.68); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.site-footer p { margin: 0; }.footer-brand { display: inline-flex; align-items: center; gap: 7px; color: var(--paper); font-family: var(--serif); font-size: 23px; letter-spacing: -.04em; text-transform: none; }.footer-brand img { width: 22px; }

/* Gallery */
.gallery-page { background: var(--paper); }.page-header { position: sticky; background: rgba(255,249,239,.92); box-shadow: 0 1px 0 rgba(74, 53, 33, .1); backdrop-filter: blur(16px); }.page-brand { grid-template-columns: 32px auto; grid-template-rows: 20px 12px; }.page-brand img { grid-row: 1 / -1; width: 30px; }.page-brand .brand-name { font-size: 27px; }.page-brand .brand-subtitle { font-size: 5.5px; }
.gallery-hero { position: relative; min-height: 66vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px 28px 70px; text-align: center; background: radial-gradient(circle at 48% 25%, #fff7eb, #e7c69c); }.gallery-hero::before { content: ""; position: absolute; left: -15vw; bottom: -35vw; width: 65vw; height: 65vw; border: 1px solid rgba(132, 86, 40, .2); border-radius: 50%; }.gallery-hero .eyebrow { position: relative; justify-content: center; }.gallery-hero h1 { position: relative; margin: 24px 0 19px; font-family: var(--serif); font-size: clamp(54px, 7.8vw, 112px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }.gallery-hero h1 em { color: var(--terracotta); font-weight: 400; }.gallery-hero p { position: relative; max-width: 400px; margin: 0; color: var(--muted-ink); }.gallery-grid-wrap { padding-top: clamp(58px, 8vw, 110px); background: #f1dfc4; }.gallery-note { width: min(1280px, 100%); margin: 0 auto 20px; color: var(--muted-ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 16px; width: min(1280px, 100%); margin: auto; }.gallery-tile { grid-column: span 4; height: 360px; margin: 0; overflow: hidden; background: var(--cream-deep); }.gallery-tile:nth-child(2), .gallery-tile:nth-child(6) { grid-column: span 5; }.gallery-tile:nth-child(3), .gallery-tile:nth-child(7) { grid-column: span 3; }.gallery-tile.tile-tall { grid-row: span 2; height: 736px; }.gallery-tile.tile-wide { grid-column: span 7; }.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.gallery-tile:hover img { transform: scale(1.04); }.gallery-cta { padding: clamp(90px, 12vw, 150px) 28px; background: var(--paper); text-align: center; }.gallery-cta p { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(31px, 4.5vw, 58px); letter-spacing: -.035em; }
.gallery-lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(21, 15, 10, .94); color: var(--paper); }.gallery-lightbox::backdrop { background: rgba(21, 15, 10, .7); backdrop-filter: blur(5px); }.lightbox-surface { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: clamp(14px, 2vw, 32px); align-items: center; width: 100%; height: 100%; padding: 28px clamp(22px, 5vw, 75px); }.lightbox-media { grid-column: 2; display: grid; width: 100%; height: 100%; place-items: center; overflow: hidden; }.lightbox-image { max-width: 100%; max-height: 100%; object-fit: contain; user-select: none; }.lightbox-close, .lightbox-navigation { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,249,239,.45); border-radius: 50%; background: rgba(33,23,15,.42); color: var(--paper); cursor: pointer; transition: background .2s ease, transform .2s ease; }.lightbox-close:hover, .lightbox-navigation:hover { background: var(--paper); color: var(--ink); transform: scale(1.07); }.lightbox-close:focus-visible, .lightbox-navigation:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }.lightbox-close { position: absolute; z-index: 1; top: 24px; right: 25px; font-size: 31px; font-weight: 300; line-height: 1; }.lightbox-navigation { z-index: 1; font-size: 26px; }.lightbox-previous { grid-column: 1; }.lightbox-next { grid-column: 3; }.lightbox-counter { position: absolute; bottom: 25px; left: 50%; margin: 0; color: rgba(255,249,239,.85); font-size: 10px; font-weight: 600; letter-spacing: .18em; transform: translateX(-50%); }

@media (max-width: 860px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-book) { font-size: 9px; }
  .nav-book { padding: 11px 14px; }
  .studio-preview-grid { grid-template-columns: 1.15fr 1fr; }.studio-photo-large { grid-row: span 2; height: auto; }.studio-photo { height: 250px; }
}

@media (max-width: 700px) {
  .section-pad { padding: 78px 24px; }.site-header { padding: 12px 19px; }.nav-shell { min-height: 36px; }.brand { grid-template-columns: 36px auto; grid-template-rows: 19px 11px; }.brand-moon-space { width: 30px; height: 30px; }.brand-name { font-size: 26px; }.brand-subtitle { font-size: 5px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 5px; width: 38px; height: 38px; place-content: center; border: 1px solid rgba(74, 53, 33, .25); border-radius: 50%; }.menu-toggle > span:not(.visually-hidden) { display: block; width: 14px; height: 1px; background: var(--ink); transition: transform .2s ease; }.menu-open .menu-toggle > span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }.menu-open .menu-toggle > span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; padding: 95px 24px 40px; background: rgba(248, 239, 223, .98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }.menu-open .main-nav { opacity: 1; pointer-events: auto; transform: none; }.main-nav > a:not(.nav-book) { font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.03em; text-transform: none; }.nav-book { margin: 10px 0 0; padding: 15px 23px; font-family: var(--sans); font-size: 10px; }
  .hero-content { margin-top: 250px; }.hero-logo-type { width: min(76vw, 350px); }.hero-tagline { padding-top: 27px; font-size: 29px; }.hero-tagline::before { left: calc(50% - 24px); width: 48px; }.hero-kicker { font-size: 8px; }.scroll-cue { bottom: 14px; font-size: 8px; }
  .intro-grid, .alina-section { grid-template-columns: 1fr; gap: 33px; }.intro-grid { margin-top: 38px; }.intro-copy { font-size: 16px; }.moon-quote { right: 29px; bottom: 9px; font-size: 55px; }
  h2 { font-size: clamp(42px, 12vw, 64px); }.class-list { grid-template-columns: 1fr; margin: 48px auto 35px; }.class-card { padding: 31px 32px 38px; }.class-card + .class-card { border-top: 1px solid var(--line); border-left: 0; }.class-icon { margin-bottom: 21px; }.class-card h3 { font-size: 32px; }
  .studio-heading { display: block; margin-bottom: 38px; }.studio-heading > p { margin: 25px 0 0; }.studio-preview-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.studio-photo { height: 215px; }.studio-photo-large { grid-column: 1 / -1; grid-row: auto; height: 350px; }.studio-gallery-link { margin-top: 20px; }
  .pricing-packages { grid-template-columns: 1fr; gap: 12px; }.package-heading { min-height: 70px; }.membership-notes { margin-bottom: 34px; padding: 19px; }.membership-notes h3 { font-size: 15px; }.membership-notes ul { font-size: 12px; }
  .alina-photo-wrap { width: calc(100% - 18px); margin-left: 18px; }.alina-content h2 { margin: 23px 0; }.alina-content p { font-size: 15px; }
  .contact-top h2 { font-size: 58px; }.contact-details { grid-template-columns: 1fr; gap: 20px; margin-top: 65px; }.contact-details > * + * { padding: 27px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }.contact-details strong { font-size: 27px; }.site-footer { flex-wrap: wrap; padding: 23px 24px; }.site-footer p { order: 3; width: 100%; }
  .page-brand { grid-template-columns: 29px auto; }.page-brand img { width: 27px; }.gallery-hero { min-height: 58vh; }.gallery-grid-wrap { padding: 58px 12px; }.gallery-note { padding: 0 12px; }.gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.gallery-tile, .gallery-tile:nth-child(2), .gallery-tile:nth-child(3), .gallery-tile:nth-child(6), .gallery-tile:nth-child(7) { grid-column: span 1; height: 230px; }.gallery-tile.tile-tall { grid-row: span 2; height: 469px; }.gallery-tile.tile-wide { grid-column: 1 / -1; height: 270px; }
  .lightbox-surface { grid-template-columns: 1fr; padding: 20px 17px 68px; }.lightbox-media { grid-column: 1; }.lightbox-close { top: 14px; right: 15px; width: 42px; height: 42px; font-size: 27px; }.lightbox-navigation { position: absolute; bottom: 18px; width: 43px; height: 43px; font-size: 23px; }.lightbox-previous { left: calc(50% - 57px); }.lightbox-next { right: calc(50% - 57px); }.lightbox-counter { bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
