/*
Theme Name: Illumesthetic
Theme URI: https://www.illumesthetic.com/
Author: Illumesthetic
Description: A portfolio-first WordPress theme for a modern lash artist, with interactive client work, studio policies, Square booking, and direct contact.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: illum-lash-studio
Tags: portfolio, photography, custom-logo, custom-menu, featured-images, accessibility-ready
*/

:root {
  --ink: #111713;
  --ink-soft: #1f2922;
  --pearl: #eef2ed;
  --paper: #fafcf9;
  --sage: #729077;
  --sage-light: #c7ddc3;
  --forest: #284536;
  --line-dark: rgba(255,255,255,.18);
  --line-light: rgba(17,23,19,.17);
  --sans: "Manrope", sans-serif;
  --serif: "Bodoni Moda", serif;
  --pad: clamp(22px, 4vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: #fff; color: #000; padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto 0; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: #fff; border-bottom: 1px solid var(--line-dark); transition: background .35s, height .35s, color .35s; }
.site-header.is-scrolled { height: 68px; background: rgba(17,23,19,.94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: fit-content; align-items: baseline; gap: 7px; color: #fff; text-decoration: none; }
.brand span { font: 500 20px/1 var(--serif); letter-spacing: .13em; }
.brand small { font-size: 7px; letter-spacing: .3em; }
.brand-logo { width: clamp(190px, 18vw, 270px); height: 58px; object-fit: contain; object-position: left center; filter: invert(1); }
.custom-logo-link { display: inline-flex; width: fit-content; align-items: center; }
.custom-logo { max-height: 48px; width: auto; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a { color: inherit; text-decoration: none; font-size: 12px; }
.desktop-nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-book { justify-self: end; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; padding: 5px 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.menu-button { display: none; justify-self: end; width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 1px; background: #fff; margin: 6px auto; transition: transform .25s; }
.mobile-menu { position: fixed; inset: 0; z-index: 19; background: var(--ink); color: #fff; display: grid; align-items: center; padding: 110px var(--pad) 50px; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: grid; }
.mobile-menu a, .mobile-menu button { font: 400 clamp(36px, 11vw, 64px)/1.2 var(--serif); color: #fff; background: transparent; border: 0; border-bottom: 1px solid var(--line-dark); padding: 16px 0; text-align: left; text-decoration: none; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 46% 54%; background: var(--ink); color: #fff; }
.hero-copy { align-self: end; padding: 150px var(--pad) 64px; position: relative; z-index: 2; }
.hero-intro, .section-index, .section-kicker { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-intro { color: var(--sage-light); margin: 0 0 30px; }
.hero h1 { font: 400 clamp(58px, 7.5vw, 126px)/.89 var(--serif); letter-spacing: -.075em; margin: 0; }
.hero h1 em { color: var(--sage-light); font-weight: 400; }
.hero-lead { max-width: 480px; color: #c7d0c9; font-size: 14px; line-height: 1.75; margin: 36px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; border: 0; min-height: 50px; padding: 0 23px; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--sage-light); color: var(--ink); }
.button-light:hover { background: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--forest); }
.text-link { color: #fff; font-size: 12px; text-underline-offset: 6px; }
.text-link span { color: var(--sage-light); margin-left: 8px; }
.hero-proof { display: flex; gap: 24px; margin-top: 70px; color: #8a978e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof span + span::before { content: "·"; margin-right: 24px; color: var(--sage); }
.hero-visual { min-height: 100svh; display: grid; grid-template-columns: 1fr 112px; overflow: hidden; }
.hero-stage { position: relative; min-width: 0; background: #19221b; perspective: 1000px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.06); transition: opacity .7s, transform 1s cubic-bezier(.16,1,.3,1); }
.hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,23,19,.2), transparent 35%), linear-gradient(0deg, rgba(17,23,19,.55), transparent 32%); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -10px), 0) scale(1.035); transition: transform .2s ease-out; }
.hero-slide figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.hero-slide figcaption span { font: 400 25px var(--serif); }
.hero-slide figcaption small { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-focus { position: absolute; z-index: 3; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; left: var(--focus-x, 50%); top: var(--focus-y, 50%); transform: translate(-50%,-50%); pointer-events: none; opacity: 0; transition: opacity .2s; mix-blend-mode: difference; }
.hero-stage:hover .hero-focus { opacity: 1; }
.hero-controls { border-left: 1px solid var(--line-dark); padding-top: 82px; display: grid; }
.hero-controls button { display: grid; align-content: center; justify-items: center; gap: 14px; background: none; border: 0; border-bottom: 1px solid var(--line-dark); color: #7f8d82; font-size: 9px; writing-mode: vertical-rl; cursor: pointer; transition: color .25s, background .25s; }
.hero-controls button span { writing-mode: horizontal-tb; font: 400 24px var(--serif); }
.hero-controls button.is-active { color: #fff; background: rgba(114,144,119,.18); }

.studio-line { background: var(--sage-light); color: var(--ink); overflow: hidden; white-space: nowrap; font: 500 10px/44px var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.studio-line div { width: max-content; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services { display: grid; grid-template-columns: 24% 76%; padding: 130px var(--pad); background: var(--paper); }
.section-side { padding-right: 4vw; }
.section-index { color: #6e7971; margin: 0; }
.side-note { max-width: 210px; margin-top: 260px; color: #68736b; font-size: 12px; line-height: 1.7; }
.services-main { max-width: 980px; }
.section-kicker { color: var(--forest); margin: 0 0 28px; }
.services h2, .work h2, .experience h2, .care h2, .booking-band h2, .policies h2, .faq h2 { font: 400 clamp(48px, 6vw, 96px)/.94 var(--serif); letter-spacing: -.065em; margin: 0; }
.service-list { margin-top: 65px; border-top: 1px solid var(--line-light); }
.service-row { border-bottom: 1px solid var(--line-light); }
.service-row > button { width: 100%; min-height: 92px; display: grid; grid-template-columns: 1fr 180px 24px; align-items: center; text-align: left; border: 0; background: none; padding: 0; cursor: pointer; }
.service-row > button span { font: 400 clamp(26px, 3vw, 43px) var(--serif); letter-spacing: -.035em; }
.service-row > button small { color: #6d786f; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.service-row > button i { font-style: normal; font-size: 22px; }
.service-detail { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s ease, opacity .3s; }
.service-row.is-open .service-detail { max-height: 180px; opacity: 1; padding: 0 0 28px; }
.service-detail p { max-width: 540px; margin: 0; color: #5d6860; font-size: 13px; line-height: 1.7; }
.service-detail a { border-bottom: 1px solid var(--ink); padding: 0 0 5px; color: var(--ink); text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.service-coming { color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.work { padding: 120px var(--pad); background: var(--ink); color: #fff; }
.work-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.work-heading .section-index { color: var(--sage); margin-bottom: 20px; }
.work-heading > div:last-child { justify-self: end; width: min(100%, 500px); }
.work-heading > div:last-child > p { color: #bbc6bd; font: 400 20px var(--serif); }
.work-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.work-filters button { border: 1px solid var(--line-dark); background: transparent; color: #a4b0a7; padding: 10px 14px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.work-filters button.is-active { background: var(--sage-light); border-color: var(--sage-light); color: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 10px; }
.work-card { position: relative; overflow: hidden; border: 0; background: #1d2920; padding: 0; cursor: zoom-in; }
.work-card.image-size-wide { grid-column: span 2; }
.work-card.image-size-tall { grid-row: span 2; }
.work-card.image-size-featured { grid-column: span 2; grid-row: span 2; }
.work-card.image-fit-portrait { grid-row: span 2; }
.work-card.image-fit-landscape { grid-column: span 2; }
.work-card.is-hidden { display: none; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1), filter .35s; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,23,19,.78), transparent 45%); opacity: 0; transition: opacity .3s; }
.work-card > span { position: absolute; z-index: 2; inset: auto 16px 15px 16px; display: flex; justify-content: space-between; align-items: end; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.work-card > span b { font: 400 25px var(--serif); }
.work-card:hover img { transform: scale(1.055); filter: saturate(.8); }
.work-card:hover::after, .work-card:hover > span { opacity: 1; }
.work-card:hover > span { transform: translateY(0); }

.experience { display: grid; grid-template-columns: 48% 52%; min-height: 850px; background: var(--pearl); }
.experience-image { position: relative; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-image span { position: absolute; bottom: 24px; left: 24px; background: var(--sage-light); padding: 10px 12px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.experience-copy { padding: 120px clamp(40px, 7vw, 120px); align-self: center; }
.experience-copy .section-index { margin-bottom: 28px; }
.experience-lead { margin: 32px 0 54px; max-width: 440px; color: #5e6961; font-size: 14px; line-height: 1.7; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.process-list li > span { font: 400 17px var(--serif); color: var(--forest); }
.process-list h3 { margin: 0 0 8px; font: 400 24px var(--serif); }
.process-list p { margin: 0; color: #667169; font-size: 12px; line-height: 1.65; }

.artist { display: grid; grid-template-columns: 38% 62%; min-height: 900px; background: var(--ink); color: #fff; }
.artist-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px var(--pad); }
.artist-copy .section-index { color: var(--sage); margin-bottom: 28px; }
.artist-copy h2 { font: 400 clamp(48px, 5.6vw, 88px)/.94 var(--serif); letter-spacing: -.065em; margin: 0; }
.artist-lead { max-width: 440px; margin: 34px 0; color: #c6d0c8; font-size: 13px; line-height: 1.75; }
.artist-values { display: grid; width: 100%; max-width: 440px; margin-bottom: 38px; border-top: 1px solid var(--line-dark); }
.artist-values span { padding: 13px 0; border-bottom: 1px solid var(--line-dark); color: #99a79c; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.artist-portraits { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; }
.artist-main { position: relative; margin: 0; overflow: hidden; }
.artist-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.artist-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,23,19,.28), transparent 32%), linear-gradient(0deg, rgba(17,23,19,.55), transparent 35%); }
.artist-main figcaption { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: #fff; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.artist-strip { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 190px; gap: 1px; background: var(--ink); overflow: hidden; }
.artist-strip figure { min-width: 0; margin: 0; overflow: hidden; }
.artist-strip figure.image-size-wide { grid-column: span 2; }
.artist-strip figure.image-size-tall { grid-row: span 2; }
.artist-strip figure.image-size-featured { grid-column: span 2; grid-row: span 2; }
.artist-strip img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: filter .3s, transform .45s; }
.artist-strip img:hover { filter: saturate(1); transform: scale(.98); }

.care { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10vw; padding: 130px var(--pad); background: var(--forest); color: #fff; }
.care h2 { margin-top: 24px; }
.care h2 em { color: var(--sage-light); }
.care .section-index { color: var(--sage-light); }
.care-points { border-top: 1px solid var(--line-dark); }
.care-points article { padding: 28px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 220px 1fr; gap: 32px; }
.care-points strong { font: 400 22px var(--serif); }
.care-points p { margin: 0; color: #d0dbd2; font-size: 12px; line-height: 1.7; }

.booking-band { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--sage-light); }
.booking-band-image { overflow: hidden; }
.booking-band-image img { width: 100%; height: 100%; object-fit: cover; }
.booking-band-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px var(--pad); }
.booking-band-copy > p { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.booking-band h2 { margin: 25px 0 45px; }

.policies { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 130px var(--pad); background: #dfe9de; }
.policies-heading { align-self: start; position: sticky; top: 110px; }
.policies-heading .section-index { margin-bottom: 24px; color: var(--forest); }
.policies-heading > p:last-child { max-width: 410px; margin: 34px 0 0; color: #526057; font-size: 13px; line-height: 1.75; }
.policy-list { border-top: 1px solid rgba(17,23,19,.25); }
.policy-list details { border-bottom: 1px solid rgba(17,23,19,.25); }
.policy-list summary { min-height: 88px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; cursor: pointer; list-style: none; font: 400 clamp(21px, 2.2vw, 31px) var(--serif); }
.policy-list summary::-webkit-details-marker { display: none; }
.policy-list summary i { color: var(--forest); font: 500 10px var(--sans); letter-spacing: .14em; }
.policy-list details > div { padding: 0 54px 30px 0; color: #4f5c53; font-size: 13px; line-height: 1.75; }
.policy-list details > div p { max-width: 680px; margin: 0 0 14px; }
.policy-list details > div p:last-child { margin-bottom: 0; }
.policy-list ul { margin: 18px 0 0; padding-left: 20px; }
.policy-list li + li { margin-top: 10px; }

/* Image controls set in Appearance > Customize. */
.image-fit-contain img { object-fit: contain !important; background: var(--ink-soft); }
.image-fit-cover img, .image-fit-portrait img, .image-fit-landscape img, .image-fit-square img { object-fit: cover; }
.hero-slide.image-fit-contain img, .artist-main.image-fit-contain img, .experience-image.image-fit-contain img, .booking-band-image.image-fit-contain img { padding: clamp(12px, 3vw, 46px); }
.work-card.image-fit-square img { aspect-ratio: 1; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 130px var(--pad); background: var(--paper); }
.faq .section-index { margin-bottom: 22px; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list article { border-bottom: 1px solid var(--line-light); }
.faq-list button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 82px; border: 0; background: none; padding: 0; text-align: left; font: 400 21px var(--serif); cursor: pointer; }
.faq-list button span { font: 400 22px var(--sans); }
.faq-list article > div { max-height: 0; overflow: hidden; transition: max-height .35s; }
.faq-list article.is-open > div { max-height: 140px; }
.faq-list article > div p { max-width: 620px; margin: 0; padding: 0 40px 24px 0; color: #637067; font-size: 13px; line-height: 1.7; }

.final-contact { padding: 90px var(--pad); display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; background: var(--ink); color: #fff; }
.final-contact p { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: #92a096; }
.final-contact a { font: 400 clamp(36px, 5vw, 76px)/1 var(--serif); text-decoration-thickness: 1px; text-underline-offset: 10px; }
.final-book-link { border-bottom: 1px solid var(--sage); color: var(--sage-light); font: 12px var(--sans) !important; padding: 0 0 5px; text-decoration: none !important; }

.site-footer { padding: 65px var(--pad) 35px; background: var(--ink); color: #fff; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-mark { display: flex; align-items: center; }
.footer-mark img { width: min(100%, 470px); height: auto; filter: invert(1); }
.footer-mark span { font: 400 clamp(42px, 6vw, 90px)/1 var(--serif); letter-spacing: .05em; }
.footer-mark small { font-size: 8px; letter-spacing: .3em; }
.footer-contact { justify-self: end; align-self: center; text-align: right; }
.footer-contact p { color: #8b998e; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-contact a { font: 400 22px var(--serif); color: var(--sage-light); }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line-dark); color: #859389; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 50; background: rgba(9,14,10,.96); color: #fff; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; height: 88vh; display: grid; grid-template-rows: 1fr auto; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; min-height: 0; }
.lightbox figcaption { display: flex; justify-content: space-between; padding-top: 12px; font: 400 16px var(--serif); }
.lightbox figcaption small { font: 9px var(--sans); text-transform: uppercase; letter-spacing: .13em; color: #8e9b91; }
.lightbox-close, .lightbox-nav { border: 0; background: none; color: #fff; cursor: pointer; }
.lightbox-close { position: absolute; right: 22px; top: 14px; font-size: 40px; }
.lightbox-nav { font-size: 24px; height: 80px; }

.content-shell { min-height: 70vh; max-width: 900px; margin: 0 auto; padding: 160px var(--pad) 100px; }
.content-shell h1 { font: 400 clamp(50px, 7vw, 90px) var(--serif); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 20px; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 75svh; padding-top: 150px; }
  .hero-visual { min-height: 82svh; grid-template-columns: 1fr; }
  .hero-controls { grid-template-columns: repeat(3,1fr); grid-template-rows: 72px; border-left: 0; border-top: 1px solid var(--line-dark); padding: 0; }
  .hero-controls button { writing-mode: horizontal-tb; border-bottom: 0; border-right: 1px solid var(--line-dark); display: flex; align-items: center; gap: 10px; }
  .services { grid-template-columns: 1fr; }
  .section-side { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
  .side-note { margin-top: 0; }
  .work-grid { grid-template-columns: repeat(3,1fr); }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 72svh; }
  .artist { grid-template-columns: 1fr; }
  .artist-copy { min-height: 680px; }
  .artist-portraits { min-height: 800px; }
  .care { grid-template-columns: 1fr; }
  .booking-band { grid-template-columns: 1fr; }
  .booking-band-image { min-height: 70svh; }
  .policies { grid-template-columns: 1fr; }
  .policies-heading { position: static; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; }
  .header-book { display: none; }
  .hero-copy { min-height: 78svh; padding-top: 125px; }
  .hero h1 { font-size: clamp(56px, 19vw, 78px); }
  .hero-lead { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { flex-wrap: wrap; gap: 8px 18px; margin-top: 50px; }
  .hero-proof span + span::before { margin-right: 18px; }
  .hero-visual { min-height: 72svh; }
  .hero-slide figcaption { left: 18px; right: 18px; bottom: 18px; }
  .hero-controls button { font-size: 0; }
  .hero-controls button span { font-size: 18px; }
  .services, .work, .care, .policies, .faq { padding-top: 88px; padding-bottom: 88px; }
  .section-side { display: block; }
  .side-note { margin-top: 20px; }
  .service-row > button { grid-template-columns: 1fr auto; min-height: 80px; }
  .service-row > button small { display: none; }
  .service-detail { grid-template-columns: 1fr; align-items: start; }
  .service-row.is-open .service-detail { max-height: 240px; }
  .service-detail button { justify-self: start; }
  .work-heading { grid-template-columns: 1fr; gap: 28px; }
  .work-heading > div:last-child { justify-self: start; }
  .work-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
  .experience-image { min-height: 66svh; }
  .experience-copy { padding: 85px var(--pad); }
  .artist-copy { min-height: 620px; padding-top: 85px; padding-bottom: 85px; }
  .artist-portraits { grid-template-rows: minmax(520px, 1fr) auto; min-height: 650px; }
  .artist-strip { grid-auto-rows: 130px; }
  .care-points article { grid-template-columns: 1fr; gap: 10px; }
  .booking-band { min-height: 0; }
  .booking-band-image { min-height: 58svh; }
  .booking-band-copy { min-height: 500px; }
  .policy-list details > div { padding-right: 0; }
  .faq { grid-template-columns: 1fr; }
  .final-contact { display: block; }
  .final-contact a { display: block; margin: 18px 0 28px; }
  .site-footer { grid-template-columns: 1fr; gap: 40px; }
  .footer-contact { justify-self: start; text-align: left; }
  .footer-meta { display: grid; gap: 12px; }
  .lightbox { grid-template-columns: 44px 1fr 44px; }
  .lightbox figure { height: 76vh; }
}

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