/* Copper Codex — editorial cookbook aesthetic */

:root {
  --ink: #141210;
  --bg: #ffffff;
  --paper: #ffffff;
  --paper-deep: #ffffff;
  --copper: #b87333;
  --copper-bright: #c0681a;
  --sage: #5c6f5c;
  --muted: #5c5349;
  --border: #e8e6e1;
  --border-strong: #d4d0c8;
  --radius: 4px;
  --radius-lg: 18px;
  --shadow: 0 20px 50px rgba(20, 18, 16, 0.08);
  --font-display: "Syne", system-ui, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  overflow-x: clip;
}

main section[id],
main #clothes {
  scroll-margin-top: 5.5rem;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--copper-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--ink);
}

code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: rgba(20, 18, 16, 0.06);
  padding: 0.15em 0.4em;
  border-radius: var(--radius);
}

/* Header — airy bar, centered nav, warm logo */

.site-header--loom.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(0.75rem, 2vw, 1.5rem);
  padding: 1rem clamp(1.25rem, 4vw, 2.75rem);
  border-bottom: 1px solid rgba(232, 230, 225, 0.95);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
}

/* Wordmark: thread rule + serif ampersand (no diamond icon) */
.brand--wordmark .brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2rem 0.45rem;
  padding-left: 0.65rem;
  border-left: 2px solid #b87333;
  line-height: 1.15;
}

.brand-word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a5a28;
}

.brand-amp {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.18rem;
  color: #b87333;
  line-height: 0;
  margin: 0 0.02em;
  text-transform: none;
  letter-spacing: 0;
}

.brand-mark {
  font-size: 1.45rem;
  color: #b87333;
  line-height: 1;
}

.brand-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  color: #9a6630;
}

.brand-tag {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 400;
}

a.brand--link:hover .brand-word {
  color: #5c3d18;
}

a.brand--link:hover .brand-amp {
  color: #9a6630;
}

a.brand--link:hover .brand-wordmark {
  border-left-color: #9a6630;
}

.nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem clamp(1rem, 2.2vw, 1.75rem);
  max-width: none;
}

.nav a {
  color: #3f3c38;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #1a1816;
}

.btn-header-cta {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1.05rem;
  border: 1px solid #e8e4de;
  background: #ffffff;
  color: #3f3c38;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.btn-header-cta:hover {
  border-color: rgba(184, 115, 51, 0.45);
  color: #2a2826;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 4px 20px rgba(20, 18, 16, 0.06);
}

.btn-header-cta:active {
  transform: scale(0.98);
}

.btn-header-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  color: #b87333;
}

/* Legacy class names (recipe) — map to new CTA */
.btn-surprise {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(184, 115, 51, 0.45);
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.btn-surprise:hover {
  background: rgba(184, 115, 51, 0.1);
  border-color: var(--copper-bright);
}

.btn-surprise:active {
  transform: scale(0.98);
}

.btn-surprise__glyph {
  color: var(--copper-bright);
}

@media (max-width: 960px) {
  .site-header--loom .nav {
    gap: 0.4rem 1rem;
  }

  .site-header--loom .nav a {
    font-size: 0.8125rem;
  }
}

/* Hero */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) 3rem;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
}

.hero__visual {
  position: relative;
}

.hero__frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
  border: 1px solid var(--border);
}

.hero__frame img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hero__badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--bg);
  color: var(--copper-bright);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  box-shadow: 0 4px 16px rgba(20, 18, 16, 0.08);
}

.hero__orbit {
  position: absolute;
  inset: -12%;
  border: 1px dashed rgba(184, 115, 51, 0.25);
  border-radius: 50%;
  z-index: -1;
  animation: drift 28s linear infinite;
}

@keyframes drift {
  to {
    transform: rotate(360deg);
  }
}

.hero__copy h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height:1.1;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero__copy h1 em {
  font-style: italic;
  color: var(--copper-bright);
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 0.75rem;
}

.lede {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 36ch;
  margin: 0 0 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
  touch-action: manipulation;
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background: linear-gradient(135deg, var(--copper), var(--copper-bright));
  color: var(--ink);
  box-shadow: 0 8px 28px rgba(184, 115, 51, 0.35);
}

