:root {
  --green: #0f2313;
  --cream: #f3ebdd;
  --cream-ink: #ece4d9;
  --button: #ebe3d6;
  --coal: #20221f;
  --soil: #6d4c34;
  --gravel: #aaa69d;
  --field: #718a55;
  --clay: #c84e22;
  --gold: #bd7b11;
  --display: "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;
  --working: Inter, "Segoe UI", Arial, sans-serif;
  --wrap: min(1160px, calc(100% - 3rem));
  --header: 112px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--coal);
  font-family: var(--working);
  font-size: 17px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, p, ul, ol, blockquote, figure {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
}

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

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--cream);
  color: var(--green);
  padding: 0.5rem 0.8rem;
  z-index: 40;
}

.skip:focus {
  top: 0.5rem;
}

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

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1, h2, .pullquote p {
  font-family: var(--display);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

h1 {
  color: var(--cream-ink);
  font-size: clamp(2.5rem, 4.4vw, 3.45rem);
}

h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  line-height: 1.15;
}

h3 {
  font-family: var(--working);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border: 0;
  border-radius: 3px;
  background: var(--button);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #fffaf3;
}

.btn-clay {
  background: var(--clay);
  color: var(--cream-ink);
}

.btn-clay:hover {
  background: #b0441c;
}

.btn-gold {
  background: #f6ead4;
  color: var(--green);
}

.btn-gold:hover {
  background: #fff6e8;
}

.text-link {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.text-link:hover {
  color: #e8c27a;
}

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

.utility {
  background: var(--gold);
  color: var(--cream-ink);
  font-size: 0.82rem;
}

.utility-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 38px;
  gap: 1rem;
}

.utility p {
  grid-column: 2;
  text-align: center;
}

.utility a {
  grid-column: 3;
  justify-self: end;
  color: var(--cream-ink);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--green);
  color: var(--cream-ink);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--header);
}

.logo-link {
  display: block;
  padding: 1.15rem 0.85rem;
  line-height: 0;
}

.logo {
  display: block;
  height: 72px;
  width: auto;
}

.site-nav {
  display: flex;
  gap: 1.55rem;
  margin-left: auto;
}

.site-nav a {
  color: var(--cream-ink);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  color: var(--cream-ink);
  border: 1px solid rgba(236, 228, 217, 0.4);
  border-radius: 3px;
  padding: 0.45rem 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.header-inner > .btn {
  flex: none;
  margin-left: 2.75rem;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  background: var(--green);
  overflow: hidden;
}

.hero > .wrap {
  position: relative;
  z-index: 2;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #0f2313 0%,
    rgba(15, 35, 19, 0.92) 28%,
    rgba(15, 35, 19, 0.55) 48%,
    rgba(15, 35, 19, 0.12) 68%,
    rgba(15, 35, 19, 0) 82%
  );
  pointer-events: none;
}

.hero-copy {
  max-width: 47rem;
  padding: 3.75rem 0 4.75rem;
}

.hero .eyebrow {
  margin-bottom: 0.55rem;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.hero h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.hero .lede {
  max-width: 35.5rem;
  margin-top: 1.4rem;
  color: var(--cream-ink);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.45;
}

.hero-actions .btn {
  min-height: 56px;
  padding: 0.85rem 1.4rem;
  font-size: 1rem;
}

.hero .btn-gold {
  background: #d4a45a;
  color: var(--green);
}

.hero .btn-gold:hover {
  background: #e0b56e;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.8rem;
}

.band {
  padding: 5.25rem 0;
}

.band-tight {
  padding-top: 0;
}

.band-cream {
  background: var(--cream);
}

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

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: center;
}

.split-reverse {
  direction: rtl;
}

.split-reverse > * {
  direction: ltr;
}

.split-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 28%;
}

.split-copy h2 {
  margin-bottom: 1.25rem;
}

.mark-list li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.45rem;
  margin: 0.45rem 0;
}

.mark-x li::before {
  content: "×";
  color: var(--clay);
  font-weight: 600;
}

.mark-check li {
  align-items: start;
}

.mark-check li::before {
  content: "";
  width: 0.55rem;
  height: 0.32rem;
  margin-top: 0.4rem;
  border-left: 2px solid var(--field);
  border-bottom: 2px solid var(--field);
  transform: rotate(-45deg);
}

