:root {
  --ink: #171815;
  --muted: #686a61;
  --canvas: #f3f2ed;
  --paper: #fbfaf6;
  --line: #d8d8cf;
  --moss: #36483a;
  --lime: #d9f370;
  --warm: #e8dfd1;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--canvas);
  color: var(--ink);
  font: 15px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input { font: inherit; }
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.announcement {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  font-size: 12px;
  gap: 14px;
  justify-content: center;
  letter-spacing: .01em;
  min-height: 36px;
  padding: 6px 24px;
  text-align: center;
}
.announcement p { margin: 0; }
.announcement > span {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  padding: 3px 8px;
  text-transform: uppercase;
}

.shop-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 80px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
}
.shop-mark {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
  justify-self: start;
  letter-spacing: -.025em;
  text-decoration: none;
}
.shop-mark-icon {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font: 700 10px/1 ui-sans-serif, sans-serif;
  height: 32px;
  justify-content: center;
  letter-spacing: -.04em;
  width: 32px;
}
.shop-header nav { display: flex; gap: 34px; }
.shop-header nav a {
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.shop-header nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.live-indicator {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  justify-self: end;
}
.live-indicator i {
  background: #56a85e;
  border: 3px solid #d8ead8;
  border-radius: 50%;
  display: inline-block;
  height: 11px;
  width: 11px;
}

main { margin: 0 auto; max-width: 1440px; }
.hero {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(48px, 9vw, 140px);
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .65fr);
  padding: clamp(72px, 9vw, 132px) max(24px, calc((100vw - 1320px) / 2)) 86px;
}
.hero-compact {
  display: block;
  padding-bottom: 28px;
  padding-top: 28px;
}
.hero-compact .hero-copy { max-width: 980px; }
.hero-compact .hero-lede { margin: 14px 0 0; max-width: 760px; }
.hero-compact h1 { font-size: clamp(40px, 5vw, 68px); }
.hero-compact .hero-note { padding: 22px 26px; }
.hero-compact .hero-note ol { font-size: 13px; }
.hero-copy { max-width: 820px; }
.eyebrow {
  color: var(--moss);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.2vw, 104px);
  font-weight: 400;
  letter-spacing: -.062em;
  line-height: .9;
  margin: 0;
}
.hero h1 em { color: var(--moss); font-weight: 400; }
.hero-lede {
  color: #484b44;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
  margin: 34px 0 30px;
  max-width: 640px;
}
.text-link {
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 14px;
  padding-bottom: 5px;
  text-decoration: none;
}
.hero-note {
  align-self: end;
  background: var(--moss);
  color: white;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  padding: 32px;
}
.hero-note-number { color: var(--lime); font-size: 11px; font-weight: 800; margin: 2px 0; }
.hero-note h2 { font: 400 26px/1.05 Georgia, serif; margin: 0 0 20px; }
.hero-note ol { margin: 0; padding-left: 18px; }
.hero-note li { margin: 8px 0; }
.hero-note div > p { color: #cfd8d0; font-size: 12px; margin: 22px 0 0; }

.shop-section { padding: 84px max(24px, calc((100vw - 1320px) / 2)) 108px; }
.shop-section-first { padding-top: 30px; }
.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.section-heading h2 {
  font: 400 clamp(42px, 5vw, 66px)/.95 Georgia, serif;
  letter-spacing: -.045em;
  margin: 0;
}
.catalog-count { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .07em; margin: 0 0 4px; text-transform: uppercase; }
.catalog-toolbar {
  align-items: end;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.35fr) minmax(160px, .7fr) minmax(160px, .7fr) minmax(150px, .6fr) auto;
  margin: 0 0 34px;
  padding: 13px 0;
}
.catalog-select select, .toolbar-button {
  background: var(--paper);
  border: 1px solid #b9bab1;
  border-radius: 0;
  color: var(--ink);
  min-height: 39px;
  padding: 8px 12px;
  width: 100%;
}
.toolbar-button { background: var(--ink); border-color: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .04em; width: auto; }
.shop-search { max-width: 280px; position: relative; width: 100%; }
.shop-search::after { content: "⌕"; font-size: 20px; position: absolute; right: 2px; top: 7px; }
.shop-search input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9c9e95;
  border-radius: 0;
  outline: 0;
  padding: 9px 30px 9px 0;
  width: 100%;
}
.shop-search input:focus { border-color: var(--ink); }
.product-grid {
  display: grid;
  gap: 38px 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-image {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: var(--paper);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.product-image:hover img { transform: scale(1.035); }
.image-placeholder {
  color: #9b9c93;
  font-family: Georgia, serif;
  font-size: 26px;
}
.availability-badge {
  background: var(--lime);
  border-radius: 999px;
  bottom: 16px;
  font-size: 10px;
  font-weight: 850;
  left: 16px;
  letter-spacing: .08em;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
}
.product-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 4px 0;
}
.product-meta {
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .05em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.product-card h3 {
  display: -webkit-box;
  font: 400 clamp(21px, 2vw, 27px)/1.1 Georgia, serif;
  height: 4.4em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  letter-spacing: -.025em;
  margin: 0;
  overflow: hidden;
}
.product-card h3 a { text-decoration: none; }
.product-price-row { align-items: center; display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; }
.price, .detail-price { font-size: 17px; font-weight: 800; margin: 0; }
.price-pending { color: var(--moss); font-size: 12px; letter-spacing: .02em; }
.price small, .detail-price small { color: var(--muted); font-size: .62em; letter-spacing: .08em; }
.round-link {
  align-items: center;
  border: 1px solid #b9bab1;
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: background .2s, color .2s;
  width: 38px;
}
.round-link:hover { background: var(--ink); color: white; }
.empty-state {
  align-items: center;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 390px;
  padding: 60px 24px;
  text-align: center;
}
.empty-state-mark {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  font: 700 12px Georgia, serif;
  height: 64px;
  justify-content: center;
  margin-bottom: 28px;
  width: 64px;
}
.empty-state h2 { font: 400 38px/1 Georgia, serif; margin: 2px 0 18px; }
.empty-state > p:last-child { color: var(--muted); max-width: 550px; }
.no-search-results { padding: 40px 0; text-align: center; }

.catalog-pagination {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 54px;
  padding-top: 24px;
}
.catalog-pagination a { font-weight: 700; text-decoration: none; }
.catalog-pagination a:last-child { justify-self: end; }
.catalog-pagination a:hover { text-decoration: underline; text-underline-offset: 4px; }
.catalog-pagination p { color: var(--muted); font-size: 12px; margin: 0; }

.assurance-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 max(24px, calc((100vw - 1320px) / 2));
}
.assurance-strip > div { display: grid; grid-template-columns: 28px 1fr; padding: 34px 28px; }
.assurance-strip > div + div { border-left: 1px solid var(--line); }
.assurance-strip span { color: var(--muted); font-size: 10px; font-weight: 800; grid-row: 1 / 3; }
.assurance-strip strong { font-family: Georgia, serif; font-size: 18px; }
.assurance-strip p { color: var(--muted); font-size: 12px; margin: 5px 0 0; }

.detail-main { padding: 38px clamp(24px, 4vw, 60px) 110px; }
.back-link { display: inline-block; font-size: 12px; margin-bottom: 30px; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.product-detail {
  align-items: start;
  background: transparent;
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
}
.detail-gallery {
  align-self: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail-image-wrap {
  align-self: start;
  background: var(--paper);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.detail-image-primary { grid-column: 1 / -1; }
.detail-image-wrap img { display: block; height: auto; width: 100%; }
.detail-image-wrap .image-placeholder {
  align-items: center;
  background: var(--paper);
  display: flex;
  justify-content: center;
  min-height: 420px;
}
.detail-copy { background: var(--paper); padding: clamp(34px, 4vw, 56px); }
.detail-copy h1 {
  font: 400 clamp(36px, 4vw, 48px)/1 Georgia, serif;
  letter-spacing: -.045em;
  margin: 12px 0 24px;
}
.detail-price { font-size: 24px; }
.field { display: grid; gap: 7px; margin-top: 20px; }
.field span { font-size: 12px; font-weight: 700; }
.field input {
  background: white;
  border: 1px solid #bfc0b8;
  border-radius: 0;
  padding: 14px;
  width: 100%;
}
.field input:focus { border-color: var(--ink); outline: 1px solid var(--ink); }
.disclosure {
  align-items: start;
  background: #f2f4e7;
  border: 1px solid #cbd3aa;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  margin: 18px 0;
  padding: 17px;
}
.disclosure input { accent-color: var(--moss); height: 17px; margin-top: 3px; width: 17px; }
.disclosure span { color: #4f5248; font-size: 12px; }
.disclosure strong { color: var(--ink); display: block; margin-bottom: 3px; }
.button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none;
}
.checkout-button { justify-content: space-between; width: 100%; }
.button:disabled { cursor: wait; opacity: .65; }
.secure-note { color: var(--muted); font-size: 10px; margin: 9px 0 0; text-align: center; }
.error { background: #fff0f0; border: 1px solid #d7a0a0; color: #8a1928; font-weight: 650; padding: 12px; }
.unavailable { background: var(--warm); padding: 18px; }
.unavailable p { margin: 3px 0 0; }
.detail-process { padding: 96px 0 0; }
.detail-process > div { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.detail-process article { padding: 28px; }
.detail-process article + article { border-left: 1px solid var(--line); }
.detail-process article span { color: var(--muted); font-size: 10px; font-weight: 800; }
.detail-process h2 { font: 400 22px Georgia, serif; margin: 30px 0 8px; }
.detail-process p { color: var(--muted); font-size: 12px; margin: 0; }

.return-card {
  background: var(--paper);
  margin: 12vh auto;
  max-width: 680px;
  padding: 64px;
}
.return-card h1 { font: 400 58px/.95 Georgia, serif; letter-spacing: -.04em; margin: 8px 0 24px; }
.return-card > p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }

footer {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1320px;
  padding: 80px 0 42px;
}
footer p { color: var(--muted); font-size: 11px; margin: 0; }
.footer-mark { justify-self: start; }

@media (max-width: 980px) {
  .shop-header { grid-template-columns: 1fr auto; padding: 0 22px; }
  .shop-header nav { display: none; }
  .hero { gap: 50px; grid-template-columns: 1fr; padding-left: 28px; padding-right: 28px; }
  .hero-note { max-width: 560px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar .shop-search { grid-column: 1 / -1; max-width: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { gap: 26px; grid-template-columns: 1fr; }
  .detail-gallery { max-width: 816px; }
  footer { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 640px) {
  .announcement { align-items: flex-start; flex-direction: column; gap: 3px; padding: 9px 18px; text-align: left; }
  .shop-header { min-height: 68px; }
  .live-indicator { display: none; }
  .hero { padding-bottom: 42px; padding-top: 42px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-note { padding: 24px; }
  .shop-section { padding-bottom: 72px; padding-top: 64px; }
  .shop-section-first { padding-top: 34px; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .shop-search { max-width: none; }
  .catalog-toolbar { grid-template-columns: 1fr; margin-bottom: 26px; }
  .catalog-toolbar .shop-search { grid-column: auto; }
  .toolbar-button { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-pagination { gap: 12px; grid-template-columns: 1fr 1fr; }
  .catalog-pagination p { grid-column: 1 / -1; grid-row: 1; text-align: center; }
  .assurance-strip { grid-template-columns: 1fr; }
  .assurance-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .detail-main { padding-left: 14px; padding-right: 14px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-copy { padding: 28px 22px; }
  .detail-process > div { grid-template-columns: 1fr; }
  .detail-process article + article { border-left: 0; border-top: 1px solid var(--line); }
  footer { align-items: start; grid-template-columns: 1fr; padding-top: 64px; }
  .return-card { margin: 7vh 14px; padding: 36px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-image img { transition: none; }
}
