:root {
  --cream: #F6F3EC;
  --paper: #FFFFFF;
  --ink: #1B2430;
  --ink-soft: #44505F;
  --brass: #A57F3D;
  --brass-deep: #8A6828;
  --line: #E4DDD0;
  --err: #9C3B2F;
  --ok: #3E6B52;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container: 1200px;
  --prose: 1140px;
  --measure: 68ch;
  --radius: 4px;
  --space-section: clamp(64px, 9vw, 96px);
  --header-h: 72px;
  --ring-brass: 0 0 0 3px rgba(165, 127, 61, 0.25);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.is-locked {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.011em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
}

h3 {
  font-size: 1.32rem;
  line-height: 1.25;
}

p {
  max-width: var(--measure);
}

ul,
ol {
  padding-left: 1.2em;
}

::selection {
  background: rgba(165, 127, 61, 0.22);
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.18s var(--ease);
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 40px);
}

.prose {
  max-width: var(--prose);
  margin-inline: auto;
}

.section {
  padding-block: var(--space-section);
}

.section--tight {
  padding-block: clamp(48px, 6vw, 72px);
}

.section--resume {
  padding-top: 8px;
}

.narrow {
  max-width: 860px;
  margin-inline: auto;
}

.field-tight {
  margin-bottom: 0;
}

.lot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.lot-head .field-label {
  margin-bottom: 0;
}

.form-cta {
  width: 100%;
  max-width: 340px;
}

.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;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
}

.micro-caps {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lede {
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 62ch;
}

.text-soft {
  color: var(--ink-soft);
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.section-head::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: var(--brass);
  margin-top: 22px;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head--center::after {
  margin-inline: auto;
}

.section-head h2 {
  margin-top: 14px;
}

.section-head .lede {
  margin-top: 18px;
}

.hairline {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.muted {
  color: var(--ink-soft);
}

a.link {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 1px;
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}

a.link:hover {
  color: var(--brass-deep);
  border-color: var(--brass-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: 16px 26px;
  min-height: 48px;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}

.btn:hover {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--paper);
}

.btn:active {
  transform: translateY(1px);
}

.btn[disabled],
.btn.is-loading {
  opacity: 0.55;
  cursor: progress;
  pointer-events: none;
}

.btn-brass {
  background: transparent;
  color: var(--ink);
  border-color: var(--brass);
}

.hero .btn-brass,
.band--ink .btn-brass {
  color: var(--cream);
  border-color: rgba(212, 175, 116, 0.9);
}

.btn-brass:hover {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--paper);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(246, 243, 236, 0.5);
  color: var(--cream);
}

.btn-ghost:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.btn-sm {
  padding: 12px 18px;
  min-height: 44px;
  font-size: 0.74rem;
}

.btn-block {
  width: 100%;
}

.btn-arrow::after {
  content: "\2192";
  font-family: var(--sans);
  letter-spacing: 0;
  transition: transform 0.2s var(--ease);
}

.btn-arrow:hover::after {
  transform: translateX(3px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 236, 0.94);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(27, 36, 48, 0.02);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}

.wordmark .mark-dot {
  color: var(--brass);
}

.wordmark small {
  display: block;
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 2px;
}

.nav-links {
  display: none;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle .bar {
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}

.nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 8px clamp(20px, 5vw, 40px) 20px;
  display: grid;
  gap: 2px;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.22s var(--ease), opacity 0.22s var(--ease), visibility 0.22s;
}

.mobile-nav.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 1.02rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.mobile-nav a[aria-current="page"] {
  color: var(--brass-deep);
}

@media (min-width: 861px) {
  .nav-toggle,
  .mobile-nav {
    display: none;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
  }

  .nav-links a:not(.btn) {
    position: relative;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--ink-soft);
    padding: 6px 0;
    transition: color 0.18s var(--ease);
  }

  .nav-links a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: var(--brass);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s var(--ease);
  }

  .nav-links a:not(.btn):hover {
    color: var(--ink);
  }

  .nav-links a:not(.btn):hover::after {
    transform: scaleX(1);
  }

  .nav-links a[aria-current="page"]:not(.btn) {
    color: var(--ink);
  }

  .nav-links a[aria-current="page"]:not(.btn)::after {
    transform: scaleX(1);
  }

  .nav-links .nav-cta {
    margin-left: 6px;
  }
}

