:root {
  color-scheme: light;
  --ink: #1b120c;
  --ink-soft: #352319;
  --paper: #eee3cf;
  --paper-bright: #fff7e8;
  --muted: #7b6b59;
  --line: rgba(53, 35, 25, 0.16);
  --gold: #c99a4a;
  --steel-blue: #8b8172;
  --copper: #9f5c3e;
  --steel: #aeb3ad;
  --wood: #3b2114;
  --wood-dark: #1c100b;
  --wood-light: #6f4327;
  --accent: var(--gold);
  --accent-2: var(--steel-blue);
  --accent-3: var(--copper);
  --shadow: 0 24px 70px rgba(37, 22, 13, 0.22);
  --fast: 180ms ease;
  --medium: 420ms cubic-bezier(.2,.8,.2,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 8.5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 154, 74, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(111, 67, 39, 0.14), transparent 26rem),
    repeating-linear-gradient(90deg, rgba(53, 35, 25, .035) 0 1px, transparent 1px 16px),
    var(--paper);
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow-x: hidden;
}

body.bag-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: .75rem 1rem;
  color: var(--paper-bright);
  background: var(--ink);
  border-radius: 6px;
  transition: top var(--fast);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--paper-bright);
}

.announcement {
  overflow: hidden;
  color: var(--ink);
  background: var(--gold);
  border-bottom: 1px solid rgba(7, 7, 8, .2);
}

.announcement-track {
  display: flex;
  width: max-content;
  gap: 2.4rem;
  padding: .55rem 0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  animation: marquee 28s linear infinite;
}

.announcement-track span {
  white-space: nowrap;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: min(1180px, calc(100% - 2rem));
  margin: .8rem auto 0;
  padding: .65rem .75rem;
  background:
    linear-gradient(135deg, rgba(61, 36, 22, .9), rgba(28, 16, 11, .9)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px);
  border: 1px solid rgba(255, 234, 188, .18);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), #f6d88f);
  border-radius: 7px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  letter-spacing: -.02em;
}

.brand small {
  margin-top: .18rem;
  color: rgba(255, 255, 255, .66);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}

.nav-links a {
  padding: .7rem .9rem;
  color: rgba(255, 255, 255, .76);
  border-radius: 6px;
  font-size: .88rem;
  letter-spacing: .03em;
  transition: color var(--fast), background var(--fast), transform var(--fast);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper-bright);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-1px);
}

.bag-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.bag-button {
  gap: .55rem;
  padding: .72rem .9rem;
  color: var(--ink);
  background: linear-gradient(#fff8e8, #ead8b7);
  border-radius: 7px;
  font-weight: 850;
  transition: transform var(--fast), background var(--fast);
}

.bag-button:hover {
  transform: translateY(-1px);
  background: var(--gold);
}

.bag-button strong {
  display: grid;
  place-items: center;
  min-width: 1.5rem;
  height: 1.5rem;
  color: var(--paper-bright);
  background: var(--ink);
  border-radius: 999px;
  font-size: .78rem;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 11rem max(1.25rem, calc((100vw - 1180px) / 2)) 5rem;
  color: var(--paper-bright);
  background:
    linear-gradient(115deg, rgba(24, 13, 8, .96), rgba(53, 32, 20, .78) 52%, rgba(21, 12, 8, .94)),
    radial-gradient(circle at 72% 45%, rgba(201, 154, 74, .22), transparent 28rem),
    radial-gradient(circle at 34% 68%, rgba(139, 129, 114, .16), transparent 25rem),
    repeating-linear-gradient(96deg, rgba(255, 214, 150, .035) 0 2px, rgba(0, 0, 0, .02) 2px 20px),
    var(--wood-dark);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 234, 188, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 234, 188, .035) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 74%, transparent);
  opacity: .32;
}

