:root {
  --bg: #050505;
  --panel: rgba(10, 10, 10, 0.52);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f7f1ea;
  --muted: rgba(247, 241, 234, 0.7);
  --warm: #d9ad78;
  --cool: #8cc9c7;
  --sequence-progress: 0;
  --intro-ui-opacity: 1;
  --intro-ui-exit: 0;
  --craft-ui-opacity: 0;
  --craft-ui-exit: 1;
  --about-ui-opacity: 0;
  --about-ui-exit: 1;
  --products-ui-opacity: 0;
  --products-ui-exit: 1;
  --loader-progress: 0;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: linear-gradient(180deg, #050505 0%, #090806 45%, #050505 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
}

body.is-loading {
  cursor: progress;
  overflow: hidden;
}

body.is-loading main {
  pointer-events: none;
  user-select: none;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  color: var(--text);
  background: #050505;
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-shell {
  width: min(32rem, 100%);
  display: grid;
  gap: 1rem;
}

.loader-brand {
  margin: 0 0 clamp(1.5rem, 5vh, 3.5rem);
  color: rgba(247, 241, 234, 0.82);
  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.loader-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1rem;
  color: rgba(247, 241, 234, 0.92);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 600;
}

.loader-row strong {
  min-width: 3.4rem;
  text-align: right;
  font-size: clamp(1.25rem, 4vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
}

.loader-track {
  width: 100%;
  height: 0.24rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.loader-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--warm), var(--cool));
  transform: scaleX(var(--loader-progress));
  transform-origin: left center;
  transition: transform 180ms ease;
}

.loader-detail {
  margin: 0;
  color: rgba(247, 241, 234, 0.58);
  font-size: 0.82rem;
  text-align: right;
}

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

.sequence-section {
  position: relative;
  height: 520vh;
  min-height: 220rem;
  background: #050505;
  isolation: isolate;
  contain: layout paint style;
}

.sticky-frame {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 38rem;
  overflow: hidden;
  background: #050505;
  isolation: isolate;
  contain: layout paint style;
  transform: translateZ(0);
}

#sequence-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #070707;
  transform: translateZ(0);
  will-change: transform;
}

.image-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: calc(0.68 - (var(--intro-ui-opacity) * 0.24));
  will-change: opacity;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 26%, transparent 70%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(10, 19, 24, 0.34), transparent 28%, rgba(0, 0, 0, 0.7));
}

.intro-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  opacity: var(--intro-ui-opacity);
  transform: translateY(calc(var(--intro-ui-exit) * -1.5rem));
  transition: none;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.intro-ui a {
  pointer-events: auto;
}

.intro-ui-hidden .intro-ui a {
  pointer-events: none;
}

.craft-ui {
  position: absolute;
  inset: 0;
  z-index: 3;
  color: rgba(255, 255, 255, 0.92);
  opacity: var(--craft-ui-opacity);
  transform: translateY(calc(var(--craft-ui-exit) * 0.75rem)) scale(calc(0.986 + (var(--craft-ui-opacity) * 0.014)));
  transition: none;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.craft-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.52), rgba(3, 6, 8, 0.08) 32%, rgba(3, 6, 8, 0.1) 68%, rgba(3, 6, 8, 0.5)),
    linear-gradient(180deg, rgba(6, 13, 18, 0.1), rgba(5, 5, 5, 0.08) 42%, rgba(5, 5, 5, 0.55));
}

.craft-ui a {
  pointer-events: auto;
}

.craft-ui-hidden .craft-ui a {
  pointer-events: none;
}

.craft-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
  padding: clamp(1rem, 2vw, 2rem) clamp(1.35rem, 3.8vw, 4.4rem);
}

.craft-brand,
.craft-links a,
.craft-profile,
.craft-kicker,
.craft-button,
.craft-toggle a,
.craft-benefits h3,
.craft-services h3 {
  text-transform: uppercase;
  letter-spacing: 0;
}

.craft-brand {
  justify-self: start;
  color: #fff;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  font-weight: 500;
  white-space: nowrap;
}

.craft-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.75rem, 3.05vw, 4rem);
  font-size: clamp(0.76rem, 0.86vw, 0.98rem);
}

.craft-links a {
  position: relative;
  padding-bottom: 0.86rem;
  color: rgba(255, 255, 255, 0.84);
}

.craft-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3rem;
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  background: var(--warm);
}

.craft-links a.is-active {
  color: #fff;
}

.craft-links a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.craft-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.1rem);
}

.craft-cart {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.craft-cart svg,
.craft-button svg,
.craft-toggle svg,
.benefit-icon svg,
.craft-services svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.craft-profile {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.78rem, 0.88vw, 0.96rem);
  white-space: nowrap;
}

.craft-copy {
  position: absolute;
  left: clamp(1.8rem, 4.25vw, 5rem);
  top: 50%;
  z-index: 2;
  width: min(25rem, 28vw);
  transform: translateY(-34%);
}