.pullquote {
  margin-top: 1.6rem;
  padding-top: 1.3rem;
  border-top: 2px solid var(--clay);
  max-width: 16em;
}

.pullquote p {
  color: var(--clay);
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-style: italic;
  font-weight: 560;
}

.pullquote p::before { content: "\201C"; }
.pullquote p::after { content: "\201D"; }

.guide-list {
  display: grid;
  gap: 1.35rem;
  margin-top: 0.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(32, 34, 31, 0.28);
}

.guide-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.9rem;
  align-items: center;
}

.guide-list img {
  width: 72px;
  height: 60px;
  object-fit: contain;
}

.guide-list p {
  margin-top: 0.15rem;
  color: #3a3c38;
  font-size: 0.98rem;
}

.center-head {
  max-width: 16em;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.center-eyebrow {
  text-align: center;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.step-list img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.step-num {
  margin-top: 0.9rem;
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.step-list h3 {
  margin: 0.2rem 0 0.4rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 560;
}

.step-list p:last-child {
  color: rgba(236, 228, 217, 0.86);
  font-size: 0.98rem;
}

.steps-promise {
  margin-top: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
}

.project-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-grid h3 {
  margin-top: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-grid p {
  margin-top: 0.25rem;
  color: #3e403c;
  font-size: 0.92rem;
}

.materials {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(32, 34, 31, 0.16);
}

.materials-intro p:last-child {
  margin-top: 0.9rem;
  max-width: 34rem;
}

.materials-intro a {
  color: var(--clay);
  font-weight: 600;
}

.material-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.6rem;
}

.material-list h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 560;
  margin-bottom: 0.35rem;
}

.material-list p {
  color: #3e403c;
  font-size: 0.96rem;
}

.proof-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.proof-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 1.4rem;
}

.proof-list h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 560;
  margin-bottom: 0.3rem;
}

.proof-list p {
  color: #3e403c;
  font-size: 0.96rem;
}

.proof-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 20%;
}

.page-delivery {
  min-height: 100vh;
}

.page-delivery .delivery-page-band {
  min-height: calc(100vh - var(--header) - 38px);
  display: flex;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}

.delivery-copy {
  max-width: 38rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.delivery-copy h1 {
  color: var(--coal);
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
}

.site-nav a[aria-current="page"] {
  color: #fff;
}

.delivery-copy p:last-child {
  margin-top: 0.9rem;
  color: #3e403c;
}

.truck-stage {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}

.truck-stage img {
  display: block;
  width: 100%;
  height: auto;
}

.truck-load {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.truck-caption {
  margin: 0.35rem auto 0;
  max-width: 36rem;
  text-align: center;
  color: #5c5e59;
  font-size: 0.88rem;
}

.scoop-panel {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  max-width: 36rem;
  margin: 0.4rem auto 0;
  text-align: center;
}

.scoop-count {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1;
}

.scoop-status {
  margin-top: 0.45rem;
  color: #3e403c;
}

.scoop-label {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scoop-slider-wrap {
  width: 100%;
}

#scoop-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  margin: 0.4rem 0 0.55rem;
  border-radius: 99px;
  background: linear-gradient(90deg, #c4b39a 0%, var(--soil) 70%, #3f2a1b 100%);
  cursor: pointer;
}

#scoop-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 1px 6px rgba(32, 34, 31, 0.28);
}

#scoop-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 1px 6px rgba(32, 34, 31, 0.28);
}

#scoop-slider:focus-visible {
  outline: none;
}

#scoop-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

#scoop-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

.scoop-ticks {
  display: flex;
  justify-content: space-between;
  color: #5c5e59;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scoop-note {
  max-width: 28rem;
  color: #5c5e59;
  font-size: 0.92rem;
}

.page-order .utility {
  display: none;
}

.page-order .delivery-page-band {
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.page-order .wrap.delivery {
  width: min(1240px, calc(100% - 2.5rem));
}

.page-order .delivery-copy {
  max-width: none;
  margin: 0 0 0.35rem;
  text-align: left;
}

.page-order .delivery-copy h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.order-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 400px);
  gap: 1.75rem 2rem;
  align-items: start;
}

