@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/cormorant-500.ttf") format("truetype"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/cormorant-600.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/manrope-400.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/manrope-500.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/manrope-600.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/manrope-700.ttf") format("truetype"); }

:root {
  --forest: #102e29;
  --green: #225348;
  --ink: #202b26;
  --paper: #f7f8f6;
  --silver: #e2e7e3;
  --metal: #b8ac87;
  --amber: #d9a24a;
  --tail: #e13232;
  --muted: #69736c;
  --white: #ffffff;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.75; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
svg { display: block; flex-shrink: 0; width: 20px; height: 20px; stroke-width: 1.6; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; line-height: 1.04; }
h2 { font-size: 54px; }
h3 { font-size: 20px; line-height: 1.4; font-weight: 600; }
[hidden] { display: none !important; }
::selection { background: var(--green); color: var(--white); }
:focus-visible { outline: 3px solid #b39445; outline-offset: 5px; }
.container { width: min(var(--content), calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 100px; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--white); color: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.small-label { display: block; margin-bottom: 22px; color: var(--green); font-size: 13px; font-weight: 600; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 700; line-height: 1.45; transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button-light { background: #f4f3ed; color: var(--forest); }
.button-light:hover { background: var(--white); }
.button-green { background: var(--forest); color: var(--white); }
.button-green:hover { background: var(--green); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); background: linear-gradient(180deg, rgb(3 15 11 / 78%), rgb(3 15 11 / 32%) 78%, transparent); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 104px; border-bottom: 1px solid rgb(255 255 255 / 17%); gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand > svg { width: 33px; height: 33px; color: var(--metal); stroke-width: 1.2; }
.brand-type { display: block; font-family: var(--display); font-size: 36px; line-height: .86; font-weight: 600; }
.brand-type > span { display: block; margin-top: 9px; font-family: var(--body); font-size: 9px; line-height: 1.2; font-weight: 400; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 26px; font-size: 12px; font-weight: 500; }
.desktop-nav a { transition: color 160ms ease; }
.desktop-nav a:hover { color: #ded6be; }
.button-header { min-height: 42px; padding: 10px 18px; font-size: 12px; color: var(--white); border-color: rgb(255 255 255 / 42%); background: rgb(0 0 0 / 12%); }
.button-header:hover { background: var(--white); color: var(--forest); border-color: var(--white); }
.button-header svg { width: 17px; height: 17px; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; height: min(780px, calc(100svh - 76px)); min-height: 640px; overflow: hidden; color: var(--white); background: #071a15; }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgb(5 21 17 / 75%) 0%, rgb(5 21 17 / 42%) 28%, transparent 58%); }
.hero-inner { position: relative; display: flex; align-items: center; height: 100%; padding-top: 100px; padding-bottom: 28px; }
.hero-copy { width: 480px; animation: hero-enter 700ms ease both; }
.hero-intro { display: flex; align-items: center; gap: 9px; color: #deded0; font-size: 11px; }
.hero-intro > span { width: 5px; height: 5px; border-radius: 50%; background: var(--metal); }
.hero h1 { margin-top: 14px; font-size: 124px; line-height: .91; }
.hero h1 > span { display: block; margin-top: 15px; font-family: var(--body); font-size: 23px; line-height: 1.35; font-weight: 400; }
.hero-description { margin-top: 27px; color: #e0e5e0; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; margin-top: 30px; }
.hero-services-link { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; }
.hero-services-link svg { width: 14px; height: 14px; }
.hero-assurance { display: flex; align-items: center; gap: 8px; margin-top: 27px; color: #d2dbd4; font-size: 10px; }
.hero-assurance svg { width: 15px; height: 15px; color: var(--metal); }
.hero-photo-note { position: absolute; bottom: 32px; right: 0; color: rgb(255 255 255 / 75%); font-size: 10px; }
.care-strip { background: #edf0eb; }
.care-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; min-height: 76px; }
.care-strip-inner > span { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 4px 20px; font-size: 12px; font-weight: 500; }
.care-strip-inner > span + span { border-left: 1px solid #ced6ce; }
.care-strip svg { color: var(--green); }

.studio-reveal { position: relative; height: 260svh; color: #f7f8f6; background: #030606; }
.studio-reveal-sticky { position: sticky; top: 0; display: flex; align-items: center; min-height: 100svh; overflow: hidden; isolation: isolate; background: linear-gradient(180deg, #030606 0%, #07100d 48%, #11100d 100%); }
.studio-reveal-sticky::before { position: absolute; inset: 0; z-index: -2; content: ""; background: linear-gradient(90deg, rgb(255 255 255 / 6%) 0 1px, transparent 1px 18%), linear-gradient(180deg, rgb(255 255 255 / 4%) 0 1px, transparent 1px 22px); opacity: .3; }
.studio-reveal-sticky::after { position: absolute; inset: auto 0 0; z-index: -1; height: 32%; content: ""; background: linear-gradient(180deg, transparent, rgb(217 162 74 / 13%) 54%, rgb(225 50 50 / 10%)); pointer-events: none; }
.studio-reveal-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: 58px; align-items: center; padding-block: 72px; }
.studio-reveal .small-label { color: #d8b66c; }
.studio-reveal h2 { max-width: 10.8ch; font-size: 62px; }
.studio-reveal-copy > p { max-width: 35ch; margin-top: 24px; color: #bcc8c2; font-size: 14px; line-height: 1.8; }
.reveal-metrics { display: grid; gap: 0; max-width: 430px; margin-top: 34px; border-top: 1px solid rgb(255 255 255 / 16%); border-bottom: 1px solid rgb(255 255 255 / 16%); }
.reveal-metrics span { display: flex; align-items: center; gap: 16px; min-height: 54px; color: #d9e2dd; font-size: 12px; }
.reveal-metrics span + span { border-top: 1px solid rgb(255 255 255 / 10%); }
.reveal-metrics strong { color: var(--amber); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.reveal-stage { position: relative; min-height: 390px; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgb(255 255 255 / 16%); border-radius: 8px; background: #080d0b; box-shadow: 0 34px 90px rgb(0 0 0 / 45%); }
.reveal-stage::before { position: absolute; inset: 0; z-index: 4; content: ""; background: linear-gradient(90deg, rgb(3 6 5 / 55%), transparent 23%, transparent 72%, rgb(3 6 5 / 45%)), linear-gradient(180deg, rgb(255 255 255 / 7%), transparent 26%, rgb(0 0 0 / 35%)); pointer-events: none; }
.reveal-stage::after { position: absolute; inset: 0; z-index: 5; content: ""; background: linear-gradient(110deg, transparent 0 34%, rgb(255 255 255 / 18%) 42%, transparent 52%); opacity: .22; transform: translate3d(-42%, 0, 0); pointer-events: none; }
.reveal-frame-stack { position: absolute; inset: 0; z-index: 1; transform-origin: center; will-change: transform; }
.reveal-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: translate3d(0, 0, 0) scale(1); will-change: transform, opacity; }
.reveal-frame[data-reveal-frame="closed"] { opacity: 1; }
.reveal-scan { position: absolute; inset: 0; z-index: 6; background: linear-gradient(100deg, transparent 0 44%, rgb(255 255 255 / 30%) 48%, rgb(217 162 74 / 14%) 52%, transparent 58%); opacity: .18; transform: translate3d(-54%, 0, 0); mix-blend-mode: screen; pointer-events: none; will-change: transform, opacity; }
.reveal-light { position: absolute; z-index: 7; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 82%), rgb(217 162 74 / 58%), transparent); opacity: .4; transform: translate3d(-16%, 0, 0); pointer-events: none; will-change: transform, opacity; }
.reveal-light-one { top: 22%; }
.reveal-light-two { top: 72%; opacity: .22; }
.reveal-readout { position: absolute; left: 18px; right: 18px; bottom: 17px; z-index: 8; display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; color: #e9eee9; font-size: 10px; }
.reveal-progress { height: 2px; overflow: hidden; background: rgb(255 255 255 / 20%); }
.reveal-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #ffffff, var(--amber), var(--tail)); transform: scaleX(0); transform-origin: left; will-change: transform; }

.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 42px; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.service-image-wrap { position: relative; aspect-ratio: 1.38; margin-bottom: 25px; }
.service-image-wrap > img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.service-symbol { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 39px; height: 39px; background: #f7f8f2; border-radius: 4px; color: var(--green); }
.service h3 { margin-bottom: 10px; }
.service p { max-width: 38ch; color: var(--muted); font-size: 13px; }
.service-detail { display: block; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--silver); color: var(--green); font-size: 10px; font-weight: 600; }

.essence { background: #eaf0eb; }
.essence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.essence-copy { max-width: 470px; }
.essence h2 { margin-bottom: 24px; }
.essence-copy p { max-width: 42ch; color: #59685e; font-size: 13px; }
.essence-copy p + p { margin-top: 12px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 26px; border-bottom: 1px solid #8ca397; padding-bottom: 6px; color: var(--forest); font-size: 12px; font-weight: 600; }
.text-link svg { width: 15px; height: 15px; }
.care-point { display: flex; align-items: flex-start; gap: 22px; padding-block: 27px; }
.care-point + .care-point { border-top: 1px solid #cad5cb; }
.care-icon { display: grid; place-items: center; width: 45px; height: 45px; flex-shrink: 0; border: 1px solid #bacabd; border-radius: 50%; color: var(--green); }
.care-icon svg { width: 21px; height: 21px; }
.care-point h3 { margin-bottom: 9px; font-size: 16px; }
.care-point p { max-width: 40ch; color: #59685e; font-size: 12px; }

.testimonials { background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 90px; }
.testimonials h2 { font-size: 48px; }
.quote-controls { display: flex; align-items: center; gap: 17px; margin-top: 32px; }
.quote-arrow { width: 36px; height: 36px; border-color: #d2d9d3; }
.quote-arrow:hover { background: var(--forest); border-color: var(--forest); color: var(--white); }
.quote-arrow svg { width: 16px; height: 16px; }
.quote-count { color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.quote-stage { display: grid; }
.quote { grid-area: 1 / 1; display: flex; flex-direction: column; }
.quote[hidden] { display: flex !important; visibility: hidden; pointer-events: none; }
.stars { display: flex; gap: 5px; margin-bottom: 22px; color: #907e4a; }
.stars svg { width: 15px; height: 15px; fill: currentColor; stroke-width: 0; }
.quote blockquote { max-width: 38ch; font-family: var(--display); font-size: 29px; font-weight: 500; line-height: 1.38; }
.quote figcaption { display: flex; align-items: center; gap: 13px; margin-top: 27px; }
.client-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e9eee8; color: #4d6656; font-size: 11px; font-weight: 600; }
.quote figcaption strong { display: block; font-size: 12px; font-weight: 600; }
.quote figcaption > span > span { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); }

.contact { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.contact-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.contact-gem { width: 31px; height: 31px; margin-bottom: 25px; color: var(--metal); stroke-width: 1.25; }
.contact h2 { font-size: 68px; }
.contact p { margin-top: 23px; color: #c1cfc6; font-size: 13px; }
.contact .button { margin-top: 31px; min-width: 242px; }
.contact-note { margin-top: 16px; color: #afc1b5; font-size: 10px; }
.site-footer { padding: 49px 0 23px; background: #f1f3ef; }
.footer-top { display: flex; align-items: center; gap: 62px; padding-bottom: 42px; }
.footer-brand .brand-type { font-size: 33px; }
.footer-brand > svg { color: #7b704f; }
.footer-top > p { color: var(--muted); font-size: 11px; }
.footer-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 11px; }
.back-top { width: 34px; height: 34px; border-color: #c7d0c7; }
.back-top svg { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #d9dfd7; padding-top: 21px; color: #737e74; font-size: 9px; }

.contact-dialog { width: min(460px, calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 44px 34px 34px; border: 0; border-radius: 8px; color: var(--ink); background: var(--paper); text-align: center; }
.contact-dialog::backdrop { background: rgb(4 19 14 / 75%); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 13px; top: 13px; width: 32px; height: 32px; border: 0; }
.dialog-gem { margin: 0 auto 20px; color: var(--green); width: 32px; height: 32px; }
.contact-dialog h2 { font-size: 40px; }
.contact-dialog p { margin-top: 20px; color: var(--muted); font-size: 13px; }
.contact-dialog .button { margin-top: 25px; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1700px) {
  .hero-image { object-position: center 57%; }
  .hero { max-height: 820px; height: calc(100svh - 80px); }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .desktop-nav { gap: 22px; margin-right: 0; }
  .hero-copy { width: 430px; }
  .hero h1 { font-size: 110px; }
  .hero-image { object-position: 56% center; }
  .hero-services-link { font-size: 10px; }
  .hero-actions { gap: 15px; }
  .section-space { padding-block: 80px; }
  h2 { font-size: 48px; }
  .studio-reveal-grid { gap: 38px; }
  .studio-reveal h2 { font-size: 54px; }
  .reveal-stage { min-height: 330px; }
  .service-grid { gap: 22px; }
  .service h3 { font-size: 18px; }
  .essence-grid { gap: 64px; }
  .testimonials-grid { gap: 60px; }
  .testimonials h2 { font-size: 44px; }
  .footer-top { gap: 32px; }
  .footer-nav { gap: 18px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .header-inner { height: 86px; }
  .desktop-nav { display: none; }
  .button-header { margin-left: auto; }
  .menu-toggle { display: inline-flex; border: 0; border-radius: 4px; }
  .mobile-nav { position: absolute; top: 85px; left: 0; right: 0; display: flex; flex-direction: column; padding: 18px 24px 26px; background: var(--forest); border-bottom: 1px solid #496156; box-shadow: 0 18px 24px rgb(0 0 0 / 15%); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid rgb(255 255 255 / 12%); font-size: 15px; }
  .site-header:has(.mobile-nav:not([hidden])) { background: var(--forest); }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 100px; }
  .hero h1 > span { font-size: 21px; }
  .hero-copy { width: 370px; }
  .hero-actions { max-width: 250px; gap: 17px; }
  .hero-services-link { font-size: 12px; }
  .hero-photo-note { display: none; }
  .care-strip-inner > span { gap: 8px; padding-inline: 12px; font-size: 10px; }
  .care-strip svg { width: 17px; height: 17px; }
  .studio-reveal { height: 240svh; }
  .studio-reveal-sticky { align-items: flex-start; }
  .studio-reveal-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 108px 38px; }
  .studio-reveal h2 { max-width: 13ch; font-size: 48px; }
  .studio-reveal-copy > p { max-width: 46ch; margin-top: 18px; font-size: 13px; }
  .reveal-metrics { grid-template-columns: repeat(3, 1fr); max-width: none; margin-top: 24px; }
  .reveal-metrics span { flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; min-height: 70px; padding-right: 14px; line-height: 1.35; }
  .reveal-metrics span + span { border-top: 0; border-left: 1px solid rgb(255 255 255 / 10%); padding-left: 14px; }
  .reveal-stage { min-height: 0; width: 100%; }
  .section-heading { align-items: flex-start; gap: 25px; }
  .section-heading > p { max-width: 25ch; }
  .desktop-break { display: none; }
  h2 { font-size: 42px; }
  .service-grid { gap: 17px; }
  .service-image-wrap { aspect-ratio: 1.05; }
  .service h3 { font-size: 16px; }
  .service p { font-size: 12px; }
  .service-detail { font-size: 9px; }
  .essence-grid { gap: 38px; }
  .care-point { gap: 15px; }
  .care-icon { width: 37px; height: 37px; }
  .care-point h3 { font-size: 14px; }
  .testimonials-grid { gap: 38px; }
  .testimonials h2 { font-size: 40px; }
  .quote blockquote { font-size: 26px; }
  .footer-top { flex-wrap: wrap; justify-content: space-between; }
  .footer-nav { order: 3; margin: 0; flex-basis: 100%; }
  .footer-top > p { margin-left: auto; }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .hero { height: 800px; min-height: 0; background: #071b15; }
  .hero-inner { align-items: flex-start; padding-top: 128px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 100px; }
  .hero-description { margin-top: 22px; font-size: 15px; }
  .hero-actions { max-width: none; margin-top: 24px; gap: 24px; }
  .hero-assurance { margin-top: 18px; }
  .hero-image { inset: auto 0 0; height: 430px; object-position: center 65%; }
  .hero::after { background: linear-gradient(180deg, #071b15 0%, #071b15 43%, rgb(7 27 21 / 80%) 49%, transparent 65%); }
  .hero-photo-note { display: none; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 24px; }
  .container { width: calc(100% - 40px); }
  .section-space { padding-block: 62px; }
  .header-inner { height: 78px; gap: 14px; }
  .brand { gap: 9px; }
  .brand > svg { width: 27px; height: 27px; }
  .brand-type { font-size: 30px; }
  .brand-type > span { margin-top: 7px; font-size: 8px; }
  .button-header { display: none; }
  .menu-toggle { margin-left: auto; }
  .mobile-nav { top: 77px; padding-inline: 20px; }
  .hero { height: 686px; min-height: 0; background: #071b15; }
  .hero-inner { align-items: flex-start; padding-top: 117px; padding-bottom: 0; }
  .hero-copy { width: 100%; }
  .hero-intro { font-size: 10px; }
  .hero h1 { margin-top: 13px; font-size: 98px; }
  .hero h1 > span { margin-top: 13px; font-size: 21px; }
  .hero-description { margin-top: 19px; font-size: 14px; line-height: 1.65; }
  .hero-actions { margin-top: 24px; max-width: none; gap: 19px; }
  .hero-actions .button { min-height: 48px; padding: 12px 18px; font-size: 11px; }
  .hero-services-link { max-width: 120px; gap: 5px; font-size: 10px; }
  .hero-assurance { margin-top: 17px; font-size: 9px; }
  .hero-image { inset: auto 0 0; height: 324px; object-position: 68% center; }
  .hero::after { background: linear-gradient(180deg, #071b15 0%, #071b15 51%, rgb(7 27 21 / 85%) 58%, transparent 73%); }
  .care-strip-inner { min-height: 108px; gap: 7px; }
  .care-strip-inner > span { flex-direction: column; text-align: center; gap: 8px; padding: 0 9px; font-size: 10px; line-height: 1.55; }
  .care-strip svg { width: 20px; height: 20px; }
  .studio-reveal { height: 225svh; }
  .studio-reveal-grid { padding-block: 86px 30px; }
  .studio-reveal .small-label { margin-bottom: 13px; }
  .studio-reveal h2 { max-width: 11ch; font-size: 43px; }
  .studio-reveal-copy > p { max-width: 34ch; font-size: 12px; }
  .reveal-metrics { margin-top: 19px; }
  .reveal-metrics span { min-height: 62px; padding-right: 10px; font-size: 10px; }
  .reveal-metrics span + span { padding-left: 10px; }
  .reveal-stage { aspect-ratio: 4 / 5; border-radius: 6px; }
  .reveal-frame { object-position: center; }
  .reveal-readout { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 8px; }
  h2 { font-size: 42px; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading > p { max-width: 37ch; margin-top: 20px; font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-image-wrap { aspect-ratio: 1.48; margin-bottom: 18px; }
  .service h3 { margin-bottom: 8px; font-size: 20px; }
  .service p { max-width: 47ch; font-size: 13px; }
  .service-detail { margin-top: 17px; padding-top: 13px; font-size: 10px; }
  .essence-grid { grid-template-columns: 1fr; gap: 19px; }
  .small-label { margin-bottom: 17px; font-size: 11px; }
  .essence-copy { max-width: none; }
  .essence-copy p { max-width: 46ch; }
  .care-point { gap: 18px; padding-block: 23px; }
  .care-point:last-child { padding-bottom: 0; }
  .care-icon { width: 42px; height: 42px; }
  .care-point h3 { font-size: 16px; }
  .care-point p { max-width: 40ch; font-size: 12px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 34px; }
  .testimonials h2 { font-size: 42px; }
  .quote-controls { margin-top: 23px; }
  .quote blockquote { font-size: 29px; }
  .stars { margin-bottom: 18px; }
  .contact h2 { font-size: 55px; }
  .contact p { max-width: 34ch; font-size: 12px; }
  .contact-note { max-width: 32ch; font-size: 9px; }
  .site-footer { padding-top: 36px; }
  .footer-top { gap: 25px; padding-bottom: 30px; }
  .footer-top > p { font-size: 10px; }
  .back-top { display: none; }
  .footer-nav { gap: 25px; font-size: 10px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 8px; padding-top: 18px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 87px; }
  .hero h1 > span { font-size: 19px; }
  .hero-services-link { max-width: 94px; font-size: 9px; }
  .hero-actions { gap: 13px; }
  h2, .testimonials h2 { font-size: 37px; }
  .studio-reveal h2 { font-size: 38px; }
  .reveal-metrics span { font-size: 9px; }
  .contact h2 { font-size: 48px; }
  .footer-top > p { max-width: 110px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .studio-reveal { height: auto; }
  .studio-reveal-sticky { position: relative; min-height: auto; }
  .studio-reveal-grid { padding-block: 72px; }
  .reveal-frame[data-reveal-frame="closed"],
  .reveal-frame[data-reveal-frame="opening"] { opacity: 0 !important; }
  .reveal-frame[data-reveal-frame="open"] { opacity: 1 !important; }
}

/* Static detail shot: the story remains, while the old frame-scrub is gone. */
.static-detail { height: auto; background: #030606; }
.static-detail .studio-reveal-sticky { position: relative; min-height: 0; background: linear-gradient(180deg, #030606 0%, #07100d 48%, #11100d 100%); }
.static-detail .studio-reveal-grid { padding-block: 104px; }
.static-detail .reveal-stage { min-height: 0; aspect-ratio: 16 / 9; margin: 0; border-radius: 6px; }
.static-detail .detail-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.static-detail .reveal-stage::after { display: none; }
.static-detail .reveal-frame-stack, .static-detail .reveal-scan { display: none; }
.static-detail .reveal-light { z-index: 3; transform: none; opacity: .44; }
.static-detail .reveal-readout { z-index: 4; grid-template-columns: auto 1fr; }
.static-detail .reveal-readout-rule { display: block; height: 1px; background: linear-gradient(90deg, rgb(255 255 255 / 18%), transparent); }
.static-detail figcaption { position: absolute; right: 18px; top: 16px; z-index: 4; padding: 6px 10px; color: #e9eee9; background: rgb(3 6 5 / 58%); border: 1px solid rgb(255 255 255 / 14%); border-radius: 3px; font-size: 10px; }
@media (max-width: 1100px) { .static-detail .studio-reveal-grid { gap: 38px; } }
@media (max-width: 800px) { .static-detail .studio-reveal-grid { padding-block: 82px 64px; } }
@media (max-width: 600px) {
  .static-detail .studio-reveal-grid { padding-block: 70px 55px; }
  .static-detail .reveal-stage { aspect-ratio: 4 / 3; }
  .static-detail .detail-image { object-position: 64% center; }
  .static-detail figcaption { right: 12px; top: 12px; font-size: 9px; }
  .static-detail .reveal-readout { left: 12px; right: 12px; bottom: 12px; }
}