.craft-kicker {
  margin-bottom: 1.15rem;
  color: var(--warm);
  font-size: clamp(0.76rem, 0.92vw, 1rem);
  font-weight: 700;
}

.craft-copy h2 {
  margin-bottom: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3.8vw, 4.9rem);
  font-weight: 400;
  line-height: 1.04;
}

.craft-copy > span {
  display: block;
  width: 3.2rem;
  height: 1px;
  margin-bottom: 1.35rem;
  background: var(--warm);
}

.craft-copy p:last-of-type {
  max-width: 21rem;
  margin-bottom: clamp(1.7rem, 5vh, 3.2rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  line-height: 1.62;
}

.craft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 3.35rem;
  padding: 0 1.65rem;
  border: 1px solid rgba(217, 173, 120, 0.72);
  border-radius: 5px;
  color: rgba(255, 232, 197, 0.96);
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(12, 10, 7, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.craft-quote {
  position: absolute;
  top: clamp(7rem, 13vh, 9.5rem);
  left: 50%;
  z-index: 2;
  width: min(38rem, 42vw);
  margin: 0;
  transform: translateX(-43%);
  text-align: center;
}

.craft-quote p {
  margin-bottom: 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.05vw, 2.35rem);
  font-weight: 400;
  line-height: 1.28;
  text-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.25);
}

.craft-quote cite {
  color: rgba(255, 255, 255, 0.75);
  font-style: normal;
  font-size: clamp(0.78rem, 0.9vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.craft-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.pillar-product {
  position: absolute;
  bottom: clamp(23.5rem, 49vh, 33rem);
  display: grid;
  place-items: end center;
  transform: translateX(-50%);
  isolation: isolate;
}

.pillar-product::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  z-index: -1;
  width: 92%;
  height: 1rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.34), transparent 70%);
  filter: blur(2px);
}

.pillar-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(1.18) contrast(1.06) brightness(1.08);
}

.wallet-product {
  left: 42%;
  width: clamp(7.5rem, 8.5vw, 10.5rem);
  height: clamp(9rem, 21vh, 13.6rem);
}

.strap-product {
  left: 55.9%;
  width: clamp(5.9rem, 6.5vw, 7.9rem);
  height: clamp(9rem, 21vh, 13.6rem);
}

.strap-product img {
  transform: scale(1.18);
  transform-origin: center bottom;
}

.craft-toggle {
  position: absolute;
  left: 50%;
  bottom: clamp(5.8rem, 10vh, 7rem);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(9rem, 1fr));
  width: min(27rem, 31vw);
  min-height: 3.25rem;
  padding: 0.25rem;
  border-radius: 999px;
  transform: translateX(-46%);
  background: rgba(20, 16, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.craft-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.78rem, 0.9vw, 1rem);
  font-weight: 750;
}

.craft-toggle a.is-active {
  color: #111;
  background: rgba(255, 250, 242, 0.92);
}

.craft-toggle svg {
  width: 1.2rem;
  height: 1.2rem;
}

.craft-benefits {
  position: absolute;
  top: clamp(10rem, 22vh, 14.5rem);
  right: clamp(1.5rem, 4vw, 4.5rem);
  bottom: clamp(7.8rem, 15vh, 10.2rem);
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  width: min(14.5rem, 16vw);
  color: rgba(255, 255, 255, 0.86);
}

.craft-benefit-line {
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  bottom: 0.6rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.craft-benefit-line::before,
.craft-benefit-line::after,
.craft-benefits article::after {
  content: "";
  position: absolute;
  right: -0.36rem;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.craft-benefit-line::before {
  top: 0;
}

.craft-benefit-line::after {
  bottom: 0;
}

.craft-benefits article {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  padding-right: 1.9rem;
  text-align: center;
}

.craft-benefits article::after {
  top: 50%;
  transform: translateY(-50%);
}

.benefit-icon {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.75rem;
  place-items: center;
  color: var(--warm);
}

.benefit-icon svg {
  width: 2.1rem;
  height: 2.1rem;
}

.craft-benefits h3 {
  margin-bottom: 0.42rem;
  color: #fff;
  font-size: clamp(0.64rem, 0.74vw, 0.82rem);
  font-weight: 800;
}

.craft-benefits p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.68rem, 0.78vw, 0.88rem);
  line-height: 1.42;
}

.craft-services {
  position: absolute;
  left: 50%;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(0.95rem, 2vh, 1.4rem);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  transform: translateX(-50%);
  width: min(75rem, 76vw);
  padding: 0.65rem 0;
  background: linear-gradient(180deg, rgba(16, 13, 10, 0.08), rgba(16, 13, 10, 0.3));
  backdrop-filter: blur(10px);
}

.craft-services article {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 0.2rem clamp(0.8rem, 1.4vw, 1.45rem);
}