.order-visual {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.page-order .truck-stage {
  max-width: none;
  margin: 0 -4% 0 -6%;
}

.page-order .truck-art {
  position: relative;
  width: 117.1875%;
  margin-left: -17.1875%;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 78%, transparent 100%);
  mask-composite: intersect;
}

.order-form {
  margin-top: 0;
}

.order-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid #d8d0c2;
}

.order-qty {
  display: grid;
  gap: 0.3rem;
}

.order-qty-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.order-qty .scoop-label {
  margin-top: 0;
}

.order-qty .scoop-count {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
}

.order-material-short,
.order-material-flag,
.order-route-status,
.order-fee-note {
  color: #5c5e59;
  font-size: 0.92rem;
}

.order-material-flag {
  color: var(--soil);
}

.order-address-label {
  position: relative;
}

.order-suggest {
  display: grid;
  margin: -0.35rem 0 0;
  padding: 0.25rem 0;
  background: #fff;
  border: 1px solid #d8d0c2;
  border-top: 0;
}

.order-suggest button {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 0;
  background: transparent;
  color: var(--coal);
  text-align: left;
  cursor: pointer;
}

.order-suggest button:hover,
.order-suggest button:focus-visible {
  background: var(--cream);
}

.pay-methods {
  display: grid;
  gap: 0.55rem;
}

.pay-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.pay-choice {
  display: block;
  cursor: pointer;
}

.pay-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pay-choice span {
  display: grid;
  gap: 0.15rem;
  min-height: 4.4rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #d8d0c2;
  background: var(--cream);
}

.pay-choice strong {
  font-size: 0.98rem;
}

.pay-choice input:checked + span {
  border-color: var(--green);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--green);
}

.pay-choice input:focus-visible + span {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

.est-material {
  display: none;
}

.order-receipt {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.85rem;
  border-top: 1px solid #d8d0c2;
}

.order-receipt dl {
  display: grid;
  gap: 0.45rem;
}

.order-receipt dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.order-receipt dt {
  color: #5c5e59;
  font-size: 0.92rem;
}

.order-receipt dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}

.order-receipt .is-total {
  padding-top: 0.55rem;
  border-top: 1px solid #d8d0c2;
  align-items: center;
}

