:root {
  --white: #fffdf8;
  --porcelain: #f8f2e7;
  --pearl: #eee2cf;
  --champagne: #d7b166;
  --gold: #b8872e;
  --deep-gold: #7a561d;
  --ink: #241d14;
  --soft-ink: #756955;
  --line: rgba(184, 135, 46, 0.22);
  --glass: rgba(255, 253, 248, 0.68);
  --shadow: 0 28px 80px rgba(93, 67, 22, 0.16);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(184, 135, 46, 0.06) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fffdf9 0%, #fbf5ea 48%, #fffaf0 100%);
  font-family:
    "Inter",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  letter-spacing: 0;
}

body::selection {
  color: var(--white);
  background: var(--gold);
}

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

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

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(184, 135, 46, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 12px 48px rgba(70, 50, 20, 0.1);
  backdrop-filter: blur(22px) saturate(145%);
  transform: translateX(-50%);
  transition:
    min-height 300ms ease,
    top 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  min-height: 56px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 16px 58px rgba(70, 50, 20, 0.16);
}

.brand,
.nav-action,
.main-nav {
  display: flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 135, 46, 0.4);
  border-radius: 50%;
  color: var(--deep-gold);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 221, 168, 0.55)),
    radial-gradient(circle at 34% 20%, #fff 0 18%, transparent 19%);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.56),
    0 8px 24px rgba(184, 135, 46, 0.18);
}

.main-nav {
  justify-self: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(36, 29, 20, 0.72);
  font-size: 0.82rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.main-nav a {
  position: relative;
  padding-block: 8px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

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

.nav-action {
  justify-self: end;
  min-height: 40px;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(184, 135, 46, 0.34);
  border-radius: 999px;
  color: var(--deep-gold);
  background: rgba(255, 255, 255, 0.46);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.nav-action:hover {
  border-color: rgba(184, 135, 46, 0.72);
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: clamp(700px, 88svh, 860px);
  padding: clamp(104px, 13vh, 142px) 22px 54px;
  isolation: isolate;
}

.hero-bg,
.hero-fluid,
.hero-sheen {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-bg {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.82) 37%, rgba(255, 253, 248, 0.36) 72%, rgba(255, 253, 248, 0.7) 100%),
    url("assets/atelier-background.png") center / cover no-repeat;
  transform: scale(1.012);
  animation: heroBreath 16s ease-in-out infinite alternate;
}

.hero-fluid {
  z-index: -3;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  mix-blend-mode: multiply;
  filter: saturate(1.34) contrast(1.18);
  pointer-events: none;
  transition: opacity 900ms ease;
}

.hero-fluid.is-drawn {
  opacity: 0.72;
}

.hero-sheen {
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 4%, rgba(255, 255, 255, 0.72) 26%, transparent 42%),
    linear-gradient(180deg, transparent 0%, rgba(255, 253, 248, 0.48) 76%, var(--white) 100%);
  mix-blend-mode: screen;
  opacity: 0.52;
  animation: wideSheen 9s cubic-bezier(0.33, 0, 0.2, 1) infinite;
}

.hero-inner {
  width: min(100%, var(--max-width));
  min-height: clamp(520px, 67svh, 650px);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(410px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 22px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--deep-gold);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 7.4ch;
  margin-bottom: 20px;
  color: #211604;
  font-size: clamp(5.1rem, 11vw, 8.65rem);
  line-height: 0.78;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 54px rgba(108, 77, 21, 0.2);
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 32px;
  color: rgba(36, 29, 20, 0.86);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  font-weight: 520;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  position: relative;
  z-index: 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
  isolation: isolate;
}

.button::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.62), transparent 70%);
  z-index: -1;
  transform: translateX(-115%);
  transition: transform 520ms ease;
}

.button:hover::before {
  transform: translateX(115%);
}

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