.btn--primary:hover {
  box-shadow: 0 12px 36px rgba(212, 145, 74, 0.45);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border-strong);
}

.btn--ghost:hover {
  border-color: var(--copper-bright);
  color: var(--copper-bright);
}

/* Filters */

.filters {
  padding: 0 clamp(1rem, 4vw, 3rem) 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.filters__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.filters__label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  touch-action: manipulation;
}

.chip:hover {
  border-color: var(--copper);
}

.chip--active {
  background: rgba(184, 115, 51, 0.14);
  border-color: var(--copper-bright);
  color: var(--ink);
}

/* Collection grid */

.collection {
  padding: 2rem clamp(1rem, 4vw, 3rem) 4rem;
  max-width: 1280px;
  margin: 0 auto;
}

.section-head {
  margin-bottom: 2rem;
}

.section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.section-head__sub {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1.5rem;
}

.card {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 1px 0 var(--border-strong), 0 8px 24px rgba(20, 18, 16, 0.06);
  border: 1px solid var(--border);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 0 var(--border-strong), 0 16px 40px rgba(20, 18, 16, 0.1);
}

.card:focus-visible {
  outline: 3px solid var(--copper-bright);
  outline-offset: 3px;
}

.card__img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card__img-wrap img {
  transform: scale(1.05);
}

.card__fav {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--bg);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.15s, background 0.2s;
  box-shadow: 0 2px 8px rgba(20, 18, 16, 0.06);
}

.card__fav:hover {
  transform: scale(1.08);
}

.card__fav[aria-pressed="true"] {
  background: var(--copper-bright);
  border-color: transparent;
}

.card__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.card__tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 0.35rem;
}

.card__title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.card__time {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}

@media (max-width: 800px) {
  .card--featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
}

.card--featured .card__img-wrap {
  aspect-ratio: auto;
  min-height: 220px;
}

.card--hidden {
  display: none;
}

/* Tonight */

.tonight {
  margin: 0 clamp(1rem, 4vw, 3rem) 4rem;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--radius-lg);
  background: var(--bg);
  border: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(184, 115, 51, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .tonight {
    grid-template-columns: 1fr;
  }
}

.tonight__panel h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.tonight__blurb {
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 38ch;
}

.tonight__preview {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  background: var(--bg);
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.tonight__preview[hidden] {
  display: none;
}

.tonight__preview img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: var(--radius);
}

.tonight__name {
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.link-btn {
  background: none;
  border: none;
  color: var(--copper-bright);
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Order */

.order {
  padding: 0 clamp(1rem, 4vw, 3rem) 3.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.order__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: 0 8px 28px rgba(20, 18, 16, 0.06);
}

.order__copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.order__text {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
  font-size: 0.98rem;
}

.order__cta {
  flex-shrink: 0;
}

.modal--order .modal__panel--order {
  width: min(400px, 92vw);
  padding: 2rem 1.75rem 1.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: none;
  overflow: visible;
}

.modal--order .modal__panel--order .modal__close {
  top: 0.65rem;
  right: 0.65rem;
}

.order-modal__title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
  padding-right: 2rem;
  color: var(--ink);
}

.order-modal__msg {
  margin: 0 0 1.5rem;
  color: var(--muted);
  line-height: 1.5;
}

.order-modal__ok {
  width: 100%;
}

/* Pantry, FAQ, Timing (extra sections) */

.block-section {
  padding: 0 clamp(1rem, 4vw, 3rem) 3rem;
  max-width: 1280px;
  margin: 0 auto;
}

.pantry__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.pantry__card {
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg);
}

.pantry__card h3 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--copper-bright);
}

.pantry__card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.45;
}

.faq__list {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0 1rem;
  background: var(--bg);
}

.faq__item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 0.85rem 0;
  list-style: none;
  color: var(--ink);
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  float: right;
  color: var(--copper-bright);
  font-weight: 800;
}

.faq__item[open] summary::after {
  content: "−";
}

.faq__item p {
  margin: 0 0 1rem;
  padding-top: 0.25rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
  border-top: 1px solid var(--border);
}

