:root {
  --ink: #16130f;
  --espresso: #241e16;
  --cream: #f3eee4;
  --ivory: #faf7f1;
  --sand: #e7dfd0;
  --gold: #b08d57;
  --gold-deep: #8c6a3a;
  --muted: #7a7268;
  --line: #d9cfbf;
  --white: #fffdf8;
  --announce-h: 36px;
  --header-h: 78px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open,
body.drawer-open,
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 0.35em;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-intro {
  text-align: center;
  margin-bottom: 48px;
}

.section-intro h2,
.hero-copy h1,
.spotlight-copy h2,
.atelier-panel h2,
.contact-aside h2,
.shop-head h2,
.journal-inner h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.text-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--gold-deep);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn-gold {
  background: var(--gold);
  color: #1a140c;
}

.btn-gold:hover {
  background: var(--gold-deep);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: currentColor;
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.btn-block {
  width: 100%;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.icon-btn .count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  background: var(--gold);
  color: #1a140c;
  font-size: 9px;
  line-height: 15px;
  font-weight: 700;
}

.announce {
  height: var(--announce-h);
  background: var(--gold);
  color: #1a140c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
}

.announce p {
  margin: 0;
}

.announce-close {
  position: absolute;
  right: 16px;
  border: 0;
  background: none;
  color: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

body.announce-off {
  --announce-h: 0px;
}

body.announce-off .announce {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--ink);
  color: var(--cream);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 40px rgba(22, 19, 15, 0.28);
}

.header-bar {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  justify-self: center;
}

.logo-mark {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  color: var(--cream);
  line-height: 1;
}

.logo-text strong {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.logo-text small {
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
}

.header-nav {
  justify-self: start;
}

.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nav-links a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a.is-active,
.nav-links a:hover {
  color: var(--gold);
}

.nav-mobile-meta {
  display: none;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  display: none;
  gap: 7px;
  align-content: center;
  justify-items: center;
  cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
  width: 18px;
  height: 1.5px;
  background: var(--cream);
  display: block;
}

.header-search {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  border-top: 1px solid rgba(240, 230, 214, 0.12);
  padding-top: 12px;
}

.header-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--cream);
  padding: 10px 4px;
  font: inherit;
  outline: none;
  min-width: 0;
  border-bottom: 1px solid var(--gold);
}

.header-search button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  cursor: pointer;
}

.search-drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--ivory);
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 8px;
  z-index: 20;
  max-height: 360px;
  overflow: auto;
}

.search-hit {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  width: 100%;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}

.search-hit:hover {
  background: var(--sand);
}

.search-hit img {
  width: 52px;
  height: 64px;
}

.hero {
	display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  height: min(100vh - var(--announce-h) - var(--header-h), 860px);
  height: min(100svh - var(--announce-h) - var(--header-h), 860px);
  min-height: 620px;
  background: var(--ink);
  color: var(--cream);
}

.hero-portrait {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-position: center 18%;
  filter: grayscale(0.18) contrast(1.05);
}

.hero-portrait figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--gold);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  border-left: 1px solid rgba(176, 141, 87, 0.28);
}

.hero-lead {
  font-size: 1.05rem;
  color: #d8cfc0;
  max-width: 420px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 8px 0 36px;
}

.hero-copy .btn-ghost {
  color: var(--cream);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(176, 141, 87, 0.28);
}

.hero-metrics strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.hero-metrics span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.ticker {
  overflow: hidden;
  background: var(--cream);
  border-block: 1px solid var(--line);
  padding: 14px 0;
}

.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: ticker 28s linear infinite;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.collections {
  padding: 80px 0 0;
}

.line-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 420px;
  border: 0;
  padding: 0;
  background: var(--ivory);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.line-row.align-right {
  grid-template-columns: 0.8fr 1.2fr;
}

.line-row.align-right figure {
  order: 2;
}

.line-row figure {
  margin: 0;
  overflow: hidden;
}

.line-row img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  transition: transform 0.8s var(--ease);
}

.line-row:hover img {
  transform: scale(1.04);
}

.line-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
}

.line-copy span,
.line-copy em {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-style: normal;
}

.line-copy h3 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin: 8px 0 12px;
}

.line-copy p {
  max-width: 320px;
  color: var(--muted);
}

.spotlight {
  padding: 100px 0;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.spotlight-photo {
  margin: 0;
  overflow: hidden;
}

.spotlight-photo img {
  width: 100%;
  height: 720px;
}

.spotlight-copy p {
  color: var(--muted);
  max-width: 440px;
}

.spotlight-price {
  font-family: var(--display);
  font-size: 2rem;
  color: var(--ink);
}

.lookbook,
.shop {
  padding: 40px 0 100px;
}

.look-masonry {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
}

.look-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--sand);
}