.button-primary {
  border: 1px solid rgba(122, 86, 29, 0.58);
  color: #fffaf0;
  background:
    linear-gradient(135deg, #e1bf68 0%, #9b6e22 52%, #d3aa4d 100%),
    var(--gold);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 18px 46px rgba(151, 105, 30, 0.3);
}

.button-ghost {
  border: 1px solid rgba(122, 86, 29, 0.28);
  color: var(--deep-gold);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 12px 34px rgba(93, 67, 22, 0.08);
}

.hero-clock-wrap {
  justify-self: center;
  width: min(100%, 620px);
  perspective: 1400px;
  transform-style: preserve-3d;
}

.clock-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  transform:
    rotateX(calc(49deg + var(--tilt-x)))
    rotateY(calc(-12deg + var(--tilt-y)))
    rotateZ(-8deg)
    translateZ(0);
  transform-style: preserve-3d;
  animation: clockFloat 7s ease-in-out infinite;
  will-change: transform;
}

.clock-aura {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 34%, rgba(214, 177, 102, 0.2) 56%, transparent 70%);
  filter: blur(14px);
  transform: translateZ(-34px);
}

.clock-plate {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  filter: drop-shadow(0 42px 44px rgba(87, 61, 20, 0.24));
}

.clock-plate::after {
  content: "";
  position: absolute;
  inset: 14%;
  z-index: 2;
  border-radius: 50%;
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, 0.5) 45%, transparent 56%);
  opacity: 0.82;
  transform: translateZ(5px);
  animation: dialGlint 5.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}

.clock-relief,
.clock-dial,
.clock-hand {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.clock-relief {
  z-index: 0;
  opacity: 0;
  transition: opacity 520ms ease;
}

.clock-dial {
  z-index: 1;
  transition: opacity 520ms ease;
  transform: translateZ(0);
}

.clock-plate.has-relief-clock .clock-relief {
  opacity: 1;
}

.clock-plate.has-relief-clock .clock-dial {
  opacity: 0;
}

.clock-hand {
  transform: translateZ(var(--hand-depth, 24px)) rotate(var(--angle, 0deg));
  transform-origin: center center;
  will-change: transform;
}

.clock-hand-hour {
  --hand-depth: 20px;
  z-index: 3;
  filter: drop-shadow(0 1px 2px rgba(82, 56, 16, 0.14));
}

.clock-hand-minute {
  --hand-depth: 30px;
  z-index: 4;
  filter: drop-shadow(0 1px 2px rgba(82, 56, 16, 0.18));
}

.clock-hand-second {
  --hand-depth: 40px;
  z-index: 5;
  filter: drop-shadow(0 1px 2px rgba(82, 56, 16, 0.24));
}

.clock-pin {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 5.8%;
  aspect-ratio: 1;
  border: 1px solid rgba(122, 86, 29, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 50% 50%, #f6df9c 0 28%, #b8872e 48%, #6f4a16 72%, #f0cd75 100%);
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.22),
    0 4px 12px rgba(82, 56, 16, 0.24);
  transform: translate(-50%, -50%) translateZ(54px);
}

.clock-caption {
  width: min(92%, 450px);
  min-height: 54px;
  display: grid;
  grid-template-columns: 0.78fr 1.35fr 1fr;
  align-items: center;
  gap: 1px;
  margin: clamp(-58px, -7vw, -36px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(184, 135, 46, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
  box-shadow: 0 22px 60px rgba(93, 67, 22, 0.12);
  backdrop-filter: blur(16px);
}

.clock-caption span {
  min-width: 0;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 10px;
  color: var(--deep-gold);
  font-size: clamp(0.61rem, 1.6vw, 0.72rem);
  font-weight: 780;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
}

.signature-strip {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(244, 226, 184, 0.72), rgba(255, 253, 248, 0.98));
  box-shadow: 0 -24px 60px rgba(255, 253, 248, 0.78);
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee div {
  display: flex;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 clamp(22px, 4vw, 54px);
  color: rgba(64, 46, 20, 0.74);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-pad {
  padding: clamp(84px, 12vw, 136px) 22px;
}

.section-heading {
  width: min(100%, var(--max-width));
  margin: 0 auto clamp(34px, 6vw, 58px);
}

.section-heading h2,
.craft-copy h2,
.concierge h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 6.5vw, 5.1rem);
  line-height: 0.98;
}

.collection {
  position: relative;
  background:
    linear-gradient(180deg, var(--white) 0%, #f9efe0 100%);
}

.product-grid {
  width: min(100%, var(--max-width));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin: 0 auto;
  align-items: stretch;
}

.product-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(184, 135, 46, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(251, 241, 221, 0.8)),
    linear-gradient(90deg, rgba(184, 135, 46, 0.12) 1px, transparent 1px) 0 0 / 34px 34px;
  box-shadow: 0 24px 68px rgba(88, 61, 20, 0.1);
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.78) 42%, transparent 62%);
  opacity: 0;
  transform: translateX(-72%);
  transition:
    opacity 280ms ease,
    transform 900ms ease;
}

