:root {
  --navy: #0b2b4b;
  --navy-deep: #071f36;
  --blue: #245c84;
  --sky: #cfe2ed;
  --sky-light: #eaf3f7;
  --paper: #f7f6f1;
  --white: #fff;
  --ink: #10283c;
  --muted: #61717c;
  --coral: #e4876a;
  --line: rgba(11, 43, 75, .16);
  --font-heading: "Plus Jakarta Sans", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shell: min(90vw, 1320px);
  --space: clamp(6rem, 10vw, 10rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; }
html.menu-open, body.menu-open { overflow: hidden; }
::selection { background: var(--coral); color: var(--white); }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--space); }
.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: 1rem; left: 1rem; padding: .75rem 1rem; transform: translateY(-200%); background: var(--navy); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.kicker { display: inline-flex; width: fit-content; min-height: 2.2rem; align-items: center; margin: 0 0 1.65rem; padding: .4rem .85rem; border: 1px solid currentColor; border-radius: 100px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kicker-light { color: var(--sky); }
h1, h2, h3, p, blockquote, figure, dl { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); letter-spacing: -.047em; }
h2 { margin-bottom: 1.5rem; font-size: clamp(3rem, 5.9vw, 6.3rem); font-weight: 600; line-height: .99; }
h1 span, h2 span { color: var(--blue); }
.button { display: inline-flex; min-height: 4.2rem; align-items: center; justify-content: space-between; gap: 2.6rem; padding: .42rem .5rem .42rem 1.45rem; border-radius: 100px; font-size: 1rem; font-weight: 600; letter-spacing: .01em; transition: background .35s; }
.button .arrow svg, .header-contact .arrow svg, .area-row .arrow svg, .path-content .arrow svg { transform: rotate(-45deg); }
.button:hover .arrow svg, .header-contact:hover .arrow svg, .area-row:hover .arrow svg, .path-card:hover .arrow svg { transform: rotate(0); }
.button-accent { background: var(--coral); color: #fff; }
.button-accent:hover { background: #f09a7e; }
.button-accent:hover .arrow, .header-contact:hover .arrow { border-color: #fff; background: #fff; color: var(--coral); }
.text-link { position: relative; display: inline-block; padding-bottom: .3rem; font-size: 1rem; font-weight: 600; letter-spacing: .01em; }
.text-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; content: ""; opacity: .3; transform: scaleX(.38); transform-origin: left; transition: transform .4s var(--ease), background .35s, opacity .35s; }
.text-link:hover::after { background: var(--coral); opacity: 1; transform: scaleX(1); }
.text-link-light { color: var(--sky); }
.arrow { display: inline-grid; width: 2.75rem; height: 2.75rem; flex: 0 0 2.75rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; line-height: 1; transition: background .35s, color .35s; }
.arrow svg { width: 1.2rem; height: 1.2rem; fill: currentColor; transition: transform .4s var(--ease); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: grid; width: 100%; height: 5.6rem; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.2vw; border-bottom: 1px solid rgba(255, 255, 255, .2); color: #fff; transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.is-scrolled { height: 4.8rem; background: rgba(247, 246, 241, .94); box-shadow: 0 10px 34px rgba(7, 31, 54, .08); color: var(--navy); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .9rem; justify-self: start; }
.brand-dot { width: .75rem; height: .75rem; border: 2px solid currentColor; border-radius: 50%; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-family: var(--font-heading); font-size: 1.05rem; }
.brand small { margin-top: .22rem; font-size: .875rem; letter-spacing: .04em; text-transform: uppercase; opacity: .78; }
.desktop-nav { display: flex; gap: clamp(1rem, 1.7vw, 2rem); font-size: 1rem; font-weight: 600; letter-spacing: .01em; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: .25rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-contact { justify-self: end; display: flex; min-height: 3.65rem; gap: .7rem; align-items: center; padding: .42rem .48rem .42rem 1.2rem; border-radius: 100px; background: var(--coral); color: #fff; font-size: 1rem; font-weight: 600; transition: background .3s; }
.header-contact:hover { background: #f09a7e; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; background: var(--navy); color: #fff; }
.hero-main { display: grid; width: 100%; height: 100svh; min-height: 0; grid-template-columns: 55% 45%; }
.hero-copy { display: flex; min-width: 0; align-items: flex-start; justify-content: center; flex-direction: column; padding: 9rem 7vw 5.5rem 6vw; }
.hero-copy .kicker { color: var(--sky); }
.hero h1 { max-width: 11ch; margin-bottom: 1.8rem; font-size: clamp(3.7rem, 6.45vw, 7.15rem); font-weight: 600; line-height: .96; }
.hero h1 span { color: var(--sky); }
.hero-lead { max-width: 31rem; margin-bottom: 2.35rem; color: rgba(255, 255, 255, .7); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-image { position: relative; width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; background: rgba(7, 31, 54, .08); content: ""; pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 1.2s var(--ease); }
.hero-image.is-visible img { transform: scale(1.025); }
.hero-image figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; display: flex; align-items: center; gap: .7rem; padding: .75rem 1.1rem; border: 1px solid rgba(255, 255, 255, .3); border-radius: 100px; background: rgba(7, 31, 54, .62); font-size: .9rem; backdrop-filter: blur(12px); }
.hero-rating { position: absolute; z-index: 2; bottom: 2rem; left: 2rem; display: flex; gap: .7rem; align-items: center; padding: .75rem 1rem; border: 1px solid rgba(255, 255, 255, .3); border-radius: 100px; background: rgba(7, 31, 54, .68); backdrop-filter: blur(12px); }
.hero-rating > span { color: var(--coral); font-size: 1rem; letter-spacing: .08em; }
.hero-rating strong { font-family: var(--font-heading); font-size: 1rem; line-height: 1.1; }
.hero-rating small { color: rgba(255, 255, 255, .7); font-size: .75rem; line-height: 1.1; }
.status-dot { width: .55rem; height: .55rem; border-radius: 50%; background: #8ee1b0; box-shadow: 0 0 0 5px rgba(142, 225, 176, .16); }

.areas { overflow: hidden; }
.areas-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: end; margin-bottom: 5rem; }
.areas-heading h2 { margin: 0; }
.areas-heading > p { max-width: 29rem; margin-bottom: .6rem; color: var(--muted); }
.area-index { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.area-row { counter-increment: area; }
.area-row:nth-child(odd) { border-right: 1px solid var(--line); }
.area-entry { display: grid; min-height: 6.8rem; grid-template-columns: 3rem 1fr auto; align-items: center; gap: 1rem; padding: 1rem 1.5rem 1rem 0; border-bottom: 1px solid var(--line); transition: color .3s, padding .35s var(--ease), background .3s; }
.area-row:nth-child(even) .area-entry { padding-left: 1.5rem; }
.area-row:hover .area-entry { padding-right: 1rem; background: var(--sky-light); color: var(--blue); }
.area-row span { color: var(--coral); font-size: .875rem; }
.area-row strong { font-family: var(--font-heading); font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-weight: 600; letter-spacing: -.025em; }
.area-row i { font-style: normal; transition: transform .35s var(--ease); }
.section-note { margin: 2rem 0 0; color: var(--muted); text-align: right; }
.section-note a { color: var(--blue); }

.paths { padding-top: var(--space); background: var(--navy); color: #fff; }
.paths-heading { display: grid; grid-template-columns: .38fr 1fr; align-items: start; padding-bottom: 6.5rem; }
.paths-heading .kicker { padding-top: .8rem; }
.paths-heading h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.9rem); }
.paths-heading h2 span { color: var(--sky); }
.paths-heading h2 .title-line { display: block; white-space: nowrap; }
.paths-heading h2 .title-line-primary { color: inherit; }
.path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.path-card { position: relative; min-height: clamp(30rem, 42vw, 38rem); overflow: hidden; border-right: 1px solid rgba(255, 255, 255, .12); background: #10395b; color: #fff; }
.path-card:nth-child(even) { background: #0d3455; }
.path-card img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; transform: scale(1.02); transition: transform .9s var(--ease); }
.path-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 31, 54, .08), rgba(7, 31, 54, .82)); content: ""; transition: background .55s; }
.path-card:hover::after { background: linear-gradient(180deg, rgba(7, 31, 54, .16), rgba(7, 31, 54, .9)); }
.path-card:hover img { transform: scale(1.06); }
.path-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(1.35rem, 2vw, 2.3rem); }
.path-content > span { display: block; margin-bottom: .7rem; color: var(--coral); font-size: .875rem; }
.path-content h3 { width: calc(100% - 4.75rem); min-height: 2.1em; margin: 0; font-size: clamp(1.45rem, 2vw, 2.15rem); font-weight: 600; line-height: 1.05; }
.path-content h3 span { display: block; }
.path-content p { width: min(15rem, calc(100% - 4.75rem)); max-height: 0; overflow: hidden; margin: 0; color: rgba(255, 255, 255, .85); font-size: 1.05rem; opacity: 0; transform: translateY(10px); transition: max-height .5s var(--ease), margin .5s var(--ease), opacity .35s, transform .45s var(--ease); }
.path-content .arrow { position: absolute; right: clamp(1.35rem, 2vw, 2.3rem); bottom: clamp(1.35rem, 2vw, 2.3rem); color: #fff; }
.path-card:hover .path-content p { max-height: 8rem; margin-top: 1rem; opacity: 1; transform: none; }

.about { display: grid; min-height: 54rem; grid-template-columns: 48% 52%; padding: 0; background: var(--paper); }
.about-portrait { position: relative; min-height: 54rem; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 1.1s var(--ease); }
.about-portrait.is-visible img { transform: scale(1.02); }
.about-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 6rem clamp(3rem, 7vw, 8rem); }
.about-copy h2 { max-width: 8.5ch; margin-bottom: .8rem; font-size: clamp(3.1rem, 5.1vw, 5.7rem); }
.about-role { margin-bottom: 2.4rem; color: var(--blue); font-size: .875rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.about-text { max-width: 35rem; color: var(--muted); font-size: 1.06rem; }
.about-text p { margin-bottom: 1rem; }
.credentials { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0 3.8rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.credentials div { min-width: 0; }
.credentials dt { margin-bottom: .35rem; color: var(--navy); font-family: var(--font-heading); font-size: clamp(1.8rem, 2.6vw, 2.8rem); font-weight: 700; line-height: 1; }
.credentials dd { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.35; letter-spacing: .01em; }
.about-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }

.process { position: relative; min-height: 56rem; overflow: hidden; color: #fff; }
.process-media, .process-overlay { position: absolute; inset: 0; }
.process-media { transform: scale(1.04); }
.process-media img { width: 100%; height: 115%; object-fit: cover; object-position: center; will-change: transform; }
.process-overlay { background: rgba(7, 31, 54, .61); }
.process-inner { position: relative; z-index: 2; display: flex; min-height: 56rem; justify-content: space-between; flex-direction: column; padding-block: clamp(5rem, 8vw, 8rem); }
.process-inner header { display: flex; align-items: center; flex-direction: column; text-align: center; }
.process-inner header .kicker { border-color: rgba(207, 226, 237, .55); }
.process-inner h2 { max-width: none; margin: 0; font-size: clamp(3.1rem, 4.9vw, 5.4rem); text-align: center; }
.process-inner h2 span { color: var(--sky); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7vw; margin: 0; padding: 0 0 1rem; list-style: none; }
.process-step { position: relative; padding-top: 2.5rem; }
.process-step > span { display: block; margin-bottom: 1.1rem; color: var(--coral); font-family: var(--font-heading); font-size: clamp(2.6rem, 4.6vw, 5rem); font-weight: 600; line-height: 1; }
.process-step h3 { margin: 1.4rem 0 .7rem; font-size: clamp(1.25rem, 1.9vw, 1.7rem); }
.process-step p { max-width: 20rem; margin: 0; color: rgba(255, 255, 255, .76); font-size: 1rem; }
.process-line { position: absolute; right: 0; bottom: clamp(12rem, 17vw, 15.5rem); left: 0; height: 1px; background: rgba(255, 255, 255, .25); }
.process-line i { display: block; width: 0; height: 1px; background: var(--coral); transition: width 1.3s var(--ease); }
.process.is-active .process-line i { width: 100%; }

.reviews { background: var(--paper); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5vw; margin-bottom: 4.5rem; }
.reviews-heading h2 { max-width: 18ch; margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.9rem); }
.reviews-heading > p { display: grid; grid-template-columns: auto auto; gap: .2rem .8rem; align-items: center; margin: 0 0 .5rem; text-align: right; }
.reviews-heading > p strong { font-family: var(--font-heading); font-size: 1.6rem; }
.reviews-heading > p > span { color: var(--coral); letter-spacing: .1em; }
.reviews-heading > p small { grid-column: 1 / -1; color: var(--muted); font-size: 1rem; }
.review-track { display: flex; gap: 1.35rem; overflow: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior: contain; }
.review-track::-webkit-scrollbar { display: none; }
.review-item { position: relative; display: flex; min-height: 25rem; flex: 0 0 calc((100% - 2.7rem) / 3); justify-content: space-between; flex-direction: column; overflow: hidden; padding: clamp(1.75rem, 2.7vw, 2.7rem); border: 1px solid var(--line); border-top: 4px solid var(--coral); border-radius: 1.1rem; background: var(--white); scroll-snap-align: start; }
.review-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3rem; }
.review-card-top > span { color: var(--blue); font-family: Georgia, serif; font-size: 3.6rem; line-height: .7; }
.review-stars { margin: 0; color: var(--coral); font-size: 1.15rem; letter-spacing: .12em; }
.review-item blockquote { margin-bottom: 3rem; font-family: var(--font-heading); font-size: clamp(1.2rem, 1.65vw, 1.45rem); font-weight: 500; line-height: 1.5; letter-spacing: -.02em; }
.review-item footer { display: flex; align-items: center; justify-content: flex-start; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.review-item footer img { width: 3.65rem; height: 3.65rem; flex: 0 0 3.65rem; border-radius: 50%; object-fit: cover; }
.review-item footer div { display: grid; gap: .1rem; }
.review-item cite { font-size: 1rem; font-style: normal; font-weight: 600; }
.review-item small { color: var(--muted); font-size: 1rem; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.review-arrow { cursor: pointer; background: transparent; color: var(--blue); transition: background .35s, color .35s; }
.review-arrow svg { transition: none; }
.review-arrow[data-review-prev] svg { transform: rotate(180deg); }
.review-arrow:hover { background: var(--blue); color: #fff; transform: none; }

.studio { overflow: hidden; background: var(--sky-light); }
.studio-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; }
.studio-copy h2 { font-size: clamp(3rem, 4.9vw, 5.3rem); }
.studio-copy address { margin: 3rem 0 1.5rem; font-style: normal; }
.studio-copy address small, .studio-copy address strong { display: block; }
.studio-copy address small { margin-bottom: .55rem; color: var(--blue); font-size: .875rem; letter-spacing: .05em; text-transform: uppercase; }
.studio-copy address strong { font-family: var(--font-heading); font-size: 1.2rem; }
.studio-composition { position: relative; min-height: 49rem; padding: 0 0 5rem; }
.studio-main { position: absolute; inset: 0 0 5rem 5rem; overflow: hidden; }
.studio-main img { width: 100%; height: 100%; object-fit: cover; }
.studio-detail { position: absolute; z-index: 2; bottom: 0; left: 0; width: 42%; height: 17rem; overflow: hidden; border: .65rem solid var(--sky-light); border-left: 0; border-bottom: 0; }
.studio-detail img { width: 100%; height: 100%; object-fit: cover; }
.hours { position: absolute; z-index: 3; right: -2rem; bottom: 1.5rem; width: min(25rem, 58%); padding: 1.6rem; background: var(--white); box-shadow: 0 20px 50px rgba(11, 43, 75, .14); }
.hours > p { padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 1rem; }
.schedule-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: .15rem .75rem; padding: .65rem 0; font-size: 1rem; }
.schedule-row strong { color: var(--blue); text-align: right; }
.schedule-row small { grid-column: 1 / -1; color: var(--muted); font-size: 1rem; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding: var(--space) max(5vw, calc((100vw - 1320px) / 2)); background: var(--navy); color: #fff; }
.contact h2 { max-width: 10ch; margin-bottom: 1.5rem; font-size: clamp(3.2rem, 5.8vw, 6.2rem); }
.contact h2 span { color: var(--sky); }
.contact-copy > p:last-child { max-width: 30rem; margin: 0; color: rgba(255, 255, 255, .58); }
.contact-actions { justify-self: stretch; }
.contact-actions > .button { margin-top: 2rem; }
.contact-actions > div { border-top: 1px solid rgba(255, 255, 255, .18); }
.contact-actions > div a { display: block; padding: 1.1rem 0; border-bottom: 1px solid rgba(255, 255, 255, .18); transition: color .3s; }
.contact-actions > div a:hover { color: var(--coral); }
.contact-actions small, .contact-actions strong { display: block; }
.contact-actions small { margin-bottom: .2rem; color: var(--sky); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.contact-actions strong { overflow-wrap: anywhere; font-family: var(--font-heading); font-size: clamp(1rem, 1.65vw, 1.35rem); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 5vw; background: var(--navy-deep); color: rgba(255, 255, 255, .6); font-size: 1rem; }
.site-footer p { margin: 0; }
.site-footer a { transition: color .3s; }
.site-footer a:hover { color: var(--coral); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.image-reveal { --reveal-color: var(--paper); position: relative; overflow: hidden; }
.image-reveal::before { position: absolute; z-index: 5; inset: 0; background: var(--reveal-color); content: ""; transform: scaleY(1); transform-origin: bottom; transition: transform 1.05s var(--ease); pointer-events: none; }
.image-reveal.is-visible::before { transform: scaleY(0); }
.hero-image { --reveal-color: var(--navy); }
.studio .image-reveal { --reveal-color: var(--sky-light); }

@media (max-width: 1180px) {
  .desktop-nav, .header-contact { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 1.3rem; }
  .menu-toggle { display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: .35rem; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
  .menu-toggle i { display: block; width: 1rem; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  body.menu-open .site-header { background: var(--navy); box-shadow: none; color: #fff; backdrop-filter: none; }
  .mobile-menu { position: fixed; z-index: 45; inset: 0; display: grid; height: 100dvh; overflow-y: auto; align-content: safe center; justify-items: center; gap: clamp(1rem, 3.2dvh, 3rem); padding: calc(5.6rem + env(safe-area-inset-top)) 1.5rem max(1.6rem, env(safe-area-inset-bottom)); background: var(--navy); background-color: #0b2b4b; color: #fff; opacity: 0; visibility: hidden; pointer-events: none; isolation: isolate; transform: translateZ(0); transition: opacity .35s, visibility 0s linear .35s; will-change: opacity; }
  .mobile-menu[aria-hidden="false"] { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .35s, visibility 0s; }
  .mobile-menu nav { display: grid; width: min(100%, 32rem); gap: clamp(.4rem, 2.2dvh, 1.15rem); text-align: center; }
  .mobile-menu nav a { font-family: var(--font-heading); font-size: clamp(1.2rem, min(6vw, 3.4dvh), 2.4rem); font-weight: 600; line-height: 1.25; }
  .mobile-menu-foot { display: grid; width: min(100%, 32rem); justify-items: center; gap: clamp(.8rem, 2.6dvh, 1.6rem); padding-top: clamp(1rem, 3.4dvh, 2.2rem); border-top: 1px solid rgba(255, 255, 255, .2); text-align: center; }
  .mobile-menu-foot .button { min-height: clamp(3.2rem, 7.5dvh, 4.2rem); }
  .mobile-menu-phone small { display: block; margin-bottom: .25rem; color: var(--sky); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-menu-phone strong { font-family: var(--font-heading); font-size: clamp(1.2rem, min(5.2vw, 3dvh), 1.7rem); font-weight: 600; }
  .hero-image figcaption { display: none; }
  .hero-main { grid-template-columns: 1.08fr .92fr; }
  .hero-copy { padding-inline: 5vw; }
  .about { grid-template-columns: 47% 53%; }
  .about-copy { padding-inline: 5vw; }
  .studio-grid { grid-template-columns: 1fr; gap: 4rem; }
  .studio-copy { max-width: 43rem; }
  .studio-composition { min-height: 42rem; }
  .paths-heading { grid-template-columns: .24fr 1fr; }
  .paths-heading h2 { font-size: clamp(2.8rem, 5.2vw, 4.4rem); }
  .path-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .path-grid::-webkit-scrollbar { display: none; }
  .path-card { min-height: 34rem; flex: 0 0 min(42vw, 30rem); scroll-snap-align: start; }
  .review-item { flex-basis: calc((100% - 1.35rem) / 2); }
}

@media (max-width: 760px) {
  :root { --shell: min(89vw, 1320px); --space: 5.8rem; }
  .hero-main { display: flex; height: auto; min-height: auto; flex-direction: column; }
  .hero-copy { min-height: 42rem; padding: 8rem 5.5vw 4rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-image { height: 36rem; }
  .hero-rating { right: auto; bottom: 1rem; left: 1rem; max-width: calc(100% - 2rem); }
  .areas-heading { display: block; margin-bottom: 3.5rem; }
  .areas-heading h2 { margin-bottom: 1.5rem; }
  .area-index { grid-template-columns: 1fr; }
  .area-row:nth-child(odd) { border-right: 0; }
  .area-row:nth-child(even) .area-entry { padding-left: 0; }
  .area-entry { min-height: 5.8rem; }
  .section-note { text-align: left; }
  .paths-heading { display: block; }
  .paths-heading h2 { font-size: clamp(1.65rem, 7.3vw, 2.6rem); }
  .path-card { min-height: 32rem; flex-basis: 86vw; }
  .path-content p { width: min(15rem, calc(100% - 4.75rem)); opacity: 1; transform: none; }
  .about { display: flex; min-height: auto; flex-direction: column; }
  .about-portrait { min-height: 39rem; }
  .about-copy { padding: var(--space) 5.5vw; }
  .about-copy h2 { font-size: clamp(3rem, 13vw, 5rem); }
  .credentials { gap: .75rem; }
  .credentials dd { font-size: .875rem; }
  .about-actions { align-items: flex-start; flex-direction: column; }
  .process, .process-inner { min-height: 48rem; }
  .process-inner header { display: flex; }
  .process-inner h2 { font-size: clamp(3rem, 12vw, 5rem); }
  .process-steps { gap: 1.7rem; grid-template-columns: 1fr; margin-top: 4rem; }
  .process-step { display: grid; grid-template-columns: 4.5rem 1fr; column-gap: 1rem; padding: 1.8rem 0 0; border-top: 1px solid rgba(255, 255, 255, .28); }
  .process-step > span { grid-row: span 2; margin: 0; font-size: 2.6rem; }
  .process-step h3 { margin: 1.4rem 0 .7rem; }
  .process-step p { font-size: 1rem; }
  .process-line { display: none; }
  .reviews-heading { display: block; margin-bottom: 3rem; }
  .reviews-heading h2 { margin-bottom: 2rem; }
  .reviews-heading > p { justify-content: start; text-align: left; }
  .review-track { width: calc(100vw - 5.5vw); gap: .85rem; overflow-x: auto; overflow-y: hidden; }
  .review-item { flex: 0 0 86vw; min-height: 21rem; scroll-snap-align: start; }
  .review-controls { justify-content: center; }
  .studio-composition { min-height: 38rem; padding-bottom: 4rem; }
  .studio-main { inset: 0 0 4rem 0; }
  .studio-detail { display: none; }
  .hours { right: auto; bottom: 0; left: 5%; width: 90%; }
  .contact { grid-template-columns: 1fr; padding-inline: 5.5vw; }
  .contact-actions { margin-top: 1rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-height: 820px) and (min-width: 761px) {
  .hero-main { height: 100svh; }
  .hero-copy { padding-top: 7.25rem; padding-bottom: 3rem; }
  .hero h1 { font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .image-reveal::before { display: none; }
  .process-line i { width: 100%; }
  [data-parallax] { transform: none !important; }
}
