
:root {
  --navy:#172132;
  --navy2:#253148;
  --slate:#667085;
  --muted:#8a94a6;
  --ivory:#fffdf9;
  --cream:#fbf7f1;
  --rose:#fff3ee;
  --gold:#c8a866;
  --gold2:#a9853f;
  --line:#eee6d8;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(23,33,50,.12);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--navy);
  background:var(--ivory);
}
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
p { font-size:18px; line-height:1.72; color:var(--slate); }
h1,h2,h3 { color:var(--navy); letter-spacing:-.04em; }
h1 { font-size:clamp(42px,6.7vw,84px); line-height:.98; margin:18px 0 22px; }
h2 { font-size:clamp(32px,4.5vw,56px); line-height:1.05; margin:0 0 16px; }
h3 { font-size:23px; margin:0 0 10px; }

.header {
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,253,249,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.header-inner {
  width:min(1200px,92%);
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
}
.brand {
  display:flex;
  align-items:center;
  gap:13px;
  min-width:230px;
}
.brand img {
  width:74px;
  height:74px;
  object-fit:contain;
  border-radius:14px;
}
.brand-text {
  font-weight:950;
  letter-spacing:.18em;
  font-size:18px;
  line-height:1.1;
}
.brand-text span {
  display:block;
  font-size:10px;
  color:var(--gold2);
  letter-spacing:.42em;
  margin-top:6px;
}
.nav {
  display:flex;
  align-items:center;
  gap:24px;
  color:#687387;
  font-weight:800;
  font-size:15px;
}
.nav a:hover { color:var(--navy); }

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:15px 24px;
  background:var(--navy);
  color:#fff;
  font-weight:950;
  border:1px solid var(--navy);
  box-shadow:0 14px 30px rgba(23,33,50,.16);
}
.btn.gold { background:var(--gold); border-color:var(--gold); }
.btn.light { background:white; color:var(--navy); border-color:#f0e6d5; box-shadow:none; }
.btn.small { padding:11px 17px; font-size:14px; }

.hero {
  background:radial-gradient(circle at 83% 10%,rgba(200,168,102,.22),transparent 30%),linear-gradient(135deg,#fffdf9 0%,#fff7f0 50%,#f9fbff 100%);
  overflow:hidden;
}
.hero-inner {
  width:min(1200px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:58px;
  align-items:center;
  padding:76px 0 68px;
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold2);
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.18em;
}
.eyebrow:before {
  content:"";
  width:38px;
  height:1px;
  background:var(--gold);
}
.hero-copy p {
  max-width:690px;
  font-size:20px;
}
.actions {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.hero-visual { position:relative; }
.hero-main-img {
  width:100%;
  aspect-ratio:4/4.7;
  object-fit:cover;
  border-radius:36px;
  box-shadow:var(--shadow);
  border:1px solid #fff;
}
.floating-card {
  position:absolute;
  left:-26px;
  bottom:30px;
  width:min(340px,86%);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border:1px solid #fff;
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 50px rgba(23,33,50,.12);
}
.floating-card strong { display:block; font-size:18px; margin-bottom:6px; }
.floating-card p { font-size:14px; line-height:1.5; margin:0; }

.collection-nav {
  background:white;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.collection-nav-inner {
  width:min(1200px,92%);
  margin:auto;
  display:flex;
  gap:12px;
  overflow:auto;
  padding:15px 0;
}
.collection-nav a {
  white-space:nowrap;
  background:#fbf7f1;
  border:1px solid #efe4d4;
  border-radius:999px;
  padding:11px 15px;
  font-weight:900;
  color:var(--navy2);
}

.section {
  width:min(1200px,92%);
  margin:auto;
  padding:78px 0;
}
.section.narrow { width:min(900px,92%); }
.center { text-align:center; }
.center p { max-width:820px; margin-left:auto; margin-right:auto; }
.band {
  background:var(--cream);
  border-top:1px solid #f1e8dc;
  border-bottom:1px solid #f1e8dc;
}
.grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:38px;
}
.grid.three { grid-template-columns:repeat(3,1fr); }
.card,.product-card {
  background:white;
  border:1px solid #f0eadf;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(23,33,50,.055);
  overflow:hidden;
}
.card { padding:30px; }
.card.gold-line { border-left:6px solid var(--gold); }
.card p,.product-card p {
  font-size:16px;
  line-height:1.65;
  margin-bottom:0;
}
.product-card img {
  width:100%;
  aspect-ratio:1.14/1;
  object-fit:cover;
  background:#faf7f0;
}
.product-info { padding:24px; }
.tag {
  display:inline-flex;
  border:1px solid #eadfc9;
  color:var(--gold2);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:14px;
}
.product-meta {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:20px;
  color:var(--muted);
  font-weight:800;
  font-size:14px;
}
.learn { color:var(--navy); font-weight:950; }
.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:58px;
  align-items:center;
}
.round-img {
  width:100%;
  border-radius:32px;
  box-shadow:var(--shadow);
  aspect-ratio:5/4;
  object-fit:cover;
  border:1px solid #fff;
}
.steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:42px;
}
.step {
  text-align:center;
  background:white;
  border:1px solid #f0eadf;
  border-radius:28px;
  padding:32px 24px;
}
.number {
  width:76px;
  height:76px;
  margin:0 auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:white;
  font-size:30px;
  font-weight:950;
  border:5px solid var(--gold);
}
.cta {
  width:min(1080px,92%);
  margin:40px auto 84px;
  border-radius:36px;
  background:linear-gradient(135deg,#172132,#2a3650);
  color:white;
  padding:74px 44px;
  text-align:center;
  box-shadow:var(--shadow);
}
.cta h2,.cta p { color:white; }
.cta p { opacity:.88; max-width:760px; margin-left:auto; margin-right:auto; }

.form {
  background:white;
  border:1px solid #f0eadf;
  border-radius:30px;
  padding:36px;
  box-shadow:0 18px 50px rgba(23,33,50,.08);
  max-width:720px;
  margin:42px auto 0;
}
label { display:block; font-weight:900; margin:0 0 8px; }
input,textarea {
  width:100%;
  border:1px solid #dfe6ef;
  border-radius:16px;
  padding:16px 18px;
  font:inherit;
  margin:0 0 22px;
  background:#fff;
}
textarea { min-height:150px; resize:vertical; }

.footer {
  background:var(--navy);
  color:white;
  padding:54px 0;
}
.footer-inner {
  width:min(1200px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr .85fr;
  gap:30px;
}
.footer-logo {
  width:105px;
  height:105px;
  object-fit:contain;
  background:#fffdf9;
  border-radius:18px;
  margin-bottom:14px;
}
.footer p,.footer a { color:#d6deea; font-size:15px; line-height:1.9; }
.footer strong { display:block; margin-bottom:10px; color:white; }
.disclaimer { font-size:12px !important; opacity:.7; line-height:1.5 !important; margin-top:16px; }

.page-hero {
  background:linear-gradient(135deg,#fffdf9,#fff7f0);
  border-bottom:1px solid #f1e8dc;
}
.page-hero .section { padding:72px 0; }
.policy h2 { font-size:30px; margin-top:36px; }
.policy p,.policy li { font-size:17px; line-height:1.75; color:var(--slate); }

@media(max-width:980px) {
  .header-inner { align-items:flex-start; }
  .nav { flex-wrap:wrap; justify-content:flex-end; gap:13px; }
  .hero-inner,.split { grid-template-columns:1fr; }
  .grid,.grid.three,.steps { grid-template-columns:1fr 1fr; }
  .footer-inner { grid-template-columns:1fr 1fr; }
  .brand img { width:62px; height:62px; }
  .brand-text { font-size:16px; }
}
@media(max-width:640px) {
  .header-inner { display:block; }
  .brand { margin-bottom:14px; }
  .nav { justify-content:flex-start; }
  .nav .btn { width:100%; margin-top:4px; }
  .hero-inner { padding:52px 0; }
  .grid,.grid.three,.steps,.footer-inner { grid-template-columns:1fr; }
  .floating-card { position:relative; left:auto; bottom:auto; width:100%; margin-top:16px; }
  .section { padding:56px 0; }
  .cta { padding:52px 24px; }
}