.craft-services article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.craft-services svg {
  width: 1.8rem;
  height: 1.8rem;
  color: var(--warm);
}

.craft-services h3 {
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: clamp(0.66rem, 0.78vw, 0.9rem);
  font-weight: 800;
}

.craft-services p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.66rem, 0.78vw, 0.88rem);
}

.about-ui {
  position: absolute;
  inset: 0;
  z-index: 4;
  color: rgba(255, 255, 255, 0.9);
  opacity: var(--about-ui-opacity);
  transform: translateY(calc(var(--about-ui-exit) * 0.9rem)) scale(calc(0.985 + (var(--about-ui-opacity) * 0.015)));
  transition: none;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.about-ui a {
  pointer-events: auto;
}

.about-ui-hidden .about-ui a {
  pointer-events: none;
}

.sequence-products-ui {
  position: absolute;
  inset: 0;
  z-index: 4;
  color: rgba(255, 255, 255, 0.92);
  opacity: var(--products-ui-opacity);
  transform: translateY(calc(var(--products-ui-exit) * 0.9rem)) scale(calc(0.985 + (var(--products-ui-opacity) * 0.015)));
  transition: none;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.sequence-products-ui a {
  pointer-events: auto;
}

.products-ui-hidden .sequence-products-ui a {
  pointer-events: none;
}

.intro-ui-hidden .intro-ui,
.craft-ui-hidden .craft-ui,
.about-ui-hidden .about-ui,
.products-ui-hidden .sequence-products-ui {
  visibility: hidden;
}

.products-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
  padding: clamp(1.05rem, 2vw, 2.05rem) clamp(1.35rem, 3.8vw, 4rem);
}

.products-nav::after {
  content: "";
  position: absolute;
  left: clamp(1.35rem, 3.8vw, 4rem);
  right: clamp(1.35rem, 3.8vw, 4rem);
  bottom: 0;
  height: 1px;
  background: rgba(217, 173, 120, 0.2);
}

.products-brand,
.products-links a,
.products-sign,
.collection-kicker,
.collection-button,
.card-eyebrow,
.featured-product-copy p,
.collection-bottom > p,
.collection-service-bar h3 {
  text-transform: uppercase;
  letter-spacing: 0;
}

.products-brand {
  justify-self: start;
  color: #fff;
  font-size: clamp(1.05rem, 1.35vw, 1.55rem);
  font-weight: 500;
  white-space: nowrap;
}

.products-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.8rem, 3.2vw, 4rem);
  font-size: clamp(0.75rem, 0.85vw, 0.92rem);
}

.products-links a {
  position: relative;
  padding-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}

.products-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4.1rem;
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  background: var(--warm);
}

.products-links a.is-active {
  color: var(--warm);
}

.products-links a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.products-links a.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.05rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--warm);
}

.products-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.1vw, 2rem);
}

.products-cart {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: rgba(255, 255, 255, 0.88);
}

.products-cart svg,
.collection-icon svg,
.collection-service-bar svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.products-sign {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.78rem, 0.88vw, 0.96rem);
  white-space: nowrap;
}

.collection-shell {
  position: absolute;
  inset: clamp(6.65rem, 10.6vh, 7.35rem) clamp(1.6rem, 4vw, 4rem) clamp(7.4rem, 12.8vh, 8.8rem);
  display: grid;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(24rem, 0.98fr) minmax(23rem, 1.08fr);
  gap: clamp(0.85rem, 2vw, 1.8rem);
  align-items: stretch;
}

.collection-shell > * {
  min-height: 0;
}

.collection-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding-right: clamp(0.75rem, 2vw, 2rem);
}

.collection-kicker {
  margin-bottom: 1.15rem;
  color: var(--warm);
  font-size: clamp(0.75rem, 0.95vw, 1rem);
  font-weight: 700;
}

.collection-kicker::after,
.card-eyebrow::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  margin-top: 0.6rem;
  background: linear-gradient(90deg, var(--warm), rgba(255, 255, 255, 0.1));
}

.collection-copy h2 {
  margin-bottom: 1.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.75vw, 4.55rem);
  font-weight: 400;
  line-height: 0.98;
}

.collection-lede {
  max-width: 23rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.82rem, 0.98vw, 1rem);
  line-height: 1.62;
}

.collection-button,
.featured-product-copy a,
.mini-product-card a,
.wide-product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: fit-content;
  min-height: 2.55rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(217, 173, 120, 0.45);
  border-radius: 4px;
  color: rgba(255, 232, 197, 0.9);
  font-size: 0.72rem;
  font-weight: 650;
  background: rgba(0, 0, 0, 0.16);
}

.collection-values {
  display: grid;
  gap: 0.85rem;
  margin-top: clamp(1rem, 2.2vh, 1.65rem);
}

.collection-values article {
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
}

