@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #0b0b0c;
  --bg-elev: #131316;
  --bg-card: #18181c;
  --bg-card-hover: #1d1d22;
  --border: #232328;
  --border-soft: #1c1c20;
  --text: #f4f1ea;
  --text-dim: #a8a298;
  --text-mute: #6c665d;

  --gold: #b8902a;
  --gold-bright: #d4a849;
  --gold-soft: rgba(212, 168, 73, 0.12);
  --cream: #efe7d4;

  --emerald: #10b981;
  --max-w: 1140px;
  --radius: 14px;
  --radius-lg: 22px;

  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(184, 144, 42, 0.08), transparent 70%),
    radial-gradient(ellipse 100% 60% at 80% 30%, rgba(184, 144, 42, 0.04), transparent 60%);
  background-attachment: fixed;
}

a { color: var(--gold-bright); text-decoration: none; transition: opacity 0.2s ease, color 0.2s ease; }
a:hover { opacity: 0.85; }

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

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 12, 0.72);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #f5d77a, var(--gold) 60%, #6b4f15);
  display: grid; place-items: center;
  color: #0b0b0c;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    0 2px 8px rgba(184, 144, 42, 0.2);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, #1a1a1d, #0e0e10);
  color: var(--cream);
  border: 1px solid rgba(212, 168, 73, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(212, 168, 73, 0.2),
    0 1px 12px rgba(184, 144, 42, 0.15);
}
.btn-primary:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow:
    inset 0 1px 0 rgba(212, 168, 73, 0.3),
    0 4px 24px rgba(184, 144, 42, 0.25);
  border-color: rgba(212, 168, 73, 0.8);
}
.btn-sm { padding: 9px 16px; font-size: 13px; border-radius: 10px; }
.btn-lg { padding: 17px 30px; font-size: 15.5px; border-radius: 16px; }
.btn-xl { padding: 20px 36px; font-size: 17px; border-radius: 18px; gap: 12px; }

.apple-glyph {
  display: inline-block;
  width: 17px; height: 19px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/></svg>") no-repeat center;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/></svg>") no-repeat center;
  -webkit-mask-size: contain; mask-size: contain;
}

.cta-sub {
  margin-top: 18px;
  color: var(--text-mute);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---------- Hero ---------- */
.hero {
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding: 8px 18px;
  border: 1px solid rgba(212, 168, 73, 0.25);
  border-radius: 999px;
  background: rgba(212, 168, 73, 0.04);
  margin-bottom: 32px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  display: inline-block;
  width: 14px; height: 1px;
  background: var(--gold-bright);
  opacity: 0.5;
}
.hero h1 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(48px, 8vw, 92px);
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin-bottom: 32px;
  color: var(--cream);
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-bright);
  font-weight: 400;
}
.hero p.lede {
  font-size: clamp(17px, 2vw, 19px);
  color: var(--text-dim);
  max-width: 580px;
  margin: 0 auto 44px;
  font-weight: 300;
  line-height: 1.7;
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Hero watch ornament */
.hero-ornament {
  width: 100%;
  max-width: 380px;
  margin: 56px auto 0;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-ornament .watch-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg,
      rgba(212, 168, 73, 0.0) 0deg,
      rgba(212, 168, 73, 0.5) 80deg,
      rgba(212, 168, 73, 0.0) 180deg,
      rgba(212, 168, 73, 0.4) 260deg,
      rgba(212, 168, 73, 0.0) 360deg);
  filter: blur(1px);
  opacity: 0.6;
  animation: rotate 24s linear infinite;
}
.hero-ornament .watch-face {
  position: relative;
  width: 78%; height: 78%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, #2a2722 0%, #131211 60%, #0a0908 100%);
  border: 2px solid rgba(212, 168, 73, 0.35);
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.8),
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 0 8px rgba(20, 18, 14, 1),
    0 0 0 9px rgba(212, 168, 73, 0.3);
  display: grid; place-items: center;
}
.hero-ornament .watch-face::before {
  content: "";
  position: absolute; inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 73, 0.15);
}
.hero-ornament .watch-mark {
  font-family: var(--font-serif);
  color: var(--gold-bright);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-style: italic;
  text-shadow: 0 0 24px rgba(212, 168, 73, 0.4);
}
.hero-ornament .watch-tick {
  position: absolute;
  width: 2px; height: 10px;
  background: rgba(212, 168, 73, 0.5);
  top: 18px; left: 50%; transform-origin: 50% calc(50vw - 18px);
  transform: translateX(-50%);
}
@keyframes rotate { to { transform: rotate(360deg); } }

