.studio-page{background:var(--paper)}
.studio-page main{--section-y:clamp(58px,6.5vw,88px)}
.studio-menu-current{color:var(--vermilion)}

.studio-hero{
  position:relative;isolation:isolate;overflow:hidden;
  min-height:clamp(430px,56svh,620px);
  margin-top:calc(-1 * (var(--h-header) + 1px));padding-top:var(--h-header);
  color:var(--cream);background:var(--deep-night);
}
.studio-hero__media,.studio-hero__shade{position:absolute;inset:0}
.studio-hero__media{z-index:-2}
.studio-hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 51%;filter:saturate(.82) contrast(1.02)}
.studio-hero__shade{
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(6,12,20,.56) 0%,rgba(6,12,20,.2) 112px,transparent 190px),
    linear-gradient(90deg,rgba(6,12,20,.34),rgba(6,12,20,.18)),
    linear-gradient(0deg,rgba(6,12,20,.55),transparent 62%);
}
.studio-hero__inner{
  position:relative;
  min-height:calc(clamp(430px,56svh,620px) - var(--h-header));
  padding-top:clamp(74px,9vh,112px);padding-bottom:clamp(34px,4vw,52px);
  display:flex;align-items:center;justify-content:center;text-align:center;
}
.studio-hero__content{max-width:760px;margin:0 auto}
.studio-hero__eyebrow{color:var(--golden)}
.studio-hero__title{
  margin-top:14px;font-size:clamp(52px,5.4vw,76px);font-weight:400;
  line-height:.98;letter-spacing:-.035em;
}
.studio-hero__copy{
  margin:clamp(18px,2.2vw,26px) auto 0;max-width:42em;
  font-family:var(--font-regular);font-size:clamp(18px,1.6vw,21px);line-height:1.5;opacity:.88;
}
.studio-hero__actions,.studio-visit__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:clamp(28px,3.4vw,42px)}
.studio-hero__actions{justify-content:center;margin-top:clamp(22px,2.8vw,32px)}

.studio-button{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;
  padding:15px 22px;background:var(--copper-cta);border:1px solid var(--copper-cta);
  color:var(--cream);transition:background .22s ease,border-color .22s ease,transform .24s var(--ease);
}
.studio-button:hover,.studio-button:focus-visible{background:var(--vermilion);border-color:var(--vermilion);color:var(--cream);transform:translateY(-2px)}
.studio-button--light{background:var(--cream);border-color:var(--cream);color:var(--ink)}
.studio-button--light:hover,.studio-button--light:focus-visible{background:var(--golden);border-color:var(--golden);color:var(--deep-night)}
.studio-hero__book:hover,.studio-hero__book:focus-visible{background:var(--white);border-color:var(--white);color:var(--ink)}
.studio-text-link{display:inline-flex;align-items:center;min-height:44px;gap:9px;color:var(--vermilion);border-bottom:1px solid currentColor;padding-bottom:5px}
.studio-text-link span{display:inline-block;transition:transform .24s var(--ease)}
.studio-text-link:hover span,.studio-text-link:focus-visible span{transform:translateX(3px)}
.studio-text-link--light{color:var(--cream);border-color:rgba(250,247,243,.5)}
.studio-text-link--light:hover,.studio-text-link--light:focus-visible{color:var(--golden);border-color:var(--golden)}

