:root {
  color-scheme: light;
  --paper: #fbfaf6;
  --paper-strong: #ffffff;
  --wash: #f2efe6;
  --ink: #172019;
  --muted: #5f685f;
  --subtle: #7d847c;
  --line: #dcd9cf;
  --green: #18261f;
  --green-2: #243c30;
  --green-3: #315542;
  --gold: #c6a45b;
  --gold-deep: #8c6e2e;
  --cream: #f7edcf;
  --rust: #984c34;
  --blue: #315b67;
  --shadow-sm: 0 1px 2px rgb(23 32 25 / 0.06), 0 6px 20px rgb(23 32 25 / 0.05);
  --shadow-lg: 0 28px 80px rgb(13 24 17 / 0.18);
  --radius: 18px;
  --radius-sm: 11px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgb(198 164 91 / 0.58);
  outline-offset: 3px;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--green);
  font-weight: 750;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(220 217 207 / 0.82);
  background: rgb(251 250 246 / 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  border-radius: 9px;
  box-shadow: 0 2px 8px rgb(23 32 25 / 0.14);
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 3px;
  color: var(--subtle);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.88rem;
  font-weight: 650;
}

.main-nav a {
  color: #3e4840;
  text-decoration: none;
  transition: color 150ms ease;
}

.main-nav a:hover {
  color: var(--gold-deep);
}

.main-nav .nav-merch {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 80px;
  background:
    radial-gradient(circle at 4% 10%, rgb(198 164 91 / 0.16), transparent 25%),
    linear-gradient(135deg, #f8f4e9 0%, var(--paper) 52%, #eef2eb 100%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgb(24 38 31 / 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgb(24 38 31 / 0.025),
    0 0 0 98px rgb(24 38 31 / 0.018);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.state-copy h2,
.api-layout h2,
.request-copy h2,
.faq-layout h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 710px;
  font-size: clamp(3.05rem, 6.1vw, 5.65rem);
}

.hero-lede {
  max-width: 680px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.hero-actions,
.api-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  box-shadow: 0 9px 25px rgb(24 38 31 / 0.16);
}

.button-primary:hover {
  border-color: var(--green-3);
  background: var(--green-2);
  box-shadow: 0 12px 30px rgb(24 38 31 / 0.22);
}

.button-quiet {
  border-color: var(--line);
  background: rgb(255 255 255 / 0.62);
  color: var(--ink);
}

.button-quiet:hover {
  border-color: #c8c3b6;
  background: #fff;
}

.button-cream {
  background: var(--cream);
  color: var(--green);
}

.button-cream:hover {
  background: #fff4d5;
}

.button-outline-light {
  border-color: rgb(255 255 255 / 0.3);
  background: transparent;
  color: #fff;
}

.button-outline-light:hover {
  border-color: rgb(255 255 255 / 0.65);
  background: rgb(255 255 255 / 0.08);
}

.button.is-disabled,
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none;
}

.trust-list,
.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  padding: 0;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  list-style: none;
}

.trust-list span {
  margin-right: 5px;
  color: var(--gold-deep);
}

.hero-offer {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 24px;
  background: var(--green);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.hero-offer::before {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(255 255 255 / 0.025);
  content: "";
}

.offer-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255 255 255 / 0.66);
  font-size: 0.78rem;
  font-weight: 680;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.pill-light {
  background: var(--cream);
  color: var(--green);
}

.data-preview {
  display: grid;
  height: 112px;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: 25px 0 27px;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px) 0 0 / 20% 100%,
    rgb(255 255 255 / 0.035);
}

.data-preview span {
  min-width: 0;
  border-radius: 2px;
  background: rgb(247 237 207 / 0.72);
}

.data-preview span:nth-child(3n + 2) {
  background: rgb(255 255 255 / 0.18);
}

.data-preview span:nth-child(4n) {
  width: 62%;
}

.offer-kicker {
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-offer h2 {
  max-width: 320px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 650;
  line-height: 1.08;
}

.hero-offer > p:not(.offer-kicker) {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.9rem;
}

.offer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 25px;
}

.offer-price {
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 700;
}

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

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid > div {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid var(--line);
}