@media (max-width: 1059px) {
  .nav-links .nav-cta {
    display: none;
  }
}

.hero {
  position: relative;
  min-height: 88vh;
  min-height: 88dvh;
  display: flex;
  align-items: center;
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--ink);
}

.hero__media video,
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media .hero-fallback {
  display: none;
}

.hero[data-static="true"] .hero__media video {
  display: none;
}

.hero[data-static="true"] .hero__media .hero-fallback {
  display: block;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(20, 27, 37, 0.55), rgba(20, 27, 37, 0.25));
}

.hero .container {
  padding-block: 96px;
}

.hero__inner {
  max-width: 780px;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cream);
}

.hero .eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--brass);
}

.hero h1 {
  color: var(--cream);
  margin-top: 22px;
  max-width: 16ch;
}

.hero .lede {
  color: rgba(246, 243, 236, 0.86);
  margin-top: 22px;
  max-width: 58ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

@media (max-width: 860px) {
  .hero {
    min-height: 100dvh;
    min-height: 100vh;
  }
}

.page-head {
  padding-block: clamp(48px, 8vw, 84px) clamp(24px, 4vw, 32px);
}

.page-head .eyebrow {
  color: var(--brass);
}

.page-head h1 {
  margin-top: 14px;
  max-width: 20ch;
}

.page-head .lede {
  margin-top: 18px;
}

.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.crumbs a {
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 0.18s var(--ease);
}

.crumbs a:hover {
  color: var(--brass-deep);
}

.crumbs .sep {
  color: var(--line);
}

.crumbs [aria-current="page"] {
  color: var(--ink);
}

.steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  counter-reset: step;
}

.step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px 32px;
}

.step__num {
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brass);
}

.step__num::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--brass);
  margin: 18px 0 0;
}

.step h3 {
  margin-top: 22px;
}

.step p {
  margin-top: 12px;
  color: var(--ink-soft);
}

@media (min-width: 720px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

.market-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.market-grid a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 20px 18px;
  min-height: 64px;
  text-decoration: none;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.18s var(--ease), color 0.18s var(--ease);
}

.market-grid a:hover {
  background: var(--cream);
}

.market-grid .mkt {
  font-family: var(--serif);
  font-size: 1.24rem;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: break-word;
}

.market-grid a:hover .mkt {
  color: var(--brass-deep);
}

.market-grid .mkt-zips {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
}

@media (min-width: 720px) {
  .market-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .market-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.band {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.band--ink {
  background: var(--ink);
  border-block-color: transparent;
  color: var(--cream);
}

.band--ink h2 {
  color: var(--cream);
}

.quote {
  max-width: 24ch;
  margin-inline: auto;
  text-align: center;
}

.quote blockquote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.quote .cite {
  margin: 0;
  margin-top: 26px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
}

.quote::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: var(--brass);
  margin: 0 auto 34px;
}

.band--ink .quote cite {
  color: var(--brass);
}

.cta-band {
  text-align: center;
}

.cta-band h2 {
  max-width: 22ch;
  margin-inline: auto;
}

.cta-band .lede {
  margin-inline: auto;
  margin-top: 18px;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.filters {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

@media (min-width: 720px) {
  .filters {
    grid-template-columns: repeat(3, 1fr) auto;
    align-items: end;
  }
}

.filters .field {
  margin: 0;
}

.filters .filters__reset {
  align-self: end;
  min-height: 48px;
}

.filters-summary {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.filters-summary .count {
  font-weight: 600;
  color: var(--ink);
}

.inventory-layout {
  padding-bottom: var(--space-section);
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

@media (min-width: 680px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s var(--ease);
}

.card:hover {
  border-color: var(--brass);
}

.card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--cream);
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__tags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
}

.pill--over {
  background: rgba(246, 243, 236, 0.92);
  border-color: rgba(228, 221, 208, 0.9);
  backdrop-filter: none;
}

.pill--sample {
  color: var(--brass-deep);
  border-color: var(--brass);
}

.card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}

.card__area {
  font-family: var(--serif);
  font-size: 1.16rem;
  line-height: 1.3;
}

.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

.card__meta .dot::before {
  content: "\00B7";
  margin-right: 16px;
  color: var(--brass);
}

.card__price {
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--ink);
}

.card__price.is-poa {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-style: italic;
}

.card__desc {
  margin-top: 14px;
  font-size: 0.94rem;
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: none;
}

.card__foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.card__credit {
  font-size: 0.68rem;
  line-height: 1.4;
  color: var(--ink-soft);
  opacity: 0.85;
}

.empty-state {
  text-align: center;
  padding: clamp(44px, 7vw, 72px) 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.empty-state .rule {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: var(--brass);
  margin: 0 auto 28px;
}

.empty-state h2 {
  font-size: 1.6rem;
}

.empty-state p {
  margin: 16px auto 28px;
  max-width: 46ch;
  color: var(--ink-soft);
}

.noscript-note {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--brass);
  border-left-width: 3px;
  border-radius: var(--radius);
  margin-bottom: 24px;
}

.noscript-note h2 {
  font-size: 1.2rem;
}

.noscript-note ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.noscript-note li a {
  color: var(--ink);
  border-bottom: 1px solid var(--brass);
  text-decoration: none;
}

.listing-loading {
  color: var(--ink-soft);
  font-size: 0.95rem;
  padding: 40px 0;
}

.field {
  display: block;
  margin-bottom: 22px;
}

.field > label,
.field-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 9px;
}

