@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/fonts/bodoni-moda-vf.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/fonts/bodoni-moda-italic-vf.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-vf.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-italic-vf.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --bg:#F7F1E9;
  --paper:#FFFCF8;
  --ink:#111111;
  --ink-soft:#3E3935;
  --muted:#756A63;
  --line:rgba(17,17,17,0.12);
  --line-strong:rgba(17,17,17,0.22);
  --gold:#A07E46;
  --gold-soft:#C5A571;
  --plum:#171318;
  --plum-soft:#241E26;
  --panel:#EFE6DA;
  --veil:rgba(247,241,233,0.90);
  --frame:1420px;
  --gutter:36px;
  --gutter-tablet:28px;
  --gutter-mobile:20px;
  --rail-hit:44px;
  --shadow:0 24px 64px rgba(17,17,17,0.06);
  --display:"Bodoni Moda", ui-serif, Georgia, serif;
  --sans:"Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html {
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}
*,*::before,*::after { box-sizing:inherit; min-width:0; }
html,body {
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overscroll-behavior-x:none;
}
body {
  background:var(--bg);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.56;
  letter-spacing:0.01em;
}
body.is-menu-open { overflow:hidden; }
img,video,canvas,svg { display:block; max-width:100%; height:auto; }
a { color:inherit; text-decoration:none; }
button,input,textarea,select { font:inherit; color:inherit; }
button { cursor:pointer; }
::selection { background:rgba(160,126,70,0.22); color:var(--ink); }
.frame {
  width:100%;
  max-width:var(--frame);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.skip-link {
  position:absolute;
  left:-9999px;
  top:0;
  background:var(--ink);
  color:var(--paper);
  padding:12px 14px;
  z-index:120;
}
.skip-link:focus { left:16px; top:16px; }
.utility-bar {
  border-bottom:1px solid var(--line);
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
.utility-inner {
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:var(--muted);
}
.utility-items {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
}
.site-header {
  position:sticky;
  top:0;
  z-index:80;
  background:var(--veil);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.masthead {
  min-height:88px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:28px;
}
.site-rail {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}
.site-rail.is-right { justify-content:flex-end; }
.rail-link,
.text-link,
.mini-link {
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:var(--rail-hit);
  padding-inline:2px;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}
.rail-link::after,
.text-link::after,
.mini-link::after,
.drawer-link::after,
.brand-link::after,
.collection-jump::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform 180ms ease, opacity 180ms ease;
  opacity:0.84;
}
.rail-link:hover::after,
.rail-link[aria-current="page"]::after,
.text-link:hover::after,
.mini-link:hover::after,
.drawer-link:hover::after,
.drawer-link[aria-current="page"]::after,
.collection-jump:hover::after,
.collection-jump.is-active::after {
  transform:scaleX(1);
}
.rail-link,
.collection-jump,
.mini-link {
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
}
.brand-link {
  display:grid;
  justify-items:center;
  gap:8px;
  padding:8px 0;
}
.brand-mark {
  width:34px;
  height:34px;
}
.brand-title {
  display:flex;
  flex-direction:column;
  align-items:center;
  line-height:1;
}
.brand-word {
  font-family:var(--display);
  font-size:30px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:500;
}
.brand-sub {
  margin-top:5px;
  font-size:10px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:var(--muted);
}
.menu-toggle,
.menu-close {
  display:none;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  letter-spacing:0.14em;
  text-transform:uppercase;
  font-size:12px;
}
.header-bag-mobile {
  display:none;
  justify-self:end;
}
.cart-count {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  height:20px;
  border:1px solid var(--ink);
  border-radius:0;
  font-size:11px;
  margin-left:8px;
  line-height:1;
}
.menu-panel {
  position:fixed;
  inset:0 0 0 auto;
  width:min(420px,100%);
  background:var(--paper);
  border-left:1px solid var(--line);
  transform:translateX(102%);
  transition:transform 220ms ease;
  z-index:95;
  display:grid;
  grid-template-rows:auto 1fr auto;
}
.menu-backdrop {
  position:fixed;
  inset:0;
  background:rgba(17,17,17,0.28);
  opacity:0;
  pointer-events:none;
  transition:opacity 220ms ease;
  z-index:90;
}
body.is-menu-open .menu-panel { transform:translateX(0); }
body.is-menu-open .menu-backdrop { opacity:1; pointer-events:auto; }
.menu-panel header,
.menu-panel footer {
  padding:18px 20px;
  border-bottom:1px solid var(--line);
}
.menu-panel footer {
  border-top:1px solid var(--line);
  border-bottom:0;
}
.menu-panel .brand-word { font-size:24px; }
.drawer-body {
  overflow:auto;
  padding:16px 20px 28px;
}
.drawer-section + .drawer-section { margin-top:32px; }
.drawer-heading {
  margin:0 0 12px;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.drawer-links {
  display:grid;
  gap:2px;
}
.drawer-link {
  position:relative;
  display:flex;
  align-items:center;
  min-height:52px;
  padding:6px 0;
  border-bottom:1px solid var(--line);
  font-family:var(--display);
  font-size:clamp(28px,7vw,38px);
  letter-spacing:0.01em;
  line-height:1;
}
.hero {
  padding:72px 0 40px;
  border-bottom:1px solid var(--line);
}
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,0.88fr) minmax(0,1.12fr);
  gap:min(7vw,96px);
  align-items:start;
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
}
.eyebrow::before {
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
  opacity:0.8;
}
.hero-note,
.kicker {
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
.hero-title,
.page-title,
.product-title,
.section-title {
  font-family:var(--display);
  font-weight:500;
  letter-spacing:-0.035em;
  line-height:0.94;
  margin:18px 0 22px;
}
.hero-title {
  font-size:clamp(44px,8vw,104px);
  max-width:10ch;
}
.page-title { font-size:clamp(42px,7vw,88px); max-width:11ch; }
.section-title { font-size:clamp(32px,5vw,60px); max-width:14ch; }
.product-title { font-size:clamp(40px,6vw,74px); max-width:10ch; }
.lead {
  font-size:clamp(18px,2vw,22px);
  line-height:1.5;
  color:var(--ink-soft);
  max-width:38rem;
}
.copy,
.body-copy,
.legal p,
.legal li,
.policy-copy { color:var(--ink-soft); }
.hero-actions,
.page-actions {
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  align-items:center;
  margin-top:32px;
}
.hero-media {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,0.78fr);
  gap:18px;
  align-items:start;
}
.hero-column {
  display:grid;
  gap:18px;
}
.media-shell,
.category-card .media-shell,
.product-media,
.product-main-media,
.still-life,
.story-media {
  position:relative;
  width:100%;
  overflow:hidden;
  background:var(--paper);
  border:1px solid var(--line);
}
.media-shell img,
.product-media img,
.product-main-media img,
.still-life img,
.story-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 280ms ease;
}
.hero-feature {
  aspect-ratio:4 / 5;
}
.hero-detail {
  aspect-ratio:4 / 5;
}
.hero-copy-block {
  padding-top:40px;
}
.section {
  padding:72px 0;
  border-bottom:1px solid var(--line);
}
.section-head {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:28px;
}
.collection-anchors {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
}
.collection-jump {
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
}
.category-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.category-card {
  display:grid;
  gap:16px;
}
.category-card .media-shell { aspect-ratio:4 / 5; }
.category-title {
  font-family:var(--display);
  font-size:clamp(28px,4vw,42px);
  line-height:0.98;
  margin:0;
  font-weight:500;
}
.category-copy { margin:0; color:var(--ink-soft); max-width:34ch; }
.selected-grid,
.product-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.selected-grid .product-card:first-child {
  grid-column:span 2;
  grid-row:span 2;
}
.product-card {
  display:flex;
  flex-direction:column;
  gap:14px;
}
.product-card:hover img,
.related-card:hover img,
.category-card:hover img { transform:scale(1.03); }
.product-media {
  aspect-ratio:4 / 5;
}
.product-card:first-child .product-media {
  aspect-ratio:4 / 5;
}
.product-meta {
  display:grid;
  gap:8px;
}
.product-line {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:start;
}
.product-name {
  font-size:15px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:0.01em;
}
.product-category,
.product-sku,
.utility-copy,
.small-label {
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.price {
  white-space:nowrap;
  font-weight:600;
  letter-spacing:0.02em;
}
.story-panel {
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
  gap:min(7vw,88px);
  align-items:start;
}
.story-copy .section-title { max-width:12ch; }
.story-media { aspect-ratio:4 / 5; }
.policy-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.policy-card {
  display:grid;
  gap:12px;
  padding-top:18px;
  border-top:1px solid var(--line-strong);
}
.policy-title {
  font-family:var(--display);
  font-size:28px;
  line-height:1.02;
  margin:0;
  font-weight:500;
}
.policy-card p { margin:0; color:var(--ink-soft); }
.page-hero {
  padding:64px 0 34px;
  border-bottom:1px solid var(--line);
}
.page-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,0.86fr) minmax(0,1.14fr);
  gap:min(7vw,88px);
  align-items:end;
}
.page-hero-media {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.page-hero-media .still-life { aspect-ratio:4 / 5; }
.segment-nav {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
}
.product-section + .product-section { margin-top:72px; }
.product-section .section-head { margin-bottom:22px; }
.product-page {
  padding:42px 0 72px;
}
.breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:24px;
}
.breadcrumbs span { opacity:0.55; }
.product-layout {
  display:grid;
  grid-template-columns:minmax(0,0.98fr) minmax(0,1.02fr);
  gap:min(8vw,112px);
  align-items:start;
}
.product-gallery {
  display:grid;
  gap:18px;
}
.product-main-media {
  aspect-ratio:4 / 5;
}
.product-side {
  position:sticky;
  top:128px;
}
.product-price {
  font-size:22px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.purchase-actions,
.checkout-actions,
.form-actions {
  display:grid;
  gap:10px;
  margin:26px 0 24px;
}
.button-line,
.button-quiet {
  min-height:52px;
  padding:0 18px;
  border-radius:0;
  border:1px solid var(--ink);
  background:var(--ink);
  color:var(--paper);
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
}
.button-line:hover { background:#000; }
.button-line.secondary,
.button-quiet {
  background:transparent;
  color:var(--ink);
}
.button-line.secondary:hover,
.button-quiet:hover {
  background:rgba(17,17,17,0.04);
}
.detail-group,
.product-notes,
.legal-block,
.checkout-box,
.contact-panel {
  border-top:1px solid var(--line-strong);
  padding-top:20px;
}
.detail-group + .detail-group,
.legal-block + .legal-block { margin-top:28px; }
.detail-title,
.legal h2,
.contact-panel h2 {
  margin:0 0 10px;
  font-family:var(--display);
  font-size:28px;
  line-height:1.02;
  font-weight:500;
}
.detail-list,
.related-grid,
.checkout-list,
.footer-nav,
.legal-list,
.policy-list {
  list-style:none;
  margin:0;
  padding:0;
}
.detail-list li,
.checkout-row,
.policy-row {
  padding:14px 0;
  border-bottom:1px solid var(--line);
  color:var(--ink-soft);
}
.related-section { padding:0 0 72px; }
.related-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.related-card { display:grid; gap:12px; }
.related-card .product-media { aspect-ratio:4 / 5; }
.simple-grid {
  display:grid;
  grid-template-columns:minmax(0,0.88fr) minmax(0,1.12fr);
  gap:min(7vw,88px);
  align-items:start;
}
.legal,
.policy-page,
.contact-page,
.checkout-page,
.simple-page {
  padding:46px 0 72px;
}
.policy-table { margin-top:8px; }
.policy-row {
  display:grid;
  grid-template-columns:220px 1fr;
  gap:24px;
}
.about-grid {
  display:grid;
  grid-template-columns:minmax(0,0.86fr) minmax(0,1.14fr);
  gap:min(7vw,88px);
  align-items:start;
}
.about-media-stack {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.about-media-stack .still-life { aspect-ratio:4 / 5; }
.shop-note,
.notice {
  padding:18px 20px;
  background:rgba(160,126,70,0.08);
  border-left:2px solid var(--gold);
  color:var(--ink-soft);
}
.checkout-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:start;
}
.cart-items {
  display:grid;
  gap:14px;
}
.cart-item {
  display:grid;
  grid-template-columns:112px 1fr auto;
  gap:16px;
  align-items:center;
  border-top:1px solid var(--line-strong);
  padding-top:16px;
}
.cart-item img {
  width:112px;
  height:140px;
  object-fit:cover;
  border:1px solid var(--line);
  background:var(--paper);
}
.checkout-box {
  position:sticky;
  top:128px;
  display:grid;
  gap:14px;
}
.form-like {
  display:grid;
  gap:14px;
}
.form-like label {
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.form-like textarea,
.form-like input,
.form-like select {
  width:100%;
  min-height:48px;
  padding:14px 16px;
  border:1px solid var(--line-strong);
  background:var(--paper);
  resize:vertical;
}
.form-like textarea { min-height:180px; }
.footer {
  background:var(--plum);
  color:var(--paper);
  padding:48px 0 56px;
}
.footer-grid {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,0.55fr));
  gap:30px;
}
.footer-brand {
  display:grid;
  gap:12px;
}
.footer-brand .brand-word {
  color:var(--paper);
  font-size:28px;
}
.footer-brand .brand-sub,
.footer-copy,
.footer-nav a,
.footer .mini-link { color:rgba(255,252,248,0.76); }
.footer-nav {
  display:grid;
  gap:10px;
}
.footer h3,
.footer strong {
  margin:0 0 12px;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:rgba(255,252,248,0.56);
  font-weight:600;
}
.rule-sep {
  height:1px;
  background:var(--line);
  margin:32px 0;
}
.visually-hidden {
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media (max-width: 1100px) {
  .masthead { grid-template-columns:minmax(0,1fr) auto; }
  .desktop-only { display:none !important; }
  .menu-toggle,
  .header-bag-mobile { display:inline-flex; }
  .header-bag-mobile { min-height:44px; align-items:center; justify-content:flex-end; }
  .brand-link { justify-self:center; }
  .hero-grid,
  .page-hero-grid,
  .story-panel,
  .product-layout,
  .about-grid,
  .simple-grid,
  .checkout-layout {
    grid-template-columns:1fr;
  }
  .hero-copy-block,
  .product-side,
  .checkout-box { position:static; }
  .selected-grid .product-card:first-child { grid-column:auto; grid-row:auto; }
  .selected-grid,
  .product-grid,
  .related-grid,
  .category-grid,
  .policy-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .policy-row { grid-template-columns:1fr; gap:8px; }
}
@media (max-width: 768px) {
  :root { --gutter:20px; }
  .utility-inner { min-height:34px; }
  .utility-items span:nth-child(3) { display:none; }
  .masthead { min-height:72px; grid-template-columns:44px 1fr 44px; gap:14px; }
  .brand-word { font-size:22px; }
  .brand-sub { font-size:9px; letter-spacing:0.2em; }
  .hero,
  .section { padding:52px 0; }
  .page-hero { padding:48px 0 28px; }
  .hero-media,
  .page-hero-media,
  .about-media-stack { grid-template-columns:1fr 1fr; gap:12px; }
  .selected-grid,
  .product-grid,
  .related-grid,
  .category-grid,
  .policy-grid { grid-template-columns:1fr 1fr; gap:16px; }
  .page-title,
  .hero-title,
  .product-title { max-width:none; }
  .collection-anchors,
  .segment-nav { gap:14px; }
  .cart-item { grid-template-columns:84px 1fr; }
  .cart-item img { width:84px; height:104px; }
  .cart-item .price { grid-column:2; }
  .footer-grid { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .hero-media,
  .page-hero-media,
  .about-media-stack,
  .selected-grid,
  .product-grid,
  .related-grid,
  .category-grid,
  .policy-grid { grid-template-columns:1fr; }
  .drawer-link { font-size:30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none !important; transition:none !important; }
}
