:root {
  --ink: #211a21;
  --ink-soft: #514750;
  --paper: #fbf6ee;
  --ivory: #fffaf3;
  --cream: #eee4d5;
  --plum: #3a1e3e;
  --plum-deep: #241027;
  --plum-soft: #5c3560;
  --gold: #b58d37;
  --gold-light: #d4b664;
  --gold-wash: #e8d8ad;
  --white: #fff;
  --line: rgba(33, 26, 33, .17);
  --line-light: rgba(255, 250, 243, .22);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(36, 16, 39, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .97;
}
h1 { font-size: clamp(4rem, 8.5vw, 8.7rem); }
h2 { font-size: clamp(3rem, 5.6vw, 6rem); }
h3 { font-size: clamp(1.7rem, 2.4vw, 2.35rem); }
h1 em, h2 em, h3 em { font-weight: 500; }
p { color: var(--ink-soft); }
::selection { background: var(--gold-wash); color: var(--plum-deep); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.shell { width: min(calc(100% - 6rem), 1320px); margin-inline: auto; }
.section { padding: clamp(6.5rem, 10vw, 10rem) 0; }
.section-plum { background: var(--plum); color: var(--ivory); }
.section-cream { background: var(--cream); }
.section-gold { background: var(--gold-wash); }
.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: 1000;
  transform: translateY(-160%);
  background: var(--ivory);
  color: var(--plum);
  padding: .8rem 1rem;
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  margin-bottom: 1.5rem;
  color: var(--plum);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--gold-light); }
.statement-index {
  margin: 0;
  color: inherit;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .66;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  gap: 1.7rem;
  padding: .8rem 1.4rem;
  border: 1px solid var(--plum);
  background: var(--plum);
  color: var(--ivory);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { background: var(--gold); border-color: var(--gold); color: var(--plum-deep); transform: translateY(-2px); }
.button-small { min-height: 2.9rem; padding: .7rem 1.05rem; font-size: .65rem; }
.button-light { border-color: var(--ivory); background: var(--ivory); color: var(--plum); }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--plum-deep); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid currentColor;
  color: var(--plum);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(.25rem); }
