:root {
  --ivory: #f7f5f1;
  --ivory-deep: #efebe4;
  --ink: #1c1916;
  --accent: #6e2f28;
  --mute: #6a635b;
  --ink-soft: #3f3a36;
  --line: rgb(28 25 22 / 0.12);
  --photo-ink: #f7f5f1;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --serif: "Bodoni Moda", "Didot", "Times New Roman", serif;
  --sans: "Source Sans 3", "Helvetica Neue", sans-serif;
  --header-h: 5.2rem;
  --wide: 72rem;
  --measure: 36rem;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ivory);
  color-scheme: light;
}

html.no-js [data-reveal] { opacity: 1; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  padding: 0.5rem 0.8rem;
  background: var(--ink);
  color: var(--ivory);
  text-decoration: none;
}

.skip-link:focus { top: 1rem; }

.section-shell {
  width: min(var(--wide), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 14;
  -webkit-font-smoothing: auto;
}

h1 { font-size: clamp(2.35rem, 5vw, 3.35rem); }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.35rem); }
h3 { font-size: 1.12rem; }
p { margin: 0; text-wrap: pretty; }

.lede {
  max-width: var(--measure);
  color: var(--ink-soft);
}

#home,
#work,
#about,
#contact,
#request {
  scroll-margin-top: calc(var(--header-h) + 0.8rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.45rem 1.1rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--ivory);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out), color 160ms var(--ease-out);
}

.button:hover { background: transparent; color: var(--ink); }
.button:active { transform: scale(0.97); }

.button--ghost {
  background: transparent;
  color: var(--ink);
}

.button--ghost:hover { background: var(--ink); color: var(--ivory); }

.cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 currentColor;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .cta:hover { opacity: 0.62; }
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  .text-link:hover { opacity: 0.62; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    "menu brand quote"
    "nav nav nav";
  align-items: center;
  min-height: var(--header-h);
  padding: 0.75rem var(--gutter) 0.6rem;
  background: rgb(247 245 241 / 0.96);
  border-bottom: 1px solid var(--line);
}

.menu-toggle {
  grid-area: menu;
  display: none;
  justify-self: start;
  min-height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.menu-toggle__lines {
  width: 1.05rem;
  display: grid;
  gap: 5px;
}

.menu-toggle__lines i {
  display: block;
  height: 1px;
  background: var(--ink);
}

.site-brand {
  grid-area: brand;
  justify-self: center;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.site-brand span {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  padding-left: 0.42em;
}

.site-brand small {
  display: block;
  margin-top: 0.38rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
}

.header-quote {
  grid-area: quote;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 currentColor;
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  .header-quote:hover { opacity: 0.62; }
}

.page-home .header-quote {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-home .site-header.is-cta-shown .header-quote,
html.no-js .header-quote {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-navigation {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  padding-top: 0.55rem;
}

.site-navigation a {
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-navigation a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
}

@media (hover: hover) and (pointer: fine) {
  .site-navigation a:hover { opacity: 0.55; }
}

.navigation-cta { display: none; }

.hero {
  width: min(var(--wide), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
  padding: clamp(2.6rem, 6.5vw, 4.6rem) 0 clamp(2.4rem, 5vw, 3.6rem);
  display: grid;
  gap: clamp(1.6rem, 3.5vw, 2.4rem);
}

.hero-copy {
  display: grid;
  gap: 0.9rem;
  max-width: 34rem;
}

.hero-copy .shop {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.hero-copy h1 {
  font-size: clamp(2.35rem, 5vw, 3.35rem);
}

.hero-copy .lede {
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.4rem;
  margin-top: 0.15rem;
}

.hero-plates {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.45rem;
}

.plate {
  display: block;
  overflow: hidden;
  background: var(--ivory-deep);
  min-width: 0;
}

.plate img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 65%;
}

.plate:nth-child(2) img { object-position: 38% 30%; }
.plate:nth-child(3) img { object-position: 42% 40%; }

.plate,
.work-media { position: relative; }

.gallery-count {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  background: var(--ivory);
  color: var(--ink-soft);
  font-size: 0.875rem;
  line-height: 1.25;
  pointer-events: none;
}

.work-section,
.shop-section,
.about-section,
.request-section,
.close-section {
  padding: clamp(3.4rem, 7.5vw, 5.8rem) 0;
}

.work-section { border-top: 1px solid var(--line); }

.section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
  max-width: var(--measure);
}

.privacy-note {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.work-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem 1rem;
}

.work-item { margin: 0; display: grid; gap: 0.55rem; min-width: 0; }

.work-media {
  display: block;
  overflow: hidden;
  background: #1c1916;
  text-decoration: none;
}

.work-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: var(--media-focus, 50% 42%);
}

@media (hover: hover) and (pointer: fine) {
  .work-media img {
    transition: transform 400ms var(--ease-out);
  }
  .work-media:hover img,
  .work-media:focus-visible img {
    transform: scale(1.02);
  }
}

.work-item figcaption {
  display: grid;
  gap: 0.12rem;
}

.work-item figcaption strong {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-item figcaption span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.shop-section { background: var(--ivory-deep); }

.capability-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
}

.capability-grid li {
  padding: 1.05rem 0;
  border-top: 1px solid var(--line);
}

.capability-grid p {
  margin-top: 0.35rem;
  color: var(--mute);
}

.shop-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3vw, 3rem);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink);
  align-items: start;
}

