:root {
  --bg: #f3f1ee;
  --panel: #fbfaf7;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #4d4d4d;
  --line: rgba(17, 17, 17, 0.12);
  --soft: rgba(17, 17, 17, 0.06);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  --accent: rgba(212, 175, 110, 1);
  --accent-light: rgba(212, 175, 110, 0.3);
  --accent-muted: rgba(212, 175, 110, 0.15);
}

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&family=Garamond:wght@300;400;500;700&display=swap');

@keyframes backgroundShake {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-1px);
  }
  75% {
    transform: translateY(2px);
  }
}

@keyframes aggressiveEnter {
  0% {
    opacity: 0;
    transform: scale(0.3) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.08) rotateX(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateX(0deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(180deg,
    #1a1a1a 0%,
    #2a2520 15%,
    #3a3530 25%,
    #4a4540 35%,
    #5a5550 45%,
    #3d3d3d 55%,
    #2a2a2a 70%,
    #1f1f1f 85%,
    #0f0f0f 100%
  );
  background-attachment: fixed;
  color: var(--ink);
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212, 175, 110, 0.15), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

a {
  color: rgba(212, 175, 110, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: rgba(212, 175, 110, 1);
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 15, 15, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 110, 0.12);
  padding: 1rem 0;
}

.shipping-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0.55rem 1rem;
  background: rgba(212, 175, 110, 0.12);
  border-bottom: 1px solid rgba(212, 175, 110, 0.2);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.countdown-label {
  color: rgba(212, 175, 110, 0.9);
}

.countdown-label strong {
  color: rgba(255, 255, 255, 0.98);
  font-variant-numeric: tabular-nums;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-wordmark {
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 0.7;
}

.word-one,
.word-two {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.11em;
  color: #111;
  display: inline-block;
  line-height: 0.8;
  text-transform: lowercase;
}

.word-one {
  font-size: clamp(2.1rem, 2.8vw, 4.3rem);
  transform: scaleY(0.9);
}

.word-two {
  font-size: clamp(2.1rem, 2.8vw, 4.3rem);
  margin: 0 0.04em;
  transform: scaleY(0.9);
}

.large-wordmark {
  gap: 0;
  align-items: flex-end;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08)) brightness(1.05);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: aggressiveEnter 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  perspective: 1000px;
}

.large-wordmark .word-one,
.large-wordmark .word-two {
  font-size: clamp(4rem, 9vw, 12rem);
  letter-spacing: -0.12em;
  transform: scaleY(0.92);
  filter: contrast(1.15) brightness(0.98);
  text-rendering: geometricPrecision;
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.1);
  font-family: 'Bodoni Moda', 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.small-wordmark .word-one,
.small-wordmark .word-two {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  letter-spacing: -0.11em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: 0.9rem;
  color: rgba(212, 175, 110, 0.8);
}

.main-nav a {
  position: relative;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: rgba(212, 175, 110, 1);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: rgba(212, 175, 110, 0.7);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 1px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

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

.btn-primary {
  background: rgba(212, 175, 110, 0.12);
  color: rgba(212, 175, 110, 0.9);
  border-color: rgba(212, 175, 110, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
}

.btn-primary:hover {
  background: rgba(212, 175, 110, 0.2);
  border-color: rgba(212, 175, 110, 0.6);
  box-shadow: 0 12px 36px rgba(212, 175, 110, 0.15);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(212, 175, 110, 0.4);
  color: rgba(212, 175, 110, 0.9);
  padding: 1rem 2rem;
}

.btn-secondary:hover {
  background: rgba(212, 175, 110, 0.1);
  border-color: rgba(212, 175, 110, 0.8);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(212, 175, 110, 0.3);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

.hero {
  padding: 8rem 0 6rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.3), rgba(20, 20, 20, 0.4));
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 110, 0.1);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  max-width: 800px;
}

.brand-rule {
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 110, 0.7), transparent);
  margin: 2rem auto 0;
  box-shadow: 0 0 20px rgba(212, 175, 110, 0.2);
}

