:root{
  --teal-1000:#022d30;
  --teal-950:#063b3e;
  --teal-900:#064a4d;
  --teal-800:#075f63;
  --teal-700:#087b80;
  --cream:#fff2d8;
  --paper:#f6e3bc;
  --paper-deep:#e8c891;
  --gold:#dda748;
  --gold-light:#ffd77e;
  --coral:#ef6143;
  --ink:#173c38;
  --muted:#655f50;
  --line:rgba(255,215,126,.22);
  --radius-xl:26px;
  --radius-lg:20px;
  --shadow:0 28px 80px rgba(0,21,23,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--teal-1000);
  color:var(--cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}

.skip-link{position:fixed;left:1rem;top:-6rem;z-index:200;background:#fff;color:var(--teal-950);padding:.7rem 1rem;border-radius:8px}
.skip-link:focus{top:1rem}

.site-shell{
  position:relative;
  overflow:hidden;
  min-height:100svh;
  background:
    radial-gradient(circle at 20% 10%,rgba(13,139,143,.34),transparent 28%),
    radial-gradient(circle at 85% 16%,rgba(239,97,67,.12),transparent 24%),
    linear-gradient(145deg,#033538 0%,#07565a 48%,#033b3f 100%);
}
.site-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(30deg,rgba(255,255,255,.03) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.03) 87.5%),
    linear-gradient(150deg,rgba(255,255,255,.03) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.03) 87.5%);
  background-size:70px 122px;
}

.page-wrap{
  width:min(calc(100% - 48px),1360px);
  margin:0 auto;
  position:relative;
  z-index:3;
  padding:14px 0;
}

.edge-art{
  position:absolute;
  z-index:1;
  width:240px;
  height:100%;
  object-fit:cover;
  object-position:left center;
  opacity:.25;
  pointer-events:none;
  filter:saturate(.9);
  mix-blend-mode:screen;
}
.edge-art-left{left:-78px;top:0}
.edge-art-right{right:-78px;top:0;transform:scaleX(-1)}