.studio-firstclass{
  position:relative;isolation:isolate;overflow:hidden;
  display:flex;align-items:center;gap:clamp(12px,1.4vw,18px);
  min-height:70px;padding:16px 18px;
  background:var(--navy);border:var(--hairline-cream);
  color:var(--cream);text-decoration:none;
  transition:border-color .24s var(--ease),transform .24s var(--ease);
}
.studio-firstclass__media,.studio-firstclass__media img{position:absolute;inset:0;width:100%;height:100%}
.studio-firstclass__media{z-index:-2}
.studio-firstclass__media img{object-fit:cover;object-position:50% 50%;filter:saturate(.5) brightness(.55);opacity:.55}
.studio-firstclass::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(115deg,rgba(26,35,48,.96) 0%,rgba(26,35,48,.7) 55%,rgba(16,24,35,.92) 100%);
}
.studio-firstclass__label{color:rgba(250,247,243,.72)}
.studio-firstclass__price{display:flex;align-items:baseline;gap:5px;font-size:clamp(22px,2.1vw,26px);font-weight:400;line-height:1;color:var(--white)}
.studio-firstclass__price small{color:rgba(250,247,243,.72)}
.studio-firstclass__arrow{
  margin-left:auto;display:flex;align-items:center;justify-content:center;
  width:32px;height:32px;border:1px solid rgba(250,247,243,.4);border-radius:50%;
  font-family:var(--font-semi-mono);font-size:13px;
  transition:transform .24s var(--ease),background .24s ease,color .24s ease,border-color .24s ease;
}
.studio-firstclass:hover,.studio-firstclass:focus-visible{border-color:rgba(250,247,243,.55)}
.studio-firstclass:hover .studio-firstclass__arrow,
.studio-firstclass:focus-visible .studio-firstclass__arrow{
  transform:translateY(3px);
  border-color:var(--cream);background:var(--cream);color:var(--deep-night);
}

.studio-page .par > img{top:-4%;height:108%}

.studio-glance{border-bottom:var(--hairline)}
.studio-glance__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.studio-glance__item{min-height:170px;padding:clamp(25px,3vw,38px);display:flex;flex-direction:column;justify-content:center;color:var(--ink);transition:background .22s ease,color .22s ease}
.studio-glance__item + .studio-glance__item{border-left:var(--hairline)}
.studio-glance__item span{color:var(--vermilion)}
.studio-glance__item strong{margin-top:13px;font-size:clamp(27px,2.7vw,38px);font-weight:400;line-height:1.04}
.studio-glance__item small{margin-top:12px;opacity:.54;line-height:1.5}
.studio-glance__item:hover,.studio-glance__item:focus-visible{background:var(--brand-navy);color:var(--cream)}
.studio-glance__item:hover span,.studio-glance__item:focus-visible span{color:var(--golden)}

.studio-intro{padding:var(--section-y) 0}
.studio-intro__grid{
  display:grid;grid-template-columns:minmax(280px,380px) minmax(420px,544px);
  justify-content:space-between;gap:clamp(48px,8vw,120px);align-items:center;
}
.studio-intro__words{max-width:380px}
.studio-intro__title{margin-top:18px;font-size:clamp(40px,4.8vw,64px);font-weight:300;line-height:.97;letter-spacing:-.035em}
.studio-intro__copy{margin-top:28px;max-width:30em;font-size:clamp(18px,1.5vw,20px);line-height:1.5}
.studio-intro__people{width:100%;aspect-ratio:4/5;max-height:680px;overflow:hidden;background:var(--dusk)}
.studio-intro__people img{width:100%;height:100%;object-fit:cover;object-position:50% 46%}