.brand-subtitle {
  margin: 2rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

.lead {
  margin: 2.5rem auto 0;
  max-width: 680px;
  font-size: 1.1rem;
  font-family: 'Garamond', 'Times New Roman', serif;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}

.hero-actions {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.trust-strip {
  background: rgba(16, 16, 16, 0.82);
  border-bottom: 1px solid rgba(212, 175, 110, 0.12);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.4rem 0;
}

.trust-grid div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

.trust-grid strong {
  color: rgba(212, 175, 110, 0.95);
  font-family: 'Garamond', 'Times New Roman', serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection,
.story,
.values,
.journal {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid rgba(212, 175, 110, 0.08);
}

.section-heading {
  margin-bottom: 3.5rem;
  text-align: center;
}

.section-heading h2,
.story-copy h2 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  color: white;
  font-family: 'Garamond', 'Times New Roman', serif;
  font-weight: 400;
}

.eyebrow {
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.65rem;
  color: rgba(212, 175, 110, 0.6);
  font-weight: 400;
}

.product-grid,
.value-grid,
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.product-grid {
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
  padding: 0.5rem 0 1.25rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1rem;
  overscroll-behavior-x: contain;
  scrollbar-color: rgba(212, 175, 110, 0.65) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.product-grid .product-card {
  flex: 0 0 min(420px, calc(88vw - 1rem));
  scroll-snap-align: start;
}

.product-card,
.value-card,
.journal-card {
  background: rgba(30, 30, 30, 0.4);
  border: 1px solid rgba(212, 175, 110, 0.2);
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem 1.8rem;
}

.product-art {
  position: relative;
  height: 320px;
  border-bottom: 1px solid rgba(212, 175, 110, 0.1);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  margin: -2rem -1.8rem 1.8rem -1.8rem;
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  will-change: transform;
}

.product-art::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 170px;
  height: 190px;
  border-radius: 32% 32% 18% 18% / 30% 30% 20% 20%;
  transform: translateX(-50%) skewY(-7deg);
  background: linear-gradient(180deg, rgba(120,120,120,0.9), rgba(9,9,9,0.95));
  box-shadow: inset 0 10px 18px rgba(255,255,255,0.1);
}

.product-art span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212,175,110,0.8);
}

.art-one {
  background: linear-gradient(180deg, rgba(171,171,171,0.5), rgba(54,54,54,0.72));
}

.art-two {
  background: linear-gradient(180deg, rgba(145,145,145,0.5), rgba(44,44,44,0.76));
}

.art-three {
  background: linear-gradient(180deg, rgba(110,110,110,0.48), rgba(24,24,24,0.7));
}

.product-info {
  padding: 1.2rem 1.2rem 1.5rem;
}

.product-info h3,
.value-card h3,
.journal-card h3 {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: white;
  font-family: 'Garamond', 'Times New Roman', serif;
  font-weight: 400;
}

.product-info p,
.value-card p,
.journal-card p,
.story-copy p,
.site-footer p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.85);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.product-meta strong {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  color: white;
}

.product-meta span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: rgba(212, 175, 110, 0.9);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-link span {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.product-link:hover span {
  transform: translateX(0.25rem);
}

.inventory-chart {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: end;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 175, 110, 0.16);
}

.inventory-heading h3 {
  margin: 0;
  color: white;
  font-family: 'Garamond', 'Times New Roman', serif;
  font-size: 2rem;
  font-weight: 400;
}

.inventory-heading p:last-child {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.inventory-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(212, 175, 110, 0.18);
  background: rgba(20, 20, 20, 0.35);
}

.inventory-table-wrap table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  text-align: right;
}

.inventory-table-wrap caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.inventory-table-wrap th,
.inventory-table-wrap td {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-variant-numeric: tabular-nums;
}

.inventory-table-wrap thead th,
.inventory-table-wrap tfoot th,
.inventory-table-wrap tfoot td {
  color: rgba(212, 175, 110, 0.95);
  font-weight: 500;
}

.inventory-table-wrap thead th:first-child,
.inventory-table-wrap tbody th,
.inventory-table-wrap tfoot th {
  text-align: left;
}

