﻿.studio-page{background:#f7f2e9;overflow-x:hidden}
.studio-page .header{position:fixed}
.studio-hero{min-height:max(720px,94svh);position:relative;display:flex;align-items:end;padding:160px 0 105px;overflow:hidden;color:#fff;background:#0c2e27}
.studio-hero__image,.studio-hero__veil{position:absolute;inset:0;width:100%;height:100%}
.studio-hero__image{object-fit:cover;object-position:center;animation:studioReveal 1.3s cubic-bezier(.2,.7,.2,1) both}
.studio-hero__veil{background:linear-gradient(90deg,rgba(5,28,24,.9),rgba(5,28,24,.5) 47%,rgba(5,28,24,.1) 78%),linear-gradient(0deg,rgba(5,27,23,.65),transparent 54%)}
.studio-hero__content{position:relative;z-index:2}
.studio-hero h1{max-width:780px;margin:14px 0 0;color:#fff;font-size:clamp(4rem,7.6vw,7.6rem);line-height:.86;letter-spacing:-.055em}
.studio-hero h1 em{display:block;color:#e2ad78;font-weight:500}
.studio-hero__content>p:not(.kicker){max-width:570px;margin-top:30px;color:rgba(255,255,255,.76);font-size:1.04rem;line-height:1.8}
.studio-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:35px}
.studio-hero__facts{position:absolute;z-index:2;right:max(32px,calc((100vw - 1200px)/2));bottom:40px;display:flex;border:1px solid rgba(255,255,255,.22);background:rgba(8,38,32,.28);backdrop-filter:blur(12px)}
.studio-hero__facts span{min-width:120px;padding:15px 20px;border-right:1px solid rgba(255,255,255,.18);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}
.studio-hero__facts span:last-child{border:0}
.studio-hero__facts strong{display:block;margin-bottom:3px;color:#e2ad78;font:600 1.25rem var(--serif)}
.studio-overview{padding:clamp(90px,10vw,145px) 0;background:#f7f2e9}
.studio-overview__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(55px,8vw,110px);align-items:center}
.studio-overview__copy h2{font-size:clamp(2.8rem,5vw,5rem)}
.studio-overview__lead{margin-top:25px;color:#334b44;font:500 clamp(1.15rem,2vw,1.4rem)/1.7 var(--serif)}
.studio-overview__copy>p:not(.kicker):not(.studio-overview__lead){color:#66746e;line-height:1.8}
.studio-overview__actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:33px}
.studio-overview__media{position:relative}
.studio-overview__media img{display:block;width:100%;height:clamp(480px,58vw,720px);object-fit:cover;box-shadow:0 30px 80px rgba(13,48,39,.14)}
.studio-overview__note{position:absolute;left:-40px;bottom:34px;width:210px;padding:24px;color:#fff;background:#123c33;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.studio-overview__note strong{display:block;font:600 1.5rem var(--serif)}
.studio-overview__note span{color:rgba(255,255,255,.6);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}
.studio-features{padding:clamp(85px,9vw,125px) 0;color:#fff;background:#0c3029}
.studio-features h2{max-width:720px;color:#fff;font-size:clamp(2.7rem,4.8vw,4.5rem)}
.studio-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:50px;background:rgba(255,255,255,.12)}
.studio-feature{min-height:210px;padding:30px;background:#0c3029;transition:background .3s}
.studio-feature:hover{background:#15443a}
.studio-feature svg{width:28px;height:28px;fill:none;stroke:#d89a64;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.studio-feature h3{margin:23px 0 8px;color:#fff;font-size:1.35rem}
.studio-feature p{margin:0;color:rgba(255,255,255,.58);font-size:.78rem;line-height:1.65}
.studio-gallery{padding:clamp(90px,10vw,145px) 0;background:#fffdf8}
.studio-gallery__head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}
.studio-gallery h2{font-size:clamp(2.8rem,5vw,4.8rem)}
.studio-gallery__head>p{max-width:430px;color:#65736e}
.studio-gallery__grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:320px 320px;gap:16px}
.studio-gallery figure{margin:0;overflow:hidden;background:#ddd}
.studio-gallery figure:first-child{grid-row:1/-1}
.studio-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1)}
.studio-gallery figure:hover img{transform:scale(1.035)}
.studio-details{padding:clamp(80px,9vw,120px) 0;background:#eee5d8}
.studio-details__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(45px,8vw,110px);align-items:start}
.studio-details h2{font-size:clamp(2.6rem,4.5vw,4.2rem)}
.studio-details details{border-top:1px solid rgba(13,49,41,.16)}
.studio-details details:last-child{border-bottom:1px solid rgba(13,49,41,.16)}
.studio-details summary{display:flex;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;color:#10372e;font:600 1.35rem var(--serif);list-style:none}
.studio-details summary::-webkit-details-marker{display:none}
.studio-details summary span{color:#c37b45;font:400 1.6rem var(--sans);transition:transform .25s}
.studio-details details[open] summary span{transform:rotate(45deg)}
.studio-details details div{padding:0 0 28px;color:#62716b;line-height:1.85}
.studio-details details div p{margin:0}
.studio-details details div p+p{margin-top:16px}
.studio-booking{position:relative;padding:clamp(95px,11vw,155px) 0;overflow:hidden;color:#fff;text-align:center;background:linear-gradient(135deg,#0e352d,#071f1b)}
.studio-booking:before{position:absolute;width:500px;height:500px;left:-230px;top:-290px;border:1px solid rgba(220,157,102,.2);border-radius:50%;content:""}
.studio-booking .wrap{position:relative;z-index:1}
.studio-booking h2{max-width:850px;margin-inline:auto;color:#fff;font-size:clamp(3rem,5.5vw,5.5rem)}
.studio-booking p:not(.kicker){max-width:620px;margin:22px auto 0;color:rgba(255,255,255,.65)}
.studio-booking__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:34px}
.studio-booking .kicker{justify-content:center}
.airbnb-rating{display:grid;grid-template-columns:auto auto 1fr auto;gap:10px;align-items:center;width:fit-content;max-width:100%;margin:23px 0;padding:13px 15px;border:1px solid rgba(15,52,43,.14);color:#17372f;background:#fffdf8;text-decoration:none;box-shadow:0 12px 35px rgba(15,47,39,.06);transition:transform .25s,box-shadow .25s,border-color .25s}
.airbnb-rating:hover{transform:translateY(-2px);border-color:#c87f49;box-shadow:0 18px 42px rgba(15,47,39,.11)}
.airbnb-rating__stars{color:#c87f49;font-size:.73rem;letter-spacing:.03em}
.airbnb-rating strong{white-space:nowrap;font:600 1rem var(--serif)}
.airbnb-rating>span:not(.airbnb-rating__stars){color:#6a7772;font-size:.68rem}
.airbnb-rating i{color:#c87f49;font-style:normal}
@keyframes studioReveal{from{opacity:.5;transform:scale(1.08)}
to{opacity:1;transform:scale(1)}
}
@media(max-width:900px){.studio-hero__facts{display:none}
.studio-overview__grid,.studio-details__grid{grid-template-columns:1fr}
.studio-overview__note{left:20px}
.studio-features__grid{grid-template-columns:1fr 1fr}
.studio-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:430px 260px}
.studio-gallery figure:first-child{grid-column:1/-1;grid-row:auto}
.studio-gallery figure:nth-child(2),.studio-gallery figure:nth-child(3){grid-row:2}
}
@media(max-width:680px){.studio-hero{min-height:730px;padding:130px 0 70px}
.airbnb-rating{grid-template-columns:auto 1fr auto;width:100%}.airbnb-rating__stars{grid-column:1/-1}.airbnb-rating>span:not(.airbnb-rating__stars){font-size:.62rem}
.studio-hero h1{font-size:clamp(3.6rem,18vw,5rem)}
.studio-hero__actions{align-items:stretch;flex-direction:column}
.studio-hero__actions .button{width:100%}
.studio-overview,.studio-features,.studio-gallery,.studio-details{padding:75px 0}
.studio-overview__media img{height:470px}
.studio-overview__note{left:12px;right:12px;bottom:12px;width:auto}
.studio-features__grid{grid-template-columns:1fr}
.studio-feature{min-height:0}
.studio-gallery__head{display:block}
.studio-gallery__head>p{margin-top:18px}
.studio-gallery__grid{display:grid;grid-template-columns:1fr;grid-template-rows:360px 250px 250px}
.studio-gallery figure:first-child,.studio-gallery figure:nth-child(2),.studio-gallery figure:nth-child(3){grid-column:auto;grid-row:auto}
.studio-booking__actions{align-items:stretch;flex-direction:column}
.studio-booking__actions .button{width:100%}
}
@media(prefers-reduced-motion:reduce){.studio-hero__image,.studio-gallery img,.studio-feature,.studio-details summary span{animation:none;transition:none}
}


