:root {
  --ivory: #f7f3ea;
  --gold: #d4af6a;
  --gold-deep: #9b6c36;
  --charcoal: #1e1e1e;
  --ink-soft: #5c5149;
  --rose: #f0dfd4;
  --white: #ffffff;
  --line: #dfd6ca;
  --focus: #2f62d0;
  --display: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --content: 1280px;
  --z-sticky: 20;
  --z-modal: 40;
  --z-toast: 50;
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: var(--z-toast);
  padding: 10px 14px;
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.section-shell {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.announcement {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 6px 20px;
  background: var(--gold);
  color: #352312;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.announcement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: color-mix(in srgb, var(--white) 96%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(calc(100% - 48px), var(--content));
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.primary-nav, .header-actions { display: flex; align-items: center; }

.primary-nav { gap: clamp(16px, 2vw, 30px); }

.primary-nav a {
  padding-block: 12px;
  font-size: 12px;
  color: #3e342f;
}

.primary-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 3px;
  background: var(--gold-deep);
  transition: width 180ms ease-out;
}

.primary-nav a:hover::after { width: 100%; }

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
}

.brand-lockup > img {
  width: 42px;
  height: 50px;
  object-fit: contain;
}

.brand-type { display: grid; justify-items: center; line-height: 1; }

.brand-name {
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: .13em;
}

.brand-subline {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: .42em;
}

.brand-subline i {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}

.header-actions { justify-content: flex-end; gap: 4px; }

.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.icon-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-button { display: none; }

.cart-button { position: relative; }

.cart-count {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding-inline: 4px;
  border-radius: 999px;
  background: var(--gold-deep);
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  min-height: 430px;
  background: var(--ivory);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(42px, 6vw, 84px) clamp(32px, 6vw, 90px);
  background:
    radial-gradient(circle at 0 50%, color-mix(in srgb, var(--gold) 13%, transparent), transparent 48%),
    var(--ivory);
}

.hero-note, .story-label {
  margin: 0 0 14px;
  color: #4f4037;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.4vw, 5.5rem);
  font-weight: 500;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 32, "wght" 500;
  font-synthesis: none;
  -webkit-font-smoothing: auto;
  line-height: .98;
  letter-spacing: -.035em;
  color: #765330;
  text-wrap: balance;
}

.hero-copy > p:not(.hero-note) {
  max-width: 40ch;
  margin: 24px 0 28px;
  color: var(--ink-soft);
  font-size: 14px;
}

.hero-media { min-width: 0; overflow: hidden; }

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: background-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out;
}

.button-primary { background: var(--gold-deep); color: var(--white); }
.button-primary:hover { background: #7e5228; transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .46; transform: none; }

.collections { padding-block: 14px 20px; }

.collection-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.collection-tile {
  min-width: 0;
  height: 116px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.collection-tile span {
  z-index: 1;
  padding-left: 13px;
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.collection-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.collection-tile:hover img { transform: scale(1.045); }

.products { padding-block: 6px 52px; }

.catalog-note {
  max-width: 68ch;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: 12px;
  text-align: center;
  text-wrap: pretty;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.section-title-row span { height: 1px; background: var(--line); }

.section-title-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .03em;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.product { min-width: 0; text-align: center; }

.product-media {
  position: relative;
  aspect-ratio: 1.24 / 1;
  overflow: hidden;
  background: var(--ivory);
}

.product-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1);
}

.product:hover .product-media > img { transform: scale(1.035); }

.product h3 {
  margin: 11px 0 2px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.price { margin: 0; color: var(--ink-soft); font-size: 12px; }

.product-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px 7px;
  background: #7e5a38;
  color: var(--white);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.quick-add {
  position: absolute;
  inset: auto 8px 8px;
  min-height: 42px;
  border: 0;
  background: color-mix(in srgb, var(--white) 95%, transparent);
  color: var(--charcoal);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 160ms ease-out, transform 160ms ease-out;
}

.product:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }

.story {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  min-height: 260px;
  margin-bottom: 42px;
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-intro, .values { padding: clamp(28px, 4vw, 52px); }

.story-intro { border-right: 1px solid var(--line); }

.story h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
  color: #765330;
}

.story-intro > p:not(.story-label) { max-width: 49ch; color: var(--ink-soft); font-size: 13px; }

.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 8px;
  color: #6d4728;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
}

.values {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 0;
}

.values li { display: flex; align-items: center; gap: 14px; }

.value-icon {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eadbc8;
  color: #724b2b;
  font-size: 18px;
}

.values strong, .values span { display: block; }
.values strong { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.values div > span { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }

.story-image { min-height: 100%; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }

.newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(360px, .8fr);
  align-items: center;
  gap: 40px;
  padding-block: 28px 56px;
}

.newsletter h2, .site-footer h2 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.newsletter p { margin: 0; color: var(--ink-soft); }

.newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter-form input {
  min-width: 0;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #9f9288;
  border-right: 0;
  background: var(--white);
  color: var(--charcoal);
}

.newsletter-form input::placeholder { color: #6b625d; opacity: 1; }

.newsletter-form .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-disclosure,
.form-message {
  grid-column: 1 / -1;
  font-size: 11px;
}

.newsletter .form-disclosure { margin-top: 9px; }
.newsletter .form-message { min-height: 1.5em; margin-top: 5px; color: var(--charcoal); }

.site-footer { background: var(--ivory); border-top: 1px solid var(--line); }

.footer-inner {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 48px;
  padding-block: 46px 34px;
}

.brand-lockup-footer { justify-self: start; }
.brand-lockup-footer > img { width: 38px; height: 45px; }
.brand-lockup-footer .brand-name { font-size: 19px; }
.footer-brand > p { margin: 10px 0 0; color: var(--ink-soft); font-family: var(--display); }
.site-footer h2 { margin-bottom: 14px; }
.site-footer div:not(.footer-brand) > a { display: block; width: fit-content; margin-block: 7px; color: var(--ink-soft); font-size: 12px; }
.site-footer div:not(.footer-brand) > a:hover { color: var(--gold-deep); }

.copyright { padding-block: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; }

dialog {
  padding: 0;
  border: 0;
  background: var(--white);
  color: var(--charcoal);
}

dialog::backdrop { background: rgb(20 16 13 / .54); }

.search-dialog {
  width: min(620px, calc(100% - 32px));
  padding: 28px;
}

.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.dialog-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
}

.search-dialog > label { display: block; margin: 24px 0 7px; font-size: 12px; font-weight: 600; }

.search-field { position: relative; }

.search-field input {
  width: 100%;
  min-height: 52px;
  padding: 12px 44px 12px 14px;
  border: 1px solid #8f8379;
}

.search-field span { position: absolute; top: 11px; right: 15px; font-size: 24px; }
.search-results { min-height: 64px; padding-top: 14px; color: var(--ink-soft); font-size: 13px; }
.search-result-link { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--charcoal); }