.inventory-table-wrap tbody th {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.inventory-table-wrap tfoot th,
.inventory-table-wrap tfoot td {
  border-bottom: 0;
  padding-top: 0.9rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.story-visual {
  position: relative;
  min-height: 430px;
}

.visual-panel {
  position: absolute;
  border-radius: 30px;
  box-shadow: var(--shadow);
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  will-change: transform;
}

.visual-panel.large {
  inset: 0 4rem 0 0;
  background: linear-gradient(180deg, rgba(168,168,168,0.8), rgba(20,20,20,0.9));
}

.visual-panel.large::before {
  content: "";
  position: absolute;
  inset: 19% 20% 16% 20%;
  border-radius: 26% 26% 22% 22% / 30% 30% 24% 24%;
  background: linear-gradient(180deg, rgba(72,72,72,0.9), rgba(10,10,10,0.98));
  transform: skewY(-7deg);
}

.visual-panel.small {
  right: 1.2rem;
  bottom: 1rem;
  width: 180px;
  height: 220px;
  background: linear-gradient(180deg, rgba(224,224,224,0.88), rgba(48,48,48,0.82));
}

.story-copy {
  padding-left: 0.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stats-grid div {
  padding: 1.5rem;
  border: 1px solid rgba(212, 175, 110, 0.15);
  border-radius: 2px;
  background: rgba(40, 40, 40, 0.2);
  backdrop-filter: blur(8px);
  text-align: center;
}

.stats-grid strong {
  display: block;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  letter-spacing: -0.02em;
  color: rgba(212, 175, 110, 0.95);
  font-family: 'Garamond', 'Times New Roman', serif;
  font-weight: 400;
}

.stats-grid span {
  display: block;
  color: rgba(212, 175, 110, 0.65);
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.narrow {
  max-width: 620px;
}

.value-card,
.journal-card {
  padding: 1.5rem 1.2rem;
}

.card-index {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 110, 0.15);
  color: rgba(212, 175, 110, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.journal-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(212, 175, 110, 0.12);
  color: rgba(212, 175, 110, 0.9);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.site-footer {
  background: rgba(10, 10, 10, 0.98);
  color: rgba(255,255,255,0.8);
  padding-top: 4rem;
  border-top: 1px solid rgba(212, 175, 110, 0.12);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}

.footer-brand-block {
  width: min(40%, 320px);
}

.footer-brand-block p {
  color: rgba(212,175,110,0.72);
  margin-top: 1rem;
}

.footer-brand-block .wholesale-note {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.6;
}

.footer-newsletter {
  width: min(520px, 100%);
}

.footer-newsletter label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 175, 110, 0.7);
  font-weight: 400;
}

.newsletter-form {
  display: flex;
  gap: 0.8rem;
}

.newsletter-form input {
  flex: 1;
  padding: 1rem;
  background: rgba(212, 175, 110, 0.08);
  border: 1px solid rgba(212, 175, 110, 0.2);
  color: rgba(212, 175, 110, 0.95);
  font-size: 0.9rem;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
  color: rgba(212, 175, 110, 0.4);
}

.newsletter-form input:focus {
  outline: none;
  background: rgba(212, 175, 110, 0.12);
  border-color: rgba(212, 175, 110, 0.4);
  box-shadow: 0 0 20px rgba(212, 175, 110, 0.2);
}

.form-message {
  min-height: 1.5rem;
  margin-top: 0.7rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(212,175,110,0.12);
}

.footer-links {
  display: flex;
  gap: 1.1rem;
  color: rgba(212,175,110,0.72);
}

.legal-notice {
  padding: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  line-height: 1.6;
}

.legal-notice p {
  max-width: 900px;
  margin: 0;
}

/* Scroll Animation Classes */
.animate-fade-in {
  animation: fadeInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0s) forwards;
  opacity: 0;
}

.animate-fade-in-down {
  animation: fadeInDown 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0s) forwards;
  opacity: 0;
}

.animate-slide-left {
  animation: slideInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0s) forwards;
  opacity: 0;
}