.collection-icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(217, 173, 120, 0.62);
  border-radius: 50%;
  color: var(--warm);
}

.collection-values h3 {
  margin-bottom: 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-weight: 400;
}

.collection-values p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.74rem, 0.84vw, 0.9rem);
  line-height: 1.45;
}

.featured-product-card,
.mini-product-card,
.wide-product-card,
.collection-service-bar {
  border: 1px solid rgba(217, 173, 120, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(24, 15, 9, 0.32);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.featured-product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: clamp(0.9rem, 1.55vw, 1.35rem);
}

.card-eyebrow {
  justify-self: start;
  margin-bottom: 0;
  color: var(--warm);
  font-size: 0.72rem;
  font-weight: 700;
}

.featured-product-card img {
  align-self: center;
  width: min(66%, 18.8rem);
  max-height: 43vh;
  object-fit: contain;
  filter: drop-shadow(0 1.6rem 1.8rem rgba(0, 0, 0, 0.38));
}

.featured-product-copy {
  width: 100%;
  display: grid;
  justify-items: center;
  padding-top: 0.55rem;
  text-align: center;
}

.featured-product-copy p {
  margin-bottom: 0.25rem;
  color: var(--warm);
  font-size: 0.68rem;
  font-weight: 700;
}

.featured-product-copy h3 {
  margin-bottom: 0.3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.62vw, 1.9rem);
  font-weight: 400;
}

.featured-product-copy span {
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.collection-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 0.92fr) minmax(0, 0.82fr);
  gap: clamp(0.85rem, 1.4vw, 1.15rem);
  min-height: 0;
}

.mini-product-card,
.wide-product-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: clamp(0.75rem, 1.2vw, 1.05rem);
}

.mini-product-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  justify-items: center;
}

.mini-product-card > span,
.wide-product-card > span {
  justify-self: start;
  color: var(--warm);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.6vw, 1.9rem);
  line-height: 1;
}

.mini-product-card img {
  width: min(72%, 10rem);
  max-height: 18vh;
  object-fit: contain;
  filter: drop-shadow(0 1rem 1.4rem rgba(0, 0, 0, 0.34));
}

.mini-product-card h3,
.wide-product-card h3 {
  margin: 0.35rem 0 0.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.2vw, 1.38rem);
  font-weight: 400;
  text-align: center;
}

.mini-product-card a,
.wide-product-card a {
  min-height: 2.25rem;
  padding-inline: 1rem;
  font-size: 0.65rem;
}

.wide-product-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(12rem, 0.75fr);
  gap: 1rem;
  align-items: center;
}

.wide-product-card img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

.wide-product-card > span,
.wide-product-card div {
  position: relative;
  z-index: 1;
}

.wide-product-card div {
  grid-column: 2;
  justify-self: end;
}

.wide-product-card h3 {
  text-align: left;
}

.collection-bottom {
  position: absolute;
  left: clamp(1.6rem, 4vw, 4rem);
  right: clamp(1.6rem, 4vw, 4rem);
  bottom: clamp(0.65rem, 1.6vh, 1rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.48fr) minmax(28rem, 1fr);
  gap: clamp(1rem, 2.6vw, 3rem);
  align-items: center;
}

.collection-bottom > p {
  margin: 0;
  color: var(--warm);
  font-size: clamp(0.65rem, 0.78vw, 0.82rem);
  font-weight: 700;
}

.collection-bottom > p::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  vertical-align: middle;
  border: 1px solid rgba(217, 173, 120, 0.5);
  border-radius: 50%;
}

.collection-service-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-service-bar article {
  display: grid;
  grid-template-columns: 2.55rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 1rem;
}

.collection-service-bar article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.collection-service-bar span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: var(--warm);
}

.collection-service-bar h3 {
  margin-bottom: 0.25rem;
  color: var(--warm);
  font-size: 0.66rem;
  font-weight: 700;
}

.collection-service-bar p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.66rem;
  line-height: 1.25;
}

.about-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
  padding: clamp(1.05rem, 2vw, 2.05rem) clamp(1.35rem, 3.8vw, 4rem);
}

.about-nav::after {
  content: "";
  position: absolute;
  left: clamp(1.35rem, 3.8vw, 4rem);
  right: clamp(1.35rem, 3.8vw, 4rem);
  bottom: 0;
  height: 1px;
  background: rgba(217, 173, 120, 0.18);
}

.about-brand,
.about-links a,
.about-sign {
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-brand {
  justify-self: start;
  color: #fff;
  font-size: clamp(1.05rem, 1.35vw, 1.55rem);
  font-weight: 500;
  white-space: nowrap;
}

.about-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.8rem, 3.2vw, 4rem);
  font-size: clamp(0.75rem, 0.85vw, 0.92rem);
}

.about-links a {
  position: relative;
  padding-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}

.about-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4.1rem;
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  background: var(--warm);
}