.stat-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.stat-grid strong {
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.1;
}

.stat-grid span {
  margin-top: 6px;
  color: var(--subtle);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.merch-band {
  padding: 25px 0;
  background:
    linear-gradient(110deg, rgb(24 38 31 / 0.98), rgb(36 60 48 / 0.96)),
    var(--green);
  color: #fff;
}

.merch-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.merch-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px dashed rgb(247 237 207 / 0.44);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.06);
  box-shadow: inset 0 0 0 5px rgb(255 255 255 / 0.025);
}

.merch-mark span {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 0.85rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.merch-copy .eyebrow {
  margin-bottom: 3px;
  color: var(--gold);
}

.merch-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.24;
}

.button-merch {
  border-color: rgb(255 255 255 / 0.18);
  background: #fff;
  color: var(--green);
  white-space: nowrap;
}

.section {
  padding: 96px 0;
}

.section-tint {
  border-block: 1px solid var(--line);
  background: var(--wash);
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: #fff;
}

.section-dark::after {
  position: absolute;
  top: -250px;
  right: -120px;
  width: 500px;
  height: 500px;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgb(255 255 255 / 0.018);
  content: "";
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}

.section-heading h2,
.state-copy h2,
.api-layout h2,
.request-copy h2,
.faq-layout h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.7rem);
}

.section-heading > p {
  max-width: 465px;
  margin: 0 0 4px;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.loading-card {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--subtle);
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  border-color: #c8c3b6;
  box-shadow: 0 15px 42px rgb(23 32 25 / 0.1);
  transform: translateY(-3px);
}

.product-card.is-featured {
  min-height: 100%;
}

.product-visual {
  position: relative;
  display: flex;
  height: 134px;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  padding: 17px;
  background: #e8eee9;
}

.product-visual::before,
.product-visual::after {
  position: absolute;
  content: "";
}

.product-visual::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgb(24 38 31 / 0.08) 1px, transparent 1px) 0 0 / 20% 100%,
    linear-gradient(rgb(24 38 31 / 0.07) 1px, transparent 1px) 0 0 / 100% 25%;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.product-visual::after {
  top: -45px;
  right: -30px;
  width: 145px;
  height: 145px;
  border: 1px solid rgb(24 38 31 / 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgb(24 38 31 / 0.035);
}

.visual-us {
  background: #ece5d3;
}

.visual-specialty {
  background: #e5edf0;
}

.visual-global {
  background: #dfe9e2;
}

.visual-sample {
  background: #efe8d9;
}

.visual-mark,
.visual-format {
  position: relative;
  z-index: 1;
}

.visual-mark {
  font-family: var(--serif);
  font-size: 2.55rem;
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

.visual-format {
  color: rgb(23 32 25 / 0.55);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.product-body {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-tag {
  color: var(--gold-deep);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-row-count {
  color: var(--subtle);
  font-size: 0.72rem;
  font-weight: 620;
}

.product-card h3 {
  margin: 11px 0 0;
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.13;
}

.product-description {
  display: -webkit-box;
  margin: 11px 0 19px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 17px;
  margin-top: auto;
  border-top: 1px solid #ece9e1;
}

.product-price {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 1.48rem;
  font-weight: 750;
  line-height: 1;
}

.product-price small {
  margin-top: 6px;
  color: var(--subtle);
  font-family: var(--sans);
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.icon-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
}

.icon-button:hover {
  border-color: #bbb5a7;
  color: var(--ink);
}

.product-actions .button {
  min-height: 40px;
  padding: 8px 13px;
  font-size: 0.79rem;
}

.state-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
}

.state-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 23px 0 0;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 11px;
  margin-top: 25px;
  font-size: 0.88rem;
}

.check-list li {
  position: relative;
  padding-left: 27px;
}

.check-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: var(--gold-deep);
  content: "✓";
  font-weight: 850;
}

.state-picker-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper-strong);
  box-shadow: 0 18px 55px rgb(23 32 25 / 0.09);
}

.state-picker-card > label,
.form-field label {
  display: block;
  margin-bottom: 8px;
  color: #3e4840;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--subtle);
  content: "⌄";
  pointer-events: none;
  transform: translateY(-60%);
}