.material-statement { max-width: none; }

.send-note h3 { margin-bottom: 0.4rem; }
.send-note p { color: var(--mute); }

.shop-moves {
  margin-top: 1.6rem;
  max-width: 40rem;
  color: var(--mute);
}

.about-layout {
  width: min(var(--wide), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.about-copy {
  display: grid;
  gap: 1rem;
  max-width: 38rem;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0.4rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.about-facts dt {
  color: var(--mute);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 0.25rem 0 0;
  font-family: var(--serif);
}

.press-section {
  padding: clamp(2.6rem, 5.5vw, 4.2rem) 0;
  background: var(--ivory-deep);
}

.press-line {
  width: min(var(--wide), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

.press-line > p {
  margin: 0 0 1.3rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.press-line ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem 2rem;
}

.press-line li {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.press-line a {
  text-decoration: none;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 14;
  -webkit-font-smoothing: auto;
}

@media (hover: hover) and (pointer: fine) {
  .press-line a:hover { opacity: 0.62; }
}

.press-line span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.request-section,
.close-section { background: var(--ivory-deep); }

.request-layout,
.close-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.request-layout .lede,
.close-layout .lede { margin-top: 0.85rem; }

.request-layout .shop {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 0.7rem;
}

.request-layout h1 {
  font-size: clamp(2.15rem, 4.5vw, 3rem);
}

body.page-request .request-layout h1 {
  font-size: clamp(2rem, 4.2vw, 2.7rem);
}

.send-note { margin-top: 1.8rem; }
.send-note h2 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.send-note p { color: var(--ink-soft); }

.request-intro .send-note {
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.close-path {
  display: grid;
  gap: 1.1rem;
  align-content: start;
  justify-items: start;
}

.close-path p {
  color: var(--ink-soft);
  max-width: 28rem;
}

body.page-request .request-section {
  padding-top: clamp(2.2rem, 5vw, 3.8rem);
}

body.page-request .request-layout {
  grid-template-columns: 1fr;
  max-width: 38rem;
  margin-inline: auto;
  gap: 1.4rem;
}

.request-intro { display: grid; gap: 0.55rem; }
.request-intro .lede { margin-top: 0; color: var(--ink-soft); }

.send-needs {
  list-style: none;
  margin: 0.2rem 0 0.4rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: send-need;
}

.send-needs li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  column-gap: 0.7rem;
  row-gap: 0.15rem;
  counter-increment: send-need;
}

.send-needs li::before {
  content: counter(send-need);
  grid-row: 1 / span 2;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--accent);
  font-optical-sizing: none;
  font-variation-settings: "opsz" 14;
}

.send-needs strong {
  font-size: 1.02rem;
  font-weight: 500;
}

.send-needs span {
  grid-column: 2;
  color: var(--ink-soft);
}

.send-paths {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.9fr;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.send-path {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  background: var(--ivory);
  text-decoration: none;
  min-height: 44px;
}

.send-path strong {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.send-path span {
  color: var(--ink);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

@media (hover: hover) and (pointer: fine) {
  .send-path:hover { border-color: var(--ink); }
}

body.page-request .quote-preview {
  gap: 1.15rem;
  padding: 0;
  background: transparent;
  border: 0;
}

body.page-request .preview-notice {
  max-width: none;
  margin: 0;
}

body.page-request .quote-step {
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
}

body.page-request .quote-step legend {
  padding: 0;
  margin: 0;
}

.send-card {
  display: grid;
  background: var(--ivory);
}

.send-card.is-over .send-well__invite strong { color: var(--accent); }

.send-card:has(#files:focus-visible) .send-well {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.send-well {
  display: grid;
  gap: 0.25rem;
  padding: 0.7rem 1.4rem;
  border-top: 1px solid var(--line);
  text-align: left;
  transition: background-color 180ms var(--ease-out);
}

.send-card.is-over .send-well { background: var(--ivory-deep); }

.send-well__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 0 0.7rem; }
.send-well__optional { color: var(--mute); font-size: 0.88rem; }
.send-well__invite { display: inline-flex; align-items: center; min-height: 44px; cursor: pointer; }
.send-well__invite strong { color: var(--accent); font-size: 1rem; font-weight: 500; text-decoration: underline; text-underline-offset: 0.25em; }
.file-guidelines { color: var(--mute); font-size: 0.85rem; }
.file-guidelines summary { width: fit-content; min-height: 28px; padding-block: 0.2rem; cursor: pointer; }
.file-guidelines p { margin: 0.4rem 0 0; line-height: 1.5; }
.file-feedback { margin: 0; color: var(--accent); font-size: 0.9rem; overflow-wrap: anywhere; }
.file-feedback:empty, .preview-status:empty { display: none; }

.send-photos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(7.4rem, 1fr));
  gap: 0.4rem;
}

.send-card.has-files .send-photos { display: grid; }

.send-photos li {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--ivory-deep);
  min-height: 44px;
}

.send-photos li:only-child { max-width: 10rem; }

.send-photos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.send-photos__file {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.6rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-align: center;
  overflow-wrap: anywhere;
}

.send-photo-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}

.send-photo-remove::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  background: var(--ivory);
  z-index: -1;
}

.send-photo-remove:active { transform: scale(0.97); }

.send-sign { border-top: 1px solid var(--line); }

body.page-request .send-card .field { gap: 0.45rem; padding: 1.2rem 1.4rem; }
body.page-request .send-card .send-note { margin: 0; }
body.page-request .send-card .field label { font-size: 1rem; font-weight: 500; }
body.page-request .send-card .field-help { margin: 0; color: var(--ink-soft); font-size: 0.94rem; line-height: 1.5; }

body.page-request .send-card .field input,
body.page-request .send-card .field textarea {
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgb(28 25 22 / 0.3);
  background: var(--ivory);
  color: var(--ink);
}

body.page-request .send-card .field textarea {
  min-height: 6.5rem;
  resize: vertical;
  line-height: 1.5;
  overflow: auto;
}

body.page-request .send-card .field input::placeholder,
body.page-request .send-card .field textarea::placeholder { color: var(--mute); }

body.page-request .send-sign { gap: 0; }
body.page-request .send-sign .field + .field { border-left: 1px solid var(--line); }

body.page-request .send-card .field input:focus,
body.page-request .send-card .field textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  background: var(--ivory);
}

body.page-request .quote-actions {
  border-top: 1px solid var(--line);
  padding: 1.1rem 1.4rem;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.quote-next-step { margin: 0; color: var(--mute); font-size: 0.88rem; }

.send-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--accent);
  border-radius: 0;
  background: var(--accent);
  color: var(--ivory);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 160ms var(--ease-out);
}
.send-go:disabled { opacity: 0.55; cursor: default; }
@media (hover: hover) and (pointer: fine) {
  .send-go:hover { background: var(--ink); border-color: var(--ink); }
}