.order-receipt .is-total dt {
  color: var(--coal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-receipt .is-total dd {
  color: var(--green);
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 560;
}

.order-error {
  color: #9a3412;
}

.order-card .btn,
.order-receipt .btn {
  justify-self: stretch;
  width: 100%;
}

.order-success {
  max-width: 40rem;
  margin: 2rem auto 0;
}

.order-success h3 {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 560;
  margin-bottom: 0.5rem;
}

.order-success pre {
  margin: 1.2rem 0;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #d8d0c2;
  color: var(--coal);
  white-space: pre-wrap;
  font-family: var(--working);
}

.order-copy-note {
  color: var(--soil);
}

.page-order .truck-caption a {
  color: var(--soil);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.plan-copy {
  max-width: 16em;
  margin-bottom: 2rem;
}

.plan-copy p {
  margin-top: 0.8rem;
  color: rgba(236, 228, 217, 0.88);
}

.form-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 1.5rem;
  align-items: start;
}

.fields,
.photo-panel {
  display: grid;
  gap: 0.85rem;
}

.fields > .btn {
  justify-self: start;
  min-width: 11rem;
}

label span,
legend {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: 0;
  border-radius: 2px;
  background: var(--cream);
  color: var(--coal);
  padding: 0.8rem 0.85rem;
}

textarea {
  resize: vertical;
  min-height: 8.5rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.choice {
  cursor: pointer;
}

.choice span {
  display: inline-block;
  margin: 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(236, 228, 217, 0.35);
  border-radius: 99px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
  font-size: 0.92rem;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice input:checked + span,
.choice input:focus-visible + span {
  background: var(--cream);
  color: var(--green);
  border-color: var(--cream);
}

.choice:focus-within span {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

.form-error {
  color: #ffb199;
  font-size: 0.95rem;
}

.photo-panel {
  padding: 1.15rem;
  border: 1px dashed rgba(236, 228, 217, 0.45);
  min-height: 100%;
}

.photo-panel h3 {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 560;
}

.photo-panel p {
  color: rgba(236, 228, 217, 0.82);
  font-size: 0.95rem;
}

.dropzone {
  display: grid;
  place-items: center;
  min-height: 11rem;
  border: 1px dashed rgba(236, 228, 217, 0.55);
  background: rgba(243, 235, 221, 0.08);
  cursor: pointer;
}

.dropzone span {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}

.dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.dropzone:focus-within {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

.dropzone.is-over {
  background: rgba(243, 235, 221, 0.18);
}

.photo-list {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.plan-success {
  max-width: 42rem;
}

.plan-success h3 {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 560;
  margin-bottom: 0.5rem;
}

.plan-success pre {
  margin: 1.2rem 0;
  padding: 1rem 1.1rem;
  background: rgba(243, 235, 221, 0.08);
  color: var(--cream-ink);
  white-space: pre-wrap;
  font-family: var(--working);
  font-size: 0.95rem;
  line-height: 1.55;
}

.copy-note {
  margin-top: 0.7rem;
  min-height: 1.2em;
  color: var(--gold);
}

.faq h2 {
  margin-bottom: 1.5rem;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
  border-top: 1px solid rgba(32, 34, 31, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(32, 34, 31, 0.16);
  padding: 1rem 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--clay);
  font-family: var(--display);
  font-size: 1.4rem;
  line-height: 1;
}

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

.faq-list details p {
  margin-top: 0.7rem;
  max-width: 38rem;
  color: #3e403c;
}

.faq-list a {
  color: var(--clay);
  font-weight: 600;
  text-decoration: none;
}

.faq-list a:hover {
  text-decoration: underline;
}

.site-footer {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  background: var(--green);
  overflow: hidden;
  text-align: center;
}

.footer-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 35, 19, 0.25), rgba(15, 35, 19, 0.72));
}

.footer-copy {
  position: relative;
  z-index: 1;
  padding: 3.5rem 1.5rem;
  color: var(--cream-ink);
}

.footer-logo {
  height: 78px;
  width: auto;
}

.footer-copy p {
  margin-top: 0.8rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 560;
}

.site-footer-line {
  min-height: 0;
  display: block;
  padding: 1.35rem 1.5rem 1.5rem;
  background: var(--green);
  text-align: center;
}

.site-footer-line::after {
  content: none;
}

.site-footer-line p {
  margin: 0;
  color: var(--cream-ink);
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

section[id] {
  scroll-margin-top: calc(var(--header) + 12px);
}

@media (max-width: 980px) {
  :root {
    --header: 88px;
  }

  .delivery-copy {
    text-align: left;
  }

  .scoop-panel {
    justify-items: stretch;
    text-align: left;
  }

  .order-stage,
  .pay-choices {
    grid-template-columns: 1fr;
  }

  .page-order .truck-stage {
    margin: 0;
  }

  .page-order .truck-art {
    width: 100%;
    margin-left: 0;
  }

  .split,
  .split-reverse,
  .materials,
  .proof-layout,
  .form-grid,
  .step-list,
  .faq-list {
    grid-template-columns: 1fr;
    direction: ltr;
  }

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

  .project-grid li:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.425rem);
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0.4rem 1.5rem 1rem;
    background: var(--green);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem 0;
    border-top: 1px solid rgba(236, 228, 217, 0.15);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-inner {
    position: relative;
    min-height: 76px;
  }

  .logo-link {
    padding: 0.85rem 0.55rem;
  }

  .logo {
    height: 56px;
  }

  .header-inner > .btn {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-photo {
    object-position: 72% center;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 35, 19, 0.78) 0%, rgba(15, 35, 19, 0.42) 70%, rgba(15, 35, 19, 0.2) 100%);
  }
}

@media (max-width: 720px) {
  :root {
    --wrap: min(1160px, calc(100% - 2rem));
  }

  .utility-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.45rem 0;
    text-align: center;
  }

  .utility a {
    justify-self: center;
  }

  .field-row,
  .material-list,
  .proof-list,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-grid li:last-child {
    max-width: none;
  }

  .band {
    padding: 3.5rem 0;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.25;
  }

  .hero .lede {
    max-width: none;
  }

}

.page-intro {
  padding: 4.25rem 0 3.5rem;
}

.page-intro h1 {
  max-width: 12em;
}

.page-intro .lede {
  max-width: 38rem;
  margin-top: 1rem;
  color: var(--cream-ink);
}

.page-intro .hero-actions {
  margin-top: 1.6rem;
}

.outcome-bar {
  position: sticky;
  top: var(--header);
  z-index: 15;
  background: var(--cream);
  border-bottom: 1px solid rgba(32, 34, 31, 0.12);
}

.outcome-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.85rem 0;
}

.outcome-nav a {
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(32, 34, 31, 0.18);
  border-radius: 3px;
  color: var(--coal);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.outcome-nav a:hover {
  border-color: var(--green);
  background: #fffaf3;
}

section.material-section {
  padding-top: 3.25rem;
  scroll-margin-top: calc(var(--header) + 72px);
}

.material-section .section-lead {
  max-width: 40rem;
  margin: 0.7rem 0 1.5rem;
  color: #3e403c;
}

.material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 720px) {
  .material-grid {
    grid-template-columns: 1fr;
  }

  .outcome-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .outcome-nav a {
    flex: none;
  }
}

.material-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.25rem 1.3rem 1.35rem;
  background: #fffaf3;
  border: 1px solid rgba(32, 34, 31, 0.08);
}