.select-wrap select,
.form-field input,
.form-field select,
.form-field textarea,
.sort-control select {
  width: 100%;
  border: 1px solid #d1cdc1;
  border-radius: 9px;
  outline: none;
  background: #fff;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.select-wrap select {
  height: 52px;
  padding: 0 44px 0 14px;
  appearance: none;
}

.select-wrap select:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.sort-control select:focus,
.search-box:focus-within {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgb(198 164 91 / 0.17);
}

.state-selection {
  min-height: 124px;
  padding: 25px 0;
  margin-top: 7px;
  border-bottom: 1px solid var(--line);
}

.state-selection h3 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1.15;
}

.state-selection p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.state-buy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 23px;
}

.state-buy-row > strong {
  font-family: var(--serif);
  font-size: 2rem;
}

.fine-print {
  margin: 12px 0 0;
  color: var(--subtle);
  font-size: 0.7rem;
}

.catalog-heading {
  margin-bottom: 28px;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 12px;
}

.search-box {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}

.search-box svg {
  width: 19px;
  fill: none;
  stroke: var(--subtle);
  stroke-linecap: round;
  stroke-width: 1.7;
}

.search-box input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
}

.search-box input::placeholder {
  color: #999f98;
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--subtle);
  font-size: 0.76rem;
  font-weight: 700;
}

.sort-control select {
  height: 50px;
  min-width: 190px;
  padding: 0 36px 0 13px;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tab {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 720;
}

.tab:hover,
.tab.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.results-line {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.results-line p {
  margin: 0;
  color: var(--subtle);
  font-size: 0.77rem;
  font-weight: 650;
}

.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-deep);
  font-size: 0.77rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.empty-state,
.noscript-note {
  padding: 48px 22px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.empty-state h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.6rem;
}

.empty-state p {
  margin: 8px 0 18px;
  color: var(--muted);
}

.api-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.api-layout .eyebrow {
  color: var(--gold);
}

.api-layout h2 {
  max-width: 700px;
}

.api-layout p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 0.68);
}

.api-actions {
  justify-content: flex-end;
  margin: 0;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr);
  gap: clamp(55px, 9vw, 130px);
}

.request-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
}

.coming-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}

.coming-chip {
  padding: 7px 10px;
  border: 1px solid #d1cdc1;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.55);
  color: #4e574f;
  font-size: 0.7rem;
  font-weight: 660;
}

.coming-chip:hover {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
}

.request-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}

.form-field + .form-field {
  margin-top: 17px;
}

.form-field label span {
  color: var(--subtle);
  font-weight: 500;
}

.form-field input,
.form-field select {
  height: 50px;
  padding: 0 13px;
}

.form-field textarea {
  min-height: 112px;
  padding: 12px 13px;
  resize: vertical;
}

.request-form .button {
  width: 100%;
  margin-top: 22px;
}

.request-form .button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.4em;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.form-status.is-error {
  color: #9a3f2f;
}

.form-status.is-success {
  color: #326746;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  align-items: start;
  gap: 90px;
}

.faq-layout > div:first-child {
  position: sticky;
  top: 110px;
}

.faq-layout > div:first-child p:not(.eyebrow) {
  color: var(--muted);
}

.faq-layout a {
  color: var(--gold-deep);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 7px;
  color: var(--gold-deep);
  content: "+";
  font-family: var(--sans);
  font-size: 1.3rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 690px;
  padding: 0 44px 23px 0;
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  padding: 70px 0 26px;
  background: #101712;
  color: rgb(255 255 255 / 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, 0.65fr);
  gap: 50px;
}

.brand-footer {
  color: #fff;
}

.brand-footer small {
  color: rgb(255 255 255 / 0.48);
}

.footer-brand > p,
.footer-grid > div:last-child p {
  max-width: 320px;
  margin: 17px 0 0;
  color: rgb(255 255 255 / 0.45);
  font-size: 0.78rem;
}

.footer-grid h2 {
  margin: 0 0 15px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  margin: 9px 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-grid > div:not(:first-child) a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 55px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.4);
  font-size: 0.7rem;
}