.hero-shine {
  position: absolute;
  inset: -35% auto auto -20%;
  width: 54rem;
  height: 150%;
  background: linear-gradient(100deg, transparent 34%, rgba(246, 216, 143, .18), transparent 62%);
  transform: rotate(18deg);
  animation: heroSweep 8s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 .9rem;
  color: #d6bd86;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.story-band h2 {
  margin: 0;
  letter-spacing: -.045em;
  line-height: .92;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 8.3vw, 7.2rem);
  font-weight: 700;
  letter-spacing: -.06em;
}

.hero-copy {
  max-width: 620px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions,
.load-more-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .88rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  transition: transform var(--fast), box-shadow var(--fast), background var(--fast), color var(--fast);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--ink);
  background: linear-gradient(#dfb865, #b78333);
  box-shadow: 0 18px 45px rgba(201, 154, 74, .24);
}

.button.primary:hover {
  background: #efcf88;
}

.button.ghost {
  color: var(--paper-bright);
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.button.dark {
  color: var(--paper-bright);
  background: var(--ink);
}

.watch-showcase {
  position: absolute;
  inset: 7.6rem max(1.25rem, calc((100vw - 1180px) / 2)) 4.2rem auto;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(44vw, 560px);
  pointer-events: none;
  perspective: 1100px;
  opacity: calc(var(--watch-base-opacity, 1) * var(--watch-opacity, 1));
  transition: opacity 180ms ease;
}

.watch-depth-lines {
  position: absolute;
  inset: 7% 3% 6%;
  border: 1px solid rgba(213, 172, 98, .18);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-12deg);
}

.watch-depth-lines::before,
.watch-depth-lines::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(201, 154, 74, .12);
  border-radius: inherit;
}

.watch-depth-lines::after {
  inset: 24%;
  border-color: rgba(255, 250, 240, .12);
}

.watch-scene {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 36rem);
  aspect-ratio: 1;
  transform-style: preserve-3d;
}

.watch-model {
  --watch-scale: 1;
  display: block;
  width: min(100%, 34rem);
  height: min(74vh, 34rem);
  min-height: 26rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 245, 219, .14), transparent 42%),
    transparent;
  transform: scale(var(--watch-scale));
  transition: transform 80ms linear, filter 180ms ease;
  animation: watchIdle 5.5s ease-in-out infinite;
}

.watch-model::part(default-progress-bar) {
  height: 3px;
  background-color: var(--gold);
}

.scroll-rotate-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  margin: 0;
  color: rgba(255, 250, 240, .68);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-panel {
  position: absolute;
  right: max(1.25rem, calc((100vw - 1180px) / 2));
  bottom: 5rem;
  z-index: 2;
  display: grid;
  gap: .2rem;
  width: min(18rem, calc(100% - 2.5rem));
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(68, 42, 27, .72), rgba(30, 18, 12, .82)),
    repeating-linear-gradient(90deg, rgba(255, 230, 180, .05) 0 1px, transparent 1px 16px);
  border: 1px solid rgba(238, 204, 139, .22);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px rgba(255, 247, 232, .08), 0 22px 54px rgba(0, 0, 0, .26);
}

