:root {
  color-scheme: light;
  --off-white: #faf8f5;
  --sand: #e7ddd1;
  --nude: #d4c2b0;
  --taupe: #a88f7b;
  --taupe-text: #806b5d;
  --brown: #2b2420;
  --black: #0d0d0d;
  --wine: #6b1f2b;
  --line: rgba(43, 36, 32, 0.18);
  --muted: #655b55;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;
  --brand-subtitle-size: 8px;
  --brand-subtitle-tracking: .24em;
  --gutter: clamp(22px, 5.8vw, 92px);
  --section-space: clamp(80px, 9vw, 144px);
  --header-height: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--off-white); color: var(--brown); font-family: var(--body); font-size: 15px; line-height: 1.65; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
.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; top: -90px; left: 18px; z-index: 100; background: var(--wine); color: white; padding: 12px 18px; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 14px var(--gutter) 11px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(18px);
}
.brand { display: inline-grid; width: clamp(210px, 19vw, 300px); justify-items: center; line-height: 1; }
.brand-signature { width: 100%; height: auto; }
.brand span { width: 100%; margin-top: 13px; font-size: 9px; font-weight: 500; letter-spacing: .38em; text-align: center; text-indent: .38em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.5vw, 42px); }
.main-nav a { position: relative; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.mobile-language-switcher { display: none; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switcher { display: flex; align-items: center; gap: 6px; color: var(--taupe-text); font-size: 10px; letter-spacing: .1em; }
.language-switcher button { border: 0; padding: 5px 2px; background: transparent; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
.header-cta { min-width: 118px; padding: 13px 20px; background: var(--wine); color: white; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { height: clamp(560px, 47vw, 680px); min-height: 0; display: grid; grid-template-columns: 43% 57%; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(52px, 5vw, 72px) clamp(28px, 3vw, 48px) clamp(52px, 5vw, 72px) var(--gutter); }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--wine); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::after, .section-label::after { content: ""; display: block; width: 36px; height: 1px; margin-top: 13px; background: currentColor; }
.hero h1 { max-width: 600px; margin: 0; font-family: var(--display); font-size: clamp(54px, 4.7vw, 72px); font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.hero h1 em { color: var(--wine); font-weight: inherit; }
.hero-lede { max-width: 430px; margin: 28px 0 32px; color: var(--muted); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--wine); padding: 14px 24px; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.25; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, .language-switcher button:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: #541621; }
.button-outline { background: transparent; color: var(--wine); }
.button-outline:hover { background: var(--wine); color: white; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.location-line { display: flex; align-items: center; gap: 10px; margin: 36px 0 0; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.location-line svg { width: 17px; height: 17px; fill: none; stroke: var(--wine); stroke-width: 1.5; }
.hero-media { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--sand); }
.hero-media::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 12%; background: linear-gradient(90deg, var(--off-white), transparent); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.section-shell { padding: var(--section-space) var(--gutter); border-bottom: 1px solid var(--line); }
h2, h3 { font-family: var(--display); font-weight: 400; }
.section-intro h2, .section-title-row h2, .gallery-area > h2, .testimonials h2 { margin: 0; font-size: clamp(45px, 4.8vw, 76px); line-height: 1; letter-spacing: -.035em; }
.about { display: grid; grid-template-columns: .9fr .58fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.section-intro > p:not(.section-label) { max-width: 470px; color: var(--muted); }
.section-intro > p:first-of-type:not(.section-label) { margin-top: 28px; }
.artist-story-intro { margin-bottom: 24px; }
.artist-story { max-width: 490px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.artist-story summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--wine); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.artist-story summary::-webkit-details-marker { display: none; }
.story-close-label { display: none; }
.artist-story[open] .story-open-label { display: none; }
.artist-story[open] .story-close-label { display: inline; }
.story-toggle-icon { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.story-toggle-icon::before, .story-toggle-icon::after { content: ""; position: absolute; top: 50%; left: 2px; right: 2px; height: 1px; background: currentColor; transition: transform .2s ease; }
.story-toggle-icon::after { transform: rotate(90deg); }
.artist-story[open] .story-toggle-icon::after { transform: rotate(0); }
.artist-story-body { padding: 8px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.artist-story-body p { margin: 0 0 18px; }
.artist-story-body blockquote { margin: 24px 0; color: var(--wine); font-family: var(--display); font-size: clamp(25px, 2.2vw, 34px); line-height: 1.08; }
.brand-lockup { display: inline-grid; justify-items: center; line-height: 1; }
.brand-lockup .brand-signature { width: 100%; height: auto; }
.brand-lockup > span { width: 100%; margin-top: 7px; color: var(--brown); font-size: var(--brand-subtitle-size); font-weight: 600; letter-spacing: var(--brand-subtitle-tracking); text-align: center; text-indent: var(--brand-subtitle-tracking); text-transform: uppercase; }
.artist-story-signature { width: 220px; margin: 28px 0 0; }
.certificate-placeholder { position: relative; overflow: hidden; border: 1px solid var(--nude); background: linear-gradient(145deg, rgba(231, 221, 209, .35), rgba(212, 194, 176, .72)); }
.portrait-frame { position: relative; min-height: 420px; margin: 0; overflow: hidden; background: var(--sand); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(107, 31, 43, .2); pointer-events: none; }
.portrait-frame > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 50% 28%; }
.portrait-frame figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; height: 46.5px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 12px 14px; background: rgba(250, 248, 245, .9); backdrop-filter: blur(9px); }
.portrait-signature { width: auto; max-width: 45%; height: 21px; }
.portrait-role { flex: 0 0 auto; color: var(--brown); font-size: var(--brand-subtitle-size); font-weight: 600; letter-spacing: var(--brand-subtitle-tracking); white-space: nowrap; text-transform: uppercase; }
.method { padding-left: clamp(30px, 4vw, 64px); border-left: 1px solid var(--line); }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.method-list li:first-child { padding-top: 0; }
.method-list li:last-child { border-bottom: 0; }
.method-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--nude); border-radius: 50%; color: var(--wine); font-family: var(--display); font-size: 13px; }
.method-list strong { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.method-list p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.services { padding-top: clamp(58px, 6vw, 88px); padding-bottom: clamp(58px, 6vw, 88px); background: #fffdfb; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.section-title-row > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 96px minmax(220px, 1fr) auto; gap: clamp(20px, 2.8vw, 42px); align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.service-visual { width: 96px; aspect-ratio: 1; display: grid; place-items: center; background: var(--off-white); }
.service-visual svg { width: 84%; fill: none; stroke: var(--wine); stroke-width: 1.35; stroke-linecap: round; }
.service-copy h3 { margin: 0; color: var(--wine); font-size: clamp(29px, 2.7vw, 40px); line-height: 1; }
.service-copy p { max-width: 310px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.service-row .button { min-width: 190px; }

.proof { display: block; padding-top: clamp(64px, 7vw, 108px); padding-bottom: clamp(64px, 7vw, 108px); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 38px; }
.gallery-card { position: relative; aspect-ratio: .86; overflow: hidden; background: var(--sand); }
.gallery-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(107, 31, 43, .16); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.025); }
.gallery-card:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.gallery-card > span { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; background: rgba(250, 248, 245, .9); backdrop-filter: blur(8px); }
.gallery-card b { color: var(--wine); font-family: var(--display); font-size: 16px; font-weight: 500; }
.gallery-card small { font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.certificate-area { margin-top: 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.certificate-summary { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 0; cursor: pointer; list-style: none; }
.certificate-summary::-webkit-details-marker { display: none; }
.certificate-summary-copy { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(220px, .8fr) minmax(280px, 1fr); align-items: center; gap: clamp(24px, 4vw, 70px); width: 100%; }
.certificate-summary .section-label { margin: 0; }
.certificate-summary .section-label::after { display: none; }
.certificate-summary strong { color: var(--wine); font-family: var(--display); font-size: clamp(23px, 2vw, 30px); font-weight: 500; line-height: 1; }
.certificate-summary small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.certificate-close-label { display: none; }
.certificate-area[open] .certificate-open-label { display: none; }
.certificate-area[open] .certificate-close-label { display: block; }
.certificate-toggle-icon { position: relative; width: 22px; height: 22px; flex: 0 0 22px; color: var(--wine); }
.certificate-toggle-icon::before, .certificate-toggle-icon::after { content: ""; position: absolute; top: 50%; left: 2px; right: 2px; height: 1px; background: currentColor; transition: transform .2s ease; }
.certificate-toggle-icon::after { transform: rotate(90deg); }
.certificate-area[open] .certificate-toggle-icon::after { transform: rotate(0); }
.certificate-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(28px, 4vw, 64px); margin: 0; padding: 0 0 24px; border-top: 1px solid var(--line); list-style: none; }
.certificate-item { display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.certificate-item time, .certificate-date-pending { padding-top: 4px; color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.certificate-date-pending { color: var(--muted); }
.certificate-item h3 { margin: 0 0 7px; font-family: var(--display); font-size: clamp(19px, 1.65vw, 25px); font-weight: 500; line-height: 1.05; }
.certificate-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.testimonials { min-height: 350px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: clamp(74px, 8vw, 125px) var(--gutter); background: var(--sand); overflow: hidden; }
.testimonials h2 { max-width: 850px; }
.testimonial-lash { justify-self: end; width: min(100%, 420px); fill: none; stroke: var(--wine); stroke-width: 1.15; stroke-linecap: round; opacity: .72; }

.contact-heading { margin-bottom: 50px; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-grid article { min-height: 190px; padding: 30px clamp(24px, 3vw, 50px); border-right: 1px solid var(--line); }
.location-grid article:first-child { padding-left: 0; }
.location-grid article:last-child { border-right: 0; }
.location-grid span { color: var(--wine); font-size: 10px; letter-spacing: .12em; }
.location-grid h3 { margin: 22px 0 14px; font-size: clamp(28px, 2.6vw, 42px); line-height: 1; }
.location-grid address { color: var(--muted); font-size: 13px; }
.contact-strip { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(50px, 8vw, 130px); align-items: end; margin-top: 54px; }
.contact-strip > div > p { margin: 0 0 20px; font-family: var(--display); font-size: clamp(25px, 2.6vw, 39px); line-height: 1.1; }
.contact-strip ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-strip li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-strip li > span, .contact-strip li::first-letter { text-transform: none; }
.contact-strip li a { color: var(--wine); font-weight: 500; }

.site-footer { min-height: 250px; display: grid; place-items: center; align-content: center; gap: 22px; padding: 54px var(--gutter); text-align: center; }
.footer-brand { width: clamp(260px, 30vw, 430px); }
.site-footer > p { margin: 0; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer .footer-note { max-width: 520px; color: var(--muted); font-size: 9px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-tools { display: none; }
  .menu-toggle { position: relative; display: block; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 7px; right: 7px; height: 1px; background: var(--brown); transition: transform .25s ease, top .25s ease; }
  .menu-toggle > span:first-child { top: 15px; }
  .menu-toggle > span:nth-child(2) { top: 27px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--gutter) 26px; border-bottom: 1px solid var(--line); background: var(--off-white); transform: translateY(-130%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-language-switcher { display: flex; align-items: center; gap: 9px; padding-top: 18px; color: var(--taupe-text); }
  .mobile-language-switcher button { border: 0; padding: 6px 0; background: transparent; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
  .mobile-language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
  .service-row { grid-template-columns: 90px minmax(200px, 1fr) auto; }
  .service-visual { width: 90px; }
  .about { grid-template-columns: .8fr .6fr; }
  .method { grid-column: 1 / -1; display: grid; grid-template-columns: .55fr 1.45fr; padding: 52px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .method-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .method-list li:nth-child(odd) { padding-right: 24px; }
}

@media (max-width: 920px) {
  .service-row { grid-template-columns: 86px 1fr; }
  .service-visual { width: 86px; }
  .service-row .button { grid-column: 2; justify-self: start; }
  .certificate-summary-copy { grid-template-columns: .8fr 1fr; }
  .certificate-summary small { display: none; }
  .certificate-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --header-height: 90px; }
  .site-header { grid-template-columns: 1fr auto; gap: 18px; padding-top: 10px; padding-bottom: 8px; }
  .brand { justify-items: center; }
  .brand { width: min(230px, calc(100vw - 120px)); }
  .brand span { margin-top: 8px; font-size: 8px; }
  .header-tools { display: none; }
  .menu-toggle { position: relative; display: block; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 7px; right: 7px; height: 1px; background: var(--brown); transition: transform .25s ease, top .25s ease; }
  .menu-toggle > span:first-child { top: 15px; }
  .menu-toggle > span:nth-child(2) { top: 27px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--gutter) 26px; border-bottom: 1px solid var(--line); background: var(--off-white); transform: translateY(-130%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-language-switcher { color: var(--taupe-text); }
  .mobile-language-switcher button { border: 0; padding: 6px 0; background: transparent; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
  .mobile-language-switcher button[aria-pressed="true"] { color: var(--wine); font-weight: 600; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; padding-top: 46px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(48px, 11vw, 68px); }
  .hero-media { min-height: 0; aspect-ratio: 2 / 1; }
  .hero-media::after { inset: 0 0 auto; width: auto; height: 12%; background: linear-gradient(180deg, var(--off-white), transparent); }
  .about, .testimonials, .contact-strip { grid-template-columns: 1fr; }
  .portrait-frame, .portrait-frame > img { min-height: 500px; }
  .method { display: block; }
  .method-list { margin-top: 30px; }
  .section-title-row { display: block; }
  .section-title-row > p { margin-top: 24px; }
  .service-row { grid-template-columns: 86px 1fr; }
  .service-row .button { grid-column: 2; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .testimonials { gap: 30px; }
  .testimonial-lash { width: 60%; }
  .contact-strip { align-items: start; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; --section-space: 64px; }
  body { font-size: 14px; }
  .certificate-item { grid-template-columns: 78px 1fr; gap: 12px; }
  .hero-copy { min-height: 0; padding-top: 30px; padding-bottom: 26px; }
  .hero .eyebrow, .hero .location-line { display: none; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 50px); line-height: .92; }
  .hero-lede { margin: 18px 0 22px; font-size: 14px; line-height: 1.45; }
  .hero .button { min-height: 52px; }
  .button { width: 100%; }
  .hero-media { display: none; }
  .about { display: block; }
  .artist-story { max-width: none; }
  .portrait-frame { min-height: 420px; margin: 46px 0; }
  .portrait-frame > img { min-height: 420px; }
  .method-list { display: block; }
  .method-list li:nth-child(odd) { padding-right: 0; }
  .section-title-row { margin-bottom: 24px; }
  .section-title-row > p { display: none; }
  .service-row { display: grid; grid-template-columns: 72px 1fr; gap: 14px 16px; padding: 18px 0; }
  .service-visual { width: 72px; }
  .service-copy h3 { font-size: 31px; }
  .service-copy p { margin-top: 7px; font-size: 12px; line-height: 1.5; }
  .service-row .button { grid-column: 2; width: auto; min-width: 0; min-height: 44px; padding: 11px 16px; }
  .gallery-grid { display: flex; gap: 12px; margin-right: calc(var(--gutter) * -1); overflow-x: auto; padding-right: var(--gutter); scroll-padding-left: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .gallery-card { flex: 0 0 min(76vw, 292px); aspect-ratio: .9; scroll-snap-align: start; }
  .gallery-card > span { right: 8px; bottom: 8px; left: 8px; padding: 9px; }
  .gallery-card small { font-size: 9px; letter-spacing: .05em; }
  .certificate-area { margin-top: 30px; }
  .certificate-summary { min-height: 88px; padding: 14px 0; }
  .certificate-summary-copy { display: block; }
  .certificate-summary strong { display: block; margin-top: 8px; font-size: 23px; }
  .certificate-summary .certificate-close-label { display: none; }
  .certificate-area[open] .certificate-summary .certificate-open-label { display: none; }
  .certificate-area[open] .certificate-summary .certificate-close-label { display: block; }
  .certificate-list { grid-template-columns: 1fr; padding-bottom: 12px; }
  .testimonials h2 { font-size: 42px; }
  .testimonial-lash { width: 78%; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid article, .location-grid article:first-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .location-grid article:last-child { border-bottom: 0; }
  .contact-strip li { flex-direction: column; gap: 5px; }
}

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