.footer-bottom a {
  text-decoration: none;
}

.product-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 22px;
  background: var(--paper-strong);
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}

.product-dialog::backdrop {
  background: rgb(10 17 12 / 0.64);
  backdrop-filter: blur(5px);
}

.dialog-close-form {
  position: sticky;
  z-index: 2;
  top: 12px;
  display: flex;
  height: 0;
  justify-content: flex-end;
  transform: translateX(16px);
}

.dialog-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0 0 2px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.92);
  box-shadow: var(--shadow-sm);
  font-size: 1.45rem;
  line-height: 1;
}

.dialog-visual {
  display: grid;
  height: 150px;
  place-items: center;
  margin: 0 -30px 26px;
  background:
    linear-gradient(90deg, rgb(24 38 31 / 0.07) 1px, transparent 1px) 0 0 / 16.66% 100%,
    linear-gradient(rgb(24 38 31 / 0.06) 1px, transparent 1px) 0 0 / 100% 33.33%,
    #e5ece6;
}

.dialog-visual span {
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 750;
}

.product-dialog h2 {
  max-width: 510px;
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.dialog-description {
  margin: 16px 0 0;
  color: var(--muted);
}

.dialog-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 25px 0;
  border-block: 1px solid var(--line);
}

.dialog-facts > div {
  min-width: 0;
  padding: 17px 12px;
  border-left: 1px solid var(--line);
}

.dialog-facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.dialog-facts dt {
  color: var(--subtle);
  font-size: 0.61rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dialog-facts dd {
  margin: 6px 0 0;
  font-size: 0.77rem;
  font-weight: 680;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dialog-includes {
  padding: 20px;
  border-radius: 12px;
  background: var(--wash);
}

.dialog-includes h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
}

.dialog-includes ul {
  padding-left: 18px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.dialog-buy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}

.dialog-buy-row strong {
  font-family: var(--serif);
  font-size: 2rem;
}

@media (max-width: 1020px) {
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-grid > div:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .stat-grid > div:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .api-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .api-actions {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 30px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 5.2rem;
  }

  .shell {
    width: min(100% - 28px, 680px);
  }

  .header-inner {
    min-height: 68px;
  }

  .main-nav a:not(.nav-merch) {
    display: none;
  }

  .main-nav .nav-merch {
    padding: 8px 11px;
    font-size: 0.75rem;
  }

  .hero {
    padding: 64px 0;
  }

  .hero-grid,
  .state-layout,
  .request-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero-offer {
    max-width: 520px;
  }

  .merch-inner {
    grid-template-columns: auto 1fr;
  }

  .button-merch {
    grid-column: 2;
    justify-self: start;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 16px;
  }

  .faq-layout > div:first-child {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.61rem;
  }

  .main-nav .nav-merch {
    padding: 7px 9px;
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-actions,
  .api-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .api-actions .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
  }

  .hero-offer {
    padding: 22px;
    border-radius: 18px;
  }

  .offer-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-footer .button {
    width: 100%;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid > div,
  .stat-grid > div:nth-child(2),
  .stat-grid > div:nth-child(3),
  .stat-grid > div:nth-child(4) {
    min-height: 86px;
    padding: 16px 22px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .stat-grid > div:first-child {
    border-top: 0;
  }

  .merch-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .merch-mark {
    width: 48px;
    height: 48px;
  }

  .button-merch {
    width: 100%;
  }

  .featured-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .state-picker-card,
  .request-form {
    padding: 22px;
  }

  .state-buy-row {
    align-items: stretch;
    flex-direction: column;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
  }

  .sort-control {
    justify-content: space-between;
  }

  .sort-control select {
    flex: 1;
  }

  .catalog-tabs {
    flex-wrap: nowrap;
    padding-bottom: 6px;
    overflow-x: auto;
  }

  .tab {
    white-space: nowrap;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-dialog {
    padding: 0 20px 24px;
  }

  .dialog-visual {
    margin-inline: -20px;
  }

  .dialog-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .dialog-facts > div:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .dialog-facts > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .dialog-buy-row {
    align-items: stretch;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