.text-link-light { color: var(--ivory); }

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  height: 6rem;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 246, 238, .96);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; height: 100%; gap: 2rem; }
.wordmark {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: var(--plum);
  line-height: .8;
  text-decoration: none;
}
.wordmark-name { font-family: var(--font-display); font-size: 1.78rem; font-weight: 600; letter-spacing: -.055em; }
.wordmark-kind { margin-top: .5rem; color: var(--gold); font-size: .57rem; font-weight: 700; letter-spacing: .42em; text-align: center; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.35rem, 2.5vw, 2.8rem); margin-left: auto; }
.desktop-nav a { position: relative; font-size: .7rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { margin-left: 1rem; }
.menu-button { display: none; width: 3rem; height: 3rem; margin-left: auto; padding: .75rem; border: 0; background: none; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: .38rem 0; background: var(--plum); }
.mobile-menu { position: fixed; inset: 0; z-index: 300; background: rgba(20, 8, 22, .62); }
.mobile-menu-panel { width: min(88vw, 31rem); height: 100%; margin-left: auto; padding: 2rem; overflow-y: auto; background: var(--plum); color: var(--ivory); box-shadow: var(--shadow); }
.mobile-menu-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 4rem; }
.menu-close { width: 3rem; height: 3rem; border: 1px solid var(--line-light); background: transparent; color: var(--ivory); font-size: 2rem; line-height: 1; cursor: pointer; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: .55rem 0; font-family: var(--font-display); font-size: clamp(2.2rem, 8vw, 3.8rem); line-height: 1; text-decoration: none; }
.mobile-menu-panel > p { max-width: 20rem; margin-top: 3rem; color: rgba(255, 250, 243, .7); }
.mobile-social { display: flex; gap: 1.5rem; border-top: 1px solid var(--line-light); padding-top: 1.25rem; }
.mobile-social a { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Home hero */
.hero {
  position: relative;
  min-height: calc(100svh - 6rem);
  overflow: hidden;
  background: var(--plum-deep);
  color: var(--ivory);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-shade { background: linear-gradient(90deg, rgba(23, 8, 25, .86) 0%, rgba(36, 16, 39, .63) 48%, rgba(36, 16, 39, .18) 82%), linear-gradient(0deg, rgba(25, 9, 27, .56), transparent 48%); }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: calc(100svh - 6rem); padding-top: 4rem; padding-bottom: 6rem; }
.hero-kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: 2.3rem; }
.hero-kicker span { color: var(--ivory); opacity: .45; }
.hero-title { max-width: 9ch; margin-bottom: clamp(3rem, 6vh, 5rem); color: var(--ivory); font-size: clamp(4.5rem, 9.3vw, 9.8rem); }
.hero-title span { display: block; }
.hero-title span:nth-child(2) { margin-left: clamp(0rem, 5vw, 5rem); font-style: italic; }
.hero-title span:nth-child(3) { margin-left: clamp(0rem, 2vw, 2rem); }
.hero-base { display: grid; grid-template-columns: minmax(17rem, 31rem) auto; align-items: end; gap: 3rem; margin-left: clamp(0rem, 9vw, 9rem); }
.hero-base > p { margin: 0; color: rgba(255, 250, 243, .82); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-caption { position: absolute; z-index: 2; right: 2.4rem; bottom: 2.1rem; margin: 0; color: rgba(255,255,255,.65); font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

/* Home statement */
.statement-grid, .section-heading { display: grid; grid-template-columns: minmax(11rem, .72fr) 2.25fr; gap: clamp(2.5rem, 8vw, 9rem); }
.statement-title, .section-heading h2 { margin-bottom: 3rem; }
.statement-copy { display: grid; grid-template-columns: minmax(15rem, 1.2fr) .8fr; align-items: end; gap: 3rem; }
.statement-copy p { max-width: 42rem; margin-bottom: 0; font-size: clamp(1.05rem, 1.35vw, 1.25rem); }
.statement-copy .text-link { justify-self: end; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(5rem, 9vw, 9rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-row > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 1.2rem; padding: 2.1rem clamp(1rem, 2.8vw, 2.6rem); border-right: 1px solid var(--line); }
.proof-row > div:first-child { padding-left: 0; }
.proof-row > div:last-child { border-right: 0; }
.proof-row strong { color: var(--plum); font-family: var(--font-display); font-size: clamp(2.5rem, 4vw, 4.2rem); font-weight: 500; line-height: 1; }
.proof-row span { max-width: 9rem; color: var(--ink-soft); font-size: .64rem; font-weight: 600; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }

/* Collections */
.section-heading-light p { color: rgba(255, 250, 243, .7); }
.section-heading > div:last-child > p { max-width: 39rem; color: inherit; opacity: .72; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.3rem, 2.3vw, 2.5rem); margin-top: clamp(4rem, 7vw, 7rem); }
.collection-card { min-width: 0; }
.collection-card:nth-child(2) { margin-top: 5rem; }
.collection-image { position: relative; display: block; aspect-ratio: .78; overflow: hidden; background: var(--plum-deep); }
.collection-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.collection-image:hover img { transform: scale(1.035); filter: saturate(1.08); }
.collection-image span { position: absolute; right: 1rem; top: 1rem; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(36,16,39,.42); color: var(--ivory); font-size: .64rem; font-weight: 700; }
.collection-card > div { padding: 1.8rem .2rem 0; }
.collection-label { margin-bottom: .8rem; color: var(--gold-light); font-size: .6rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.collection-card h3 { margin-bottom: .65rem; color: var(--ivory); font-size: clamp(2.5rem, 3.5vw, 3.7rem); }
.collection-card p:not(.collection-label) { min-height: 5.1rem; color: rgba(255,250,243,.68); }

/* Process, founder, testimonial */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line); }
.process-grid article, .value-grid article, .care-grid article { padding: 2.2rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child), .value-grid article:not(:first-child), .care-grid article:not(:first-child) { padding-left: 2rem; }
.process-grid article:last-child, .value-grid article:last-child, .care-grid article:last-child { border-right: 0; }
.process-grid span, .value-grid span, .care-grid span { color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.process-grid h3, .value-grid h3, .care-grid h3 { margin: 4.5rem 0 .8rem; }
.process-grid p, .value-grid p, .care-grid p { margin-bottom: 0; font-size: .92rem; }
.toni-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 52rem; background: var(--cream); }
.toni-image { min-height: 46rem; overflow: hidden; }
.toni-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.toni-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 9rem); }
.toni-copy h2 { margin-bottom: 2.4rem; }
.toni-copy p:not(.eyebrow) { max-width: 35rem; }
.toni-copy .button { margin-top: 1.6rem; }
.testimonial-grid { display: grid; grid-template-columns: minmax(11rem, .72fr) 2.25fr; gap: clamp(2.5rem, 8vw, 9rem); }
.testimonial-grid blockquote { margin: 0; }
.testimonial-grid blockquote > p { margin-bottom: 3.2rem; color: var(--plum); font-family: var(--font-display); font-size: clamp(3.1rem, 5.4vw, 6rem); font-style: italic; line-height: 1.02; letter-spacing: -.035em; }
.testimonial-grid blockquote footer { display: flex; gap: 1.2rem; align-items: center; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-grid blockquote footer span + span { padding-left: 1.2rem; border-left: 1px solid var(--line); color: var(--ink-soft); font-weight: 500; }
.gallery-preview { padding-top: 2rem; }
.gallery-preview-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
.gallery-preview-head h2 { margin-bottom: 0; }
.gallery-strip { display: grid; grid-template-columns: 1.2fr .9fr .72fr; align-items: end; gap: 1.4rem; padding: 0 1.4rem; }
.gallery-strip figure { margin: 0; overflow: hidden; }
.gallery-strip figure:nth-child(1) { aspect-ratio: 1.25; }
.gallery-strip figure:nth-child(2) { aspect-ratio: 1; }
.gallery-strip figure:nth-child(3) { aspect-ratio: .72; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; }

/* Shared inner pages */
.page-hero { padding: clamp(6rem, 10vw, 10rem) 0 clamp(5rem, 8vw, 8rem); background: var(--paper); }
.page-hero-plum { background: var(--plum); color: var(--ivory); }
.page-hero-grid { display: grid; grid-template-columns: minmax(11rem, .72fr) 2.25fr; gap: clamp(2.5rem, 8vw, 9rem); align-items: start; }
.page-hero h1 { max-width: 11ch; margin: 0; font-size: clamp(4.5rem, 7.6vw, 8rem); }
.page-hero .lede { max-width: 46rem; margin: 2.8rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.page-hero-plum .lede { color: rgba(255,250,243,.73); }
.page-hero-plum .statement-index { color: var(--ivory); }
.about-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 9vw, 9rem); }
.about-portrait { position: relative; min-width: 0; }
.about-portrait img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: center 22%; }
.about-portrait span { position: absolute; right: -2.5rem; bottom: 3.5rem; display: grid; place-items: center; width: 8.5rem; height: 8.5rem; padding: 1rem; border-radius: 50%; background: var(--gold); color: var(--plum-deep); font-family: var(--font-display); font-size: 1.4rem; font-style: italic; line-height: 1.05; text-align: center; transform: rotate(-7deg); }
.rich-copy h2 { margin-bottom: 2.2rem; }
.rich-copy > p:not(.eyebrow) { font-size: 1.02rem; }
.value-grid, .care-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid rgba(33,26,33,.25); }
.wide-image-cta { position: relative; min-height: 48rem; display: grid; place-items: center; overflow: hidden; color: var(--ivory); }
.wide-image-cta::after { content: ""; position: absolute; inset: 0; background: rgba(36,16,39,.63); }
.wide-image-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wide-image-cta > div { position: relative; z-index: 2; padding: 5rem 2rem; text-align: center; }
.wide-image-cta h2 { margin-bottom: 2.6rem; }

