:root {
  --bg: #12100e;
  --bg-2: #1b1814;
  --paper: #f4ece0;
  --ivory: #fbf6ee;
  --ink: #14110e;
  --muted: #6d6458;
  --gold: #c4a05a;
  --gold-2: #e2c98a;
  --terracotta: #b44a32;
  --line: #2a261f;
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", "Source Sans 3", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ivory); font-family: var(--sans); font-size: 16.5px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip { position: absolute; left: -999px; }
.disclosure { background: #0c0b09; color: #cbbda8; font-size: 12px; letter-spacing: 0.04em; text-align: center; padding: 8px 16px; }
.disclosure a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.header { background: rgba(18,16,14,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { max-width: 1320px; margin: 0 auto; padding: 14px 22px; display: flex; align-items: center; gap: 20px; }
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo strong { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -0.03em; color: var(--ivory); }
.logo span { margin-top: 5px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav > a, .nav-drop > button { padding: 8px 11px; color: #ddd3c4; font-size: 14px; background: none; border: 0; cursor: pointer; }
.nav > a:hover, .nav-drop > button:hover { color: var(--gold-2); }
.nav-drop { position: relative; }
.mega { display: none; position: absolute; top: calc(100% + 8px); right: 0; width: min(900px, calc(100vw - 24px)); background: #1f1b16; border: 1px solid var(--line); border-radius: 16px; padding: 22px; grid-template-columns: repeat(4, 1fr); gap: 14px 20px; box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.nav-drop:hover .mega, .nav-drop:focus-within .mega, .nav-drop.open .mega { display: grid; }
.mega h4 { margin: 0 0 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.mega a { display: block; padding: 4px 0; color: #d7ccbc; font-size: 14px; }
.mega a:hover { color: #fff; }
.menu-btn { display: none; margin-left: auto; border: 1px solid var(--line); background: #1f1b16; color: var(--ivory); border-radius: 999px; padding: 8px 14px; }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 22px; }
.splash { position: relative; background: #000; overflow: hidden; }
.splash > img { width: 100%; height: 88vh; object-fit: cover; object-position: center 40%; }
.splash-panel { position: absolute; left: 6%; bottom: 8%; max-width: 560px; background: rgba(18,16,14,.78); border: 1px solid rgba(196,160,90,.28); padding: 28px 30px 26px; backdrop-filter: blur(8px); }
.splash-panel .eyebrow { display: block; color: var(--gold-2); letter-spacing: .22em; text-transform: uppercase; font-size: 11px; margin-bottom: 12px; }
.splash-panel h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(42px, 6vw, 72px); line-height: .96; letter-spacing: -.04em; margin: 0 0 14px; color: #fff; }
.splash-panel p { margin: 0 0 22px; color: #e6dccb; font-size: 18px; }
.btn { display: inline-flex; align-items: center; background: var(--terracotta); color: #fff; padding: 12px 20px; border-radius: 999px; font-size: 14.5px; border: 0; }
.btn.ghost { background: transparent; border: 1px solid rgba(255,255,255,.35); margin-left: 8px; }
.band-paper { background: var(--paper); color: var(--ink); padding: 72px 0; }
.band-dark { padding: 72px 0; }
.kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px; }
.band-dark .kicker { color: var(--gold-2); }
h2 { font-family: var(--serif); font-size: clamp(30px, 4vw, 48px); font-weight: 500; letter-spacing: -.03em; margin: 0 0 8px; }
.lead { max-width: 640px; color: var(--muted); margin: 0 0 28px; }
.band-dark .lead { color: #c9bdaa; }
.mosaic { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 14px; }
.mosaic a { position: relative; overflow: hidden; border-radius: 6px; display: block; min-height: 250px; }
.mosaic a.big { grid-row: span 2; min-height: 514px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.mosaic span { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-family: var(--serif); font-size: 28px; color: #fff; text-shadow: 0 8px 24px rgba(0,0,0,.55); }
.mosaic a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55)); z-index: 1; }
.season-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.season-row a { display: block; background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; color: var(--ivory); }
.season-row img { width: 100%; height: 170px; object-fit: cover; }
.season-row b { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; padding: 12px 12px 2px; }
.season-row small { display: block; padding: 0 12px 14px; color: #b7aa96; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile { display: block; background: #fff; color: var(--ink); border-radius: 6px; overflow: hidden; }
.tile img { width: 100%; height: 190px; object-fit: cover; }
.tile strong { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; padding: 12px 14px 2px; }
.tile em { display: block; font-style: normal; color: var(--muted); font-size: 13px; padding: 0 14px 14px; }
.banner { position: relative; min-height: 48vh; overflow: hidden; background: #000; }
.banner img { width: 100%; height: 48vh; object-fit: cover; }
.banner .wrap { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 22px 36px; background: linear-gradient(180deg, transparent, rgba(12,10,8,.78)); }
.banner h1 { font-family: var(--serif); font-size: clamp(38px, 6vw, 70px); font-weight: 500; letter-spacing: -.035em; margin: 0 0 10px; }
.banner p { max-width: 640px; color: #eadfce; margin: 0; }
.crumbs { font-size: 13px; color: #cbbda8; margin-bottom: 10px; }
.crumbs a { color: var(--gold-2); }
.product-slot { background: #1f1b16; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.product-slot .media { height: 180px; display: grid; place-items: center; background: #2a241c; color: #8a7d6b; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.product-slot .body { padding: 14px; }
.product-slot h3 { font-family: var(--serif); font-size: 22px; margin: 0 0 6px; font-weight: 500; }
.product-slot .meta { color: #b7aa96; font-size: 14px; }
.card-grid, .sub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sub-card { display: block; background: #1f1b16; border-radius: 6px; overflow: hidden; color: var(--ivory); }
.sub-card img { width: 100%; height: 180px; object-fit: cover; }
.sub-card .body { padding: 12px 14px 16px; }
.sub-card h3 { font-family: var(--serif); font-size: 22px; margin: 0 0 6px; font-weight: 500; }
.sub-card .meta { color: #b7aa96; font-size: 14px; }
.guide { background: #1f1b16; border: 1px solid var(--line); border-radius: 10px; padding: 32px; }
.guide h2, .guide h3 { color: #fff; }
.guide h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.guide p { color: #d4c8b6; }
.empty-note { border: 1px dashed var(--gold); background: #241f18; color: #e6d8c0; padding: 14px 16px; margin: 0 0 18px; border-radius: 8px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; }
.prose p, .prose li { color: var(--muted); }
.band-dark .prose p, .band-dark .prose li { color: #d4c8b6; }
section { padding: 56px 0; }
.splash, .banner { padding: 0; }
.footer { background: #0c0b09; color: #d8ccbb; padding: 56px 0 22px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 24px; }
.footer h3 { font-family: var(--serif); font-size: 22px; margin: 0 0 10px; color: #fff; }
.footer a { display: block; padding: 3px 0; color: #c9bdaa; font-size: 14px; }
.legal-line { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 14px; font-size: 12.5px; color: #8f8476; }
.page-hero { padding: 70px 0 30px; background: #1b1814; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(36px, 5vw, 60px); font-weight: 500; margin: 0; }
@media (max-width: 980px) {
  .mosaic, .season-row, .tile-grid, .card-grid, .sub-grid, .split, .footer-grid { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-rows: auto; }
  .mosaic a, .mosaic a.big { min-height: 220px; grid-row: auto; }
  .nav { display: none; }
  .nav.open { display: flex; flex-direction: column; position: absolute; inset: 100% 0 auto 0; background: #1b1814; padding: 12px 16px 18px; }
  .mega { position: static; width: 100%; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 8px; }
  .menu-btn { display: inline-flex; }
  .splash > img { height: 62vh; }
  .splash-panel { left: 16px; right: 16px; max-width: none; }
}
@media (max-width: 640px) {
  .mosaic, .season-row, .tile-grid, .card-grid, .sub-grid, .split, .footer-grid { grid-template-columns: 1fr; }
}

.product-page { padding: 48px 0 72px; }
.product-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.product-photo { background: #fff; border-radius: 10px; padding: 24px; }
.product-photo img { width: 100%; height: 420px; object-fit: contain; background: #fff; }
.product-buy { margin: 22px 0; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.asin { color: #8a7d6b; font-size: 13px; letter-spacing: .04em; }
.product-slot img { width: 100%; height: 190px; object-fit: contain; background: #fff; padding: 10px; }
.product-slot .cta { display: inline-block; margin-top: 8px; color: var(--gold-2); }
@media (max-width: 800px) { .product-layout { grid-template-columns: 1fr; } .product-photo img { height: 300px; } }


.product-photo .amz-native {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border: 0;
}
.product-slot .amz-native {
  display: block;
  margin: 8px auto 0;
  background: #fff;
}