.about-links a.is-active {
  color: var(--warm);
}

.about-links a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.about-links a.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.05rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--warm);
}

.about-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.1vw, 2rem);
}

.about-cart {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: rgba(255, 255, 255, 0.88);
}

.about-cart svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-sign {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.78rem, 0.88vw, 0.96rem);
  white-space: nowrap;
}

.about-layout {
  position: absolute;
  inset: clamp(5rem, 7.5vw, 7rem) clamp(4.5rem, 7vw, 7.5rem) clamp(4.2rem, 8vh, 5rem);
  display: grid;
  grid-template-columns: minmax(28rem, 1.05fr) minmax(25rem, 0.7fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
}

.about-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(20, 14, 10, 0.34);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(13px);
}

.philosophy-card {
  padding: clamp(1.45rem, 2.6vw, 2.4rem);
}

.about-card-kicker,
.values-kicker {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: clamp(1rem, 2.2vw, 1.55rem);
}

.seal-icon {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  color: var(--warm);
}

.seal-icon svg,
.circle-icon svg,
.value-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-card-kicker p,
.values-kicker p {
  margin-bottom: 0.7rem;
  color: var(--warm);
  font-size: clamp(0.78rem, 0.95vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-card-kicker span:not(.seal-icon),
.values-kicker span {
  display: block;
  width: 8.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--warm), rgba(255, 255, 255, 0.12));
}

.philosophy-card h2 {
  margin-bottom: clamp(1.35rem, 2.8vw, 2rem);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.3vw, 3.55rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.philosophy-list {
  display: grid;
  gap: clamp(0.75rem, 1.5vw, 1.05rem);
}

.philosophy-list article {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.circle-icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(217, 173, 120, 0.62);
  border-radius: 50%;
  color: var(--warm);
}

.circle-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.word-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.philosophy-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.82rem, 1vw, 1.02rem);
  line-height: 1.48;
}

.philosophy-list strong {
  color: var(--warm);
  font-weight: 500;
}

.word-row {
  padding-block: 0.75rem;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.values-card {
  justify-self: end;
  width: min(35rem, 100%);
  padding: clamp(1.6rem, 2.8vw, 2.7rem);
}

.values-kicker {
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.values-kicker span {
  width: 7rem;
}

.value-item {
  display: grid;
  grid-template-columns: 4.7rem minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  padding-block: clamp(1.3rem, 2.5vw, 2.2rem);
}

.value-item + .value-item {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.value-icon {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  border: 1px solid rgba(217, 173, 120, 0.62);
  border-radius: 50%;
  color: var(--warm);
}

.value-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.value-item h3 {
  margin-bottom: 0.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.65vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
}

.value-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  line-height: 1.55;
}

.about-rail {
  position: absolute;
  top: 24%;
  right: clamp(1.1rem, 3vw, 2.5rem);
  bottom: 24%;
  width: 1rem;
  display: grid;
  justify-items: center;
  align-items: center;
}

.about-rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
}

.about-rail span,
.about-rail i,
.about-rail b {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #fff;
}

.about-rail i {
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #fff;
  background: transparent;
}

.about-rail b {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid var(--warm);
  background: transparent;
}

.about-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.72rem, 0.85vw, 0.9rem);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-scroll small {
  font-size: 1.05rem;
  line-height: 1;
}

.intro-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 4.8vw, 5rem);
}

.intro-brand,
.profile-link,
.intro-links a,
.intro-cta,
.scroll-cue,
.intro-features {
  text-transform: uppercase;
  letter-spacing: 0;
}

.intro-brand {
  justify-self: start;
  font-size: clamp(1.15rem, 1.55vw, 1.85rem);
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.intro-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.75rem, 3.4vw, 4.2rem);
  font-size: clamp(0.78rem, 0.86vw, 0.95rem);
}

.intro-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  padding-bottom: 0.85rem;
}

.intro-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--warm);
  transition: transform 180ms ease;
}

.intro-links a.is-active::after,
.intro-links a:hover::after {
  transform: scaleX(1);
}

.intro-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.3vw, 2.5rem);
}

.cart-link {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: rgba(255, 255, 255, 0.86);
}

.cart-link svg,
.intro-features svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
}

.intro-left {
  position: absolute;
  left: clamp(1.5rem, 7vw, 7.5rem);
  top: 31%;
  width: min(18rem, 28vw);
}

.intro-kicker {
  margin-bottom: 1.25rem;
  color: var(--warm);
  font-size: clamp(0.78rem, 0.86vw, 0.94rem);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0;
}

.intro-left h1 {
  margin-bottom: 1.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
}

.intro-left p:not(.intro-kicker) {
  max-width: 14rem;
  margin-bottom: 1.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  line-height: 1.65;
}

.intro-rule {
  display: block;
  width: 3.3rem;
  height: 1px;
  background: var(--warm);
}

.intro-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  transform: none;
  text-align: center;
}