.material-card h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 560;
}

.material-card .short {
  font-weight: 600;
}

.material-card .description {
  color: #3e403c;
  font-size: 0.98rem;
}

.material-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.8rem;
  margin: 0;
  font-size: 0.92rem;
}

.material-meta dt {
  color: var(--soil);
  font-weight: 600;
}

.material-meta dd {
  margin: 0;
}

.material-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.material-flags span {
  padding: 0.2rem 0.5rem;
  background: rgba(113, 138, 85, 0.16);
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.material-price {
  margin-top: auto;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 560;
}

.material-price.is-open {
  font-family: var(--working);
  font-size: 0.98rem;
  font-weight: 600;
}

.material-weight {
  margin: 0.15rem 0 0;
  color: #4e4b45;
  font-size: 0.9rem;
}

.material-card .btn {
  align-self: flex-start;
}

.price-note {
  margin-top: 1.5rem;
  max-width: 40rem;
  color: #3e403c;
  font-size: 0.92rem;
}

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

.layout-switch {
  margin-top: 1.1rem;
  font-size: 0.95rem;
}

.layout-switch a {
  font-weight: 600;
  text-underline-offset: 0.18em;
}

.band-green .layout-switch {
  color: var(--cream-ink);
}

.band-green .layout-switch a {
  color: #fff;
}

.sheet-intro {
  padding: 3.6rem 0 0.5rem;
}

.sheet-intro h1 {
  color: var(--green);
  max-width: 11em;
}

.sheet-intro .lede {
  max-width: 36rem;
  margin-top: 0.9rem;
  color: #3e403c;
}

.sheet-intro .layout-switch a {
  color: var(--clay);
}

.sheet-intro-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem 3rem;
  align-items: end;
}

.sheet-intro .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sheet-intro .btn-gold {
  background: transparent;
  color: var(--green);
  box-shadow: inset 0 0 0 1px rgba(15, 35, 19, 0.35);
}

.sheet-intro .btn-gold:hover {
  background: #fffaf3;
}

.job-stage {
  padding: 0 0 4.5rem;
}

.job-picker {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.55rem;
  margin-top: 2rem;
}

.job-picker button {
  margin: 0;
  padding: 0.95rem 0.85rem 1.05rem;
  border: 1px solid rgba(32, 34, 31, 0.16);
  border-radius: 3px;
  background: #fffaf3;
  color: var(--coal);
  text-align: left;
  cursor: pointer;
}

.job-picker button:hover {
  border-color: var(--green);
}

.job-picker button:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

.job-picker button[aria-selected="true"] {
  background: var(--green);
  border-color: var(--green);
  color: var(--cream-ink);
}