.panel-label {
  color: rgba(255, 255, 255, .62);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-panel strong {
  font-size: 3.4rem;
  line-height: 1;
}

.hero-panel span:last-child {
  color: rgba(255, 255, 255, .7);
  line-height: 1.4;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: .35rem;
  color: rgba(255, 255, 255, .68);
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 1px;
  height: 2.2rem;
  background: linear-gradient(var(--gold), transparent);
}

.scroll-cue small {
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.quick-shop {
  position: sticky;
  top: 5.3rem;
  z-index: 35;
  padding: 0 max(1rem, calc((100vw - 1180px) / 2));
  transform: translateY(-50%);
}

.quick-shop-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13rem;
  gap: .75rem;
  padding: .75rem;
  background:
    linear-gradient(rgba(255, 247, 232, .92), rgba(236, 220, 190, .92)),
    repeating-linear-gradient(90deg, rgba(91, 58, 35, .06) 0 2px, transparent 2px 16px);
  border: 1px solid rgba(88, 55, 32, .18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.quick-results {
  grid-column: 1 / -1;
  display: grid;
  gap: .45rem;
  padding: .45rem;
  border: 1px solid rgba(83, 53, 32, .14);
  border-radius: 6px;
  background:
    linear-gradient(rgba(255, 247, 232, .9), rgba(236, 220, 190, .9)),
    repeating-linear-gradient(90deg, rgba(91, 58, 35, .05) 0 1px, transparent 1px 16px);
}

.quick-results[hidden] {
  display: none;
}

.quick-results-head,
.quick-result,
.quick-empty {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.quick-results-head {
  justify-content: space-between;
  padding: .4rem .45rem .2rem;
  color: var(--muted);
  font-size: .84rem;
}

.quick-results-head a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.quick-result {
  min-width: 0;
  padding: .5rem;
  color: var(--ink);
  border-radius: 5px;
  background: rgba(255, 248, 232, .72);
  border: 1px solid rgba(83, 53, 32, .1);
  transition: transform var(--fast), background var(--fast);
}

.quick-result:hover {
  transform: translateY(-1px);
  background: rgba(255, 248, 232, .95);
}

.quick-result img,
.quick-result-fallback {
  flex: 0 0 auto;
  width: 3.1rem;
  height: 3.1rem;
  object-fit: contain;
  border-radius: 5px;
  background: radial-gradient(circle, #fff7e8, #d8bf8f);
}

.quick-result-fallback {
  display: grid;
  place-items: center;
  color: rgba(53, 35, 25, .62);
  font-weight: 950;
}

.quick-result span {
  display: grid;
  min-width: 0;
}

.quick-result strong,
.quick-result small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-result small,
.quick-empty span {
  color: var(--muted);
}

.quick-empty {
  justify-content: space-between;
  padding: .85rem;
}

.search-box,
.select-box {
  display: grid;
  gap: .35rem;
  padding: .85rem .95rem;
  color: var(--ink);
  background: rgba(255, 247, 232, .82);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.catalog-controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14rem;
  gap: .75rem;
  margin-bottom: 1rem;
}

.search-box span,
.select-box span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.search-box input,
.select-box select,
.newsletter input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.search-box input {
  font-size: 1.05rem;
}

.section-band {
  position: relative;
  padding: 6rem max(1.25rem, calc((100vw - 1180px) / 2));
}

.collections,
.catalog-section {
  background:
    radial-gradient(circle at 78% 12%, rgba(201, 154, 74, .12), transparent 24rem),
    repeating-linear-gradient(90deg, rgba(77, 48, 29, .035) 0 1px, transparent 1px 20px),
    linear-gradient(180deg, #eee3cf, #f8edd8);
}

.section-band::before {
  content: "";
  position: absolute;
  left: max(1.25rem, calc((100vw - 1180px) / 2));
  right: max(1.25rem, calc((100vw - 1180px) / 2));
  top: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 62, 36, .34), var(--gold), rgba(95, 62, 36, .34), transparent);
}

.section-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.1rem;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(75, 46, 27, 0), rgba(75, 46, 27, .08)),
    repeating-linear-gradient(90deg, rgba(80, 50, 30, .08) 0 1px, transparent 1px 18px);
}

.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .9rem;
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-heading h2,
.story-band h2 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
}

.section-heading p:not(.eyebrow),
.story-band p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.collection-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.collection-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 24rem;
  padding: 1.05rem;
  color: #fff6e7;
  border: 0;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(92, 60, 38, .94), rgba(39, 24, 16, .96)),
    repeating-linear-gradient(90deg, rgba(255, 230, 180, .06) 0 1px, transparent 1px 18px);
  font: inherit;
  isolation: isolate;
  text-align: left;
  box-shadow:
    inset 0 0 0 1px rgba(255, 230, 180, .14),
    inset 0 -70px 100px rgba(0, 0, 0, .28),
    0 22px 45px rgba(55, 32, 18, .18);
  transition: transform var(--medium), box-shadow var(--medium);
}