.timing__table {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg);
  max-width: 560px;
}

.timing__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}

.timing__row:last-child {
  border-bottom: none;
}

.timing__row--head {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(184, 115, 51, 0.08);
}

.timing__row--head span {
  color: var(--ink);
}

/* Tips */

.tips {
  padding: 0 clamp(1rem, 4vw, 3rem) 3.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.tips__inner {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg);
}

.tips__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.tips__list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.tips__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--copper-bright);
  font-weight: 700;
}

.tips__list strong {
  color: var(--ink);
  font-weight: 700;
}

/* Contact */

.contact {
  padding: 0 clamp(1rem, 4vw, 3rem) 4rem;
  max-width: 1280px;
  margin: 0 auto;
}

.contact__inner {
  padding-bottom: 0;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

@media (max-width: 720px) {
  .contact__grid {
    grid-template-columns: 1fr;
  }
}

.contact__label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 0.35rem;
}

.contact__details p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact__details a {
  color: var(--copper-bright);
  font-weight: 600;
}

.contact__details a:hover {
  color: var(--ink);
}

.contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact__field span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}

.contact__field input,
.contact__field textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--ink);
}

.contact__field input::placeholder,
.contact__field textarea::placeholder {
  color: rgba(92, 83, 73, 0.5);
}

.contact__field input:focus,
.contact__field textarea:focus {
  outline: none;
  border-color: var(--copper-bright);
  box-shadow: 0 0 0 1px rgba(212, 145, 74, 0.35);
}

.contact__field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact__submit {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.contact__feedback {
  margin: 0;
  font-size: 0.9rem;
  color: var(--copper-bright);
}

.contact__feedback[hidden] {
  display: none;
}

.contact__feedback.is-error {
  color: #e8a598;
}

/* About */

.about {
  padding: 0 clamp(1rem, 4vw, 3rem) 4rem;
  max-width: 720px;
  margin: 0 auto;
}

.about h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: var(--ink);
}

.about p {
  color: var(--muted);
  margin: 0;
}

/* Footer */

.site-footer {
  padding: 2rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--border);
  text-align: center;
  background: var(--bg);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.1rem;
  margin-bottom: 1rem;
}

.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--copper-bright);
}

.site-footer p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Modal */

.modal[hidden] {
  display: none;
}

.modal:not([hidden]) {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 100;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 8, 0.78);
  backdrop-filter: blur(6px);
}

.modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 94vw);
  max-height: 90vh;
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: rgba(20, 18, 16, 0.08);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  color: var(--ink);
}

.modal__close:hover {
  background: rgba(20, 18, 16, 0.15);
}

.modal__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}

@media (max-width: 768px) {
  .modal__layout {
    grid-template-columns: 1fr;
  }
}

.modal__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.modal__body {
  padding: 1.75rem 1.75rem 2rem;
}

.modal__meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 0.5rem;
}

.modal__body h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.modal__desc {
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.modal__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  .modal__cols {
    grid-template-columns: 1fr;
  }
}