/* Services */
.collection-jump { position: sticky; top: 0; z-index: 60; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(251,246,238,.95); backdrop-filter: blur(14px); }
.collection-jump .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.collection-jump a { padding: 1.25rem; border-right: 1px solid var(--line); font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-decoration: none; text-transform: uppercase; }
.collection-jump a:last-child { border-right: 0; }
.collection-jump a:hover { background: var(--gold-wash); }
.service-collection { display: grid; grid-template-columns: 1fr 1fr; min-height: 56rem; scroll-margin-top: 4rem; }
.service-collection-reverse .service-image { order: 2; }
.service-image { min-height: 44rem; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 7.5vw, 8rem); }
.service-copy h2 { margin-bottom: 2.1rem; }
.service-lede { font-family: var(--font-display); font-size: clamp(1.5rem, 2.2vw, 2.15rem); line-height: 1.25; }
.best-for { width: 100%; margin: 1.2rem 0 2rem; padding: 1.7rem 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.best-for h3 { margin-bottom: 1rem; font-family: var(--font-sans); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.best-for ul { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1.4rem; margin: 0; padding: 0; list-style: none; }
.best-for li { position: relative; padding-left: 1rem; color: var(--ink-soft); font-size: .85rem; }
.best-for li::before { content: ""; position: absolute; left: 0; top: .7rem; width: .3rem; height: .3rem; border-radius: 50%; background: var(--gold); }
.service-copy > p:not(.eyebrow):not(.service-lede) { max-width: 37rem; }
.service-copy .text-link { margin-top: 1.2rem; }
.service-collection-dark { background: var(--plum-deep); color: var(--ivory); }
.service-collection-dark p, .service-collection-dark .best-for li { color: rgba(255,250,243,.72); }
.service-collection-dark .best-for { border-color: var(--line-light); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.fit-grid h2 { margin-bottom: 0; }
.fit-grid > div:last-child { padding-top: 3rem; }
.fit-grid .button { margin-top: 1.5rem; }

/* Experience */
.experience-quote { background: var(--ivory); }
.experience-media-grid { display: grid; grid-template-columns: 1.15fr .72fr 1fr; align-items: center; gap: 1.2rem; padding: 1.2rem; background: var(--plum); }
.experience-media-grid figure { margin: 0; overflow: hidden; }
.experience-media-grid figure:nth-child(1), .experience-media-grid figure:nth-child(3) { aspect-ratio: 1.15; }
.experience-media-grid figure:nth-child(2) { aspect-ratio: .72; }
.experience-media-grid img { width: 100%; height: 100%; object-fit: cover; }
.centered-cta { text-align: center; }
.centered-cta h2 { margin-bottom: 2.8rem; }
.centered-cta.section-plum p { color: var(--gold-light); }

/* Gallery */
.gallery-page-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; padding: 1.1rem; background: var(--plum); }
.gallery-page-grid figure { grid-column: span 4; min-height: 25rem; margin: 0; overflow: hidden; }
.gallery-page-grid .gallery-wide { grid-column: span 8; }
.gallery-page-grid .gallery-tall { grid-row: span 2; min-height: 51.1rem; }
.gallery-page-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-page-grid figure:hover img { transform: scale(1.025); }

/* Contact and native form */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-aside { position: sticky; top: 3rem; }
.contact-aside h2 { margin-bottom: 2rem; }
.contact-aside > p:not(.eyebrow) { max-width: 31rem; }
.contact-aside ul { margin: 2rem 0; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.contact-aside li { padding: .4rem 0; color: var(--ink-soft); }
.contact-aside li::before { content: "—"; margin-right: .8rem; color: var(--gold); }
.contact-note { font-size: .78rem; }
.contact-social { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-social span { flex-basis: 100%; color: var(--gold); }
.form-panel { padding: clamp(2rem, 4vw, 4rem); background: var(--ivory); box-shadow: 0 24px 70px rgba(51,34,42,.1); }
.native-form { width: 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem 1rem; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: .45rem; color: var(--ink); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 3.25rem;
  border: 0;
  border-bottom: 1px solid rgba(33,26,33,.35);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: .7rem .1rem;
  transition: border-color .2s ease, background .2s ease;
}
.form-field textarea { min-height: 8rem; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--gold); background: rgba(232,216,173,.13); }
.form-error { min-height: 1.1rem; margin: .35rem 0 0; color: #96384a; font-size: .72rem; }
.form-error-global, .form-success { margin: 1rem 0; padding: .8rem 1rem; }
.form-success { background: #e1eadb; color: #294428; }
.form-error-global { background: #f3dfe2; }
.form-captcha { margin-top: 1rem; }
.form-submit { margin-top: 1.7rem; }
.faster-form__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* Footer and errors */
.site-footer { background: var(--plum-deep); color: var(--ivory); }
.footer-lead { padding-top: clamp(6rem, 9vw, 9rem); padding-bottom: clamp(5rem, 8vw, 8rem); border-bottom: 1px solid var(--line-light); }
.footer-lead-row { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.footer-lead h2 { margin-bottom: 0; color: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr; gap: 4rem; padding-top: 4rem; padding-bottom: 4rem; }
.wordmark-light { color: var(--ivory); }
.footer-brand > p { max-width: 28rem; margin: 2rem 0 0; color: rgba(255,250,243,.62); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.footer-grid h3 { margin-bottom: .8rem; color: var(--gold-light); font-family: var(--font-sans); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a:not(.wordmark) { color: rgba(255,250,243,.75); font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-base { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; padding-bottom: 1.5rem; border-top: 1px solid var(--line-light); }
.footer-base p { margin: 0; color: rgba(255,250,243,.48); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.not-found { display: grid; place-items: center; min-height: calc(100svh - 6rem); padding: 5rem 0; background: var(--plum); color: var(--ivory); text-align: center; }
.not-found h1 { margin-bottom: 2rem; }
.not-found p:not(.eyebrow) { color: rgba(255,250,243,.7); }

@media (max-width: 1080px) {
  .shell { width: min(calc(100% - 3.5rem), 1320px); }
  .desktop-nav { gap: 1.2rem; }
  .header-cta { margin-left: 0; }
  .hero-base { margin-left: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .collection-grid { gap: 1.2rem; }
  .service-copy { padding: 4rem; }
  .process-grid h3, .value-grid h3, .care-grid h3 { margin-top: 3rem; }
}

@media (max-width: 860px) {
  .site-header { height: 4.8rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero, .hero-inner { min-height: calc(100svh - 4.8rem); }
  .hero-title span:nth-child(2), .hero-title span:nth-child(3) { margin-left: 0; }
  .hero-base { grid-template-columns: 1fr; gap: 1.7rem; }
  .hero-base > p { max-width: 34rem; }
  .hero-actions { flex-direction: row; align-items: center; }
  .statement-grid, .section-heading, .testimonial-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .statement-grid > div:first-child, .section-heading > div:first-child, .testimonial-grid > div:first-child, .page-hero-grid > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
  .collection-grid { grid-template-columns: 1fr; gap: 4rem; }
  .collection-card, .collection-card:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; margin-top: 0; }
  .collection-image { aspect-ratio: .9; }
  .collection-card p:not(.collection-label) { min-height: 0; }
  .process-grid, .value-grid, .care-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2), .value-grid article:nth-child(2), .care-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(3), .value-grid article:nth-child(3), .care-grid article:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); }
  .process-grid article:nth-child(4), .value-grid article:nth-child(4), .care-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .toni-feature { grid-template-columns: 1fr; }
  .toni-image { min-height: 42rem; }
  .toni-copy { padding: 5rem max(1.75rem, 8vw); }
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-portrait { width: min(82%, 35rem); }
  .service-collection { grid-template-columns: 1fr; min-height: 0; }
  .service-collection-reverse .service-image { order: 0; }
  .service-image { min-height: 34rem; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid > div:last-child { padding-top: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .gallery-page-grid figure, .gallery-page-grid .gallery-wide { grid-column: span 6; }
  .gallery-page-grid .gallery-tall { min-height: 47rem; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .shell { width: min(calc(100% - 2rem), 1320px); }
  .section { padding: 5.5rem 0; }
  .wordmark-name { font-size: 1.55rem; }
  .hero-inner { justify-content: flex-end; padding-top: 6rem; padding-bottom: 4.5rem; }
  .hero-media img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(26,9,28,.92) 0%, rgba(36,16,39,.56) 62%, rgba(36,16,39,.32) 100%); }
  .hero-title { margin-bottom: 2rem; font-size: clamp(3.9rem, 18vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-caption { display: none; }
  .statement-copy { grid-template-columns: 1fr; gap: 1.8rem; }
  .statement-copy .text-link { justify-self: start; }
  .proof-row { grid-template-columns: 1fr; }
  .proof-row > div, .proof-row > div:first-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-row > div:last-child { border-bottom: 0; }
  .collection-card, .collection-card:nth-child(2) { display: block; }
  .collection-image { aspect-ratio: .82; }
  .collection-card > div { padding-top: 1.5rem; }
  .process-grid, .value-grid, .care-grid { grid-template-columns: 1fr; }
  .process-grid article, .value-grid article, .care-grid article,
  .process-grid article:not(:first-child), .value-grid article:not(:first-child), .care-grid article:not(:first-child) { padding: 1.7rem 0; border-right: 0; border-top: 1px solid var(--line); }
  .process-grid h3, .value-grid h3, .care-grid h3 { margin: 1.8rem 0 .7rem; }
  .toni-image { min-height: 31rem; }
  .testimonial-grid blockquote > p { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .gallery-preview-head { align-items: flex-start; flex-direction: column; }
  .gallery-strip { grid-template-columns: 1fr 1fr; padding: 0 .7rem; gap: .7rem; }
  .gallery-strip figure:nth-child(1) { grid-column: 1 / -1; }
  .page-hero { padding: 5rem 0; }
  .page-hero h1 { font-size: clamp(3.8rem, 16vw, 5.7rem); }
  .about-portrait { width: calc(100% - 1rem); }
  .about-portrait span { right: -1rem; width: 7.25rem; height: 7.25rem; font-size: 1.2rem; }
  .wide-image-cta { min-height: 38rem; }
  .collection-jump { overflow-x: auto; }
  .collection-jump .shell { width: max-content; min-width: 100%; }
  .collection-jump a { min-width: 10rem; }
  .service-image { min-height: 26rem; }
  .service-copy { padding: 4.5rem 1rem; }
  .best-for ul { grid-template-columns: 1fr; }
  .experience-media-grid { grid-template-columns: 1fr 1fr; padding: .7rem; gap: .7rem; }
  .experience-media-grid figure:first-child { grid-column: 1 / -1; }
  .gallery-page-grid { grid-template-columns: 1fr 1fr; padding: .7rem; gap: .7rem; }
  .gallery-page-grid figure, .gallery-page-grid .gallery-wide, .gallery-page-grid .gallery-tall { grid-column: auto; min-height: 22rem; }
  .gallery-page-grid figure:first-child, .gallery-page-grid figure:nth-child(6) { grid-column: 1 / -1; }
  .gallery-page-grid .gallery-tall { min-height: 32rem; }
  .form-panel { padding: 2rem 1.1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .footer-lead-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-base { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  #site-header,
  .hero-title,
  .hero-title *,
  .hero-media img,
  .statement-title,
  .statement-title *,
  .collection-card,
  .toni-image img,
  .gallery-strip figure { opacity: 1 !important; transform: none !important; }
}