.collection-card::before,
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.collection-card::before {
  background:
    radial-gradient(circle at 70% 22%, color-mix(in srgb, var(--collection-color), transparent 2%), transparent 17rem),
    linear-gradient(145deg, rgba(255, 236, 192, .14), rgba(255, 255, 255, .02));
  opacity: .86;
}

.collection-card::after {
  background:
    linear-gradient(to top, rgba(29, 17, 11, .9), rgba(29, 17, 11, .12)),
    linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 18%, transparent 82%, rgba(0, 0, 0, .18));
}

.collection-card > span:last-child::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin-bottom: .85rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.collection-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.collection-card h3 {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: -.04em;
}

.collection-card p {
  max-width: 16rem;
  margin: .5rem 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.collection-card .count {
  width: max-content;
  padding: .38rem .55rem;
  color: var(--ink);
  background: #f4dfb8;
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.collection-monogram {
  position: absolute;
  right: -1rem;
  top: 28%;
  z-index: -1;
  color: rgba(255, 240, 204, .16);
  font-size: clamp(4.5rem, 7vw, 7rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  transform: rotate(-8deg);
}

.collection-card img {
  position: absolute;
  right: -14%;
  bottom: 13%;
  z-index: -1;
  width: min(18rem, 76%);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, .45)) sepia(.22) saturate(.88) contrast(1.02);
  opacity: .7;
  transform: rotate(-8deg);
  transition: transform var(--medium);
}

.collection-card .image-placeholder {
  position: absolute;
  right: -8%;
  top: 30%;
  z-index: -1;
  width: 68%;
  border: 0;
  color: rgba(255, 240, 204, .2);
  background: transparent;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  transform: rotate(-8deg);
}

.collection-card:hover img {
  transform: rotate(-2deg) scale(1.05);
}

.featured {
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 154, 74, .16), transparent 24rem),
    repeating-linear-gradient(90deg, rgba(77, 48, 29, .035) 0 1px, transparent 1px 20px),
    linear-gradient(180deg, #f7ecd7, #fff7e8 34%, #eee3cf);
}

.featured-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(#fff8e8, #f1dfbd),
    repeating-linear-gradient(90deg, rgba(81, 49, 29, .04) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(83, 53, 32, .2);
  border-radius: 6px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .42),
    0 18px 45px rgba(61, 36, 22, .12);
  opacity: 0;
  transform: translateY(18px);
  animation: cardIn .52s ease forwards;
  transition: transform var(--medium), box-shadow var(--medium), border-color var(--medium);
}

.product-card:hover {
  border-color: rgba(83, 53, 32, .38);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: .55rem;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(128, 86, 49, .16);
  border-radius: 4px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 45%, rgba(255, 250, 235, .96), rgba(238, 220, 185, .68) 36%, transparent 58%),
    radial-gradient(circle at 20% 12%, color-mix(in srgb, var(--card-color), transparent 20%), transparent 35%),
    repeating-linear-gradient(90deg, rgba(83, 53, 32, .05) 0 1px, transparent 1px 16px),
    linear-gradient(135deg, #d9c39b, #fff6e3 46%, #b08a55);
}

.product-media::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 247, 232, .18), transparent 62%);
  border: 1px solid rgba(130, 88, 50, .16);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 11% 10%;
  height: 16%;
  background: radial-gradient(ellipse, rgba(7, 7, 8, .18), transparent 68%);
  filter: blur(7px);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 22px 16px rgba(61, 36, 22, .24)) sepia(.12) saturate(.95) contrast(1.04);
  transition: transform var(--medium), filter var(--medium);
}

.product-card:hover .product-media img {
  filter: drop-shadow(0 30px 22px rgba(7, 7, 8, .28)) saturate(1.15) contrast(1.08);
  transform: translateY(-5px) scale(1.045);
}

.image-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74%;
  aspect-ratio: 1;
  color: rgba(7, 7, 8, .62);
  border: 1px dashed rgba(7, 7, 8, .22);
  border-radius: 50%;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 950;
  letter-spacing: -.08em;
  text-align: center;
}