.site-header{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-bottom:1px solid var(--line);
  padding:0 2px 10px;
}
.brand{width:clamp(220px,23vw,330px)}
.brand img{width:100%;filter:drop-shadow(0 10px 18px rgba(0,0,0,.12))}
.header-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.header-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;border-radius:8px;text-decoration:none;font-size:.70rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;transition:.2s ease}
.header-link:hover,.header-link:focus-visible{transform:translateY(-2px)}
.header-link-contact{border:1px solid rgba(255,215,126,.48);background:rgba(2,45,48,.28);color:var(--cream)}
.header-link-studio{background:var(--coral);border:1px solid rgba(255,255,255,.2);color:#fff;box-shadow:0 9px 22px rgba(239,97,67,.18)}

.hero{
  min-height:0;
  min-height:calc(100svh - 90px);
  display:grid;
  grid-template-columns:minmax(400px,.92fr) minmax(0,1.08fr);
  gap:clamp(44px,5vw,74px);
  align-items:center;
  padding:16px 0 8px;
}

/* Desktop is intentionally a single, compact cover screen. */
@media (min-width:1051px){
  html,body{height:100%;overflow:hidden}
  .site-shell{height:100svh;min-height:0}
  .page-wrap{
    height:100%;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    padding-block:10px;
  }
  .site-header{min-height:58px;padding-bottom:8px}
  .header-actions{margin-left:auto}
  .hero{
    min-height:0;
    height:100%;
    gap:clamp(34px,4vw,62px);
    padding:10px 0;
  }
  .hero-media-column{gap:10px}
  .hero-image-frame{height:clamp(210px,31svh,340px)}
  .studio-card{padding:10px 14px}
  .studio-card h2{font-size:clamp(1.2rem,1.55vw,1.55rem)}
  .studio-intro{font-size:.80rem}
  .join-steps{margin:8px 0;gap:6px}
  .join-step{padding:5px 6px}
  .join-step p,.join-step strong{font-size:.64rem}
  .primary-button{min-height:39px;padding-inline:14px}
  .hero-copy h1{font-size:clamp(3rem,4.65vw,5.25rem);margin-bottom:14px}
  .hero-lead{font-size:clamp(.92rem,1.12vw,1.05rem)}
  .status-strip{margin-top:13px;padding:9px 12px}
  .site-footer{margin-top:0;padding:8px 0 2px;font-size:.66rem}
  .footer-main{display:none}
  .footer-bottom{gap:14px;padding-top:0;border-top:0;font-size:.61rem}
}

.hero-media-column{display:grid;gap:16px;min-width:0;align-self:center}
.hero-copy-column{display:grid;gap:22px;min-width:0;align-self:center;padding-top:0}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold-light);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.hero-title-wrap{position:relative}
.hero-copy h1{
  margin:0 0 20px;
  max-width:760px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.45rem,5.4vw,6rem);
  line-height:.92;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.hero-copy h1 em{
  color:var(--coral);
  font-weight:700;
  text-shadow:0 7px 0 rgba(0,0,0,.15);
}
.hero-copy .hero-flower{position:absolute;z-index:2;width:clamp(120px,10vw,170px);right:clamp(-72px,-3vw,-24px);top:clamp(-76px,-4vw,-34px);transform:rotate(16deg);filter:drop-shadow(0 13px 18px rgba(0,0,0,.24));pointer-events:none}
.hero-lead{
  margin:0;
  max-width:720px;
  font-size:clamp(1.02rem,1.35vw,1.22rem);
  color:rgba(255,242,216,.86);
}
.status-strip{
  margin-top:18px;
  width:fit-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 15px;
  border:1px solid rgba(255,215,126,.18);
  border-left:3px solid var(--gold);
  border-radius:0 10px 10px 0;
  background:rgba(0,0,0,.16);
  backdrop-filter:blur(7px);
}
.status-strip>div{display:grid;gap:1px}
.status-strip strong{font-size:.88rem;color:#fff}
.status-strip div span{font-size:.79rem;color:rgba(255,242,216,.67)}
.status-dot{width:10px;height:10px;border-radius:50%;background:#6ee0b0;box-shadow:0 0 0 7px rgba(110,224,176,.08);flex:0 0 auto}

.studio-card{
  position:relative;
  overflow:hidden;
  padding:15px 18px 14px;
  border-radius:18px;
  border:1px solid rgba(255,215,126,.30);
  background:
    radial-gradient(circle at 90% 10%,rgba(221,167,72,.13),transparent 30%),
    linear-gradient(145deg,rgba(2,43,46,.84),rgba(7,84,88,.70));
  box-shadow:0 18px 44px rgba(0,0,0,.14);
  backdrop-filter:blur(9px);
}
.studio-card::after{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-34px;
  width:145px;
  height:145px;
  border:1px solid rgba(255,215,126,.08);
  border-radius:50%;
  box-shadow:0 0 0 20px rgba(255,215,126,.025),0 0 0 40px rgba(255,215,126,.018);
  pointer-events:none;
}
.studio-card-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:7px}
.studio-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--gold);color:var(--teal-1000);font-size:.69rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.studio-live-dot{font-size:.72rem;color:rgba(255,242,216,.62)}
.studio-live-dot i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#78e5b8;margin-right:6px;box-shadow:0 0 0 5px rgba(120,229,184,.06)}
.studio-card h2{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.38rem,1.9vw,1.85rem);line-height:1.05;letter-spacing:-.025em}
.studio-intro{margin:0;color:rgba(255,242,216,.78);font-size:.92rem;max-width:680px}
.join-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}
.join-step{display:flex;gap:7px;padding:7px 8px;border-radius:10px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06)}
.join-step>span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(221,167,72,.16);border:1px solid rgba(221,167,72,.36);color:var(--gold-light);font-size:.75rem;font-weight:900}
.join-step p{margin:0;font-size:.73rem;color:rgba(255,242,216,.62);line-height:1.35}.join-step strong{color:#fff;font-size:.75rem}
.primary-button{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:49px;
  padding:0 20px;
  border-radius:8px;
  background:var(--gold);
  color:var(--teal-1000);
  text-decoration:none;
  font-size:.78rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.05em;
  box-shadow:0 10px 24px rgba(221,167,72,.18);
  transition:.2s ease;
}
.primary-button:hover,.primary-button:focus-visible{transform:translateY(-2px);background:#e7b659}
.fine-print{margin:7px 0 0;color:rgba(255,242,216,.48);font-size:.64rem;max-width:680px}

.hero-visual{position:relative;display:grid;place-items:center;min-width:0;margin-bottom:42px}
.hero-image-frame{
  position:relative;
  width:100%;
  max-width:520px;
  height:clamp(270px,39svh,420px);
  overflow:hidden;
  border-radius:var(--radius-xl);
  border:1px solid rgba(255,215,126,.32);
  box-shadow:var(--shadow);
  background:#06464a;
}
.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02)}
.image-vignette{position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,31,33,.88) 0%,rgba(1,31,33,.06) 42%,transparent 68%),linear-gradient(90deg,rgba(1,31,33,.18),transparent 28%)}
.image-caption{position:absolute;left:28px;bottom:24px;z-index:2;display:grid;gap:1px}
.image-caption span{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--gold-light)}
.image-caption strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem,2.2vw,2.2rem)}
.hero-crest{
  position:absolute;
  right:20px;
  bottom:-54px;
  width:108px;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(3,52,55,.94);
  border:1px solid rgba(255,215,126,.36);
  box-shadow:0 18px 42px rgba(0,0,0,.26);
  backdrop-filter:blur(8px);
}
.hero-crest img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.15))}
.crest-ring{position:absolute;width:min(100%,480px);aspect-ratio:1;border:1px solid rgba(255,215,126,.28);border-radius:50%;box-shadow:inset 0 0 0 14px rgba(255,215,126,.025),inset 0 0 0 32px rgba(255,215,126,.02),0 0 90px rgba(8,196,196,.16);pointer-events:none}
.hero-badge{position:absolute;z-index:5;left:20px;top:17px;padding:7px 11px;border:1px solid rgba(255,215,126,.4);border-radius:999px;color:var(--gold-light);background:rgba(3,42,44,.72);font-family:Georgia,serif;font-size:.78rem;font-style:italic;backdrop-filter:blur(7px)}

