:root {
  --paper: #f3eee4;
  --ink: #1c1610;
  --rule: #c9bfae;
  --muted: #6b6256;
  --red: #7a1f1a;
  --content-max: 1100px;
  --gutter: 1.25rem;
}
.wrap {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%;
}

.brand-mark {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 0.75rem;
  object-fit: contain;
}
body.item .brand-mark {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.55rem;
}
.brand-lockup {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
}
h1.site-title {
  font-size: clamp(1.55rem, 3.6vw, 2.35rem);
  letter-spacing: 0.12em;
  line-height: 1.25;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  h1.site-title { letter-spacing: 0.06em; font-size: 1.35rem; }
}

.letter-wells {
  margin: 1.8rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}
.letter-well {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}
.letter-well > span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.letter-well .ornament-frame {
  position: relative;
  width: 5.75rem;
  height: 5.75rem;
  background: #faf7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px var(--rule);
}
.letter-well .corner {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  pointer-events: none;
  z-index: 2;
}
.letter-well .corner.tl { top: 0.48rem; left: 0.48rem; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.letter-well .corner.tr { top: 0.48rem; right: 0.48rem; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.letter-well .corner.bl { bottom: 0.48rem; left: 0.48rem; border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.letter-well .corner.br { bottom: 0.48rem; right: 0.48rem; border-bottom: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.letter-well input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font: inherit;
  font-size: 2.55rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-transform: uppercase;
  padding: 0;
  outline: none;
  caret-color: var(--ink);
  position: relative;
  z-index: 1;
}
.letter-well input::placeholder {
  color: var(--rule);
  opacity: 1;
}
.letter-well .ornament-frame:focus-within {
  background: #fffdf8;
  box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px var(--ink);
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", "Times New Roman", serif;
}
body { min-height: 100vh; }
a { color: inherit; }
header {
  padding: 3.5rem 0 1.6rem;
  text-align: center;
}
.mark {
  letter-spacing: 0.42em;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--muted);
}
h1 {
  font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  letter-spacing: 0.28em;
  margin: 0;
  text-transform: uppercase;
}
.subhead {
  margin: 0.35rem 0 1.1rem;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.lede {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--muted);
}
nav.uses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
}
nav.uses button {
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
}
nav.uses button.on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.price {
  margin-top: 1.4rem;
  font-size: 0.95rem;
}
header + .price,
.price.band {
  margin: 0 auto;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
  box-sizing: border-box;
}
.price strong { font-weight: 600; }
main {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 2rem var(--gutter) 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.group-head {
  grid-column: 1 / -1;
  margin: 1.6rem 0 0.2rem;
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
article {
  border: 1px solid var(--rule);
  background: #faf7f0;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  min-width: 0;
  overflow: hidden;
}
article .frame {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  min-height: 200px;
}
article img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}
article footer {
  border-top: 1px solid var(--rule);
  padding: 0.7rem 0.85rem 0.85rem;
  overflow: hidden;
  min-width: 0;
  flex: 0 0 auto;
}
article h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}
article .meta {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
}
article a.dl {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}
article.card {
  transition: border-color 0.15s ease, background 0.15s ease;
}
article.card:hover,
article.card:focus-within {
  border-color: var(--ink);
  background: #fffdf8;
}
a.card-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
}
article[id] {
  scroll-margin-top: 1.25rem;
}
.site-foot {
  border-top: 1px solid var(--rule);
  padding: 2rem 1.5rem 3rem;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}
.site-foot h3 {
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.hidden { display: none; }
.picker {
  margin: 1.8rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  align-items: center;
}
.picker label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: left;
}
.picker select {
  font: inherit;
  font-size: 1.35rem;
  padding: 0.35rem 0.7rem;
  background: #faf7f0;
  border: 1px solid var(--ink);
  color: var(--ink);
  min-width: 4.2rem;
}
.results {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 1.5rem var(--gutter) 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.results article .frame { min-height: 180px; }
.pair-link {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
hr.rule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 1.5rem auto;
  max-width: var(--content-max);
}
h2.section {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 2.5rem 0 0.4rem;
}
.section-lede {
  text-align: center;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto 1.2rem;
  font-size: 0.95rem;
}
body.item header {
  padding-bottom: 1.2rem;
}
.item-stage {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
  text-align: center;
}
.item-stage img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  background: #faf7f0;
  border: 1px solid var(--rule);
  padding: 1.5rem;
}
.item-stage h2 {
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  margin: 1.4rem 0 0.35rem;
}
.item-stage .meta {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.4rem;
}
a.buy {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 0.85rem 1.6rem;
  border: 1px solid var(--ink);
}
a.buy:hover {
  background: transparent;
  color: var(--ink);
}
a.buy-secondary {
  background: transparent;
  color: var(--ink);
  margin-left: 0.6rem;
}
a.buy-secondary:hover {
  background: var(--ink);
  color: var(--paper);
}
.pack-offer {
  max-width: var(--content-max);
  margin: 0.5rem auto 1.5rem;
  padding: 1.6rem var(--gutter);
  text-align: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  box-sizing: border-box;
}
.pack-offer h2 {
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
}
.pack-offer p {
  color: var(--muted);
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}
.item-stage .buy-secondary {
  margin: 0.7rem 0 0 0.6rem;
}
.pick-bar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.pick-bar span {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.pick-bar button {
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  cursor: pointer;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
}
.pick-bar button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pick-bar button.ghost {
  background: transparent;
  color: var(--ink);
}
article.pick {
  position: relative;
}
article.pick .pick-box {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  background: #faf7f0;
  border: 1px solid var(--rule);
  padding: 0.2rem 0.3rem;
}
article.picked {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}
.item-stage .price {
  margin-top: 1rem;
  color: var(--muted);
}
@media (max-width: 600px) {
  header { padding-top: 2.2rem; }
  h1 { letter-spacing: 0.08em; font-size: 2.1rem; }
  .brand-mark { width: 2.8rem; height: 2.8rem; margin-bottom: 0.7rem; }
  .letter-wells { gap: 1.25rem; }
  .letter-well .ornament-frame { width: 4.6rem; height: 4.6rem; }
  .letter-well input { font-size: 2.2rem; }
}

.item-stage .item-price {
  margin: 1.35rem 0 0.85rem;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.item-stage .item-note {
  margin: 0.95rem auto 0;
  max-width: 22rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--muted);
}
.item-stage .buy {
  letter-spacing: 0.16em;
}


.trust-strip {
  margin: 0 auto 0.25rem;
  padding: 1.1rem var(--gutter) 0.2rem;
  text-align: center;
  max-width: var(--content-max);
}
.trust-strip .trust-line {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
}
.trust-strip .trust-line strong {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.trust-strip .trust-meta {
  margin: 0.55rem auto 0;
  max-width: 40rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

/* Lifestyle mockups — In use */
.in-use {
  margin: 0.25rem auto 0.5rem;
  padding: 1.4rem 0 0.4rem;
  border-top: 1px solid var(--rule);
  text-align: center;
  box-sizing: border-box;
}
.in-use .section {
  margin-top: 1.4rem;
}
.in-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1rem;
  max-width: 52rem;
  margin: 0.4rem auto 1.2rem;
  padding: 0 var(--gutter);
  box-sizing: border-box;
}
@media (min-width: 820px) {
  .in-use-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: var(--content-max);
    gap: 1.25rem;
  }
}
.in-use-item {
  margin: 0;
  text-align: center;
}
.in-use-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  background: #faf7f0;
  border: 1px solid var(--rule);
}
.in-use-item figcaption {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