.intro-script,
.intro-cta {
  display: none !important;
}

.intro-title {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4.9vw, 5.8rem);
  font-weight: 400;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.22);
  white-space: nowrap;
}

.intro-script {
  margin-bottom: clamp(1.75rem, 4vh, 3rem);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  color: rgba(255, 255, 255, 0.78);
}

.intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-width: min(17rem, 80vw);
  min-height: 3.1rem;
  padding: 0 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 20, 27, 0.9);
  box-shadow: 0 1.2rem 2.2rem rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 650;
}

.intro-index {
  position: absolute;
  top: 19%;
  right: clamp(1.5rem, 5vw, 5rem);
  bottom: 11%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  width: min(13.5rem, 18vw);
  pointer-events: none;
}

.index-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.62);
}

.index-line::before,
.index-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.index-line::before {
  top: 0;
}

.index-line::after {
  bottom: 0;
}

.intro-index a {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: end;
  padding-right: 4.1rem;
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
  pointer-events: auto;
}

.intro-index a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.intro-index span {
  margin-bottom: 0.6rem;
  color: var(--warm);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  line-height: 1;
}

.intro-index strong,
.intro-index em {
  display: block;
  font-size: clamp(0.78rem, 0.85vw, 0.95rem);
  font-style: normal;
  font-weight: 400;
}

.intro-index em {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(5.3rem, 10.8vh, 7rem);
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.7rem, 0.82vw, 0.88rem);
  font-weight: 650;
  white-space: nowrap;
}

.mouse-icon {
  position: relative;
  width: 1.05rem;
  height: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
}

.mouse-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.38rem;
  width: 2px;
  height: 0.42rem;
  transform: translateX(-50%);
  background: #fff;
}

.intro-features {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 2.6vh, 1.75rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(10rem, 1fr));
  align-items: center;
  gap: clamp(1.2rem, 4vw, 4.5rem);
  width: min(48rem, calc(100vw - 3rem));
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
}

.intro-features div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-width: 0;
}

.intro-features div + div::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.2rem, 4vw, 4.5rem) * -0.5);
  width: 1px;
  height: 1.65rem;
  background: rgba(255, 255, 255, 0.34);
}

.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.25rem, 4vw, 4rem);
}

.brand {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  color: rgba(247, 241, 234, 0.68);
  font-size: 0.78rem;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(1.25rem, 6vw, 5.5rem);
  bottom: clamp(5rem, 12vh, 8rem);
  max-width: min(43rem, calc(100vw - 2.5rem));
  transform: translateY(calc(var(--sequence-progress) * -1.2rem));
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--warm);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: clamp(0.8rem, 1.4vw, 1.15rem);
  font-size: clamp(4rem, 11vw, 10.5rem);
  line-height: 0.86;
  letter-spacing: 0;
  font-weight: 750;
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}

.lede {
  max-width: 34rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.progress-cluster {
  position: absolute;
  z-index: 2;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: auto minmax(8rem, 12rem) auto;
  align-items: center;
  gap: 0.85rem;
  color: rgba(247, 241, 234, 0.72);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.progress-track {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(247, 241, 234, 0.22);
}

.progress-fill {
  position: absolute;
  inset: 0;
  transform: scaleX(var(--sequence-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--warm), var(--cool));
}

.after-section {
  position: relative;
  min-height: 100vh;
  padding: clamp(3.25rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem) clamp(4rem, 7vw, 6rem);
  background:
    linear-gradient(180deg, #050505 0%, #0b0907 45%, #050505 100%);
}

.after-inner {
  width: min(78rem, 100%);
  margin: 0 auto;
}

.product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.after-section h2 {
  max-width: 48rem;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 720;
}

.after-lede {
  max-width: 30rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.65;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(17rem, 23rem) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0b0a09;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(217, 173, 120, 0.18), transparent 30%, transparent 70%, rgba(140, 201, 199, 0.08));
  opacity: 0.55;
}

.product-media {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  padding: clamp(0.9rem, 1.8vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 233, 226, 0.96));
}

.product-media img {
  width: 100%;
  height: 100%;
  max-height: 20.5rem;
  object-fit: contain;
  filter: drop-shadow(0 1.4rem 1.6rem rgba(0, 0, 0, 0.24));
  transform: scale(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.055);
  filter: drop-shadow(0 1.8rem 2rem rgba(0, 0, 0, 0.3));
}

.product-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1rem;
  align-items: start;
  padding: clamp(1rem, 1.7vw, 1.35rem);
}

.product-index {
  grid-row: span 3;
  color: var(--cool);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}

