:root {
  --wine: #260607;
  --wine-2: #490b0f;
  --red: #8f141d;
  --gold: #d8a84d;
  --gold-light: #f2d28b;
  --ivory: #f6f0e4;
  --ink: #1a1010;
  --muted: #ab9b8d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wine);
  color: var(--ivory);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
  border-bottom: 1px solid rgba(242, 210, 139, .16);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 210, 139, .65);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: "Italiana", serif;
  font-size: 17px;
  letter-spacing: -2px;
}
.brand-name { font-family: "Italiana", serif; text-transform: uppercase; letter-spacing: .15em; font-size: 14px; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 12px; letter-spacing: .09em; }
.nav > a:not(.nav-join) { opacity: .8; transition: opacity .25s, color .25s; }
.nav > a:hover { opacity: 1; color: var(--gold-light); }
.nav-login { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.18); }
.nav-join { border: 1px solid rgba(242,210,139,.6); padding: 13px 22px; color: var(--gold-light); text-transform: uppercase; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 920px;
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  padding: 118px 5.5vw 54px;
  background:
    radial-gradient(circle at 76% 39%, rgba(143,20,29,.42), transparent 30%),
    linear-gradient(120deg, #180303 0%, #2a0508 47%, #120303 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 72%, rgba(0,0,0,.26));
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.26'/%3E%3C/svg%3E");
}
.hero-copy { position: relative; z-index: 3; max-width: 720px; padding-top: 28px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 600; }
.eyebrow > span { display: inline-block; width: 34px; height: 1px; background: currentColor; }
h1, h2, blockquote { font-family: "Italiana", Georgia, serif; font-weight: 400; margin: 0; }
.hero h1 { margin-top: 28px; font-size: clamp(58px, 6.3vw, 112px); line-height: .94; letter-spacing: -.035em; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 540px; margin: 31px 0 0; color: #d5c9bf; font-size: 16px; line-height: 1.8; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { min-height: 56px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #281207; background: linear-gradient(135deg, #f2d28b, #b9802e); box-shadow: 0 13px 40px rgba(0,0,0,.28); }
.button-gold:hover { background: linear-gradient(135deg, #ffe4a7, #d7a34a); }
.text-link { font-size: 12px; color: #aaa09a; }
.text-link span { color: var(--ivory); margin-left: 4px; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.trust-row { display: flex; gap: 28px; align-items: center; margin-top: 58px; color: #a89991; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span { position: relative; display: flex; align-items: center; gap: 8px; }
.trust-row span + span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); position: absolute; left: -15px; }
.trust-row svg { color: var(--gold-light); width: 16px; }

.hero-visual { position: relative; z-index: 2; height: 720px; display: grid; place-items: center; }
.portrait-halo { position: absolute; width: 73%; aspect-ratio: 1; border: 1px solid rgba(216,168,77,.38); border-radius: 50%; box-shadow: 0 0 90px rgba(143,20,29,.2) inset; }
.portrait-halo::before, .portrait-halo::after { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(216,168,77,.13); border-radius: 50%; }
.portrait-halo::after { inset: -9%; border-color: rgba(216,168,77,.08); }
.portrait-frame {
  position: relative;
  width: min(82%, 610px);
  aspect-ratio: .83;
  overflow: hidden;
  border-radius: 48% 48% 10px 10px;
  border: 1px solid rgba(242,210,139,.62);
  background: #310608;
  box-shadow: 0 40px 100px rgba(0,0,0,.55);
}
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(0,0,0,.38); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; transform: scale(1.03); }
.portrait-note { position: absolute; bottom: 88px; right: 0; display: flex; align-items: center; gap: 17px; padding: 16px 22px; background: rgba(23,3,4,.88); border: 1px solid rgba(242,210,139,.32); backdrop-filter: blur(10px); }
.portrait-note p { margin: 0; color: #bfaea2; font-size: 11px; line-height: 1.5; }
.portrait-note strong { color: var(--ivory); text-transform: uppercase; letter-spacing: .08em; }
.note-number { font-family: "Italiana", serif; color: var(--gold-light); font-size: 25px; }
.monogram { position: absolute; left: -1.8vw; bottom: 60px; color: rgba(242,210,139,.08); font-family: "Italiana", serif; font-size: 150px; letter-spacing: -.1em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 35px; left: 5.5vw; display: flex; align-items: center; gap: 12px; color: #8d7e76; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.scroll-cue span { width: 32px; height: 1px; background: var(--gold); }

.intro-section { padding: 120px 7vw 130px; background: var(--ivory); color: var(--ink); }
.section-label { font-size: 9px; color: #7c6760; letter-spacing: .2em; text-transform: uppercase; padding-bottom: 20px; border-bottom: 1px solid #d7ccbf; }
.intro-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; padding: 60px 0 82px; }
.intro-heading h2, .process-copy h2, .privacy-card h2, .final-cta h2 { font-size: clamp(46px, 5.4vw, 86px); line-height: 1.03; letter-spacing: -.025em; }
.intro-heading h2 em, .process-copy h2 em { color: var(--red); }
.intro-heading > p { margin: 0 0 7px; color: #766761; font-size: 15px; line-height: 1.9; max-width: 480px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d7ccbf; border-bottom: 1px solid #d7ccbf; }
.principles article { position: relative; min-height: 290px; padding: 40px 50px 42px 0; }
.principles article + article { border-left: 1px solid #d7ccbf; padding-left: 50px; }
.principle-number { position: absolute; top: 21px; right: 21px; color: #a8988e; font-family: "Italiana", serif; font-size: 12px; }
.principle-icon { color: var(--red); font-size: 27px; }
.principles h3 { margin: 56px 0 16px; font-family: "Italiana", serif; font-size: 27px; font-weight: 400; }
.principles p { margin: 0; color: #796a63; font-size: 13px; line-height: 1.8; max-width: 300px; }

.process-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 135px 8vw; background: #ece2d3; color: var(--ink); }
.eyebrow.dark { color: var(--red); }
.process-copy h2 { margin-top: 30px; }
.process-intro { max-width: 470px; color: #766761; line-height: 1.85; font-size: 14px; margin: 28px 0 38px; }
.button-outline { border: 1px solid #8a756a; color: var(--ink); }
.button-outline:hover { background: var(--wine); border-color: var(--wine); color: white; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid #cdbfb0; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid #cdbfb0; }
.steps li > span { color: var(--red); font-family: "Italiana", serif; font-size: 14px; padding-top: 5px; }
.steps h3 { margin: 0 0 9px; font-family: "Italiana", serif; font-weight: 400; font-size: 27px; }
.steps p { margin: 0; color: #786a63; font-size: 13px; line-height: 1.7; }

.privacy-section { padding: 100px 6vw; background: linear-gradient(135deg, #1b0304, #46090c 62%, #240405); }
.privacy-card { position: relative; text-align: center; max-width: 1180px; margin: auto; padding: 105px 30px; border: 1px solid rgba(242,210,139,.27); background: radial-gradient(circle at 50% 35%, rgba(143,20,29,.3), transparent 50%); }
.privacy-emblem { width: 62px; height: 62px; margin: 0 auto 30px; display: grid; place-items: center; border: 1px solid rgba(242,210,139,.45); border-radius: 50%; color: var(--gold-light); }
.privacy-emblem svg { width: 29px; }
.privacy-card .eyebrow { justify-content: center; }
.privacy-card h2 { margin-top: 30px; }
.privacy-card > p:not(.eyebrow) { max-width: 570px; margin: 28px auto 0; color: #c1b1a7; line-height: 1.85; font-size: 14px; }
.privacy-points { max-width: 720px; margin: 50px auto 0; padding-top: 26px; display: flex; justify-content: center; gap: 70px; border-top: 1px solid rgba(242,210,139,.2); color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }

.quote-section { padding: 140px 6vw; text-align: center; background: var(--ivory); color: var(--ink); }
.quote-mark { font-family: "Italiana", serif; color: var(--red); font-size: 65px; height: 53px; }
.quote-section blockquote { font-size: clamp(38px, 5vw, 74px); line-height: 1.16; }
.quote-section blockquote em { color: var(--red); }
.quote-section > p { margin: 32px 0 0; color: #8a7770; font-size: 9px; letter-spacing: .27em; }

.final-cta { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 10vw; padding: 115px 8vw; background: linear-gradient(105deg, #3d080a, #710f16); border-top: 1px solid rgba(242,210,139,.25); }
.final-cta h2 { margin-top: 28px; }
.final-actions p { max-width: 410px; margin: 0 0 30px; color: #d1c0b5; line-height: 1.8; font-size: 14px; }

footer { padding: 50px 6vw 30px; background: #130202; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; color: #9c8b81; }
.footer-brand strong { display: block; font-family: "Italiana", serif; color: var(--ivory); font-weight: 400; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.footer-brand p { margin: 5px 0 0; font-size: 10px; }
.footer-links { display: flex; gap: 28px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a:hover { color: var(--gold-light); }
.copyright { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: 8px; letter-spacing: .15em; }

@media (max-width: 980px) {
  .site-header { height: 80px; padding: 0 24px; }
  .brand-name { font-size: 12px; }
  .menu-toggle { z-index: 30; display: flex; flex-direction: column; gap: 7px; width: 42px; height: 42px; align-items: center; justify-content: center; color: white; border: 0; background: transparent; }
  .menu-toggle span { display: block; width: 22px; height: 1px; background: currentColor; }
  .nav { display: none; }
  .nav.open { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(24,3,4,.98); font-family: "Italiana", serif; font-size: 30px; }
  .nav-login { padding: 0; border: 0; }
  .nav-join { font-family: "DM Sans", sans-serif; font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 145px 24px 85px; }
  .hero-copy { text-align: center; max-width: 750px; margin: auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-intro { margin-left: auto; margin-right: auto; }
  .hero-visual { height: 650px; margin-top: 42px; }
  .portrait-frame { width: min(78%, 540px); }
  .portrait-halo { width: 62%; }
  .portrait-note { right: 8%; }
  .monogram { left: 6%; }
  .scroll-cue { display: none; }
  .intro-heading { grid-template-columns: 1fr; gap: 30px; }
  .principles article { padding-right: 28px; }
  .principles article + article { padding-left: 28px; }
  .process-section { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 15px; }
  .brand-name { font-size: 10px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: clamp(53px, 15vw, 72px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 23px; }
  .trust-row { flex-wrap: wrap; gap: 15px 24px; margin-top: 44px; }
  .trust-row span + span::before { display: none; }
  .hero-visual { height: 490px; }
  .portrait-frame { width: 94%; aspect-ratio: .84; }
  .portrait-halo { width: 85%; }
  .portrait-note { right: -5px; bottom: 40px; }
  .monogram { left: -12px; bottom: 25px; font-size: 100px; }
  .intro-section, .process-section { padding: 88px 24px; }
  .intro-heading { padding: 44px 0 60px; }
  .intro-heading h2, .process-copy h2, .privacy-card h2, .final-cta h2 { font-size: 46px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: auto; padding: 34px 28px 40px 0; }
  .principles article + article { border-left: 0; border-top: 1px solid #d7ccbf; padding-left: 0; }
  .principles h3 { margin-top: 34px; }
  .privacy-section { padding: 42px 16px; }
  .privacy-card { padding: 70px 18px; }
  .privacy-points { flex-direction: column; gap: 15px; }
  .quote-section { padding: 95px 20px; }
  .final-cta { grid-template-columns: 1fr; padding: 88px 24px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