.contact-section{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(270px,.42fr) minmax(0,.58fr);
  gap:clamp(32px,4vw,58px);
  align-items:start;
  margin:0 auto 32px;
  padding:clamp(30px,4vw,52px);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,#fff5dd 0%,#f3d9a9 100%);
  color:var(--ink);
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.46);
}
.contact-section::before{
  content:"";
  position:absolute;
  inset:auto -145px -165px auto;
  width:380px;
  height:380px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(8,123,128,.18),transparent 67%);
}
.contact-intro-block{position:relative;z-index:1;padding-right:4px}
.contact-mark{width:84px;height:84px;object-fit:contain;margin-bottom:14px;filter:drop-shadow(0 8px 12px rgba(25,30,18,.11))}
.contact-kicker{margin:0 0 4px;color:#93651a;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.contact-intro-block h2{margin:0 0 14px;color:var(--teal-950);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,3.5vw,3.4rem);line-height:.98;letter-spacing:-.04em}
.contact-intro-block>p:not(.contact-kicker){margin:0;color:#5d5b4f;font-size:.97rem;max-width:430px}
.contact-note{display:flex;align-items:center;gap:11px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(91,72,37,.16)}
.contact-note img{width:50px;height:50px;object-fit:contain;flex:0 0 auto}
.contact-note p{margin:0;color:#615d4e;font-size:.79rem;line-height:1.4}.contact-note strong{color:var(--teal-950)}

.contact-form{position:relative;z-index:1;padding:3px 0 0}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}
.field{display:grid;gap:6px}.field-full{grid-column:1/-1}
.field label{font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#35514a}.field label span{color:#b64b32}
.field input,.field select,.field textarea{width:100%;border:1px solid rgba(69,76,61,.20);border-radius:9px;background:#fffaf0;color:#173c38;outline:none;padding:12px 13px;box-shadow:inset 0 1px 2px rgba(50,40,20,.04)}
.field input,.field select{min-height:49px}.field textarea{min-height:150px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal-700);box-shadow:0 0 0 3px rgba(8,123,128,.12)}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.form-footer{display:flex;align-items:center;gap:18px;margin-top:16px}
.submit-button{min-width:205px;min-height:50px;border:0;border-radius:8px;background:var(--teal-900);color:#fff;font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;box-shadow:0 12px 28px rgba(6,74,77,.18);transition:.2s ease}
.submit-button:hover,.submit-button:focus-visible{transform:translateY(-2px);background:var(--teal-800)}
.form-footer p{margin:0;color:#6b6759;font-size:.70rem;line-height:1.45}

.site-footer{position:relative;z-index:3;margin-top:16px;padding:35px 0 18px;border-top:1px solid var(--line);color:rgba(255,242,216,.66);font-size:.78rem}
.footer-main{display:grid;grid-template-columns:1.3fr .8fr .55fr .45fr .8fr;gap:28px;padding-bottom:28px}
.footer-brand img{width:220px;margin-bottom:10px}.footer-brand p{max-width:360px;margin:0;color:rgba(255,242,216,.62)}
.footer-contact,.footer-location,.footer-social,.footer-studio{display:grid;align-content:start;gap:6px}.footer-contact>span,.footer-location>span,.footer-social>span,.footer-studio>span{color:var(--gold-light);font-size:.67rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.footer-contact a,.footer-social a,.footer-studio a{width:fit-content;text-decoration:none}.footer-contact a:hover,.footer-contact a:focus-visible,.footer-social a:hover,.footer-social a:focus-visible,.footer-studio a:hover,.footer-studio a:focus-visible,.maintainer-credit a:hover,.maintainer-credit a:focus-visible{color:var(--gold-light)}.footer-contact address{font-style:normal;line-height:1.45}.footer-studio p{max-width:230px;margin:0;color:rgba(255,242,216,.62);line-height:1.45}.footer-location strong{font-family:Georgia,serif;font-size:1.18rem;color:var(--cream)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,215,126,.15);font-size:.69rem}.legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.legal-links a,.cookie-settings,.maintainer-credit a{color:inherit;text-decoration:none}.cookie-settings{padding:0;border:0;background:none;cursor:pointer}.cookie-settings:hover,.cookie-settings:focus-visible{color:var(--gold-light);text-decoration:underline}.maintainer-credit{color:rgba(255,242,216,.53);text-align:right}.maintainer-credit a{color:var(--gold-light)}
.cookie-banner{position:fixed;z-index:100;right:20px;bottom:20px;width:min(500px,calc(100% - 40px));display:flex;align-items:center;gap:22px;padding:17px 18px;border:1px solid rgba(255,215,126,.32);border-radius:14px;background:rgba(2,45,48,.96);color:var(--cream);box-shadow:0 20px 55px rgba(0,0,0,.35);backdrop-filter:blur(14px)}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:.88rem}.cookie-banner p{margin:3px 0 4px;font-size:.73rem;line-height:1.4;color:rgba(255,242,216,.72)}.cookie-banner a{font-size:.71rem;color:var(--gold-light)}.cookie-actions{display:flex;flex:0 0 auto;gap:8px}.cookie-button{min-height:39px;padding:0 11px;border:1px solid transparent;border-radius:7px;background:var(--gold);color:var(--teal-1000);font-size:.67rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.cookie-secondary{border-color:rgba(255,215,126,.35);background:transparent;color:var(--cream)}

@media(max-width:1050px){
  .site-shell{height:auto;min-height:100svh;overflow:hidden}
  .page-wrap{width:min(calc(100% - 34px),900px);height:auto;min-height:100svh}
  .hero{height:auto;grid-template-columns:1fr;min-height:auto;padding:30px 0 40px;gap:34px}
  .hero-media-column{max-width:850px;width:100%;justify-self:center}
  .hero-copy-column{max-width:850px}
  .hero-copy-column{padding-top:0}
  .hero-image-frame{max-width:850px;aspect-ratio:16/10}
  .hero-crest{right:18px;bottom:-18px}
  .contact-section{grid-template-columns:1fr;gap:28px}
  .contact-intro-block{display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:center}
  .contact-intro-block .contact-mark{grid-row:1/4;margin:0;width:72px;height:72px}
  .contact-intro-block .contact-kicker,.contact-intro-block h2,.contact-intro-block>p:not(.contact-kicker){grid-column:2}
  .contact-note{grid-column:1/-1}
  .edge-art{opacity:.10}
  .footer-main{grid-template-columns:1.2fr 1fr;gap:28px}.footer-location{grid-column:1/-1}
  .footer-bottom{align-items:flex-start;flex-direction:column}.maintainer-credit{text-align:left}
}

@media(max-width:700px){
  .page-wrap{width:min(calc(100% - 24px),900px);padding-top:10px}
  .site-header{min-height:76px;gap:12px;padding-bottom:10px}
  .brand{width:195px}
  .hero{padding:22px 0 38px;gap:28px}
  .hero-media-column{gap:18px}
  .hero-image-frame{aspect-ratio:4/3;border-radius:19px}.image-caption{left:18px;bottom:16px}.hero-visual{margin-bottom:22px}.hero-crest{width:90px;right:10px;bottom:-34px}.hero-crest img{width:68px;height:68px}
  .hero-copy .hero-flower{width:92px;right:-12px;top:-44px}.hero-badge{left:14px;top:11px;font-size:.67rem}.crest-ring{width:85%}
  .hero-copy h1{font-size:clamp(3.25rem,15vw,5rem)}
  .hero-lead{font-size:1rem}
  .status-strip{width:100%}
  .studio-card{padding:19px 16px 17px}.studio-card-topline{align-items:flex-start;flex-direction:column;gap:7px}.join-steps{grid-template-columns:1fr}.join-step p{font-size:.78rem}.join-step strong{font-size:.8rem}.primary-button{width:100%}
  .contact-section{padding:24px 18px;border-radius:20px;gap:24px}.contact-intro-block{display:block}.contact-intro-block .contact-mark{width:64px;height:64px;margin-bottom:12px}.contact-intro-block h2{font-size:2.35rem}.contact-note{margin-top:18px}
  .form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.form-footer{align-items:stretch;flex-direction:column}.submit-button{width:100%}.form-footer p{text-align:left}
  .edge-art{width:150px;opacity:.08}.edge-art-left{left:-80px}.edge-art-right{right:-80px}
  .site-footer{padding:28px 0 18px;text-align:center}
  .header-actions{gap:7px}.header-link{min-height:36px;padding-inline:10px;font-size:.61rem}
  .footer-main{grid-template-columns:1fr;justify-items:center;gap:16px;padding-bottom:20px}.footer-location{grid-column:auto}.footer-brand img{width:200px;margin-inline:auto}.footer-brand p{margin-inline:auto}.footer-contact,.footer-location,.footer-social,.footer-studio{justify-items:center}.footer-studio p{margin-inline:auto}.footer-bottom{align-items:center;gap:13px;text-align:center}.legal-links{justify-content:center;gap:11px}.maintainer-credit{text-align:center}.cookie-banner{right:12px;bottom:12px;width:calc(100% - 24px);align-items:stretch;flex-direction:column;gap:12px}.cookie-actions{width:100%}.cookie-button{flex:1}
}

@media(max-width:470px){
  .brand{width:145px}
  .site-header{gap:7px}
  .header-actions{flex-wrap:nowrap;gap:5px}
  .header-link{min-height:34px;padding-inline:7px;font-size:.51rem;letter-spacing:.035em;white-space:nowrap}
  .hero-image-frame{aspect-ratio:1/1}
  .hero-copy h1{font-size:3.25rem}
}

@media (max-height:780px) and (min-width:1051px){
  .page-wrap{padding-block:8px}
  .site-header{min-height:62px;padding-bottom:7px}
  .brand{width:250px}
  .hero{padding-block:10px;gap:42px}
  .hero-image-frame{height:clamp(220px,34svh,310px)}
  .hero-media-column{gap:10px}
  .studio-card{padding:11px 14px 10px}
  .studio-card h2{font-size:1.35rem}
  .studio-intro{font-size:.82rem}
  .join-steps{margin:8px 0;gap:6px}
  .join-step{padding:5px 6px}
  .join-step p,.join-step strong{font-size:.65rem}
  .primary-button{min-height:40px;padding-inline:14px}
  .fine-print{display:none}
  .hero-copy h1{font-size:clamp(3rem,4.7vw,4.7rem);margin-bottom:14px}
  .hero-lead{font-size:.96rem}
  .status-strip{margin-top:14px;padding:9px 12px}
}

@media (min-width:1051px){
  .hero-image-frame{height:clamp(205px,27svh,290px)}
  .hero-media-column{gap:10px}
  .hero-crest{right:20px;bottom:-25px}
  .studio-card{max-width:580px;width:100%;justify-self:center}
  .studio-card h2{font-size:1.3rem}
  .studio-intro{font-size:.84rem}
  .primary-button{min-height:43px}
  .hero-copy h1{font-size:clamp(3rem,4.4vw,5rem)}
  .hero-copy .hero-flower{top:clamp(-116px,-6vw,-72px)}
  .hero-lead{font-size:clamp(1.05rem,1.3vw,1.18rem)}
}

@media (max-width:1050px){
  .hero{display:flex;flex-direction:column}
  .hero-media-column{display:contents}
  .hero-visual{order:1}
  .hero-copy-column{order:2}
  .studio-card{order:3}
  .hero-title-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}
  .hero-copy .hero-flower{position:static;grid-column:2;width:clamp(68px,15vw,100px);margin:2px 0 0;transform:rotate(16deg)}
  .hero-copy h1{grid-column:1;margin-bottom:0}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .band-header-cta,.primary-button,.submit-button{transition:none}
}

.legal-page{min-height:100vh;background:linear-gradient(145deg,#033538 0%,#07565a 48%,#033b3f 100%);color:var(--cream)}
.legal-shell{width:min(calc(100% - 40px),820px);margin:0 auto;padding:42px 0 68px}.legal-shell .brand{display:block;width:245px;margin-bottom:50px}.legal-shell h1,.legal-shell h2{font-family:Georgia,"Times New Roman",serif;line-height:1.02}.legal-shell h1{margin:0 0 15px;font-size:clamp(3rem,7vw,5rem);letter-spacing:-.04em}.legal-intro{max-width:620px;margin:0 0 40px;color:rgba(255,242,216,.8);font-size:1.08rem}.legal-shell section{margin:20px 0;padding:24px;border:1px solid rgba(255,215,126,.22);border-radius:14px;background:rgba(2,45,48,.35)}.legal-shell h2{margin:0 0 10px;font-size:1.7rem;color:var(--gold-light)}.legal-shell section p{margin:0 0 10px;color:rgba(255,242,216,.78)}.legal-shell section p:last-child{margin-bottom:0}.legal-shell section a{color:var(--gold-light)}.legal-updated{margin:28px 0 16px;color:rgba(255,242,216,.56);font-size:.78rem}.legal-return{display:inline-flex;padding:10px 13px;border:1px solid rgba(255,215,126,.35);border-radius:7px;color:var(--cream);text-decoration:none;font-weight:800;font-size:.8rem}.legal-return:hover,.legal-return:focus-visible{background:rgba(255,255,255,.08)}