.product-info {
  display: grid;
  gap: .85rem;
  padding: 1rem;
}

.product-topline,
.product-actions,
.catalog-meta,
.bag-line,
.bag-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.product-topline {
  align-items: flex-start;
}

.product-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.model-code {
  display: block;
  margin-top: .25rem;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price {
  min-width: max-content;
  color: var(--ink);
  font-weight: 950;
}

.tag {
  width: max-content;
  padding: .32rem .52rem;
  color: var(--ink);
  background: color-mix(in srgb, var(--card-color), #fff4d8 54%);
  border-radius: 999px;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-actions {
  margin-top: auto;
}

.add-button {
  flex: 1;
  padding: .78rem .85rem;
  color: var(--paper-bright);
  background: linear-gradient(135deg, var(--wood), var(--wood-dark));
  border: 0;
  border-radius: 7px;
  font-weight: 900;
  transition: transform var(--fast), background var(--fast);
}

.add-button:hover {
  background: #1b1d22;
  transform: translateY(-1px);
}

.view-link {
  display: inline-grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--ink);
  background: #ead8b7;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 950;
  transition: background var(--fast), transform var(--fast);
}

.view-link:hover {
  background: var(--gold);
  transform: translateY(-1px);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(16rem, .75fr) 1.25fr;
  gap: 2rem;
  padding: 6rem max(1.25rem, calc((100vw - 1180px) / 2));
  color: var(--paper-bright);
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 154, 74, .18), transparent 24rem),
    linear-gradient(135deg, var(--wood-dark), var(--wood));
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.promise-strip article {
  min-height: 16rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 247, 232, .07), rgba(255, 247, 232, .03)),
    repeating-linear-gradient(90deg, rgba(255, 230, 180, .04) 0 1px, transparent 1px 15px);
}

.promise-strip span {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
}

.promise-strip h3 {
  margin: 4rem 0 .65rem;
  font-size: 1.25rem;
}

.promise-strip p {
  color: rgba(255, 255, 255, .68);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.1rem;
}

.filter-button,
.text-button {
  border: 0;
  background: transparent;
}

.filter-button {
  padding: .72rem .85rem;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 247, 232, .76);
  font-weight: 900;
  transition: color var(--fast), background var(--fast), transform var(--fast), border-color var(--fast);
}

.filter-button:hover,
.filter-button.active {
  color: var(--paper-bright);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-1px);
}

.catalog-meta {
  margin: 0 0 1rem;
  color: var(--muted);
}

.catalog-meta p {
  margin: 0;
}

.text-button {
  color: var(--ink);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .25rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.empty-results {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(83, 53, 32, .18);
  border-radius: 6px;
  background:
    linear-gradient(rgba(255, 247, 232, .82), rgba(236, 220, 190, .86)),
    repeating-linear-gradient(90deg, rgba(91, 58, 35, .05) 0 1px, transparent 1px 16px);
}

.empty-results h3 {
  margin: 0 0 .4rem;
  font-size: 1.5rem;
}

.empty-results p {
  margin: 0;
  color: var(--muted);
}

.load-more-wrap {
  justify-content: center;
  margin-top: 2rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr .7fr 1fr;
  gap: 2rem;
  padding: 4rem max(1.25rem, calc((100vw - 1180px) / 2));
  color: var(--paper-bright);
  background:
    linear-gradient(135deg, var(--wood-dark), #120a07),
    repeating-linear-gradient(90deg, rgba(255, 230, 180, .04) 0 1px, transparent 1px 18px);
}

.site-footer p,
.site-footer a,
.newsletter label {
  color: rgba(255, 255, 255, .7);
}

.site-footer h2 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  width: max-content;
  margin-top: .6rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.newsletter {
  display: grid;
  align-content: start;
  gap: .8rem;
}

.newsletter label {
  font-weight: 900;
}

.newsletter div {
  display: flex;
  gap: .5rem;
  padding: .45rem;
  background: rgba(255, 247, 232, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.newsletter input {
  color: var(--paper-bright);
  padding: .7rem;
}

.newsletter button {
  color: var(--ink);
  background: var(--gold);
  border: 0;
  border-radius: 6px;
  padding: .7rem .9rem;
  font-weight: 900;
}

.bag-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.bag-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 8, .58);
  opacity: 0;
  transition: opacity var(--medium);
}

.bag-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(31rem, 100%);
  height: 100%;
  color: var(--ink);
  background:
    linear-gradient(#fff7e8, #efdfc1),
    repeating-linear-gradient(90deg, rgba(83, 53, 32, .045) 0 1px, transparent 1px 18px);
  box-shadow: -24px 0 80px rgba(37, 22, 13, .32);
  transform: translateX(104%);
  transition: transform var(--medium);
}

.bag-open .bag-drawer {
  pointer-events: auto;
}

.bag-open .bag-backdrop {
  opacity: 1;
}

.bag-open .bag-panel {
  transform: translateX(0);
}

.bag-panel header,
.bag-panel footer {
  padding: 1.1rem;
}

.bag-panel header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(83, 53, 32, .2);
  background: linear-gradient(rgba(93, 57, 33, .08), transparent);
}

.bag-panel h2 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -.04em;
}