.studio-next__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.studio-next__title{margin-top:18px;font-size:clamp(40px,4.8vw,64px);font-weight:300;line-height:.97;letter-spacing:-.035em}
.studio-next__meta{display:grid;gap:8px;text-align:right;opacity:.7}
.studio-next__meta time{color:var(--golden)}
.studio-next__list{margin-top:clamp(42px,6vw,76px);border-top:var(--hairline-cream)}
.studio-next__row{
  display:grid;grid-template-columns:110px clamp(92px,8vw,118px) minmax(0,1fr) 120px;gap:clamp(18px,3vw,46px);
  align-items:start;padding:clamp(22px,2.8vw,34px) clamp(12px,1.2vw,18px);border-bottom:var(--hairline-cream);
  transition:background-color .28s ease;
}
.studio-next__row:hover,.studio-next__row:focus-visible{background:rgba(250,247,243,.035)}
.studio-next__when{display:grid;gap:8px;margin-top:clamp(10px,1.2vw,20px)}
.studio-next__when time{font-size:clamp(17px,2vw,23px);color:var(--cream)}
.studio-next__when span{opacity:.5;line-height:1.35}
.studio-next__visual{margin-top:4px;aspect-ratio:4/3;overflow:hidden;background:var(--dusk)}
.studio-next__visual img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease),filter .35s ease}
.studio-next__row:hover .studio-next__visual img,.studio-next__row:focus-visible .studio-next__visual img{transform:scale(1.045);filter:saturate(1.08)}
.studio-next__content{min-width:0}
.studio-next__row h3{font-size:clamp(27px,2.6vw,36px);font-weight:350;line-height:1.04}
.studio-next__summary{margin-top:10px;opacity:.62}
.studio-next__details{margin-top:14px}
.studio-next__details summary{
  display:inline-flex;align-items:center;gap:9px;min-height:44px;
  color:var(--golden);cursor:pointer;list-style:none;
  font-size:12px;border-bottom:1px solid rgba(231,144,102,.45);padding:10px 0 6px;
  transition:border-color .22s ease;
}
.studio-next__details summary::-webkit-details-marker{display:none}
.studio-next__details summary:hover,.studio-next__details summary:focus-visible{border-color:var(--golden)}
.studio-next__details summary::after{content:'+';font-size:16px;transition:transform .22s ease}
.studio-next__details[open] summary::after{transform:rotate(45deg)}
.studio-next__details-copy{padding-top:13px;max-width:58ch}
.studio-next__details-copy p{font-size:16px;line-height:1.45;opacity:.76}
.studio-next__details-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:9px;opacity:.48}
.studio-next__book{justify-self:end;min-width:94px;margin-top:clamp(10px,1.2vw,20px);text-align:center;padding:13px 18px;border:1px solid rgba(255,255,255,.5);color:var(--white);transition:background .22s ease,border-color .22s ease,color .22s ease,transform .24s var(--ease)}
.studio-next__row:hover .studio-next__book{border-color:var(--white);color:var(--white)}
.studio-next__book:hover,.studio-next__book:focus-visible,.studio-next__row:hover .studio-next__book:hover{background:var(--white);border-color:var(--white);color:var(--deep-night);transform:translateY(-2px)}
.studio-next__all{display:flex;justify-content:flex-end;margin-top:30px}
.studio-page .news__status{min-height:18px;margin-top:10px;color:rgba(250,247,243,.68);line-height:1.45}

