﻿:root {
  --ink: #f5f0e7;
  --muted: #b8aa97;
  --night: #080806;
  --night-soft: #12100d;
  --bronze: #b99059;
  --bone: #ece3d4;
  --smoke: #24201b;
  --line: rgba(245, 240, 231, 0.16);
  --glow: rgba(202, 171, 109, 0.34);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 4%, rgba(185, 144, 89, 0.28), transparent 30rem),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(135deg, #070605 0%, #15100c 46%, #080806 100%);
  font-family: var(--font-body);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 30;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.7'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 6, 0.72);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  filter: invert(1) contrast(0.9) brightness(1.2);
  mix-blend-mode: screen;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3rem);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a,
.header-cta,
.button {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover { color: var(--ink); }
.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
  color: var(--ink);
  font-size: 0.8rem;
}
.header-cta:hover { border-color: var(--bronze); transform: translateY(-1px); }

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 4rem 0 5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--bronze);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

h1 { font-size: clamp(4rem, 9.2vw, 9.4rem); max-width: 900px; }
h2 { font-size: clamp(2.6rem, 5vw, 5.6rem); }

.hero-text {
  max-width: 620px;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  border-radius: 999px;
  padding: 0 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: #090806;
  background: linear-gradient(135deg, #f0d8a9, #a97942);
  box-shadow: 0 16px 42px rgba(185, 144, 89, 0.22);
}
.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}
.button.ghost.dark { color: var(--night); border-color: rgba(8, 8, 6, 0.24); }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-art { position: relative; }
.hero-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #000;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}
.hero-card img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  transform: scale(1.02);
}
.hero-card figcaption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 1rem;
  background: rgba(0,0,0,0.44);
  backdrop-filter: blur(16px);
}
.hero-card span { color: var(--muted); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; }
.hero-card strong { max-width: 180px; text-align: right; font-family: var(--font-display); font-size: 1.35rem; line-height: 1; }

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.8;
}
.orb-one {
  width: 10rem;
  height: 10rem;
  right: -2rem;
  top: -2rem;
  background: radial-gradient(circle, rgba(240,216,169,0.82), transparent 62%);
}
.orb-two {
  width: 14rem;
  height: 14rem;
  left: -4rem;
  bottom: 7rem;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 66%);
}

.signal-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
}
.signal-bar div {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-right: 1px solid var(--line);
}
.signal-bar div:last-child { border-right: 0; }
.signal-bar strong { display: block; margin-bottom: 0.45rem; font-family: var(--font-display); font-size: 1.6rem; }
.signal-bar span { color: var(--muted); line-height: 1.7; font-size: 0.95rem; }

.product-section,
.signature,
.custom,
.story { padding: clamp(4rem, 8vw, 8rem) 0; }

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-heading h2 { max-width: 720px; }
.section-heading a {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  padding-bottom: 0.25rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 0.8rem;
  background: rgba(255,255,255,0.035);
}
.product-image {
  overflow: hidden;
  border-radius: 22px;
  background: #050505;
}
.product-image.light { background: var(--bone); }
.product-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 500ms ease;
}
.product-card:hover .product-image img { transform: scale(1.05); }
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 0.35rem;
}
.product-meta p,
.product-meta span { margin: 0; font-weight: 700; }
.product-card small { color: var(--muted); }

.signature {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.signature-image {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--line);
  background: #000;
}
.signature-image img { width: 100%; aspect-ratio: 0.9; object-fit: cover; }
.signature-copy p:not(.eyebrow),
.custom-panel p,
.story p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.05rem;
}
.mini-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.8rem 0;
  color: var(--ink);
}
.mini-list span {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}

.lookbook {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
  background: var(--bone);
  color: var(--night);
}
.lookbook-copy {
  width: min(980px, 100%);
  margin: 0 auto 2rem;
}
.lookbook .eyebrow { color: #8e6337; }
.lookbook-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr;
  gap: 1rem;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.lookbook figure { margin: 0; }
.lookbook img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8,8,6,0.14);
}
.lookbook figcaption {
  margin-top: 0.75rem;
  color: rgba(8,8,6,0.62);
  font-size: 0.9rem;
}

.custom {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 1rem;
}
.custom-panel {
  border-radius: 36px;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--night);
  background: linear-gradient(135deg, #f0e5d4, #b99160);
}
.custom-steps {
  display: grid;
  gap: 0.8rem;
}
.custom-steps span {
  display: flex;
  align-items: center;
  min-height: 5rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1rem 1.2rem;
  background: rgba(255,255,255,0.04);
  color: var(--muted);
}

.story {
  text-align: center;
}
.story h2,
.story p { max-width: 900px; margin-inline: auto; }
.story p { margin-top: 1.4rem; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.5rem; }
.footer a { color: var(--bronze); }

.reveal {
  opacity: 1;
  transform: translateY(0);
  animation: softRise 760ms ease both;
}

@keyframes softRise {
  from { opacity: 0.001; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 220ms; }
.delay-3 { transition-delay: 320ms; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-links { display: none; }
  .brand img { width: 62px; height: 62px; }
  .hero,
  .signature,
  .custom { grid-template-columns: 1fr; }
  .hero { padding-top: 2rem; }
  .hero-art { order: -1; }
  .hero-card img { aspect-ratio: 1; }
  .signal-bar,
  .product-grid,
  .lookbook-row { grid-template-columns: 1fr; }
  .signal-bar div { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-bar div:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  h1 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 4.2rem); }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


@media (max-width: 520px) {
  body { overflow-x: hidden; }
  .site-header {
    grid-template-columns: auto minmax(0, auto);
    padding: 0.9rem 1rem;
  }
  .header-cta {
    padding: 0.72rem 0.95rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .hero {
    gap: 1.6rem;
    padding: 1.6rem 0 3.5rem;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 15vw, 4.35rem);
    line-height: 0.95;
    overflow-wrap: normal;
  }
  .hero-text {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  .hero-card {
    border-radius: 24px;
  }
  .hero-card figcaption {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.9rem;
  }
  .hero-card strong {
    max-width: 100%;
    text-align: left;
    font-size: 1.15rem;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
  .trust-strip span {
    width: fit-content;
  }
  .lookbook,
  .section-shell {
    width: min(100% - 2rem, 1180px);
  }
}

@media (max-width: 520px) {
  .hero-copy,
  .hero-art,
  .product-card,
  .custom-panel,
  .custom-steps,
  .story,
  .section-heading {
    min-width: 0;
    max-width: 100%;
  }
  .hero-copy p,
  .signature-copy p,
  .custom-panel p,
  .story p {
    overflow-wrap: break-word;
  }
  .hero-actions {
    max-width: 100%;
  }
  .hero-actions .button {
    flex: 1 1 auto;
    min-width: 0;
  }
  .site-header {
    gap: 0.75rem;
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    width: 100%;
    padding-right: 0.25rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    width: min(100%, 18rem);
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-text {
    max-width: calc(100vw - 2.5rem);
  }
}