.icon-button {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 7px;
  font-size: 1.65rem;
}

.bag-items {
  overflow: auto;
  padding: .5rem 1.1rem;
}

.bag-empty {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: var(--muted);
  text-align: center;
}

.bag-line {
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}

.bag-line img,
.bag-mini-placeholder {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
  background:
    radial-gradient(circle, rgba(255, 247, 232, .95), rgba(216, 192, 150, .72)),
    var(--paper);
  border-radius: 7px;
}

.bag-mini-placeholder {
  display: grid;
  place-items: center;
  font-weight: 950;
}

.bag-line h3 {
  margin: 0 0 .2rem;
  font-size: .95rem;
}

.bag-line p {
  margin: 0;
  color: var(--muted);
}

.bag-line-info {
  flex: 1;
  min-width: 0;
}

.quantity {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.quantity button {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-bright);
  font-weight: 950;
}

.bag-panel footer {
  display: grid;
  gap: .8rem;
  border-top: 1px solid rgba(83, 53, 32, .2);
  background: linear-gradient(transparent, rgba(93, 57, 33, .07));
}

.bag-total {
  font-size: 1.15rem;
}

.bag-total strong {
  font-size: 1.5rem;
}

.bag-panel footer p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

.checkout-link.disabled {
  pointer-events: none;
  opacity: .45;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 120;
  padding: .85rem 1rem;
  color: var(--paper-bright);
  background: var(--ink);
  border-radius: 7px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 1rem);
  transition: opacity var(--medium), transform var(--medium);
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(.2,.8,.2,1);
}

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

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes heroSweep {
  0%, 48% {
    transform: translateX(-20%) rotate(18deg);
    opacity: 0;
  }
  55% {
    opacity: .8;
  }
  100% {
    transform: translateX(170%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes watchIdle {
  0%, 100% {
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .32));
  }
  50% {
    filter: drop-shadow(0 40px 42px rgba(0, 0, 0, .42));
  }
}

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .collection-grid,
  .featured-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  section[id] {
    scroll-margin-top: 9.25rem;
  }

  .announcement-track {
    gap: 1.6rem;
    font-size: .66rem;
  }

  .nav-shell {
    width: calc(100% - 1rem);
    margin-top: .5rem;
    padding: .52rem;
    gap: .7rem;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: .55rem;
  }

  .brand-mark {
    width: 2.25rem;
    height: 2.25rem;
  }

  .brand strong {
    font-size: .95rem;
  }

  .brand small {
    display: none;
  }

  .bag-button {
    padding: .65rem .72rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 9.8rem 1rem 2.6rem;
  }

  .hero-content {
    order: 1;
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(2.55rem, 10.8vw, 3.35rem);
    letter-spacing: 0;
    line-height: .94;
  }

  .hero-copy {
    margin-top: .78rem;
    font-size: .96rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: .65rem;
    margin-top: .9rem;
  }

  .hero-actions .button {
    flex: 1 1 10rem;
    min-height: 2.9rem;
    padding: .78rem .85rem;
  }

  .watch-showcase {
    --watch-base-opacity: 1;
    position: relative;
    inset: auto;
    order: 2;
    z-index: 3;
    width: min(100%, 23.25rem);
    min-height: 21.25rem;
    margin: .25rem auto .15rem;
    overflow: visible;
  }

  .watch-showcase::before {
    content: "";
    position: absolute;
    inset: 2.6rem -.75rem 1.15rem;
    background:
      radial-gradient(ellipse at 50% 56%, rgba(255, 244, 214, .42), rgba(201, 154, 74, .24) 38%, transparent 70%),
      radial-gradient(ellipse at 50% 78%, rgba(0, 0, 0, .35), transparent 58%);
    border-radius: 50%;
    filter: blur(4px);
    transform: rotate(-6deg);
  }

  .watch-depth-lines {
    inset: 7% -1% 10%;
    border-color: rgba(246, 216, 143, .4);
    opacity: .95;
    transform: rotateX(65deg) rotateZ(-8deg);
  }

  .watch-depth-lines::before {
    border-color: rgba(201, 154, 74, .28);
  }

  .watch-depth-lines::after {
    border-color: rgba(255, 250, 240, .22);
  }

  .watch-scene {
    z-index: 1;
    width: min(100%, 23rem);
  }

  .watch-model {
    width: min(89vw, 23rem);
    height: min(48svh, 22.5rem);
    min-height: 19.75rem;
    background:
      radial-gradient(circle at 50% 52%, rgba(255, 246, 220, .28), transparent 44%),
      transparent;
    filter:
      drop-shadow(0 38px 28px rgba(0, 0, 0, .5))
      saturate(1.18)
      contrast(1.12);
    transform: translateY(-.35rem) scale(var(--watch-scale));
  }

  .scroll-rotate-label {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    margin: .15rem auto 0;
    color: rgba(255, 250, 240, .78);
    font-size: .67rem;
    text-align: center;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    order: 3;
    width: 100%;
    margin-top: .85rem;
    padding: .85rem;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .hero-panel strong {
    grid-row: 1 / span 2;
    font-size: 2.6rem;
  }

  .quick-shop {
    position: relative;
    top: auto;
    padding: 1rem;
    transform: none;
    background: linear-gradient(180deg, rgba(24, 13, 8, .96), rgba(238, 227, 207, 0));
  }

  .quick-shop-inner {
    padding: .68rem;
    gap: .65rem;
    box-shadow: 0 20px 46px rgba(37, 22, 13, .18);
  }

  .quick-shop-inner,
  .catalog-controls,
  .story-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .collection-grid,
  .featured-grid,
  .product-grid,
  .promise-strip {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .story-band h2 {
    font-size: clamp(2.3rem, 10vw, 3.15rem);
    letter-spacing: 0;
    line-height: .98;
  }

  .section-band,
  .story-band {
    padding: 3.4rem 1rem;
  }

  .collection-card {
    min-height: 16.75rem;
    padding: 1rem;
  }

  .collection-card img {
    right: -8%;
    bottom: 8%;
    width: min(13.5rem, 64%);
    opacity: .86;
  }

  .product-grid {
    gap: 1rem;
  }

  .product-card {
    border-radius: 8px;
  }

  .product-info {
    gap: .72rem;
    padding: .85rem;
  }

  .product-card h3 {
    font-size: .98rem;
  }

  .product-media {
    aspect-ratio: 1.05;
  }

  .add-button {
    min-height: 2.75rem;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 9rem;
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(2.35rem, 10.3vw, 3rem);
  }

  .watch-showcase {
    min-height: 19.9rem;
    margin-top: .35rem;
  }

  .watch-model {
    width: min(90vw, 22rem);
    height: 19.75rem;
    min-height: 19rem;
  }

  .product-topline {
    gap: .55rem;
  }

  .price {
    font-size: .94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