.studio-prices__head{display:grid;grid-template-columns:1fr minmax(280px,.55fr);gap:clamp(36px,7vw,110px);align-items:end}
.studio-prices .wrap{max-width:1440px}
.studio-prices__title{margin-top:18px;font-size:clamp(42px,5vw,68px);font-weight:300;line-height:.98;letter-spacing:-.035em}
.studio-prices__title::after{
  content:"";display:block;width:52px;height:52px;margin-top:clamp(20px,2.4vw,30px);
  background-image:url("logo/eka-mai-horizontal-navy.png");
  background-position:left center;background-repeat:no-repeat;background-size:auto 52px;
}
.studio-prices__intro{font-size:clamp(18px,1.5vw,20px);line-height:1.55}
.studio-prices__first{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:clamp(28px,5vw,72px);align-items:center;margin-top:clamp(42px,6vw,76px);padding:clamp(28px,4vw,48px);background:var(--navy);color:var(--cream)}
.studio-prices__first span{color:var(--golden)}
.studio-prices__first h3{margin-top:12px;font-size:clamp(28px,3.2vw,42px);font-weight:400;line-height:1}
.studio-prices__first p{margin-top:13px;max-width:40em;font-size:18px;line-height:1.5;opacity:.65}
.studio-prices__first > strong{font-size:clamp(42px,5vw,68px);font-weight:350;white-space:nowrap}
.studio-prices__first > strong small{font-size:11px;font-weight:400}
.studio-prices__first .studio-button{background:var(--cream);border-color:var(--cream);color:var(--brand-navy)}
.studio-prices__first .studio-button:hover,.studio-prices__first .studio-button:focus-visible{background:var(--white);border-color:var(--white);color:var(--deep-night)}
.studio-prices__surface{
  margin-top:clamp(42px,6vw,72px);
}
.studio-prices__groups{display:grid;grid-template-columns:1fr 1fr;gap:clamp(42px,6vw,92px)}
.studio-price-group{min-width:0}
.studio-price-group__head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:clamp(20px,2vw,28px);border-bottom:var(--hairline)}
.studio-price-group__head h3{font-size:clamp(38px,3.6vw,56px);font-weight:400;line-height:1}
.studio-price-group__head span{opacity:.58;text-align:right}
.studio-price-list{display:grid;align-items:stretch;gap:1px;padding:1px}
.studio-price-group:first-child .studio-price-list{grid-template-columns:repeat(2,minmax(0,1fr));background:rgba(250,247,243,.18)}
.studio-price-group:last-child .studio-price-list{grid-template-columns:repeat(3,minmax(0,1fr));background:rgba(58,80,107,.22)}
.studio-price-row{
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;min-height:248px;
  gap:0;padding:clamp(24px,2.5vw,36px) clamp(14px,1.8vw,26px);border:0;text-align:center;
  transition:background .22s ease,color .22s ease,transform .24s var(--ease);
}
.studio-price-group:first-child .studio-price-row{background:var(--brand-navy);color:var(--cream);box-shadow:inset 0 3px 0 0 var(--golden)}
.studio-price-group:first-child .studio-price-row:hover,.studio-price-group:first-child .studio-price-row:focus-visible{background:#30465f;color:var(--cream);transform:translateY(-3px)}
.studio-price-group:last-child .studio-price-row{background:#fbf8f4;color:var(--brand-navy);box-shadow:inset 0 3px 0 0 var(--copper-cta)}
.studio-price-group:last-child .studio-price-row:hover,.studio-price-group:last-child .studio-price-row:focus-visible{background:#f1e5da;color:var(--brand-navy);transform:translateY(-3px)}
.studio-price-row > span{display:grid;gap:8px;justify-items:center}
.studio-price-row strong{font-size:clamp(23px,2vw,32px);font-weight:500;line-height:1.05}
.studio-price-row small{line-height:1.45}
.studio-price-group:first-child .studio-price-row > span small{color:var(--cream);opacity:.7}
.studio-price-group:last-child .studio-price-row > span small{color:var(--brand-navy);opacity:.62}
.studio-price-row b{margin-top:auto;padding:8px clamp(12px,1.4vw,20px);border:2px solid currentColor;border-radius:999px;font-size:clamp(23px,2vw,31px);font-weight:500;line-height:1;white-space:nowrap;text-align:center}
.studio-price-row b small{font-size:10px;font-weight:400}
.studio-prices__foot{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:34px}
.studio-prices__foot > span{opacity:.42}

@media (min-width:481px){
  .studio-price-group:last-child .studio-price-row{min-height:clamp(280px,22vw,336px)}
}

.studio-rhythm__head{display:grid;grid-template-columns:minmax(0,.42fr) minmax(320px,1fr) minmax(260px,.65fr);gap:clamp(28px,5vw,70px);align-items:end}
.studio-rhythm__title{font-size:clamp(40px,4.8vw,64px);font-weight:300;line-height:.97;letter-spacing:-.035em}
.studio-rhythm__intro{font-size:clamp(18px,1.5vw,20px);line-height:1.5}
.studio-rhythm__gallery{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.4vw,32px);
  align-items:start;margin-top:clamp(38px,5.6vw,74px);
}
.studio-rhythm__media{overflow:hidden;aspect-ratio:4/5;background:var(--dusk)}
.studio-rhythm__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.studio-rhythm__item:hover img{transform:scale(1.025)}
.studio-rhythm__item--movement img{object-position:50% 48%}
.studio-rhythm__item--stillness img{object-position:50% 48%}
.studio-rhythm__item--study img{object-position:52% 50%}
.studio-rhythm__item figcaption{display:flex;align-items:baseline;gap:14px;margin-top:16px}
.studio-rhythm__item figcaption .mono-s{opacity:.6;font-size:12px}
.studio-rhythm__item figcaption .t-news{font-size:clamp(19px,2vw,23px)}

.studio-faq__grid{display:grid;grid-template-columns:.68fr 1fr;gap:clamp(46px,9vw,140px);align-items:start}
.studio-faq__title{margin-top:18px;font-size:clamp(40px,4.8vw,64px);font-weight:300;line-height:.97;letter-spacing:-.035em}
.studio-faq__items{border-top:var(--hairline)}
.studio-faq details{border-bottom:var(--hairline)}
.studio-faq summary{
  list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:clamp(22px,3vw,32px) 0;cursor:pointer;font-size:clamp(22px,2.2vw,28px);line-height:1.15;
}
.studio-faq summary::-webkit-details-marker{display:none}
.studio-faq summary span{font-family:var(--font-semi-mono);font-size:20px;font-weight:300;transition:transform .25s var(--ease)}
.studio-faq details[open] summary span{transform:rotate(45deg)}
.studio-faq details p{max-width:38em;padding:0 44px clamp(24px,3vw,34px) 0;font-size:19px;line-height:1.5}

.studio-visit{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);min-height:640px}
.studio-visit__image{min-height:560px;background:var(--dusk)}
.studio-visit__image img{object-position:50% 52%}
.studio-visit__content{padding:var(--section-y) clamp(34px,7vw,100px);display:flex;flex-direction:column;justify-content:center}
.studio-visit .eyebrow--golden{color:rgba(250,247,243,.68)}
.studio-visit__address{display:grid;gap:7px;margin-top:clamp(38px,5vw,62px)}
.studio-visit__address span{font-size:clamp(18px,1.5vw,20px)}
.studio-visit__address a{display:inline-flex;align-items:center;min-height:44px;justify-self:start;margin-top:16px;color:rgba(250,247,243,.82);border-bottom:1px solid rgba(250,247,243,.38);padding-bottom:4px}
.studio-visit__address a:hover,.studio-visit__address a:focus-visible{color:var(--cream);border-color:var(--cream)}
.studio-visit .studio-text-link--light:hover,.studio-visit .studio-text-link--light:focus-visible{color:var(--cream);border-color:var(--cream)}

@media (max-width:980px){
  .studio-intro__grid{grid-template-columns:.78fr 1.1fr}
  .studio-prices__first{grid-template-columns:1fr auto}
  .studio-prices__first .studio-button{grid-column:1 / -1;justify-self:start}
  .studio-rhythm__head{grid-template-columns:1fr 1fr}
  .studio-rhythm__head > .eyebrow{grid-column:1 / -1}
  .studio-visit{grid-template-columns:1fr 1fr}
}

@media (max-width:760px){
  .studio-hero{min-height:clamp(480px,66svh,590px)}
  .studio-hero__media img{object-position:56% 50%}
  .studio-hero__shade{
    background:
      linear-gradient(180deg,rgba(6,12,20,.58) 0%,rgba(6,12,20,.22) 92px,transparent 170px),
      linear-gradient(0deg,rgba(6,12,20,.76) 0%,rgba(6,12,20,.2) 75%);
  }
  .studio-hero__inner{min-height:calc(clamp(480px,66svh,590px) - var(--h-header));padding-top:96px;padding-bottom:36px;align-items:flex-end;text-align:left;justify-content:flex-start}
  .studio-hero__content{max-width:560px}
  .studio-hero__title{font-size:clamp(52px,14vw,72px)}
  .studio-hero__copy{margin-left:0}
  .studio-hero__actions{align-items:flex-start;justify-content:flex-start;flex-direction:column}

  .studio-glance__grid{grid-template-columns:1fr}
  .studio-glance__item{min-height:142px;padding-left:0;padding-right:0}
  .studio-glance__item + .studio-glance__item{border-left:0;border-top:var(--hairline)}
  .studio-glance__item--next{grid-column:auto;border-bottom:0}
  .studio-glance__item:hover,.studio-glance__item:focus-visible{background:transparent;color:var(--ink)}
  .studio-glance__item:hover span,.studio-glance__item:focus-visible span{color:var(--vermilion)}

  .studio-intro__grid{display:flex;flex-direction:column}
  .studio-intro__words{padding-top:0}
  .studio-page .par > img{top:0;height:100%}
  .studio-intro__people{width:100%;max-height:none;aspect-ratio:4/5;order:2}

  .studio-next__head{align-items:flex-start;flex-direction:column}
  .studio-next__meta{text-align:left}
  .studio-next__row{grid-template-columns:72px minmax(88px,112px) minmax(0,1fr);gap:18px;padding-left:0;padding-right:0}
  .studio-next__book{grid-column:3;justify-self:start;margin-top:2px}
  .studio-next__all{justify-content:flex-start}

  .studio-prices__head{grid-template-columns:1fr}
  .studio-prices__first{grid-template-columns:1fr;gap:24px}
  .studio-prices__first .studio-button{grid-column:auto;width:100%}
  .studio-prices__groups{grid-template-columns:1fr}
  .studio-prices__foot{align-items:flex-start;flex-direction:column-reverse}

  .studio-rhythm__head{grid-template-columns:1fr}
  .studio-rhythm__head > .eyebrow{grid-column:auto}
  .studio-rhythm__gallery{grid-template-columns:1fr}

  .studio-faq__grid{grid-template-columns:1fr}
  .studio-visit{grid-template-columns:1fr}
  .studio-visit__image{min-height:clamp(400px,58svh,500px)}
  .studio-visit__content{min-height:500px;padding-left:var(--page-pad);padding-right:var(--page-pad)}
}

@media (max-width:600px){
  .studio-price-group:first-child .studio-price-list,.studio-price-group:last-child .studio-price-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:560px){
  .studio-next__row{grid-template-columns:1fr;align-items:start;gap:16px}
  .studio-next__when{display:flex;align-items:baseline;justify-content:space-between;gap:16px;grid-row:auto;margin-top:0}
  .studio-next__visual{grid-column:1;grid-row:auto;width:100%;margin-top:0;aspect-ratio:16/9}
  .studio-next__content{grid-column:1}
  .studio-next__book{grid-column:1;width:100%;min-height:48px;margin-top:4px}
  .studio-next__row h3{font-size:clamp(27px,8vw,34px)}
}

@media (max-width:480px){
  .studio-hero{min-height:520px}
  .studio-hero__inner{min-height:calc(520px - var(--h-header))}
  .studio-hero__copy{font-size:19px}
  .studio-button{width:100%}
  .studio-intro__people{aspect-ratio:2/3}
  .studio-faq details p{padding-right:0}
  .studio-visit__actions{align-items:flex-start;flex-direction:column}
  .studio-price-group:first-child .studio-price-list,.studio-price-group:last-child .studio-price-list{grid-template-columns:1fr}
  .studio-price-row{align-items:center;min-height:220px}
  .studio-price-row b{font-size:28px}
}

@media (prefers-reduced-motion:reduce){
  .studio-page .par > img{top:0;height:100%}
  .studio-next__visual img{transition:none}
  .studio-next__row:hover .studio-next__visual img,.studio-next__row:focus-visible .studio-next__visual img{transform:none}
  .studio-rhythm__media img{transition:none}
  .studio-rhythm__item:hover img{transform:none}
}