.look-card.is-tall {
  grid-row: span 2;
}

.look-card img,
.look-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.look-card img {
  height: 100%;
  min-height: 280px;
}

.look-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(22, 19, 15, 0.82));
  color: var(--cream);
}

.look-card figcaption .text-link {
  color: var(--gold);
}

.shop {
  background: var(--ivory);
}

.shop-head {
  display: grid;
  gap: 28px;
  margin-bottom: 36px;
}

.shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-chips button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

.shop-chips button.is-active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.shop-selects {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.shop-selects label {
  display: grid;
  gap: 6px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.shop-selects select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.checkout input,
.checkout select,
.news-form input {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 0;
  padding: 12px 12px;
  font: inherit;
  color: inherit;
  width: 100%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 14px;
}

.product-card {
  background: transparent;
}

.product-media {
  position: relative;
  display: block;
  background: var(--sand);
}

.product-media img {
  width: 100%;
  height: 420px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--gold);
  color: #1a140c;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 8px;
}

.product-card-copy {
  padding: 14px 2px 8px;
  text-align: left;
  width: 100%;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}

.product-card-copy span {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.product-card-copy h3 {
  font-size: 1.35rem;
  margin: 4px 0;
}

.product-card-copy p {
  margin: 0;
  font-weight: 500;
}

.product-card-copy s {
  color: var(--muted);
  font-weight: 400;
  margin-left: 8px;
}

.product-media .img-b {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

.media-hit {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.product-media:hover .img-b {
  opacity: 1;
}

.card-actions {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.3s var(--ease);
}

.product-card:hover .card-actions,
.product-card:focus-within .card-actions {
  opacity: 1;
  transform: none;
}

.card-actions button {
  flex: 1;
  min-height: 40px;
  border: 0;
  background: var(--ink);
  color: var(--cream);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  cursor: pointer;
}

.wish-mini {
  flex: 0 0 40px !important;
  background: var(--cream) !important;
  color: var(--ink) !important;
}

.wish-mini.is-on {
  color: var(--gold-deep) !important;
}

.product-card.is-hidden {
  display: none;
}

.shop-empty {
  text-align: center;
  color: var(--muted);
  padding: 40px 0;
}

.atelier {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  background: var(--ink);
  color: var(--cream);
}

.atelier-photo {
  margin: 0;
  overflow: hidden;
}

.atelier-photo img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  filter: grayscale(0.35);
}

.atelier-panel {
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atelier-panel p {
  color: #d2c7b6;
}

.atelier-steps {
  display: grid;
  gap: 12px;
  margin: 12px 0 28px;
}

.atelier-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(176, 141, 87, 0.2);
}

.atelier-steps strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.2rem;
}

.atelier-stats {
  display: flex;
  gap: 32px;
}

.atelier-stats strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}

.atelier-stats span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.voices {
  padding: 100px 0;
  background: var(--cream);
}

.voices-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: stretch;
}