.product-card:hover {
  border-color: rgba(184, 135, 46, 0.42);
  box-shadow: 0 34px 86px rgba(88, 61, 20, 0.17);
  transform: translateY(-8px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
}

.product-card:hover::before {
  opacity: 1;
  transform: translateX(72%);
}

.product-card-feature {
  background:
    linear-gradient(158deg, #fffdf8 0%, #f0d59a 100%),
    linear-gradient(90deg, rgba(184, 135, 46, 0.12) 1px, transparent 1px) 0 0 / 34px 34px;
}

.product-media {
  position: relative;
  min-height: 410px;
  display: grid;
  place-items: center;
  padding: 28px 18px 0;
}

.product-media::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 10%;
  left: 12%;
  height: 26px;
  border-radius: 50%;
  background: rgba(108, 77, 21, 0.14);
  filter: blur(13px);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: min(94%, 390px);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(83, 58, 18, 0.2));
  transform: translateY(10px) scale(1.02);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-media img {
  transform: translateY(-8px) scale(1.075) rotate(-2deg);
}

.product-info {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 14px;
  min-height: 130px;
  padding: 24px;
  border-top: 1px solid rgba(184, 135, 46, 0.16);
  background: rgba(255, 253, 248, 0.58);
  backdrop-filter: blur(10px);
}

.product-info p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--deep-gold);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-info h3 {
  margin-bottom: 0;
  font-size: clamp(1.36rem, 2.3vw, 1.8rem);
  line-height: 1.05;
}

.product-info span {
  color: rgba(36, 29, 20, 0.68);
  font-size: 0.9rem;
  font-weight: 750;
}

.craft {
  --craft-wedge-clip: polygon(0 0, 56% 0, 39% 100%, 0 100%);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.82fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  overflow: hidden;
  padding: clamp(84px, 12vw, 140px) max(22px, calc((100vw - var(--max-width)) / 2));
  background:
    linear-gradient(180deg, #fffaf1 0%, #fffdf8 58%, #fbf5ea 100%);
  isolation: isolate;
}

.craft::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: var(--craft-wedge-clip);
  background:
    linear-gradient(145deg, rgba(255, 250, 239, 0.92) 0%, rgba(248, 226, 174, 0.92) 24%, rgba(216, 179, 97, 0.96) 68%, rgba(189, 143, 43, 0.92) 100%);
  pointer-events: none;
}

.craft-fluid {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  clip-path: var(--craft-wedge-clip);
  background: rgba(255, 253, 248, 0.18);
  filter: brightness(1.08) contrast(1.34);
  mix-blend-mode: normal;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.craft-fluid.is-drawn {
  opacity: 0.92;
}

.craft-image {
  position: relative;
  z-index: 2;
  min-height: clamp(380px, 48vw, 620px);
  border: 1px solid rgba(184, 135, 46, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(184, 135, 46, 0.12) 100%),
    url("assets/atelier-background.png") left center / cover no-repeat;
  box-shadow: 0 34px 90px rgba(93, 67, 22, 0.2);
  transform: rotate(-1.4deg);
}

.craft-copy {
  position: relative;
  z-index: 2;
  padding: clamp(8px, 2vw, 28px) 0;
}

.craft-copy p:not(.eyebrow),
.concierge p {
  max-width: 620px;
  color: rgba(36, 29, 20, 0.72);
  font-size: 1.05rem;
  line-height: 1.82;
}

.craft-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.craft-stats div {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(184, 135, 46, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 20px 54px rgba(93, 67, 22, 0.08);
}

.craft-stats dt {
  margin-bottom: 8px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1;
}

.craft-stats dd {
  margin: 0;
  color: rgba(36, 29, 20, 0.68);
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.concierge {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(249, 238, 215, 0.96)),
    url("assets/atelier-background.png") center bottom / cover no-repeat;
}

.concierge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(184, 135, 46, 0.09) 1px, transparent 1px) center / 80px 80px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), transparent);
  pointer-events: none;
}