.field .req {
  color: var(--brass);
}

.field .optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
select,
textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  min-height: 48px;
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
  appearance: none;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2344505F' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}

input::placeholder,
textarea::placeholder {
  color: #9AA4B0;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #CFC6B4;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--brass);
  box-shadow: var(--ring-brass);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--err);
}

input:disabled,
select:disabled,
textarea:disabled {
  background: var(--cream);
  color: var(--ink-soft);
  cursor: not-allowed;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 18px;
}

@media (min-width: 560px) {
  .field-row {
    grid-template-columns: 1fr 1fr;
  }

  .field-row .field {
    min-width: 0;
  }
}

.field-hint {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.field-error {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--err);
}

.field-error:empty {
  display: none;
}

.honeypot {
  display: none !important;
}

.chip-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 22px;
}

.chip-fieldset legend {
  padding: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.chip-fieldset .field-hint {
  margin: 0 0 14px;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  user-select: none;
  transition: border-color 0.16s var(--ease), color 0.16s var(--ease), background-color 0.16s var(--ease);
}

.chip:hover {
  border-color: var(--brass);
  color: var(--ink);
}

.chip input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

.chip .chip-check {
  display: none;
  width: 12px;
  height: 12px;
  color: var(--brass);
}

.chip:has(input:checked) {
  border-color: var(--brass);
  background: rgba(165, 127, 61, 0.08);
  color: var(--ink);
}

.chip:has(input:checked) .chip-check {
  display: inline-block;
}

.chip:has(input:focus-visible) {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.chip-radio:has(input:checked) {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}

.form-section {
  margin: 0;
}

.form-section + .form-section {
  margin-top: clamp(34px, 5vw, 44px);
  padding-top: clamp(34px, 5vw, 44px);
  border-top: 1px solid var(--line);
}

.form-section__title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 24px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.28rem, 2.6vw, 1.5rem);
  line-height: 1.2;
  color: var(--ink);
}

.form-section__title .num {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--brass);
  flex: none;
}

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px);
}

.unit-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}

.unit-toggle button {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 0 16px;
  min-height: 44px;
  cursor: pointer;
  transition: background-color 0.16s var(--ease), color 0.16s var(--ease);
}

.unit-toggle button + button {
  border-left: 1px solid var(--line);
}

.unit-toggle button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--cream);
}

.lot-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
}

.lot-inputs .lot-sep {
  display: none;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}

.form-actions .form-status {
  font-size: 0.9rem;
  color: var(--err);
}

.form-status:empty {
  display: none;
}

.form-note {
  font-size: 0.84rem;
  color: var(--ink-soft);
  max-width: 62ch;
}

