:root {
  --ink: #172322;
  --muted: #62706e;
  --line: #e1e4e1;
  --sand: #f6f4ef;
  --sea: #0f5658;
  --sea-dark: #0a3d3f;
  --coral: #d72f4b;
  --white: #fff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 18px 45px rgba(19, 42, 41, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: .7rem 1rem; border-radius: 8px; color: #fff; background: var(--sea-dark); font-weight: 700; }
.skip-link:focus { transform: none; }
.studios-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.studios-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: minmax(165px, 1fr) auto minmax(220px, 1fr); align-items: center; min-height: 82px; padding: 0 34px; border-bottom: 1px solid rgba(23, 35, 34, .1); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.studios-brand { width: 188px; }
.studios-brand img { width: 100%; height: auto; }
.studios-nav { display: flex; align-items: center; gap: 6px; }
.studios-nav a { position: relative; padding: 29px 13px 27px; color: #33413f; text-decoration: none; font-size: .88rem; font-weight: 600; white-space: nowrap; }
.studios-nav a::after { position: absolute; right: 13px; bottom: 19px; left: 13px; height: 2px; content: ""; transform: scaleX(0); background: var(--ink); transition: transform .2s ease; }
.studios-nav a:hover::after, .studios-nav a[aria-current="page"]::after { transform: scaleX(1); }
.studios-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 11px; }
.studios-call { color: var(--ink); text-decoration: none; font-size: .84rem; font-weight: 600; }
.studios-book { padding: .78rem 1.2rem; border-radius: 999px; color: #fff; background: var(--coral); text-decoration: none; font-size: .88rem; font-weight: 700; box-shadow: 0 8px 18px rgba(215, 47, 75, .18); }
.studios-book:hover, .studio-book-unit:hover { background: #be203c; }
.studios-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.studios-menu-button > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.studios-mobile-menu { position: absolute; top: 82px; right: 0; left: 0; padding: 12px 24px 26px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 35px rgba(15, 30, 29, .12); }
.studios-mobile-menu a { display: block; padding: 13px 2px; border-bottom: 1px solid #edf0ed; text-decoration: none; font-weight: 600; }

.studios-intro { padding: 54px 0 94px; color: #fff; background: var(--sea-dark); }
.studios-breadcrumbs ol { display: flex; gap: 20px; margin: 0 0 44px; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: .82rem; font-weight: 600; }
.studios-breadcrumbs li + li::before { margin-right: 20px; content: "/"; opacity: .5; }
.studios-breadcrumbs a { text-underline-offset: 3px; }
.studios-intro-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .75fr); gap: 80px; align-items: end; }
.studios-eyebrow { margin: 0 0 10px; color: var(--coral); font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.studios-intro h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; }
.studios-intro-copy > p { margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.75; }
.studios-quick-facts { display: flex; flex-wrap: wrap; gap: 9px; }
.studios-quick-facts span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.92); font-size: .74rem; font-weight: 600; }

.studios-search-wrap { position: relative; z-index: 5; height: 0; }
.studios-search { position: relative; top: -44px; display: grid; grid-template-columns: 1.1fr repeat(4, minmax(125px, .85fr)) auto; align-items: stretch; overflow: visible; min-height: 88px; padding: 0 12px; border: 1px solid rgba(23, 35, 34, .09); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.studios-search-title, .studios-search label { display: flex; flex-direction: column; justify-content: center; padding: 14px 18px; }
.studios-search-title { border-right: 1px solid var(--line); }
.studios-search-title span { color: var(--coral); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.studios-search-title strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.studios-search label { position: relative; }
.studios-search label + label::before { position: absolute; top: 21px; bottom: 21px; left: 0; width: 1px; content: ""; background: var(--line); }
.studios-search label > span { margin-bottom: 2px; font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.studios-search input, .studios-search select { width: 100%; min-width: 0; padding: 2px 0; border: 0; outline: 0; color: var(--muted); background: #fff; font-size: .83rem; cursor: pointer; }
.studios-search label:focus-within { border-radius: 12px; background: #f7f8f6; }
.studios-search label:focus-within input, .studios-search label:focus-within select { background: transparent; }
.studios-search button { align-self: center; min-width: 116px; height: 56px; border: 0; border-radius: 14px; color: #fff; background: var(--coral); font-weight: 700; cursor: pointer; }
.studios-search button span { margin-right: 5px; font-size: 1.25rem; }
.studios-search-error { position: absolute; top: calc(100% + 8px); right: 0; margin: 0; padding: 8px 12px; border-radius: 8px; color: #8e1530; background: #fff0f2; font-size: .78rem; font-weight: 600; box-shadow: 0 8px 20px rgba(60, 15, 25, .1); }

.studios-results { padding-top: 102px; padding-bottom: 100px; }
.studios-results-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding-bottom: 30px; }
.studios-results-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.studios-results-head > p { margin: 0 0 4px; color: var(--muted); font-size: .86rem; font-weight: 600; }
.studio-list { display: grid; gap: 34px; }
.studio-result { display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(380px, .92fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(29, 48, 47, .055); transition: transform .25s ease, box-shadow .25s ease; }
.studio-result:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.studio-photo-grid { position: relative; display: grid; grid-template-columns: 1.42fr .78fr; grid-template-rows: 1fr 1fr; gap: 3px; min-height: 410px; overflow: hidden; background: var(--sand); }
.studio-photo-grid a { overflow: hidden; }
.studio-photo-grid .studio-photo-main { grid-row: 1 / 3; }
.studio-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.studio-photo-grid a:hover img { transform: scale(1.025); }
.studio-photo-count { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border: 1px solid rgba(0,0,0,.14); border-radius: 8px; background: rgba(255,255,255,.94); font-size: .72rem; font-weight: 700; box-shadow: 0 3px 12px rgba(0,0,0,.1); }
.studio-result-body { display: flex; flex-direction: column; padding: 34px 36px 30px; }
.studio-result-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; }
.studio-view { margin: 0 0 5px; color: var(--sea); font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.studio-result h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.studio-price { flex: 0 0 auto; margin: 0; text-align: right; line-height: 1; }
.studio-price span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .65rem; font-weight: 600; text-transform: uppercase; }
.studio-price strong { font-size: 1.25rem; }
.studio-price small { color: var(--muted); font-size: .72rem; }
.studio-summary { margin: 20px 0 17px; color: var(--muted); line-height: 1.7; }
.studio-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0 0 21px; border-bottom: 1px solid var(--line); list-style: none; color: #44514f; font-size: .76rem; font-weight: 600; }
.studio-facts li + li::before { margin: 0 8px; content: "·"; color: #9ba5a3; }
.studio-feature-row { display: grid; gap: 8px; margin: 19px 0 26px; color: #354442; font-size: .8rem; }
.studio-feature-row i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; color: var(--sea); background: #eaf3f1; font-style: normal; font-size: .7rem; }
.studio-result-actions { display: flex; gap: 10px; align-items: center; margin-top: auto; }
.studio-result-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border-radius: 11px; text-decoration: none; font-size: .84rem; font-weight: 700; }
.studio-view-listing { flex: 1; border: 1px solid #cdd2d0; }
.studio-view-listing:hover { border-color: var(--ink); background: #fafafa; }
.studio-view-listing span { margin-left: 8px; }
.studio-book-unit { min-width: 128px; padding: 0 18px; color: #fff; background: var(--coral); }

.studios-help { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; margin-top: 54px; padding: 42px 46px; border-radius: 22px; color: #fff; background: var(--sea-dark); }
.studios-help h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; letter-spacing: -.03em; }
.studios-help p:not(.studios-eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); }
.studios-help > a { display: flex; flex-direction: column; min-width: 195px; padding: 15px 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; text-decoration: none; }
.studios-help > a span { color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 600; text-transform: uppercase; }
.studios-help > a strong { font-size: 1.05rem; }

.studios-footer { padding: 70px 0 18px; color: #fff; background: #072f32; }
.studios-footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 54px; }
.studios-footer-brand img {
  width: min(230px, 100%);
  height: auto;
  aspect-ratio: 930 / 182;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.studios-footer-brand p, .studios-footer-main div > p { max-width: 260px; color: rgba(255,255,255,.62); font-size: .87rem; }
.studios-footer-brand p { margin: 1.2rem 0 0; }
.studios-footer h2 { margin: 0 0 15px; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.studios-footer-main a { display: block; margin: 8px 0; color: rgba(255,255,255,.7); text-decoration: none; font-size: .84rem; }
.studios-footer-main a:hover { color: #fff; }
.studios-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .73rem; }
.studios-footer-bottom a { color: #fff; font-weight: 700; }
.studios-mobile-book { display: none; }

@media (max-width: 1050px) {
  .studios-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .studios-nav { display: none; }
  .studios-menu-button { display: block; }
  .studios-call { display: none; }
  .studios-search { grid-template-columns: 1fr 1fr 1fr; top: -62px; padding: 12px; }
  .studios-search-title { grid-row: span 2; }
  .studios-search label:nth-of-type(3)::before { display: none; }
  .studios-search button { height: auto; min-height: 52px; }
  .studio-result { grid-template-columns: 1fr; }
  .studio-photo-grid { min-height: 470px; }
  .studios-footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 740px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 70px; }
  .studios-shell { width: min(100% - 32px, 1180px); }
  .studios-header { min-height: 70px; padding: 0 16px; }
  .studios-brand { width: 168px; }
  .studios-header-actions { gap: 8px; }
  .studios-book { display: none; }
  .studios-menu-button { width: 42px; height: 42px; }
  .studios-mobile-menu { top: 70px; }
  .studios-intro { padding: 33px 0 90px; }
  .studios-breadcrumbs ol { margin-bottom: 28px; }
  .studios-intro-grid { grid-template-columns: 1fr; gap: 27px; }
  .studios-intro h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .studios-intro-copy > p { font-size: .92rem; }
  .studios-search-wrap { height: auto; margin-top: -54px; padding: 0 16px; }
  .studios-search { top: 0; width: 100%; grid-template-columns: 1fr 1fr; min-height: auto; padding: 10px; border-radius: 16px; }
  .studios-search-title { grid-column: 1 / 3; grid-row: auto; padding: 10px 9px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .studios-search-title span { display: none; }
  .studios-search-title strong { font-size: 1.2rem; }
  .studios-search label { padding: 12px 9px; }
  .studios-search label + label::before { top: 13px; bottom: 13px; }
  .studios-search label:nth-of-type(3)::before { display: block; }
  .studios-search label:nth-of-type(odd)::before { display: none; }
  .studios-search button { grid-column: 1 / 3; width: 100%; height: 48px; min-height: 48px; margin-top: 5px; }
  .studios-search-error { position: static; grid-column: 1 / 3; box-shadow: none; }
  .studios-results { padding-top: 50px; padding-bottom: 64px; }
  .studios-results-head { display: block; padding-bottom: 22px; }
  .studios-results-head h2 { font-size: 2.55rem; }
  .studios-results-head > p { margin-top: 13px; }
  .studio-list { gap: 24px; }
  .studio-result { display: block; border: 0; border-radius: 16px; box-shadow: 0 8px 26px rgba(29, 48, 47, .1); }
  .studio-result:hover { transform: none; }
  .studio-photo-grid { display: flex; gap: 0; min-height: 0; aspect-ratio: 1.15 / 1; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .studio-photo-grid::-webkit-scrollbar { display: none; }
  .studio-photo-grid a { flex: 0 0 100%; scroll-snap-align: start; }
  .studio-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
  .studio-photo-count { right: 10px; bottom: 10px; }
  .studio-result-body { padding: 24px 20px 21px; }
  .studio-result-top { gap: 10px; }
  .studio-result h3 { font-size: 1.65rem; }
  .studio-summary { font-size: .9rem; }
  .studio-facts { line-height: 2; }
  .studio-feature-row { display: none; }
  .studio-result-actions { margin-top: 22px; }
  .studio-result-actions a { min-height: 47px; font-size: .79rem; }
  .studio-book-unit { min-width: 112px; padding-inline: 11px; }
  .studios-help { grid-template-columns: 1fr; gap: 27px; margin-top: 34px; padding: 31px 25px; }
  .studios-help h2 { font-size: 1.85rem; }
  .studios-help > a { width: 100%; }
  .studios-footer { padding-top: 50px; }
  .studios-footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .studios-footer-brand { grid-column: 1 / 3; }
  .studios-footer-main > div:last-child { grid-column: 1 / 3; }
  .studios-footer-bottom { flex-direction: column; gap: 7px; }
  .studios-mobile-book { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; align-items: center; min-height: 70px; padding: 9px 16px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 25px rgba(20, 36, 35, .1); backdrop-filter: blur(12px); }
  .studios-mobile-book span { display: flex; flex-direction: column; line-height: 1.3; }
  .studios-mobile-book small { color: var(--muted); font-size: .63rem; }
  .studios-mobile-book strong { font-size: .89rem; }
  .studios-mobile-book a { padding: 10px 18px; border-radius: 9px; color: #fff; background: var(--coral); text-decoration: none; font-size: .82rem; font-weight: 700; }
}

@media (max-width: 430px) {
  .studios-quick-facts span:nth-child(n+4) { display: none; }
  .studio-result-top { display: block; }
  .studio-price { margin-top: 13px; text-align: left; }
  .studio-price span { display: inline; margin-right: 4px; }
  .studios-footer-main { grid-template-columns: 1fr; }
  .studios-footer-brand, .studios-footer-main > div:last-child { grid-column: auto; }
}

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