/* ============ Tokens ============ */
:root {
  --bg: #060a14;
  --bg-alt: #0b1220;
  --bg-card: #0f1830;
  --line: rgba(212, 175, 90, 0.18);
  --gold: #d4af5a;
  --gold-light: #f3dfa4;
  --gold-deep: #9c7a2e;
  --white: #f7f4ec;
  --muted: #a7b0c2;
  --muted-soft: #6f7893;
  --shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.7);
  --radius: 18px;
  --gold-gradient: linear-gradient(135deg, var(--gold-light), var(--gold) 45%, var(--gold-deep));
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.01em;
}

.section-head {
  max-width: 640px;
  margin: 0 0 56px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin-top: 18px;
  color: var(--white);
}
.section-head p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
}
.section-head.center p { margin-left: auto; margin-right: auto; }
.mission-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--gold-light);
  margin-top: 20px !important;
}

section { position: relative; padding: 120px 0; }

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  width: 100%;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold-gradient);
  color: #14100a;
  box-shadow: 0 16px 40px -14px rgba(212, 175, 90, 0.55);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 20px 50px -14px rgba(212, 175, 90, 0.7); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(247, 244, 236, 0.28);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.btn-line {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--line);
  padding: 13px 26px;
}
.btn-line:hover { border-color: var(--gold); background: rgba(212, 175, 90, 0.08); }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none !important; }

/* ============ Logo ============ */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo img { flex-shrink: 0; object-fit: contain; }
.logo .logo-word {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--white);
}
.logo-nav img { width: 32px; height: auto; }
.logo-nav .logo-word { font-size: 21px; }
.logo-footer img { width: 28px; height: auto; }
.logo-footer .logo-word { font-size: 18px; }

.hero-wordmark { text-align: center; }
.hero-full-logo {
  margin: 0 auto;
  width: min(560px, 82vw);
  height: auto;
  filter: drop-shadow(0 20px 50px rgba(212, 175, 90, 0.18));
}

/* ============ Header ============ */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: background 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
header.scrolled {
  padding: 14px 0;
  background: rgba(6, 10, 20, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
header .wrap { display: flex; align-items: center; justify-content: space-between; }
nav.main-nav { display: flex; gap: 36px; }
nav.main-nav a {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--muted);
  transition: color 0.25s ease;
  position: relative;
}
nav.main-nav a:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 18px; }

.cart-btn {
  position: relative;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(212, 175, 90, 0.06);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  transition: border-color 0.3s ease, background 0.3s ease;
}
.cart-btn:hover { border-color: var(--gold); background: rgba(212, 175, 90, 0.14); }
.cart-count {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--gold);
  color: #14100a;
  font-size: 11px;
  font-weight: 700;
  min-width: 19px; height: 19px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  transform: scale(0);
  transition: transform 0.25s ease;
}
.cart-count.show { transform: scale(1); }

.nav-toggle { display: none; }

/* ============ Hero ============ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  background:
    radial-gradient(ellipse 900px 500px at 50% -10%, rgba(212, 175, 90, 0.16), transparent 60%),
    radial-gradient(ellipse 700px 500px at 85% 30%, rgba(212, 175, 90, 0.08), transparent 60%),
    var(--bg);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 244, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 236, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 800px 500px at 50% 20%, black, transparent 75%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; text-align: center; }
.hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold-light);
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.hero h1.hero-headline {
  margin-top: 34px;
  font-size: clamp(34px, 5.4vw, 60px);
  line-height: 1.15;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}
.hero h1.hero-headline em {
  font-style: italic;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.hero-sub {
  margin: 26px auto 0;
  max-width: 540px;
  color: var(--muted);
  font-size: 17.5px;
}
.hero-cta {
  margin-top: 46px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-stats {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
.hero-stats div { text-align: center; }
.hero-stats .num {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold-light);
}
.hero-stats .label {
  margin-top: 6px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

/* ============ Concept / Features ============ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 10px;
}
.feature-card {
  background: linear-gradient(180deg, var(--bg-card), rgba(15, 24, 48, 0.4));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(212, 175, 90, 0.45); }
.feature-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(212, 175, 90, 0.1);
  color: var(--gold-light);
  margin-bottom: 22px;
}
.feature-card h3 { font-size: 20px; color: var(--white); margin-bottom: 12px; }
.feature-card p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ============ Concept split ============ */
.concept-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 100px;
}
.concept-visual {
  aspect-ratio: 4/5;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 30% 20%, rgba(212, 175, 90, 0.18), transparent 55%),
    linear-gradient(160deg, #0d1626, #060a14 70%);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.concept-visual .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 90, 0.25);
}
.concept-visual .ring.r1 { width: 260px; height: 260px; }
.concept-visual .ring.r2 { width: 340px; height: 340px; opacity: 0.6; }
.concept-visual .ring.r3 { width: 420px; height: 420px; opacity: 0.3; }
.concept-visual .visual-icon { width: 100px; height: auto; position: relative; z-index: 2; }
.concept-list { display: flex; flex-direction: column; gap: 26px; margin-top: 30px; }
.concept-list li { display: flex; gap: 18px; align-items: flex-start; }
.concept-list .num {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 22px;
  min-width: 34px;
}
.concept-list h4 { color: var(--white); font-size: 17px; margin-bottom: 6px; }
.concept-list p { color: var(--muted); font-size: 14.5px; margin: 0; }