.modal__body h3 {
  font-size: 0.8rem;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.ingredients {
  margin: 0;
  padding-left: 1.1rem;
}

.ingredients li {
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.steps {
  margin: 0;
  padding-left: 1.1rem;
}

.steps li {
  margin-bottom: 0.55rem;
  color: var(--ink);
}

.steps li::marker {
  color: var(--copper);
  font-weight: 700;
}

/* ——— Mobile & touch ——— */

@media (max-width: 640px) {
  html {
    scroll-padding-top: 4.25rem;
  }

  main section[id] {
    scroll-margin-top: 4.25rem;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand surprise"
      "nav nav";
    align-items: center;
    padding: 0.75rem clamp(0.75rem, 3vw, 1rem);
    padding-top: max(0.75rem, env(safe-area-inset-top));
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
    gap: 0.65rem 0.75rem;
  }

  .brand {
    grid-area: brand;
  }

  .btn-header-cta,
  .btn-surprise {
    grid-area: surprise;
    padding: 0.6rem 0.85rem;
    min-height: 44px;
    font-size: 0.78rem;
  }

  .nav {
    grid-area: nav;
    max-width: none;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.35rem 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
    margin: 0 -0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    mask-image: linear-gradient(to right, transparent 0, black 12px, black calc(100% - 12px), transparent 100%);
  }

  .nav a {
    flex: 0 0 auto;
    font-size: 0.8rem;
    padding: 0.45rem 0.15rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    padding: 1.25rem clamp(0.75rem, 3vw, 1rem) 2rem;
    gap: 1.5rem;
  }

  .hero__frame {
    transform: none;
  }

  .hero__orbit {
    display: none;
  }

  .hero__copy h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .lede {
    max-width: none;
    font-size: 1rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .filters {
    padding: 0 clamp(0.75rem, 3vw, 1rem) 1.25rem;
  }

  .filters__inner {
    padding: 0.85rem 1rem;
  }

  .chips {
    gap: 0.4rem;
  }

  .chip {
    min-height: 40px;
    padding: 0.5rem 0.85rem;
  }

  .collection {
    padding: 1.25rem clamp(0.75rem, 3vw, 1rem) 2.5rem;
  }

  .section-head {
    margin-bottom: 1.25rem;
  }

  .grid {
    gap: 1rem;
  }

  .card--featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .tonight {
    margin: 0 clamp(0.75rem, 3vw, 1rem) 2.5rem;
    padding: 1.25rem;
    gap: 1.25rem;
  }

  .tonight__preview {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .tonight__preview img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
  }

  .order {
    padding: 0 clamp(0.75rem, 3vw, 1rem) 2.5rem;
  }

  .order__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.25rem;
  }

  .order__cta {
    width: 100%;
    min-height: 48px;
  }

  .block-section {
    padding: 0 clamp(0.75rem, 3vw, 1rem) 2rem;
  }

  .pantry__grid {
    grid-template-columns: 1fr;
  }

  .timing__table {
    max-width: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .timing__row {
    min-width: min(100%, 320px);
    font-size: 0.82rem;
    padding: 0.55rem 0.75rem;
  }

  .tips,
  .contact {
    padding-left: clamp(0.75rem, 3vw, 1rem);
    padding-right: clamp(0.75rem, 3vw, 1rem);
  }

  .tips__inner {
    padding: 1.15rem 1rem;
  }

  .contact__form {
    max-width: none;
  }

  .contact__submit {
    width: 100%;
    min-height: 48px;
    align-self: stretch;
  }

  .about {
    padding: 0 clamp(0.75rem, 3vw, 1rem) 2.5rem;
  }

  .site-footer {
    padding: 1.25rem clamp(0.75rem, 3vw, 1rem);
    padding-bottom: max(1.25rem, env(safe-area-inset-bottom));
  }

  .footer-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.5rem 0.85rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
    margin: 0 -0.25rem 0.75rem;
    padding-left: 0.25rem;
  }

  .footer-nav a {
    flex: 0 0 auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .modal__panel {
    width: 100%;
    max-width: 100%;
    max-height: 92vh;
    max-height: min(92dvh, calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    margin: 0 auto;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .modal__close {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .modal__body {
    padding: 1.25rem 1rem 1.5rem;
  }

  .modal__body h2 {
    font-size: 1.45rem;
  }

  .modal--order .modal__panel--order {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    padding: 1.5rem 1rem max(1.25rem, env(safe-area-inset-bottom));
    max-height: 50vh;
    max-height: min(50dvh, 360px);
  }

  .card__fav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 380px) {
  .brand-title {
    font-size: 1rem;
  }

  .brand--wordmark .brand-word {
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .brand--wordmark .brand-amp {
    font-size: 1.05rem;
  }

  .brand-tag {
    font-size: 0.7rem;
  }

  .timing__row {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    font-size: 0.78rem;
    padding: 0.5rem 0.55rem;
  }

  .timing__table--size .timing__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    font-size: 0.68rem;
    padding: 0.45rem 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-toast {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  .hero__orbit {
    animation: none;
  }

  .card {
    transition: none;
  }

  .card:hover {
    transform: none;
  }

  .card:hover .card__img-wrap img {
    transform: none;
  }

  .product-card {
    transition: none;
  }

  .product-card:hover {
    transform: none;
  }

  .product-card:hover .product-card__media img {
    transform: none;
  }
}

/* Loom & Line — apparel (same Copper Codex system, content blocks) */

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  padding: 0.5rem 1rem;
  background: var(--ink);
  color: var(--bg);
  z-index: 110;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9rem;
}

.skip-link:focus {
  top: 1rem;
}

a.brand--link {
  text-decoration: none;
  color: inherit;
}

.collection--new {
  padding-top: 2.5rem;
}

.collection--products {
  padding-top: 0;
  padding-bottom: 2rem;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 1rem;
}

@media (max-width: 720px) {
  .mini-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Hero — horizontal image strip (fills space below gates) */
.hero__loom-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  width: 100%;
  max-width: min(100%, 52rem);
  margin: 0 auto;
  padding: 0.25rem 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  mask-image: linear-gradient(to right, transparent 0, black 16px, black calc(100% - 16px), transparent 100%);
}

.hero__strip-thumb {
  flex: 0 0 auto;
  width: min(28vw, 140px);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 18px rgba(20, 18, 16, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero__strip-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(20, 18, 16, 0.12);
}

.hero__strip-thumb:focus-visible {
  outline: 3px solid var(--copper-bright);
  outline-offset: 3px;
}

.hero__strip-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

/* Product — Order now row (always visible at bottom of card) */
.product-card__order {
  padding: 0 1.15rem 1.15rem;
  margin-top: auto;
  border-top: 1px solid var(--border);
  background: rgba(184, 115, 51, 0.04);
}

.btn-order-now {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  min-height: 44px;
  cursor: pointer;
}

/* Toast (keyboard + order feedback) */
.site-toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  transform: translateX(-50%) translateY(120%);
  max-width: min(92vw, 22rem);
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--bg);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 12px 40px rgba(20, 18, 16, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.site-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.mini-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: 0 1px 0 var(--border-strong), 0 8px 24px rgba(20, 18, 16, 0.06);
  transition: transform 0.2s, box-shadow 0.25s;
}

.mini-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 1px 0 var(--border-strong), 0 16px 40px rgba(20, 18, 16, 0.1);
}

.mini-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 340;
  object-fit: cover;
  display: block;
}

.mini-card__label {
  display: block;
  padding: 0.65rem 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
}

/* Home hero — dual runway (men’s / women’s), not a single image */
.hero.hero--loom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  padding: clamp(1.5rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem) clamp(2.25rem, 6vw, 4rem);
  max-width: 960px;
  margin: 0 auto;
}

.hero__loom-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.hero.hero--loom h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.35rem);
  line-height: 1.1;
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero__loom-lede {
  margin: 0 auto;
  max-width: 34ch;
}

.hero__loom-stage {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  min-height: min(48vh, 400px);
  padding: 2.5rem 0 0.5rem;
}

.hero__loom-orbit {
  position: absolute;
  width: min(88%, 500px);
  height: min(58vw, 340px);
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(184, 115, 51, 0.22);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  animation: drift 28s linear infinite;
}

.hero__loom-node {
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translateX(-50%);
  z-index: 4;
  background: var(--bg);
  color: var(--copper-bright);
  border: 1px solid var(--border-strong);
  padding: 0.42rem 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(20, 18, 16, 0.1);
  pointer-events: none;
}

.hero__gate {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(44%, 300px);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero__gate:focus-visible {
  outline: 3px solid var(--copper-bright);
  outline-offset: 6px;
  border-radius: var(--radius-lg);
}

.hero__gate--mens {
  transform: rotate(-2.5deg);
  margin-right: -2.25rem;
}

.hero__gate--womens {
  transform: rotate(2.5deg);
  margin-left: -2.25rem;
  z-index: 2;
}

@media (min-width: 901px) {
  .hero__gate:hover {
    transform: rotate(0deg) translateY(-8px);
    z-index: 5;
  }

  .hero__gate--mens:hover .hero__gate-media {
    box-shadow: 14px 24px 48px rgba(61, 79, 82, 0.2);
  }

  .hero__gate--womens:hover .hero__gate-media {
    box-shadow: -10px 26px 52px rgba(157, 107, 116, 0.22);
  }
}

.hero__gate-media {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero__gate--mens .hero__gate-media {
  border-color: rgba(61, 79, 82, 0.28);
  box-shadow: 12px 22px 44px rgba(61, 79, 82, 0.14);
}

.hero__gate--womens .hero__gate-media {
  border-radius: 22px;
  border-color: rgba(157, 107, 116, 0.32);
  box-shadow: -10px 24px 46px rgba(157, 107, 116, 0.16);
}

.hero__gate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__gate-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 0.35rem 0;
  text-align: center;
}

.hero__gate-label {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  font-weight: 400;
  color: var(--ink);
}

@media (max-width: 640px) {
  .hero.hero--loom h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .hero__loom-orbit {
    display: none;
  }

  .hero__loom-stage {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding-top: 0.5rem;
    gap: 1.5rem;
  }

  .hero__loom-node {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    order: -1;
    margin-bottom: 0.25rem;
  }

  .hero__gate,
  .hero__gate--mens,
  .hero__gate--womens {
    width: min(100%, 260px);
    margin: 0;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__loom-orbit {
    animation: none;
  }

  .hero__gate--mens,
  .hero__gate--womens {
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__gate:hover {
    transform: none;
  }
}

.page-hero {
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(184, 115, 51, 0.06) 0%, var(--bg) 45%);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 4vw, 2.5rem);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.page-hero__grid--reverse .page-hero__visual {
  order: -1;
}

@media (max-width: 768px) {
  .page-hero__grid,
  .page-hero__grid--reverse {
    grid-template-columns: 1fr;
  }

  .page-hero__grid--reverse .page-hero__visual {
    order: 0;
  }
}

.page-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-hero .lede {
  max-width: 42ch;
}

.page-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero__frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: rotate(-1.25deg);
  max-width: 280px;
}

.page-hero__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.grid--products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 1.5rem;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: var(--bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 1px 0 var(--border-strong), 0 8px 24px rgba(20, 18, 16, 0.06);
  transition: transform 0.2s, box-shadow 0.25s;
  cursor: default;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 0 var(--border-strong), 0 16px 40px rgba(20, 18, 16, 0.1);
}

.product-card.is-hidden {
  display: none;
}

.product-card__media {
  position: relative;
  aspect-ratio: 400 / 480;
  overflow: hidden;
  background: rgba(20, 18, 16, 0.04);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.05);
}

.product-card__body {
  flex: 1 1 auto;
  padding: 1.1rem 1.15rem 0.75rem;
}

.product-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0.35rem;
  line-height: 1.2;
  color: var(--ink);
}

.product-meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}

.product-price {
  margin: 0.5rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--copper-bright);
}