.dialog {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  max-width: 560px;
  width: calc(100% - 32px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 60px -20px rgba(27, 36, 48, 0.35);
}

.dialog::backdrop {
  background: rgba(27, 36, 48, 0.6);
}

.dialog[open] {
  animation: dialog-in 0.22s var(--ease);
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px), (prefers-reduced-motion: reduce) {
  .hero__media video {
    display: none;
  }

  .hero__media .hero-fallback {
    display: block;
  }

  .dialog[open] {
    animation: none;
  }
}

.dialog__inner {
  padding: clamp(24px, 4vw, 36px);
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
}

.dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.dialog__head h2 {
  font-size: 1.5rem;
}

.dialog__context {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brass);
  margin-top: 8px;
}

.dialog__close {
  flex: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: border-color 0.16s var(--ease), color 0.16s var(--ease);
}

.dialog__close:hover {
  border-color: var(--brass);
  color: var(--ink);
}

.success-panel {
  text-align: center;
  padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 40px);
  background: var(--paper);
  border: 1px solid var(--brass);
  border-left-width: 3px;
  border-radius: var(--radius);
}

.success-panel .success-mark {
  width: 52px;
  height: 52px;
  margin: 0 auto 22px;
  color: var(--brass);
}

.success-panel h2 {
  font-size: 1.7rem;
}

.success-panel p {
  margin: 16px auto 0;
  max-width: 52ch;
  color: var(--ink-soft);
}

.success-panel__actions {
  margin-top: 28px;
}

.about-body {
  padding-bottom: var(--space-section);
}

.prose-block {
  display: grid;
  gap: 22px;
}

.prose-block p {
  font-size: 1.12rem;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 66ch;
}

.prose-block p .lead-in {
  color: var(--ink);
  font-weight: 600;
}

.setups {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 6px;
}

@media (min-width: 760px) {
  .setups {
    grid-template-columns: repeat(3, 1fr);
  }
}

.setup-item {
  padding: 26px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.setup-item .eyebrow {
  font-size: 0.66rem;
}

.setup-item h3 {
  font-size: 1.18rem;
  margin-top: 12px;
}

.setup-item p {
  margin-top: 10px;
  font-size: 0.96rem;
  color: var(--ink-soft);
  max-width: none;
}

.contact-wrap {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .contact-wrap {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
  }
}

.contact-aside .detail {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.contact-aside .detail:first-of-type {
  padding-top: 0;
}

.contact-aside .detail .eyebrow {
  font-size: 0.66rem;
}

.contact-aside .detail .value {
  font-family: var(--serif);
  font-size: 1.32rem;
  margin-top: 8px;
  display: block;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid transparent;
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}

.contact-aside .detail a.value:hover {
  color: var(--brass-deep);
  border-color: var(--brass);
}

.contact-aside .detail p {
  margin-top: 8px;
  font-size: 0.94rem;
  color: var(--ink-soft);
}

.site-footer {
  background: var(--ink);
  color: var(--cream);
  margin-top: var(--space-section);
}

.footer-inner {
  padding-block: clamp(52px, 7vw, 76px) 40px;
}

.footer-top {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(246, 243, 236, 0.14);
}

@media (min-width: 860px) {
  .footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
  }
}

.footer-brand .wordmark {
  color: var(--cream);
  font-size: 1.5rem;
}

.footer-brand .wordmark small {
  color: rgba(246, 243, 236, 0.55);
}

.footer-brand .tagline {
  margin-top: 18px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(246, 243, 236, 0.7);
  max-width: 40ch;
}

.footer-col h3 {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 4px;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-size: 0.95rem;
  color: rgba(246, 243, 236, 0.78);
  text-decoration: none;
  transition: color 0.18s var(--ease);
}

.footer-col a:hover {
  color: var(--cream);
}

.social {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  color: rgba(246, 243, 236, 0.6);
  border: 1px solid rgba(246, 243, 236, 0.14);
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}

.social a:hover {
  color: var(--cream);
  border-color: var(--brass);
}

.social svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 28px;
  font-size: 0.82rem;
  color: rgba(246, 243, 236, 0.55);
}

.footer-bottom .fine {
  max-width: 60ch;
}

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