.job-name {
  display: block;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.job-line {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #3e403c;
}

.job-picker button[aria-selected="true"] .job-line {
  color: var(--cream-ink);
}

.job-panel {
  margin-top: 2.4rem;
}

.job-panel .section-lead {
  max-width: 42rem;
  margin: 0.75rem 0 0.35rem;
  color: #3e403c;
}

.spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 15rem;
  gap: 1rem 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(32, 34, 31, 0.12);
}

.spec-row h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.spec-flags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-left: 0.55rem;
  vertical-align: 0.15em;
}

.spec-flags span {
  padding: 0.15rem 0.45rem;
  background: rgba(113, 138, 85, 0.16);
  color: var(--green);
  font-family: var(--working);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spec-short {
  margin-top: 0.4rem;
  font-weight: 600;
}

.spec-body {
  margin-top: 0.45rem;
  color: #3e403c;
}

.spec-facts {
  margin-top: 0.55rem;
  color: var(--soil);
  font-size: 0.92rem;
}

.spec-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.spec-price {
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 560;
  color: var(--green);
  text-align: right;
}

.spec-price.is-open {
  font-family: var(--working);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--soil);
}

.sheet-note {
  margin-top: 0.25rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(32, 34, 31, 0.12);
  max-width: 42rem;
  color: #3e403c;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .sheet-intro-grid {
    grid-template-columns: 1fr;
  }

  .sheet-intro .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .job-picker {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }

  .job-picker button {
    flex: 0 0 12.5rem;
  }

  .spec-row {
    grid-template-columns: 1fr;
  }

  .spec-side {
    align-items: flex-start;
  }

  .spec-price {
    text-align: left;
  }
}

.catalog-intro {
  padding: 2.75rem 0 0;
}

.catalog-intro h1 {
  color: var(--green);
}

.catalog-intro .lede {
  max-width: 32rem;
  margin-top: 0.65rem;
  color: #3e403c;
}

.catalog-group {
  margin-top: 2.6rem;
  scroll-margin-top: calc(var(--header) + 16px);
}

.catalog-group h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.15rem);
}

.catalog-group .section-lead {
  max-width: 36rem;
  margin: 0.45rem 0 1.15rem;
  color: #3e403c;
}

.catalog-card:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 0.9rem;
  padding-bottom: 1rem;
}

.catalog-card {
  color: inherit;
  text-decoration: none;
}

.catalog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e4dccf;
}

.catalog-name {
  display: block;
  margin-top: 0.55rem;
  font-weight: 600;
  line-height: 1.3;
}

.catalog-price {
  display: block;
  margin-top: 0.15rem;
  color: var(--soil);
  font-size: 0.92rem;
}

.catalog-weight {
  display: block;
  margin-top: 0.1rem;
  color: #4e4b45;
  font-size: 0.82rem;
}

.catalog-note {
  margin: 0.5rem 0 3.5rem;
  max-width: 36rem;
  color: #3e403c;
  font-size: 0.92rem;
}

.product {
  display: none;
}

.product:target {
  display: block;
}

body:has(.product:target) #catalog {
  display: none;
}

.product-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem 2.75rem;
  align-items: start;
  padding: 1.75rem 0 4.5rem;
}

.product-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e4dccf;
}

.catalog-back {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.product h1 {
  color: var(--green);
  font-size: clamp(2.1rem, 3.5vw, 2.9rem);
}

.product-price {
  margin-top: 0.45rem;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 560;
  color: var(--green);
}

.product-price.is-open {
  font-family: var(--working);
  font-size: 1rem;
  font-weight: 600;
  color: var(--soil);
}

.product-weight {
  margin-top: 0.3rem;
  color: var(--soil);
  font-size: 0.95rem;
}

.product-short {
  margin-top: 0.85rem;
  font-weight: 600;
}

.product-flag {
  margin-top: 0.7rem;
  color: var(--soil);
  font-size: 0.92rem;
}

.product .eyebrow {
  margin: 1.25rem 0 0.35rem;
}

.product-use li {
  padding: 0.45rem 0;
  border-top: 1px solid rgba(32, 34, 31, 0.12);
}

.product-not {
  margin-top: 0.8rem;
  color: #3e403c;
}

.product .btn {
  margin-top: 1.25rem;
}

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

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

@media (max-width: 800px) {
  .product-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