.quote-block {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--border);
}

.quote-block blockquote {
  margin: 0;
  border-left: 3px solid var(--copper-bright);
  padding-left: 1.25rem;
}

.quote-block p {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.5vw, 1.4rem);
  font-style: italic;
  line-height: 1.45;
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.quote-block cite {
  font-size: 0.88rem;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* Men’s vs women’s — separate lanes (tone + geometry, same brand) */
.page-mens {
  --lane: #3d5054;
  --lane-soft: rgba(61, 79, 82, 0.14);
  background: linear-gradient(180deg, rgba(61, 79, 82, 0.045) 0%, var(--bg) 32%, var(--bg) 100%);
}

.page-womens {
  --lane: #9d6b74;
  --lane-soft: rgba(157, 107, 116, 0.16);
  background: linear-gradient(180deg, rgba(157, 107, 116, 0.055) 0%, var(--bg) 36%, var(--bg) 100%);
  border-top: 1px solid rgba(157, 107, 116, 0.14);
}

.page-hero--mens {
  background: linear-gradient(165deg, rgba(61, 79, 82, 0.09) 0%, var(--bg) 55%);
  border-bottom-color: rgba(61, 79, 82, 0.2);
}

.page-hero--womens {
  background: linear-gradient(195deg, rgba(157, 107, 116, 0.1) 0%, var(--bg) 55%);
  border-bottom-color: rgba(157, 107, 116, 0.22);
}

.page-mens .eyebrow {
  color: #3a4e52;
  letter-spacing: 0.16em;
}

.page-womens .eyebrow {
  color: #8b5a62;
  letter-spacing: 0.2em;
}

.page-mens .page-title {
  letter-spacing: -0.035em;
}

.page-womens .page-title {
  letter-spacing: -0.02em;
}

.page-mens .page-hero__frame {
  transform: rotate(-1.65deg);
  border-radius: 14px;
  border-color: rgba(61, 79, 82, 0.32);
  box-shadow: 10px 18px 42px rgba(61, 79, 82, 0.14);
}

.page-womens .page-hero__frame {
  transform: rotate(1.65deg);
  border-radius: 22px;
  border-color: rgba(157, 107, 116, 0.35);
  box-shadow: -8px 20px 46px rgba(157, 107, 116, 0.16);
}

.page-mens .filters__inner {
  border-left: 3px solid var(--lane);
  padding-left: 1.35rem;
}

.page-womens .filters__inner {
  border-right: 3px solid var(--lane);
  padding-right: 1.35rem;
}

.page-mens .chip--active {
  background: var(--lane-soft);
  border-color: var(--lane);
  color: var(--ink);
}

.page-womens .chip--active {
  background: var(--lane-soft);
  border-color: var(--lane);
  color: var(--ink);
}

.page-mens .chip:hover {
  border-color: var(--lane);
}

.page-womens .chip:hover {
  border-color: var(--lane);
}

.page-mens .grid--products {
  gap: 1.25rem;
}

.page-womens .grid--products {
  gap: 1.85rem;
}

.page-mens .product-card {
  border-radius: 14px;
  border-color: rgba(61, 79, 82, 0.22);
  box-shadow: 0 1px 0 rgba(61, 79, 82, 0.12), 0 12px 30px rgba(61, 79, 82, 0.08);
}

.page-womens .product-card {
  border-radius: 20px;
  border-color: rgba(157, 107, 116, 0.24);
  box-shadow: 0 2px 0 rgba(157, 107, 116, 0.1), 0 14px 36px rgba(157, 107, 116, 0.1);
}

.page-mens .product-price {
  color: #2f4a4e;
}

.page-womens .product-price {
  color: #8f5862;
}

.page-mens .quote-block blockquote {
  border-left-color: var(--lane);
}

.page-womens .quote-block blockquote {
  border-left-color: var(--lane);
}

.page-womens .quote-block p {
  letter-spacing: 0.01em;
}

.lookbook-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem) 3rem;
}