.product-family {
  margin-bottom: 0;
  color: var(--warm);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-card h3 {
  margin-bottom: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.product-link {
  justify-self: start;
  color: rgba(247, 241, 234, 0.7);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-link::after {
  content: " ->";
  color: var(--warm);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-card {
  min-height: 18rem;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
}

.feature-index {
  display: inline-block;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: var(--cool);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.feature-card h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  letter-spacing: 0;
}

.feature-card p {
  margin-bottom: 0;
  color: rgba(247, 241, 234, 0.68);
  line-height: 1.62;
}

@media (max-width: 900px) {
  .craft-nav {
    grid-template-columns: 1fr auto;
  }

  .craft-links,
  .craft-benefits {
    display: none;
  }

  .craft-copy {
    left: 1.4rem;
    top: auto;
    bottom: clamp(8rem, 18vh, 11rem);
    width: min(20rem, 44vw);
    transform: none;
  }

  .craft-copy h2 {
    font-size: clamp(2.25rem, 6vw, 3.6rem);
  }

  .craft-quote {
    top: clamp(5.8rem, 13vh, 7.8rem);
    width: min(27rem, 52vw);
    transform: translateX(-28%);
  }

  .wallet-product {
    left: 46%;
  }

  .strap-product {
    left: 66%;
  }

  .craft-toggle {
    width: min(22rem, 52vw);
    transform: translateX(-26%);
  }

  .craft-services {
    left: 1rem;
    right: 1rem;
    width: auto;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .craft-services article:nth-child(n + 3) {
    display: none;
  }

  .craft-services article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .products-nav {
    grid-template-columns: 1fr auto;
  }

  .products-links {
    display: none;
  }

  .collection-shell {
    inset: 5rem 1rem 1rem;
    grid-template-columns: 1fr;
    overflow-y: auto;
    align-items: start;
    padding-bottom: 7rem;
  }

  .collection-copy {
    padding-right: 0;
  }

  .collection-copy h2 {
    font-size: clamp(2.35rem, 9vw, 4rem);
  }

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

  .collection-values article {
    grid-template-columns: 1fr;
  }

  .featured-product-card {
    min-height: 32rem;
  }

  .featured-product-card img {
    max-height: 22rem;
  }

  .collection-products {
    grid-template-rows: auto auto;
  }

  .mini-product-card {
    min-height: 22rem;
  }

  .wide-product-card {
    min-height: 18rem;
  }

  .collection-bottom {
    left: 1rem;
    right: 1rem;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .collection-bottom > p {
    display: none;
  }

  .collection-service-bar {
    grid-template-columns: 1fr;
  }

  .collection-service-bar article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-nav {
    grid-template-columns: 1fr auto;
  }

  .about-links,
  .about-rail {
    display: none;
  }

  .about-layout {
    inset: 5rem 1.25rem 4rem;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow-y: auto;
    align-items: start;
    padding-bottom: 1rem;
  }

  .values-card {
    justify-self: stretch;
    width: 100%;
  }

  .philosophy-card h2 {
    font-size: clamp(2rem, 6vw, 3rem);
  }

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

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

  .product-card {
    grid-template-rows: minmax(18rem, 25rem) auto;
  }

  .intro-nav {
    grid-template-columns: 1fr auto;
  }

  .intro-links,
  .intro-index {
    display: none;
  }

  .intro-left {
    top: auto;
    bottom: clamp(11rem, 24vh, 15rem);
    width: min(22rem, calc(100vw - 2.5rem));
  }

  .intro-center {
    width: 100%;
  }

  .intro-title {
    font-size: clamp(3rem, 10vw, 4.8rem);
  }

  .intro-features {
    width: min(40rem, calc(100vw - 2.5rem));
    gap: 1rem;
  }

  .intro-features div + div::before {
    display: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 13rem;
  }

  .feature-index {
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 767px) {
  .craft-nav {
    padding: 1.1rem 1.25rem;
  }

  .craft-brand {
    font-size: 1.05rem;
  }

  .craft-actions {
    gap: 0.85rem;
  }

  .craft-profile {
    font-size: 0.72rem;
  }

  .craft-quote {
    top: 4.6rem;
    left: 50%;
    width: min(20rem, calc(100vw - 2rem));
    transform: translateX(-50%);
  }

  .craft-quote p {
    font-size: clamp(1.08rem, 5vw, 1.45rem);
  }

  .craft-quote cite {
    font-size: 0.66rem;
  }

  .craft-copy {
    left: 1.2rem;
    right: 1.2rem;
    bottom: clamp(8.2rem, 19vh, 11rem);
    width: auto;
  }

  .craft-kicker {
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
  }

  .craft-copy h2 {
    margin-bottom: 0.85rem;
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .craft-copy > span {
    margin-bottom: 0.9rem;
  }

  .craft-copy p:last-of-type {
    max-width: 16rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
  }

  .craft-button {
    min-height: 2.8rem;
    padding-inline: 1.1rem;
    font-size: 0.68rem;
  }

  .pillar-product {
    bottom: clamp(18rem, 48vh, 25rem);
  }

  .wallet-product {
    left: 38%;
    width: clamp(5.7rem, 21vw, 7.1rem);
    height: clamp(7.2rem, 23vh, 9.2rem);
  }

  .strap-product {
    left: 63%;
    width: clamp(4.6rem, 17vw, 5.7rem);
    height: clamp(7.2rem, 23vh, 9.2rem);
  }

  .craft-toggle {
    bottom: 4.2rem;
    left: 50%;
    width: min(20rem, calc(100vw - 2rem));
    min-height: 2.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateX(-50%);
  }

  .craft-toggle a {
    gap: 0.55rem;
    font-size: 0.72rem;
  }

  .craft-services {
    display: none;
  }

  .products-nav {
    padding: 1.1rem 1.25rem;
  }

  .products-brand {
    font-size: 1.05rem;
  }

  .products-actions {
    gap: 0.85rem;
  }

  .products-sign {
    font-size: 0.72rem;
  }

  .collection-shell {
    inset: 4.6rem 0.85rem 0.85rem;
    padding-bottom: 6.7rem;
  }

  .collection-lede {
    max-width: none;
  }

  .collection-button {
    width: 100%;
  }

  .collection-values {
    grid-template-columns: 1fr;
  }

  .collection-values article:nth-child(n + 2) {
    display: none;
  }

  .featured-product-card {
    min-height: 28rem;
  }

  .featured-product-card img {
    width: min(82%, 18rem);
    max-height: 19rem;
  }

  .collection-products {
    grid-template-columns: 1fr;
  }

  .wide-product-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 17rem;
  }

  .wide-product-card img {
    width: 100%;
    opacity: 0.42;
  }

  .wide-product-card div {
    grid-column: auto;
    justify-self: start;
  }

  .collection-bottom {
    display: none;
  }

  .about-nav {
    padding: 1.1rem 1.25rem;
  }

  .about-brand {
    font-size: 1.05rem;
  }

  .about-actions {
    gap: 0.85rem;
  }

  .about-sign {
    font-size: 0.72rem;
  }

  .about-layout {
    inset: 4.6rem 0.85rem 3.2rem;
  }

  .philosophy-card,
  .values-card {
    padding: 1.05rem;
  }

  .about-card-kicker {
    align-items: flex-start;
  }

  .seal-icon {
    width: 2.55rem;
    height: 2.55rem;
  }

  .philosophy-list article,
  .value-item {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .circle-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .value-icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .value-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .about-scroll {
    bottom: 0.7rem;
    font-size: 0.66rem;
  }

  .after-section {
    padding-inline: 1rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-rows: minmax(21rem, 29rem) auto;
  }

  .product-media {
    padding: 1.25rem;
  }

  .product-media img {
    max-height: 26rem;
  }

  .sequence-section {
    min-height: 180rem;
  }

  .sticky-frame {
    min-height: 100svh;
  }

  .intro-nav {
    grid-template-columns: 1fr auto;
    padding: 1.1rem 1.25rem;
  }

  .intro-brand {
    font-size: 1.05rem;
  }

  .intro-actions {
    gap: 0.9rem;
  }

  .profile-link {
    font-size: 0.72rem;
  }

  .intro-left {
    left: 1.25rem;
    right: 1.25rem;
    bottom: clamp(11.5rem, 23vh, 15rem);
    width: auto;
  }

  .intro-kicker {
    margin-bottom: 0.8rem;
    font-size: 0.72rem;
  }

  .intro-left h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(2.1rem, 10vw, 3.35rem);
  }

  .intro-left p:not(.intro-kicker) {
    max-width: 16rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
  }

  .intro-center {
    width: 100%;
    padding: 0 1.25rem;
  }

  .intro-title {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .intro-script {
    margin-bottom: 1.2rem;
    font-size: clamp(1.2rem, 6vw, 1.75rem);
  }

  .intro-cta {
    min-width: min(16rem, calc(100vw - 3rem));
    min-height: 2.85rem;
    font-size: 0.72rem;
  }

  .scroll-cue {
    bottom: 5.2rem;
    font-size: 0.66rem;
  }

  .intro-features {
    grid-template-columns: 1fr;
    justify-items: center;
    bottom: 0.85rem;
    gap: 0.35rem;
    font-size: 0.66rem;
  }

  .intro-features div:nth-child(n + 2) {
    display: none;
  }

  .intro-features svg {
    width: 1rem;
    height: 1rem;
  }

  .after-section h2 {
    font-size: clamp(2.35rem, 13vw, 4.3rem);
  }
}

.sequence-section .craft-toggle,
.sequence-section .craft-services,
.sequence-section .featured-product-card,
.sequence-section .mini-product-card,
.sequence-section .wide-product-card,
.sequence-section .collection-service-bar,
.sequence-section .about-card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy {
    transform: none;
  }

  .intro-ui,
  .craft-ui {
    transform: none;
  }
}