/* Elegant gold divider, replaces the watch ornament */
.gold-rule {
  width: 1px;
  height: 80px;
  margin: 32px auto 0;
  background: linear-gradient(180deg, transparent, var(--gold-bright), transparent);
  opacity: 0.6;
}
.gold-rule::before, .gold-rule::after {
  display: none;
}

/* ---------- Section ---------- */
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 80px 0; }
.section-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 16px;
}
.section h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--cream);
}
.section h2 em { font-style: italic; color: var(--gold-bright); font-weight: 400; }
.section .lede {
  font-size: 17.5px;
  color: var(--text-dim);
  max-width: 580px;
  font-weight: 300;
  line-height: 1.7;
}

/* ---------- Features ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: var(--border-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.feature {
  background: var(--bg);
  padding: 44px 36px;
  transition: background 0.3s ease;
  position: relative;
}
.feature:hover { background: var(--bg-card); }

.features-clean {
  background: transparent;
  border: none;
  gap: 32px;
  margin-top: 24px;
}
.features-clean .feature {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}
.features-clean .feature:hover {
  background: var(--bg-card);
  border-color: rgba(212, 168, 73, 0.25);
}
.features-clean .feature-icon { margin: 0 auto 22px; }
.feature-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid rgba(212, 168, 73, 0.25);
  display: grid; place-items: center;
  font-size: 22px;
  margin-bottom: 28px;
  color: var(--gold-bright);
}
.feature h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--cream);
}
.feature p {
  font-size: 15px;
  color: var(--text-dim);
  font-weight: 300;
  line-height: 1.7;
}

/* ---------- CTA banner ---------- */
.cta-banner {
  margin: 64px 0;
  padding: 88px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 70% 90% at 50% 50%, rgba(212, 168, 73, 0.08), transparent 70%),
    linear-gradient(180deg, var(--bg-elev), var(--bg) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}
.cta-banner h2 { margin-bottom: 18px; }

/* ---------- Divider ornament ---------- */
.divider-ornament {
  display: flex; align-items: center; justify-content: center;
  gap: 16px;
  margin: 0 auto;
  padding: 24px 0;
  color: var(--gold-bright);
  opacity: 0.6;
}
.divider-ornament::before, .divider-ornament::after {
  content: "";
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.divider-ornament span {
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border-soft);
  padding: 56px 0 40px;
  margin-top: 80px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text-mute);
  font-size: 13px;
  flex-wrap: wrap; gap: 16px;
  letter-spacing: 0.02em;
}
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a {
  color: var(--text-dim);
  font-size: 14px;
  letter-spacing: 0.02em;
}
.footer-links a:hover { color: var(--cream); opacity: 1; }

/* ---------- Legal pages ---------- */
.legal {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 28px 120px;
}
.legal h1 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 52px);
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  color: var(--cream);
}
.legal .updated {
  color: var(--text-mute);
  font-size: 14px;
  margin-bottom: 56px;
  font-style: italic;
  letter-spacing: 0.02em;
}
.legal h2 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 500;
  margin: 48px 0 14px;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.legal h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 28px 0 10px;
  color: var(--cream);
  letter-spacing: 0.01em;
}
.legal p, .legal li {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.legal p { margin-bottom: 16px; }
.legal ul, .legal ol { padding-left: 26px; margin-bottom: 16px; }
.legal li { margin-bottom: 8px; }
.legal strong { color: var(--text); font-weight: 500; }
.legal a { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .features { grid-template-columns: 1fr; }
  .section, .hero { padding: 80px 0; }
  .cta-banner { padding: 64px 24px; margin: 40px 0; }
}
@media (max-width: 520px) {
  .container { padding: 0 20px; }
  .hero { padding: 64px 0 48px; }
  .feature { padding: 36px 28px; }
  .footer-bottom { justify-content: center; text-align: center; }
}
