@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

:root {
    color-scheme: light;
    --page: #f2ece3;
    --surface: #e7ddd1;
    --surface-soft: #ddd1c4;
    --ink: #211d19;
    --ink-soft: #685f56;
    --line: rgba(33, 29, 25, 0.2);
    --copper: #76543e;
    --copper-hover: #503524;
    --light: #f2ece3;
    --dark-text: #211d19;
    --dark-muted: #685f56;
    --danger: #9a302e;
    --accent: var(--copper);
    --accent-ink: #f5f0e8;
    --radius: 4px;
    --shadow: 0 16px 45px rgba(58, 42, 28, 0.12);
    --header-bg: rgba(242, 236, 227, 0.96);
}

html[data-theme="light"] {
    color-scheme: light;
    --page: #f2ece3;
    --surface: #e7ddd1;
    --surface-soft: #ddd1c4;
    --ink: #211d19;
    --ink-soft: #685f56;
    --line: rgba(33, 29, 25, 0.2);
    --copper: #76543e;
    --copper-hover: #503524;
    --danger: #9a302e;
    --accent: var(--copper);
    --accent-ink: #f5f0e8;
    --radius: 4px;
    --shadow: 0 16px 45px rgba(58, 42, 28, 0.12);
    --header-bg: rgba(242, 236, 227, 0.96);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body {
    margin: 0;
    background: var(--page);
    color: var(--ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.25em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
}
h1 { font-size: clamp(3.8rem, 7.2vw, 7.2rem); }
h2 { font-size: clamp(3.1rem, 5.5vw, 5.8rem); }
h3 { font-size: clamp(1.75rem, 2.4vw, 2.45rem); }
p { text-wrap: pretty; }

.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; left: 1rem; top: 1rem; z-index: 100; transform: translateY(-180%); padding: 0.7rem 1rem; border-radius: 3px; background: #f2ece3; color: #211d19; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; height: 78px; border-bottom: 1px solid rgba(245, 240, 232, 0.1); background: rgba(25, 24, 22, 0.96); color: #f5f0e8; backdrop-filter: blur(12px); }
.site-header.is-scrolled { border-bottom-color: rgba(201, 167, 137, 0.32); }
.nav-shell { width: min(100% - 2.5rem, 1440px); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; flex: 0 0 auto; text-decoration: none; }
.brand-logo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 0.94rem; font-weight: 650; }
.brand-copy small { margin-top: 0.23rem; color: #c0b7ad; font-size: 0.59rem; text-transform: uppercase; letter-spacing: 0.14em; }
.main-nav { display: flex; align-items: center; gap: clamp(0.9rem, 1.8vw, 1.8rem); white-space: nowrap; }
.main-nav a { color: #c0b7ad; font-size: 0.79rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: #f5f0e8; }
.main-nav .nav-cta { padding: 0.57rem 0.95rem; border: 1px solid #c9a789; border-radius: 3px; color: #f5f0e8; }
.main-nav .nav-cta:hover { background: #c9a789; color: #211d19; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; cursor: pointer; font-size: 0.8rem; }
.nav-toggle { display: none; }

.photo-hero { position: relative; min-height: clamp(590px, calc(82dvh - 68px), 700px); overflow: hidden; background: #191816; color: #f5f0e8; }
.photo-hero-image, .photo-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.photo-hero-image img { object-fit: cover; object-position: center 55%; }
.photo-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 13, 12, 0.82) 0%, rgba(14, 13, 12, 0.48) 43%, rgba(14, 13, 12, 0.04) 78%), linear-gradient(0deg, rgba(14, 13, 12, 0.56), transparent 46%); }
.photo-hero-content { position: relative; z-index: 1; width: min(100% - 2.5rem, 1440px); min-height: inherit; margin: 0 auto; padding: clamp(5rem, 12vh, 9rem) 0 clamp(4rem, 10vh, 7rem); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.photo-hero h1 { max-width: 950px; margin-bottom: 1.4rem; text-shadow: 0 2px 28px rgba(0, 0, 0, 0.26); }
.photo-hero-content > p:not(.eyebrow) { max-width: 540px; margin-bottom: 1.9rem; color: #eee6dd; font-size: clamp(1rem, 1.25vw, 1.16rem); }
.eyebrow { margin-bottom: 1.15rem; color: var(--copper); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; }
.button { min-height: 46px; padding: 0.72rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-weight: 700; font-size: 0.88rem; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--copper); color: #211d19; }
.button-primary:hover { background: var(--copper-hover); }

.section { width: min(100% - 2.5rem, 1320px); margin: 0 auto; padding: clamp(6.5rem, 11vw, 10rem) 0; }
.results { width: min(100% - 2.5rem, 1440px); }
.results-heading { margin-bottom: 3.2rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.results-heading h2 { margin-bottom: 0.7rem; }
.results-heading p { margin-bottom: 0; color: var(--ink-soft); }
.service-area { max-width: 330px; padding-bottom: 0.5rem; font-size: 0.84rem; }
.results-showcase { height: min(68vw, 720px); min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(280px, 0.9fr); grid-template-rows: 1fr 1fr; gap: 1rem; }
.result-photo { margin: 0; }
.results-showcase .result-photo { position: relative; overflow: hidden; background: var(--surface); }
.result-photo-main { grid-row: 1 / 3; }
.results-showcase picture { display: block; width: 100%; height: 100%; }
.results-showcase img { width: 100%; height: 100%; object-fit: cover; }
.result-photo-main img { object-position: center 38%; }
.results-showcase figcaption { position: absolute; inset: auto 0 0; padding: 3.2rem 1.1rem 0.9rem; background: linear-gradient(transparent, rgba(17, 15, 14, 0.74)); color: #f5f0e8; font-size: 0.75rem; }
.more-results { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.more-results > summary { display: flex; justify-content: space-between; padding: 1.25rem 0; list-style: none; cursor: pointer; font-size: 0.88rem; font-weight: 700; }
.more-results > summary::-webkit-details-marker { display: none; }
.more-results > summary span { color: var(--copper); font-size: 1.3rem; line-height: 1; }
.more-results[open] > summary span { transform: rotate(45deg); }
.all-results-grid { padding-top: 1rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 1rem; }
.all-results-grid .result-photo { flex: 0 1 280px; width: 280px; min-width: min(100%, 280px); }
.all-results-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--surface); }
.all-results-grid figcaption { padding-top: 0.65rem; color: var(--ink-soft); font-size: 0.75rem; }
.empty-state { padding: 3rem 0; border-top: 1px solid var(--line); color: var(--ink-soft); }

.tariffs { border-top: 1px solid var(--line); }
.tariffs-inner { max-width: 760px; }
.tariffs-inner h2 { margin-bottom: 1.4rem; }
.tariffs-inner p { max-width: 680px; color: var(--ink-soft); }

.gallery-grid-full { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.8rem 1rem; }
.gallery-photo { min-width: 0; margin: 0; }
.gallery-photo picture { display: block; overflow: hidden; background: var(--surface); }
.gallery-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 300ms ease; }
.gallery-photo:hover img { transform: scale(1.02); }
.gallery-photo figcaption { padding-top: 0.7rem; color: var(--ink-soft); font-size: 0.76rem; line-height: 1.45; }

.salon-menu { padding: clamp(6.5rem, 11vw, 10rem) 0; background: #f2ece3; color: #211d19; }
.salon-menu-inner { width: min(100% - 2.5rem, 1220px); margin: 0 auto; }
.salon-menu-heading { max-width: 740px; margin-bottom: 4rem; }
.salon-menu-heading .eyebrow { color: #76543e; }
.salon-menu-heading h2 { margin-bottom: 1rem; }
.salon-menu-heading > p:last-child { max-width: 590px; margin-bottom: 0; color: #685f56; }
.menu-list { border-top: 1px solid rgba(33, 29, 25, 0.28); }
.menu-row { padding: 1.75rem 0; border-bottom: 1px solid rgba(33, 29, 25, 0.28); display: grid; grid-template-columns: minmax(230px, 0.8fr) minmax(300px, 1.35fr); align-items: baseline; gap: 2.5rem; }
.menu-row h3 { margin: 0; font-size: clamp(1.7rem, 2.2vw, 2.25rem); }
.menu-row p { margin: 0; color: #685f56; font-size: 0.91rem; }
.menu-row a { font-size: 0.76rem; font-weight: 700; white-space: nowrap; }

.coat-finder { padding: clamp(7rem, 12vw, 11rem) 0; background: #191816; color: #f5f0e8; }
.finder-shell { width: min(100% - 2.5rem, 980px); margin: 0 auto; }
.finder-intro { max-width: 760px; margin: 0 auto 4.5rem; text-align: center; }
.finder-intro h2 { margin-bottom: 1.2rem; }
.finder-intro > p:last-child { max-width: 620px; margin: 0 auto; color: #c0b7ad; }
.finder-flow { max-width: 860px; margin: 0 auto; }
.finder-progress { margin-bottom: 2.7rem; color: #c9a789; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; }
.progress-line { display: block; height: 1px; margin-top: 0.8rem; background: rgba(245, 240, 232, 0.2); }
.progress-line i { display: block; width: 33.333%; height: 1px; background: #c9a789; transition: width 180ms ease; }
.finder-step { padding: 0; border: 0; margin: 0; }
.finder-step legend { margin-bottom: 2rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 600; line-height: 1.05; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(245, 240, 232, 0.2); }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 96px; padding: 1.25rem 1.15rem; border-bottom: 1px solid rgba(245, 240, 232, 0.2); display: flex; flex-direction: column; justify-content: center; color: #f5f0e8; font-weight: 650; }
.choice-grid label:nth-child(odd) span { border-right: 1px solid rgba(245, 240, 232, 0.2); }
.choice-grid small { margin-top: 0.25rem; color: #c0b7ad; font-size: 0.76rem; font-weight: 400; }
.choice-grid label:hover span { background: rgba(201, 167, 137, 0.08); }
.choice-grid input:checked + span { background: #c9a789; color: #211d19; }
.choice-grid input:checked + span small { color: #503f33; }
.choice-grid input:focus-visible + span { outline: 3px solid #c9a789; outline-offset: -3px; }
.choice-grid-compact { grid-template-columns: 1fr; }
.choice-grid-compact label:nth-child(odd) span { border-right: 0; }
.finder-controls { min-height: 2.5rem; padding-top: 1.3rem; }
.finder-controls .text-button { color: #c0b7ad; }
.finder-result { padding-top: 0.5rem; text-align: center; }
.result-label { margin-bottom: 0.8rem; color: #c9a789; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; }
.finder-result h3 { margin-bottom: 1rem; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.finder-result > p:not(.result-label):not(.result-note) { max-width: 620px; margin: 0 auto 1.5rem; color: #c0b7ad; }
.result-note { max-width: 620px; padding-top: 1.2rem; border-top: 1px solid rgba(245, 240, 232, 0.2); margin: 0 auto 1.6rem; color: #c0b7ad; font-size: 0.78rem; }
.finder-result .button { background: #c9a789; color: #211d19; }
.finder-result .text-button { margin-left: 1.3rem; color: #c0b7ad; }

.about-wide-photo { width: 100%; height: min(58vw, 680px); min-height: 430px; margin: 0 0 clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.about-wide-photo picture { display: block; width: 100%; height: 100%; }
.about-wide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.about-editorial { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr); gap: clamp(3rem, 9vw, 9rem); }
.about-editorial h2 { max-width: 720px; margin-bottom: 0; }
.about-text { padding-top: 1.1rem; }
.about-text p { color: var(--ink-soft); }
.about-text p:first-child { color: var(--ink); font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.signature { margin-top: 2rem; color: var(--copper) !important; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem !important; font-weight: 600; }
.signature span { margin-left: 0.6rem; color: var(--ink-soft); font-family: "Manrope", sans-serif; font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; }

.faq-section { max-width: 980px; display: grid; grid-template-columns: 0.55fr 1fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.faq-title h2 { font-size: clamp(2.8rem, 4.4vw, 4.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 1.3rem 2.5rem 1.3rem 0; list-style: none; cursor: pointer; font-size: 0.98rem; font-weight: 650; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: absolute; right: 0; color: var(--copper); font-size: 1.25rem; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 65ch; padding: 0 2.5rem 1.4rem 0; margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

.contact { max-width: 980px; text-align: center; }
.contact-heading { max-width: 720px; margin: 0 auto 3.4rem; }
.contact-heading h2 { margin-bottom: 1.1rem; }
.contact-heading > p:last-child { max-width: 570px; margin: 0 auto; color: var(--ink-soft); }
.contact-form-wrap { max-width: 820px; padding: 2rem 0 0; border-top: 1px solid var(--line); margin: 0 auto; text-align: left; }
.contact-form { display: grid; gap: 1.15rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: 0.42rem; color: var(--ink); font-size: 0.78rem; font-weight: 650; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.82rem 0.9rem; border: 1px solid var(--line); border-radius: 2px; outline: 0; background: var(--surface); color: var(--ink); }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 2px color-mix(in srgb, var(--copper) 20%, transparent); }
.contact-form [aria-invalid="true"] { border-color: var(--danger); }
.contact-form .button { justify-self: center; min-width: 180px; border: 0; }
.form-helper { margin: -0.2rem 0 0; color: var(--ink-soft); font-size: 0.73rem; text-align: center; }
.form-error { min-height: 1.3rem; margin: 0; color: var(--danger); font-size: 0.8rem; text-align: center; }
.form-notice { margin-bottom: 1.2rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); text-align: center; }
.form-notice-success { color: #79b990; }
.form-notice-error { color: var(--danger); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-details { max-width: 820px; margin: 4rem auto 0; padding-top: 2rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: left; }
.contact-details div { min-width: 0; }
.contact-details dt { margin-bottom: 0.4rem; color: var(--ink-soft); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.13em; }
.contact-details dd { margin: 0; font-size: 0.86rem; overflow-wrap: anywhere; }

.site-footer { width: min(100% - 2.5rem, 1440px); margin: 2rem auto 0; padding: 2.4rem 0 2.8rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2.5rem; }
.footer-brand { display: flex; align-items: center; gap: 0.9rem; }
.footer-brand img { border-radius: 50%; }
.footer-brand p, .copyright { margin: 0; color: var(--ink-soft); font-size: 0.74rem; }
.footer-links { display: flex; gap: 1.3rem; }
.footer-links a { color: var(--ink-soft); font-size: 0.76rem; }

.simple-header { width: min(100% - 2.5rem, 1120px); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.legal-content { width: min(100% - 2.5rem, 820px); margin: 6rem auto 8rem; }
.legal-content h1 { margin-bottom: 2rem; }
.legal-intro { margin-bottom: 4rem; color: var(--ink-soft); font-size: 1.15rem; }
.legal-content section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-content section h2 { font-size: 2rem; }
.legal-content section p { max-width: 65ch; color: var(--ink-soft); }
.error-page { min-height: 100dvh; display: grid; place-items: center; padding: 2rem; }
.error-page main { width: min(100%, 720px); }
.error-page h1 { margin-bottom: 1.3rem; }
.error-page main > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.1rem; }

@media (max-width: 1060px) {
    .brand-copy small { display: none; }
    .main-nav { gap: 0.85rem; }
    .results-showcase { min-height: 500px; }
    .gallery-grid-full { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .menu-row { grid-template-columns: minmax(210px, 0.8fr) 1.35fr; gap: 1rem 2rem; }
    .menu-row a { grid-column: 2; }
}

@media (max-width: 820px) {
    .nav-shell { width: min(100% - 2rem, 1440px); }
    .nav-toggle { display: grid; width: 42px; height: 38px; place-content: center; gap: 4px; border: 1px solid rgba(245, 240, 232, 0.28); border-radius: 2px; background: transparent; cursor: pointer; }
    .nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: #f5f0e8; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 0.7rem 1rem 1rem; border-bottom: 1px solid rgba(245, 240, 232, 0.16); background: #191816; transform: translateY(-130%); opacity: 0; pointer-events: none; }
    .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .main-nav a { width: 100%; padding: 0.85rem 0.25rem; border-bottom: 1px solid rgba(245, 240, 232, 0.13); text-align: left; }
    .main-nav .nav-cta { margin-top: 0.75rem; text-align: center; border: 1px solid #c9a789; }
    .photo-hero-content { width: min(100% - 2rem, 1440px); }
    .section, .results { width: min(100% - 2rem, 1320px); }
    .results-heading { align-items: flex-start; flex-direction: column; }
    .results-showcase { height: auto; min-height: 0; grid-template-columns: 1.25fr 0.75fr; grid-template-rows: 320px 320px; }
    .gallery-grid-full { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 0.8rem; }
    .salon-menu-inner, .finder-shell { width: min(100% - 2rem, 980px); }
    .menu-row { grid-template-columns: 1fr; gap: 0.6rem; }
    .menu-row a { grid-column: auto; }
    .about-wide-photo { min-height: 380px; }
    .about-editorial { grid-template-columns: 1fr; gap: 2rem; }
    .faq-section { grid-template-columns: 1fr; gap: 2rem; }
    .contact-details { grid-template-columns: repeat(2, 1fr); }
    .site-footer { width: min(100% - 2rem, 1440px); grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 560px) {
    html { scroll-padding-top: 64px; }
    .site-header { height: 68px; }
    .brand-logo { width: 48px; height: 48px; }
    .brand-copy strong { font-size: 0.84rem; }
    .main-nav { inset: 68px 0 auto; }
    .photo-hero { min-height: 620px; }
    .photo-hero-image img { object-position: center 46%; }
    .photo-hero-shade { background: linear-gradient(0deg, rgba(14, 13, 12, 0.88) 0%, rgba(14, 13, 12, 0.48) 58%, rgba(14, 13, 12, 0.12) 100%); }
    .photo-hero-content { padding-bottom: 3.5rem; }
    .photo-hero h1 { font-size: clamp(3.25rem, 14vw, 4.45rem); }
    .photo-hero h1 br { display: none; }
    .section { padding: 6.5rem 0; }
    .results-showcase { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 2rem; }
    .result-photo-main { grid-row: auto; }
    .results-showcase .result-photo { overflow: visible; }
    .results-showcase img { height: auto; aspect-ratio: 3 / 4; }
    .results-showcase figcaption { position: static; padding: 0.55rem 0 0; background: none; color: var(--ink-soft); }
    .results .gallery-grid-full { width: 420px !important; max-width: calc(100vw - 2rem) !important; margin-inline: auto; grid-template-columns: repeat(3, 1fr); gap: 0.9rem !important; }
    .results .gallery-photo picture { border-radius: 0.35rem; }
    .results .gallery-photo img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
    .gallery-photo figcaption { font-size: 0.68rem; }
    .salon-menu { padding: 6.5rem 0; }
    .salon-menu-heading { margin-bottom: 3rem; }
    .menu-row { padding: 1.4rem 0; }
    .coat-finder { padding: 7rem 0; }
    .finder-intro { margin-bottom: 3.2rem; text-align: left; }
    .choice-grid { grid-template-columns: 1fr; }
    .choice-grid label:nth-child(odd) span { border-right: 0; }
    .choice-grid span { min-height: 84px; }
    .finder-result { text-align: left; }
    .finder-result > p:not(.result-label):not(.result-note), .result-note { margin-left: 0; }
    .finder-result .text-button { display: block; margin: 1.2rem 0 0; }
    .about-wide-photo { height: 500px; min-height: 0; }
    .about-editorial { gap: 1.5rem; }
    .faq-title h2 { margin-bottom: 0; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding-top: 1.5rem; }
    .contact-details { grid-template-columns: 1fr; gap: 1.5rem; }
    .footer-links { flex-wrap: wrap; }
    .simple-header { width: min(100% - 2rem, 1120px); }
    .simple-header .brand-copy { display: none; }
    .legal-content { width: min(100% - 2rem, 820px); margin-top: 4rem; }
}

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

@media (prefers-reduced-transparency: reduce) {
    .site-header { background: #191816; backdrop-filter: none; }
}