.animate-slide-right {
  animation: slideInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0s) forwards;
  opacity: 0;
}

.animate-scale {
  animation: scaleIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0s) forwards;
  opacity: 0;
}

.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }
.animate-delay-4 { animation-delay: 0.4s; }
.animate-delay-5 { animation-delay: 0.5s; }

/* Section parallax styling */
.section-parallax {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}

.collection {
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.6), rgba(30, 30, 30, 0.7));
}

.story {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.7), rgba(25, 25, 25, 0.75));
  background-attachment: scroll;
}

.values {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.75), rgba(35, 35, 35, 0.68));
}

.journal {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.68), rgba(20, 20, 20, 0.8));
}

/* Smooth transitions for all interactive elements */
a, button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card,
.value-card,
.journal-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover,
.value-card:hover,
.journal-card:hover {
  transform: translateY(-12px) scale(1.015);
  background: rgba(50, 50, 50, 0.4);
  border-color: rgba(212, 175, 110, 0.3);
  box-shadow: 0 20px 50px rgba(212, 175, 110, 0.15);
}

.product-art {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-art {
  transform: translate3d(0, var(--parallax-offset, 0px), 0) scale(1.05);
}

.motion-spring {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .motion-spring {
    animation: none !important;
    opacity: 1 !important;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-art,
  .visual-panel {
    transform: none;
    will-change: auto;
  }
}

@media (max-width: 960px) {
  .value-grid,
  .journal-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-copy {
    padding-left: 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .inventory-chart {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
    order: 2;
  }

  .nav-wrap {
    position: relative;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.1rem 1.2rem;
    background: rgba(255,255,255,0.94);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .main-nav {
    display: flex;
  }

  .nav-cta {
    display: none;
  }
}

.bag-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bag-button:hover {
  color: rgba(212, 175, 110, 1);
}

.bag-button > #bag-count {
  min-width: 1.35rem;
  padding: 0.2rem 0.35rem;
  border: 1px solid rgba(212, 175, 110, 0.35);
  color: rgba(212, 175, 110, 0.95);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.purchase-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.purchase-screen.is-open {
  opacity: 1;
  pointer-events: auto;
}

.purchase-panel {
  position: relative;
  width: min(900px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  overflow-y: auto;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: linear-gradient(145deg, rgba(47, 43, 38, 0.98), rgba(18, 18, 18, 0.99));
  border: 1px solid rgba(212, 175, 110, 0.28);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
  transform: translateY(1rem) scale(0.98);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.purchase-screen.is-open .purchase-panel {
  transform: translateY(0) scale(1);
}

.purchase-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(212, 175, 110, 0.35);
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.purchase-heading h2 {
  margin: 0;
  color: white;
  font-family: 'Garamond', 'Times New Roman', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
}

.purchase-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  margin-top: 2.5rem;
}

.bag-items {
  min-height: 4rem;
}

.bag-item,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(212, 175, 110, 0.16);
}

.bag-item div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.bag-item strong,
.summary-row strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.bag-item span,
.summary-row span,
.empty-bag {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.summary-total {
  padding-top: 1.4rem;
  border-bottom: 0;
  color: rgba(212, 175, 110, 0.95);
}

.summary-total strong {
  color: rgba(212, 175, 110, 0.98);
  font-size: 1.35rem;
}

.shipping-note {
  margin: 0.5rem 0 1.5rem;
  color: rgba(212, 175, 110, 0.78);
  font-size: 0.74rem;
  line-height: 1.5;
}

.checkout-form {
  display: grid;
  gap: 0.6rem;
}

.checkout-form label {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-form input {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(212, 175, 110, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.checkout-form input:focus {
  outline: none;
  border-color: rgba(212, 175, 110, 0.55);
}

.checkout-form .btn {
  margin-top: 1rem;
}

.purchase-message {
  min-height: 2.5rem;
  margin: 0.4rem 0 0;
  color: rgba(212, 175, 110, 0.82);
  font-size: 0.76rem;
  line-height: 1.5;
}

body.purchase-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .brand-rule {
    width: min(300px, 70vw);
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .newsletter-form,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}