.lookbook-row img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  aspect-ratio: 400 / 520;
  object-fit: cover;
}

@media (max-width: 768px) {
  .lookbook-row {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.page-info {
  padding-bottom: 0;
}

.info-hero {
  margin-bottom: 0;
}

.info-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 400;
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.info-lede {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 48ch;
}

.info-section .info-heading {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem;
  color: var(--ink);
}

.info-list strong {
  color: var(--ink);
}

.timing-block {
  padding-bottom: 3rem;
}

.timing__table--size {
  max-width: 640px;
}

.timing__table--size .timing__row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 520px) {
  .timing__table--size .timing__row {
    font-size: 0.78rem;
    padding: 0.5rem 0.6rem;
  }
}

.contact .section-head .eyebrow {
  margin-bottom: 0.5rem;
}

.contact__field select {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--ink);
}

.contact__field select:focus {
  outline: none;
  border-color: var(--copper-bright);
  box-shadow: 0 0 0 1px rgba(212, 145, 74, 0.35);
}

.form-success {
  padding: 0.75rem 0.9rem;
  margin: 0 0 1rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  background: rgba(184, 115, 51, 0.12);
  border: 1px solid var(--copper-bright);
  color: var(--ink);
}

.form-success[hidden] {
  display: none;
}

.pantry-block .pantry__grid {
  margin-top: 0.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Above-the-fold product rows: show immediately (buttons + price always visible) */
.reveal--instant,
.reveal--instant.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .page-hero__frame {
    transform: none;
  }
}