.name-story {
  max-width: 680px;
  margin: 110px auto 0;
  text-align: center;
  padding: 56px 48px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: radial-gradient(ellipse 500px 260px at 50% 0%, rgba(212, 175, 90, 0.1), transparent 65%);
}
.name-story-icon {
  width: 52px; height: 52px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
}
.name-story h3 {
  font-size: 28px;
  color: var(--white);
  margin-top: 14px;
}
.name-story p {
  color: var(--muted);
  font-size: 15px;
  margin-top: 18px;
}

/* ============ Collection / Shop ============ */
.bg-alt { background: var(--bg-alt); }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.product-card:hover { transform: translateY(-8px); border-color: rgba(212, 175, 90, 0.5); box-shadow: var(--shadow); }
.product-card.featured { border-color: rgba(212, 175, 90, 0.55); position: relative; }
.product-badge {
  position: absolute;
  top: 18px; right: 18px;
  background: var(--gold-gradient);
  color: #14100a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 2;
}
.product-media {
  aspect-ratio: 5/4;
  position: relative;
  background: radial-gradient(ellipse at 50% 30%, rgba(212, 175, 90, 0.14), transparent 65%), #0a1220;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--line);
}
.product-media svg { width: 46%; height: 46%; }
.product-body { padding: 30px 28px 32px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.product-body h3 { font-size: 22px; color: var(--white); }
.product-body .tag {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.product-body p.desc { color: var(--muted); font-size: 14px; margin: 0; flex: 1; }
.product-features { display: flex; flex-wrap: wrap; gap: 8px; }
.product-features span {
  font-size: 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 12px;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.price { font-family: var(--serif); font-size: 24px; color: var(--gold-light); }
.price small { font-family: var(--sans); font-size: 12px; color: var(--muted-soft); display: block; font-weight: 500; }
.add-btn {
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-light);
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}
.add-btn:hover { background: var(--gold-gradient); color: #14100a; }
.add-btn.added { background: var(--gold-gradient); color: #14100a; }

/* ============ Values ============ */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.value-item .value-icon {
  width: 56px; height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
}
.value-item h4 { color: var(--white); font-size: 17px; margin-bottom: 10px; }
.value-item p { color: var(--muted); font-size: 13.5px; margin: 0; }

/* ============ Testimonials ============ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.testimonial-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 18px; font-size: 15px; }
.testimonial-card p.quote { color: var(--muted); font-size: 14.5px; font-style: italic; margin: 0 0 22px; }
.testimonial-who { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex; align-items: center; justify-content: center;
  color: #14100a;
  font-family: var(--serif);
  font-weight: 700;
}
.testimonial-who .name { color: var(--white); font-size: 14px; font-weight: 600; }
.testimonial-who .role { color: var(--muted-soft); font-size: 12.5px; }

/* ============ CTA band ============ */
.cta-band {
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse 600px 300px at 20% 0%, rgba(212, 175, 90, 0.16), transparent 60%),
    linear-gradient(160deg, #0d1626, #070c17);
  padding: 72px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-band h2 { font-size: clamp(26px, 3.4vw, 36px); color: var(--white); max-width: 460px; }
.cta-band p { color: var(--muted); margin-top: 14px; max-width: 420px; }

/* ============ Contact ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.contact-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact-info-item .ic {
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
}
.contact-info-item h4 { color: var(--white); font-size: 15.5px; margin-bottom: 4px; }
.contact-info-item p { color: var(--muted); font-size: 14px; margin: 0; }

form.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted-soft);
  margin-bottom: 9px;
}
.field input, .field textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 14.5px;
  transition: border-color 0.3s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 110px; }

/* ============ Footer ============ */
footer { border-top: 1px solid var(--line); padding: 70px 0 30px; background: var(--bg); }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-about p { color: var(--muted); font-size: 13.5px; margin-top: 18px; max-width: 280px; }
.footer-col h5 {
  font-family: var(--sans);
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: var(--muted); font-size: 14px; transition: color 0.25s ease; }
.footer-col a:hover { color: var(--gold-light); }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color 0.25s ease, color 0.25s ease;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted-soft);
  font-size: 12.5px;
  flex-wrap: wrap;
  gap: 14px;
}
.fictiv-note {
  text-align: center;
  font-size: 12px;
  color: var(--muted-soft);
  margin-top: 14px;
  padding-top: 14px;
}

/* ============ Cart Drawer ============ */
.overlay {
  position: fixed; inset: 0;
  background: rgba(6, 10, 20, 0.7);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 200;
}
.overlay.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 420px;
  max-width: 92vw;
  background: var(--bg-alt);
  border-left: 1px solid var(--line);
  z-index: 210;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
  display: flex;
  flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 28px;
  border-bottom: 1px solid var(--line);
}
.cart-head h3 { font-size: 20px; color: var(--white); }
.icon-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold-light); }
.cart-items { flex: 1; overflow-y: auto; padding: 10px 28px; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--muted-soft); }
.cart-empty svg { width: 54px; height: 54px; margin: 0 auto 18px; opacity: 0.5; }
.cart-item {
  display: flex; gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item-media {
  width: 64px; height: 64px;
  border-radius: 10px;
  background: #0a1220;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cart-item-media svg { width: 60%; height: 60%; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info h5 { color: var(--white); font-size: 14.5px; margin: 0 0 4px; }
.cart-item-info .price-each { color: var(--muted-soft); font-size: 12.5px; }
.qty-row { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.qty-btn {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  line-height: 1;
}
.qty-btn:hover { border-color: var(--gold); color: var(--gold-light); }
.qty-val { font-size: 13.5px; min-width: 16px; text-align: center; }
.remove-btn { margin-left: auto; color: var(--muted-soft); font-size: 12px; text-decoration: underline; }
.remove-btn:hover { color: var(--gold-light); }
.cart-item-total { color: var(--gold-light); font-size: 14.5px; font-family: var(--serif); white-space: nowrap; }

.cart-summary { padding: 24px 28px 30px; border-top: 1px solid var(--line); }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.summary-row.total { color: var(--white); font-size: 18px; font-family: var(--serif); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.summary-row.total span:last-child { color: var(--gold-light); }

/* ============ Modal (checkout) ============ */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6, 10, 20, 0.8); backdrop-filter: blur(4px); }
.modal-box {
  position: relative;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 22px;
  max-width: 480px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  padding: 40px;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.35s ease;
}
.modal.open .modal-box { transform: translateY(0) scale(1); }
.modal-box h3 { font-size: 24px; color: var(--white); margin-bottom: 8px; }
.modal-box .modal-sub { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.modal-close {
  position: absolute; top: 18px; right: 18px;
}
.checkout-summary {
  background: rgba(212, 175, 90, 0.06);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 24px;
  font-size: 13.5px;
  color: var(--muted);
}
.checkout-summary strong { color: var(--gold-light); font-family: var(--serif); font-size: 17px; }

.success-view { text-align: center; padding: 10px 0; }
.success-icon {
  width: 70px; height: 70px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex; align-items: center; justify-content: center;
  color: #14100a;
}
.success-view h3 { font-size: 22px; margin-bottom: 12px; }
.success-view p { color: var(--muted); font-size: 14.5px; margin-bottom: 6px; }
.order-num { color: var(--gold-light); font-family: var(--serif); font-size: 20px; margin: 14px 0 22px; }
.disclaimer-box {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px dashed var(--line);
  font-size: 12px;
  color: var(--muted-soft);
  text-align: left;
}

/* ============ Reveal animation ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============ Toast ============ */
.toast {
  position: fixed;
  bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--bg-card);
  border: 1px solid var(--gold);
  color: var(--white);
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 13.5px;
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast svg { width: 16px; height: 16px; color: var(--gold-light); flex-shrink: 0; }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .concept-split { grid-template-columns: 1fr; gap: 50px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cta-band { flex-direction: column; text-align: center; padding: 50px 32px; }
  .cta-band > div:last-child { width: 100%; }
}
@media (max-width: 720px) {
  nav.main-nav { display: none; }
  .wrap { padding: 0 20px; }
  section { padding: 84px 0; }
  .hero { padding-top: 120px; }
  .hero-stats { grid-template-columns: 1fr; gap: 30px; }
  .features-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { border-radius: 20px; }
  .name-story { margin-top: 70px; padding: 40px 26px; }
}