.cart-dialog {
  width: min(460px, 100%);
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0 0 0 auto;
}

.cart-panel { min-height: 100%; display: grid; grid-template-rows: auto 1fr auto; }
.cart-panel > .dialog-header { padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-items { padding: 24px; overflow: auto; }
.empty-cart { margin-top: 40px; text-align: center; color: var(--ink-soft); }

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding-block: 13px;
  border-bottom: 1px solid var(--line);
}

.cart-line img { width: 72px; height: 62px; object-fit: cover; }
.cart-line h3 { margin: 0 0 4px; font-family: var(--display); font-size: 16px; font-weight: 400; }
.cart-line p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.remove-item { min-height: 40px; border: 0; background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; }

.cart-footer { padding: 20px 24px 24px; border-top: 1px solid var(--line); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: 4px; }
.cart-footer > p { margin: 0 0 16px; color: var(--ink-soft); font-size: 11px; }
.checkout-button { width: 100%; }

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: var(--z-toast);
  max-width: min(360px, calc(100% - 36px));
  padding: 12px 16px;
  background: var(--charcoal);
  color: var(--white);
  font-size: 12px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 160ms ease-out, transform 160ms ease-out;
}

.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .primary-nav { gap: 12px; }
  .primary-nav a { font-size: 11px; }
  .brand-name { font-size: 20px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 26px 16px; }
  .collection-rail { overflow-x: auto; grid-template-columns: repeat(6, 210px); padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .collection-tile { scroll-snap-align: start; }
}

@media (max-width: 820px) {
  .section-shell, .header-inner { width: min(calc(100% - 32px), var(--content)); }
  .header-inner { grid-template-columns: 1fr auto 1fr; min-height: 70px; }
  .menu-button { display: inline-grid; justify-self: start; }
  .primary-nav {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 24px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity 160ms ease-out, transform 160ms ease-out, visibility 160ms;
  }
  .primary-nav.is-open { opacity: 1; transform: translateY(0); visibility: visible; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .account-button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 32px; }
  .hero-media { min-height: 280px; }
  .story { grid-template-columns: 1fr 1fr; }
  .story-intro { border-right: 0; }
  .story-image { grid-column: 1 / -1; max-height: 280px; }
  .newsletter { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1.7fr repeat(3, 1fr); gap: 26px; }
}

@media (max-width: 600px) {
  .announcement { gap: 8px; font-size: 8px; letter-spacing: .1em; }
  .announcement span:nth-last-child(-n + 2) { display: none; }
  .header-inner { width: calc(100% - 20px); }
  .brand-lockup { gap: 4px; }
  .brand-lockup > img { width: 32px; height: 40px; }
  .brand-name { font-size: 16px; }
  .brand-subline { gap: 4px; margin-top: 4px; font-size: 6px; letter-spacing: .3em; }
  .brand-subline i { width: 4px; height: 4px; }
  .header-actions { gap: 0; }
  .primary-nav { top: 100px; }
  .hero-copy { padding: 50px 24px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero-media { min-height: 350px; }
  .hero-media img { object-position: 42% center; }
  .section-shell { width: calc(100% - 24px); }
  .collection-rail { grid-template-columns: repeat(6, 190px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .product h3 { font-size: 14px; }
  .quick-add { opacity: 1; transform: none; inset: auto 5px 5px; min-height: 38px; }
  .story { grid-template-columns: 1fr; }
  .story-intro, .values { padding: 30px 22px; }
  .story-intro { border-bottom: 1px solid var(--line); }
  .story-image { grid-column: auto; min-height: 230px; }
  .newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .newsletter-form input { border-right: 1px solid #9f9288; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .search-dialog { padding: 22px; }
  .dialog-header h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .collection-tile:hover img, .product:hover .product-media > img, .button-primary:hover { transform: none; }
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--ivory);
}

.error-page main {
  max-width: 560px;
  text-align: center;
}

.error-page img { margin: 0 auto 20px; }
.error-page main > p:first-of-type { color: var(--gold-deep); font-weight: 600; letter-spacing: .18em; }
.error-page h1 { margin: 0; color: #765330; font: 400 clamp(2.6rem, 8vw, 5rem)/1 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.error-page h1 + p { margin: 20px auto 28px; color: var(--ink-soft); }