.voice-lead {
  margin: 0;
  padding: 48px 40px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.voice-lead p {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.25;
  font-style: italic;
}

.voice-stack {
  display: grid;
  gap: 16px;
}

.voice-stack blockquote {
  margin: 0;
  padding: 28px;
  background: var(--ivory);
  border-left: 1px solid var(--gold);
}

.voice-stack p {
  font-size: 1.05rem;
}

.voices footer {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact {
  padding: 0 0 100px;
}

.contact-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  background: var(--ink);
  color: var(--cream);
}

.contact-aside {
  padding: 56px 48px;
}

.contact-dl {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.contact-dl dt {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.contact-form {
  background: var(--ivory);
  color: var(--ink);
  padding: 48px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form label,
.checkout label {
  display: grid;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.form-status {
  min-height: 1.4em;
  color: var(--gold-deep);
  font-weight: 600;
}

.site-footer {
  background: var(--ink);
  color: #cfc6b8;
  padding: 0 0 24px;
}

.journal {
  background: var(--cream);
  color: var(--ink);
  padding: 72px 0;
}

.journal-inner {
  text-align: center;
  max-width: 640px;
}

.news-form {
  display: flex;
  gap: 0;
  margin-top: 20px;
}

.news-form input {
  background: var(--white);
  border-right: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
  gap: 32px;
  padding: 56px 0 12px;
}

.footer-logo {
  color: var(--gold);
  margin-bottom: 12px;
  justify-self: start;
}

.footer-grid h4 {
  color: var(--gold);
  font-family: var(--font);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-grid ul,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(176, 141, 87, 0.2);
  font-size: 0.78rem;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(22, 19, 15, 0.56);
  z-index: 60;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--ivory);
  z-index: 70;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.drawer-list {
  overflow: auto;
  flex: 1;
  display: grid;
  gap: 12px;
  align-content: start;
}

.drawer-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
}

.drawer-item img {
  width: 72px;
  height: 90px;
}

.drawer-item h4 {
  font-size: 1.05rem;
  margin: 0 0 4px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty button,
.qty input {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.qty button {
  cursor: pointer;
}

.cart-foot {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.cart-note,
.empty-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.product-modal,
.checkout {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-shell,
.checkout-card {
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--ivory);
}

.product-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.product-close {
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--ivory);
  cursor: pointer;
  font-size: 1.4rem;
}

.product-gallery {
  padding: 22px;
}

.gallery-main {
  position: relative;
  overflow: hidden;
  background: var(--sand);
  height: min(62vh, 560px);
}

.gallery-main img {
  width: 100%;
  height: 100%;
}

.zoom-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #fff;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.gallery-thumbs button {
  width: 64px;
  height: 80px;
  padding: 0;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background: none;
}

.gallery-thumbs button.is-active {
  border-color: var(--gold);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
}

.zoom-hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.product-info {
  padding: 40px 36px 32px 8px;
}

.price-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.price-row s {
  color: var(--muted);
  font-size: 1rem;
}

.option-block,
.qty-row {
  margin: 16px 0;
}

.option-block span,
.qty-row span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.swatches,
.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
}

.swatch.is-on {
  box-shadow: 0 0 0 2px var(--gold);
}

.size-pills button {
  min-width: 42px;
  height: 38px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.size-pills button.is-on {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.product-meta {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
}

.product-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.product-meta dt {
  color: var(--muted);
}

.checkout-card {
  width: min(560px, 100%);
  padding: 40px 32px;
  position: relative;
}

.checkout-summary {
  background: var(--cream);
  padding: 14px;
  margin: 8px 0 16px;
  display: grid;
  gap: 6px;
}

.help-chip {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--cream);
  padding: 12px 18px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s var(--ease);
  z-index: 90;
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.error-page,
.page-pad {
  min-height: 50vh;
  padding: 80px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .look-masonry,
  .footer-grid,
  .voices-layout,
  .spotlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .look-card.is-tall {
    grid-row: auto;
  }

  .hero-copy,
  .line-copy,
  .atelier-panel {
    padding: 40px 28px;
  }
}

@media (max-width: 900px) {
  .header-bar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-nav {
    display: none;
  }

  .logo {
    justify-self: start;
  }

  .nav-toggle {
    display: grid;
  }

  body.nav-open .header-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: calc(var(--announce-h) + var(--header-h)) 0 0;
    background: var(--ink);
    color: var(--cream);
    width: 100%;
    padding: 36px 28px;
    z-index: 50;
    gap: 24px;
  }

  body.nav-open .nav-links {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
  }

  body.nav-open .nav-mobile-meta {
    display: grid;
    gap: 8px;
    color: var(--gold);
  }

  .hero,
  .line-row,
  .line-row.align-right,
  .spotlight-grid,
  .atelier,
  .contact-split,
  .product-shell,
  .form-row,
  .voices-layout,
  .look-masonry {
    grid-template-columns: 1fr;
  }

  .hero {
    height: auto;
    min-height: 0;
  }

  .line-row.align-right figure {
    order: 0;
  }

  .hero-portrait img,
  .line-row img,
  .spotlight-photo img,
  .atelier-photo img {
    min-height: 360px;
    height: 420px;
  }

  .product-info {
    padding: 20px;
  }

  .gallery-main {
    height: 380px;
  }

  .logo-text strong {
    font-size: 1.25rem;
  }
}

@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 28px);
  }

  .logo-text small {
    display: none;
  }

  .logo-text strong {
    font-size: 1.15rem;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
  }

  .search-toggle {
    display: none;
  }

  .icon-btn,
  .nav-toggle {
    width: 36px;
    height: 40px;
  }

  .header-tools {
    flex-shrink: 0;
  }

  .footer-grid,
  .product-grid,
  .look-masonry {
    grid-template-columns: 1fr;
  }

  .look-masonry {
    grid-template-rows: none;
  }

  .card-actions {
    opacity: 1;
    transform: none;
  }

  .announce p {
    max-width: 82%;
    text-align: center;
  }

  .news-form {
    flex-direction: column;
  }

  .hero-metrics {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  .product-media img {
    height: 320px;
  }
}