.concierge-inner {
  position: relative;
  width: min(100%, 850px);
  margin: 0 auto;
  text-align: center;
}

.concierge h2,
.concierge p {
  margin-inline: auto;
}

.concierge .button {
  margin-top: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

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

.hero-copy .reveal:nth-child(2) {
  --delay: 90ms;
}

.hero-copy .reveal:nth-child(3) {
  --delay: 180ms;
}

.hero-copy .reveal:nth-child(4) {
  --delay: 270ms;
}

.product-card:nth-child(2) {
  --delay: 110ms;
}

.product-card:nth-child(3) {
  --delay: 220ms;
}

@keyframes heroBreath {
  from {
    transform: scale(1.012) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.05) translate3d(-10px, -7px, 0);
  }
}

@keyframes wideSheen {
  0% {
    transform: translateX(-58%);
    opacity: 0;
  }
  18%,
  60% {
    opacity: 0.64;
  }
  100% {
    transform: translateX(58%);
    opacity: 0;
  }
}

@keyframes clockFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes dialGlint {
  0% {
    transform: translateZ(5px) rotate(-24deg) translateX(-62%);
    opacity: 0;
  }
  20% {
    opacity: 0.74;
  }
  72% {
    opacity: 0.54;
  }
  100% {
    transform: translateZ(5px) rotate(-24deg) translateX(62%);
    opacity: 0;
  }
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 102px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-clock-wrap {
    width: min(100%, 540px);
  }

  .clock-stage {
    transform:
      rotateX(calc(46deg + var(--tilt-x)))
      rotateY(calc(-7deg + var(--tilt-y)))
      rotateZ(-7deg)
      translateZ(0);
  }

  .product-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .product-card {
    min-height: 520px;
  }

  .craft {
    --craft-wedge-clip: polygon(0 0, 100% 0, 100% 42%, 0 52%);
    grid-template-columns: 1fr;
    background:
      linear-gradient(180deg, #fffaf1 0%, #fffdf8 58%, #fbf5ea 100%);
  }

  .craft-fluid {
    opacity: 0;
  }

  .craft-fluid.is-drawn {
    opacity: 0.82;
  }

  .craft-image {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max-width));
    min-height: 58px;
    padding: 8px 10px;
  }

  .brand {
    font-size: 0.9rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .nav-action {
    min-height: 36px;
    padding: 0 13px;
    font-size: 0.68rem;
  }

  .hero {
    padding-inline: 16px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: clamp(4.35rem, 25vw, 6.2rem);
  }

  .hero-lede {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-clock-wrap {
    width: min(100%, 390px);
  }

  .clock-caption {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: -24px;
  }

  .clock-caption span {
    min-height: 38px;
  }

  .section-pad {
    padding-inline: 16px;
  }

  .section-heading h2,
  .craft-copy h2,
  .concierge h2 {
    font-size: clamp(2.25rem, 13vw, 3.65rem);
  }

  .product-card {
    min-height: 480px;
  }

  .product-media {
    min-height: 330px;
  }

  .product-media img {
    max-height: 320px;
  }

  .product-info {
    grid-template-columns: 1fr;
    min-height: 138px;
    padding: 20px;
  }

  .craft {
    --craft-wedge-clip: polygon(0 0, 100% 0, 100% 38%, 0 49%);
    padding-inline: 16px;
  }

  .craft-stats {
    grid-template-columns: 1fr;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