.quote-challenge {
  margin-top: 0.85rem;
}

.quote-fine {
  margin: 0;
  color: var(--mute);
  font-size: 0.88rem;
}

body.page-request .field select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%231c1916' d='M1.1 1.2 6 6.1l4.9-4.9 1.1 1.1L6 8.3 0 1.3z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.2rem;
}

.request-office {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.request-office a {
  color: var(--ink);
  text-decoration: none;
  margin-left: 0.35rem;
  border-bottom: 1px solid currentColor;
}

body.page-request .field label span,
body.page-request .field-label span {
  font-size: 0.85rem;
  margin-left: 0.35rem;
}

@media (max-width: 760px) {
  .send-paths { grid-template-columns: 1fr; }
}

.request-contact {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.4rem;
}

.request-contact a {
  text-decoration: none;
  min-height: 32px;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.request-contact small {
  color: var(--mute);
  margin-left: 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .request-contact a:hover { opacity: 0.55; }
}

.quote-preview {
  display: grid;
  gap: 1.05rem;
  padding: 0;
  background: transparent;
  border: 0;
  min-width: 0;
  scroll-margin-top: calc(var(--header-h) + 0.8rem);
}

.preview-notice {
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 28rem;
}

.quote-step {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.quote-progress {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--mute);
}

.quote-progress strong {
  color: var(--ink);
  font-weight: 500;
}

.field, .field-row { display: grid; gap: 0.3rem; }
.field-row { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.field label,
.field-label { font-size: 0.92rem; }
.field label span,
.field-label span { color: var(--mute); }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
}

.field select { appearance: none; }
.field select:invalid { color: var(--mute); }
.field textarea { min-height: 6.5rem; resize: vertical; }
.field small { color: var(--mute); font-size: 0.85rem; }

.dimension-fields {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto;
  gap: 0.4rem;
  align-items: center;
}

.quote-consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.92rem;
}

.quote-consent input { width: 1.1rem; height: 1.1rem; margin-top: 0.25rem; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.preview-status { min-height: 1.3rem; color: var(--mute); font-size: 0.88rem; }
.quote-preview.is-submitting { opacity: 0.7; }

[data-request-guide-title].is-updating,
[data-request-guide-body].is-updating {
  animation: guide-in 280ms var(--ease-out);
}

@keyframes guide-in {
  from { opacity: 0.35; }
  to { opacity: 1; }
}

.site-footer {
  padding: 2.6rem var(--gutter) 1.6rem;
  border-top: 1px solid var(--line);
  color: var(--mute);
}

.footer-main {
  width: min(var(--wide), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-brand {
  text-decoration: none;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.footer-brand small {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: var(--mute);
}

.footer-links { display: grid; gap: 0.35rem; }
.footer-links a {
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.footer-notes,
.footer-bottom {
  width: min(var(--wide), 100%);
  margin: 0.9rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
}

.footer-bottom a { margin-right: 0.9rem; color: var(--ink); }

[data-reveal] {
  opacity: 0;
  transition: opacity 500ms var(--ease-out);
}

[data-reveal].is-visible { opacity: 1; }

body.lightbox-open { overflow: hidden; }

.lightbox {
  position: relative;
  width: min(1080px, 96vw);
  max-height: 94dvh;
  padding: 0;
  border: 0;
  background: var(--ivory);
  overscroll-behavior: contain;
}

.lightbox::backdrop { background: rgb(16 13 11 / 0.84); }
.lightbox__figure { margin: 0; }
.lightbox__stage { background: #111; }
.lightbox__image { width: 100%; max-height: min(78dvh, calc(94dvh - 8rem)); object-fit: contain; margin-inline: auto; }
.lightbox__image.is-changing { opacity: 0.45; }
.lightbox__caption {
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
}
.lightbox__details { display: flex; flex-wrap: wrap; gap: 0.3rem 0.7rem; }
.lightbox__quote { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent); font-weight: 500; text-underline-offset: 0.25em; }
.portfolio-reference { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 0.8rem; align-items: center; padding: 1rem 1.4rem; border-bottom: 1px solid var(--line); }
.portfolio-reference img { width: 64px; height: 64px; object-fit: contain; background: var(--ivory-deep); }
.portfolio-reference__copy p { margin: 0 0 0.2rem; font-size: 0.82rem; color: var(--mute); }
.portfolio-reference__copy strong { font-size: 0.95rem; font-weight: 500; }
.portfolio-reference button { padding: 0; min-height: 44px; border: 0; background: none; color: var(--mute); font-size: 0.82rem; cursor: pointer; text-decoration: underline; text-underline-offset: 0.2em; }
@media (max-width: 480px) {
  .portfolio-reference { grid-template-columns: 56px minmax(0,1fr); padding: 1rem; gap: 0.2rem 0.7rem; }
  .portfolio-reference img { width: 56px; height: 56px; grid-row: 1 / 3; }
  .portfolio-reference button { grid-column: 2; justify-self: start; }
}

.lightbox__close,
.lightbox__previous,
.lightbox__next {
  position: absolute;
  z-index: 2;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: var(--ivory);
  cursor: pointer;
  touch-action: manipulation;
}

.lightbox__close {
  top: 0.5rem;
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0 0.75rem;
}
.lightbox__previous { top: 50%; left: 0.35rem; transform: translateY(-50%); }
.lightbox__next { top: 50%; right: 0.35rem; transform: translateY(-50%); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transition: none; }
  .work-media img { transition: none; }
  .button,
  .header-quote,
  .send-go,
  .send-well__invite strong,
  .send-well { transition: none; }
  [data-request-guide-title].is-updating,
  [data-request-guide-body].is-updating { animation: none; }
}

@media (max-width: 1120px) {
  :root { --header-h: 4.2rem; }
  .site-header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "menu brand quote";
    min-height: var(--header-h);
  }
  .menu-toggle { display: inline-flex; }
  .navigation-cta { display: flex; }
  .site-navigation {
    position: fixed;
    inset: 4.2rem 0 0;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 1rem var(--gutter);
    background: var(--ivory);
    overflow: auto;
  }
  body.menu-open { position: fixed; width: 100%; }
  body.menu-open .site-navigation { display: flex; }
  .site-navigation a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    letter-spacing: 0.12em;
  }
  .request-layout,
  .close-layout,
  .capability-grid,
  .shop-notes,
  .press-line ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .work-gallery,
  .field-row,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .hero-plates { gap: 0.32rem; }
  .dimension-fields { grid-template-columns: 1fr; }
  .dimension-fields span { display: none; }
  body.page-request .send-sign .field + .field {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  body.page-request .send-card .field { padding: 1rem; }
  .send-well { padding: 0.7rem 1rem; }
  body.page-request .quote-actions { padding-inline: 1rem; gap: 0.7rem; }
  body.page-request .send-go { width: 100%; }
  body.page-request .quote-next-step { width: 100%; text-align: center; }
  body.page-request .request-section { padding-top: 1.7rem; }
  body.page-request .send-well { gap: 0.2rem; }
}

/* Keep the full quote action readable beside the wordmark on narrow phones. */
@media (max-width: 480px) {
  .site-header {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding-inline: 1rem;
    gap: 0.25rem;
  }
  .menu-toggle {
    width: 44px;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .site-brand span { font-size: 0.95rem; letter-spacing: 0.22em; padding-left: 0.22em; }
  .site-brand small { font-size: 0.5rem; letter-spacing: 0.1em; }
  .header-quote {
    max-width: 5.7rem;
    white-space: normal;
    text-align: right;
    justify-content: flex-end;
    letter-spacing: 0.06em;
    font-size: 0.7rem;
    line-height: 1.5;
  }
}

/* Public launch information and form fallback. */
.no-js [data-quote-form] { display: none; }
.request-fallback { max-width: 38rem; margin: 1.5rem auto; }
.quote-privacy { margin-top: 1.1rem; color: var(--ink-soft); font-size: 0.88rem; line-height: 1.5; }
.information-page { padding-block: clamp(3rem, 7vw, 6rem); }
.information-page article { max-width: 42rem; margin-inline: auto; }
.information-page h1 { margin-bottom: 1rem; }
.information-page section { margin-top: 2.4rem; }
.information-page h2 { font-size: clamp(1.55rem, 3.5vw, 2rem); margin-bottom: 0.8rem; }
.information-page p + p { margin-top: 1rem; }
.information-date { color: var(--ink-soft); font-size: 0.88rem; margin-top: 1rem; }
