:root {
  --navy: #0b1b2b;
  --navy-2: #11283c;
  --navy-soft: #17334a;
  --gold: #b69a67;
  --gold-deep: #9c7d46;
  --ivory: #f6f4ef;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #0f1e2b;
  --muted: #63707a;
  --line: rgba(15,30,43,.12);
  --shadow: 0 28px 80px rgba(11,27,43,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; line-height:1.65; text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { color:inherit; }
.site-header { position:sticky; top:0; z-index:50; width:100%; min-height:82px; padding:0 max(20px,calc((100vw - var(--max))/2)); display:flex; align-items:center; justify-content:space-between; gap:28px; background:rgba(246,244,239,.94); backdrop-filter:blur(18px) saturate(130%); border-bottom:1px solid rgba(15,30,43,.08); }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:700; letter-spacing:.12em; }
.brand-icon { width:54px; height:auto; }
.brand-name { font-size:.82rem; white-space:nowrap; }
nav { display:flex; gap:28px; align-items:center; }
nav a { text-decoration:none; font-size:.9rem; font-weight:500; color:#31404d; }
.nav-cta { padding:10px 15px; border:1px solid rgba(11,27,43,.28); border-radius:999px; }
.nav-cta:hover { background:var(--navy); color:var(--white); }
main,.site-footer { width:min(calc(100% - 40px),var(--max)); margin:0 auto; }
.hero { position:relative; min-height:660px; margin-top:28px; overflow:hidden; border:1px solid rgba(15,30,43,.08); background:#e8e8e5; box-shadow:var(--shadow); }
.hero-banner { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:72% center; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(246,244,239,.98) 0%,rgba(246,244,239,.94) 34%,rgba(246,244,239,.62) 55%,rgba(246,244,239,.06) 78%),linear-gradient(180deg,rgba(11,27,43,.02),rgba(11,27,43,.10)); }
.hero-panel { position:relative; z-index:2; width:min(680px,64%); padding:58px 52px 120px; }
.hero-logo { width:300px; margin:-20px 0 8px -28px; }
.eyebrow { margin:0 0 18px; color:var(--gold-deep); font-size:.74rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
h1,h2,h3 { line-height:1.08; margin-top:0; color:var(--navy); font-weight:700; }
h1 { max-width:800px; font-size:clamp(3rem,6vw,5.6rem); letter-spacing:-.05em; margin-bottom:26px; }
h2 { font-size:clamp(2.2rem,4vw,4rem); letter-spacing:-.04em; }
h3 { font-size:1.35rem; }
.lead { max-width:720px; color:#50606c; font-size:1.16rem; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:34px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px; border:1px solid var(--navy); border-radius:2px; text-decoration:none; font-weight:600; transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 10px 26px rgba(11,27,43,.13); }
.primary { background:var(--navy); color:var(--white); }
.secondary { background:rgba(246,244,239,.72); }
.hero-principles { position:absolute; z-index:2; left:52px; right:52px; bottom:32px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(11,27,43,.16); color:#495764; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.hero-principles span { padding:16px 16px 0 0; }
.hero-principles span + span { border-left:1px solid rgba(11,27,43,.12); padding-left:18px; }
.section { padding:112px 0; border-top:1px solid var(--line); }
.section-heading { max-width:900px; margin-bottom:52px; }
.section-intro { max-width:760px; color:var(--muted); font-size:1.05rem; }
.cards { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.card { position:relative; min-height:285px; padding:34px; background:rgba(255,255,255,.62); border:1px solid var(--line); overflow:hidden; }
.card-index { color:var(--gold-deep); font-weight:700; font-size:.78rem; letter-spacing:.12em; }
.card h3 { margin-top:52px; margin-bottom:16px; }
.card p,.steps p { color:var(--muted); }
.card-wide { grid-column:1 / -1; min-height:230px; }
.split { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:start; }
.split-heading { position:sticky; top:120px; }
.steps article { position:relative; padding:28px 0 30px 32px; border-bottom:1px solid var(--line); }
.steps article::before { content:""; position:absolute; left:0; top:35px; width:10px; height:1px; background:var(--gold-deep); }
.trust-section { width:calc(100% + 80px); margin-left:-40px; padding:90px 80px; background:linear-gradient(135deg,#10283a,#0b1b2b); color:var(--white); }
.trust-section h2,.trust-section h3 { color:var(--white); }
.trust-section .eyebrow { color:#d7bd8d; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px; }
.trust-card { padding:26px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.04); }
.trust-card p { margin-bottom:0; color:rgba(255,255,255,.76); }
.ethics { position:relative; width:calc(100% + 80px); margin-left:-40px; padding:100px 80px; background:radial-gradient(circle at 85% 20%,rgba(182,154,103,.16),transparent 28%),linear-gradient(135deg,#0b1b2b,#10283b); color:var(--white); display:grid; grid-template-columns:.7fr 1fr 1fr; gap:64px; overflow:hidden; }
.ethics h2 { color:var(--white); }
.ethics .eyebrow { color:#d7bd8d; }
.ethics-copy p { color:rgba(255,255,255,.72); margin-top:0; }
.ethics-mark img { width:150px; filter:brightness(0) invert(1); opacity:.11; }
.contact { padding:120px 0 132px; }
.contact-inner { max-width:920px; padding-left:30px; border-left:2px solid var(--gold); }
.contact p:not(.eyebrow) { color:var(--muted); font-size:1.05rem; max-width:780px; }
.contact-notice { margin-top:24px; font-size:.78rem !important; line-height:1.55; color:#6d7780 !important; }
.site-footer { padding:52px 0 46px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:44px; color:var(--muted); font-size:.86rem; }
.footer-brand img { width:220px; margin:-28px 0 -22px -24px; }
.footer-brand p { max-width:520px; }
.footer-trust { margin-top:8px; font-size:.82rem; opacity:.8; }
.footer-links { display:flex; gap:15px 18px; flex-wrap:wrap; align-items:flex-start; padding-top:18px; max-width:520px; justify-content:flex-end; }
.footer-links a { text-underline-offset:4px; }
.legal-hero { position:relative; min-height:245px; margin-top:28px; overflow:hidden; border:1px solid rgba(15,30,43,.08); }
.legal-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:72% center; }
.legal-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(246,244,239,.98) 0%,rgba(246,244,239,.9) 48%,rgba(246,244,239,.18) 100%); }
.legal-hero-content { position:relative; z-index:2; padding:55px 52px; max-width:800px; }
.legal-hero h1 { font-size:clamp(2.8rem,5vw,4.7rem); margin-bottom:14px; }
.legal-page { max-width:940px; padding:72px 0 120px; }
.legal-section { padding:38px 0; border-top:1px solid var(--line); }
.legal-section:first-child { border-top:0; padding-top:0; }
.legal-section h2 { font-size:1.55rem; margin-bottom:18px; }
.legal-section h3 { font-size:1.08rem; margin-top:28px; }
.legal-section p,.legal-section li { color:#4f5d68; }
.legal-link { text-decoration-color:var(--gold); text-underline-offset:4px; }
.legal-table { width:100%; border-collapse:collapse; margin:22px 0; font-size:.93rem; }
.legal-table th,.legal-table td { padding:14px; text-align:left; vertical-align:top; border:1px solid var(--line); }
.legal-table th { background:rgba(255,255,255,.58); color:var(--navy); }
.notice-box { padding:24px; border:1px solid rgba(182,154,103,.35); background:rgba(255,255,255,.5); }
/* Cookie choice: no optional tracker is currently installed. Choice is stored locally for audit. */
.cookie-banner { position:fixed; z-index:2000; left:20px; right:20px; bottom:20px; max-width:980px; margin:0 auto; padding:22px; background:#0b1b2b; color:#fff; border:1px solid rgba(255,255,255,.2); box-shadow:0 18px 60px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:0; color:rgba(255,255,255,.82); }
.cookie-banner a { color:#fff; text-underline-offset:4px; }
.cookie-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:16px; }
.cookie-choice { min-height:44px; padding:0 18px; border:1px solid #fff; background:transparent; color:#fff; font:inherit; font-weight:650; cursor:pointer; }
.cookie-choice:focus-visible,.button:focus-visible,a:focus-visible { outline:2px solid var(--gold); outline-offset:3px; }
@media (max-width:900px) { nav { gap:15px; } .cards,.trust-grid { grid-template-columns:1fr; } .card-wide { grid-column:auto; } .split { grid-template-columns:1fr; gap:38px; } .split-heading { position:static; } .ethics { grid-template-columns:1fr; gap:28px; } .ethics-mark { display:none; } }
@media (max-width:800px) { .site-header { min-height:74px; } .brand-icon { width:48px; } .brand-name { font-size:.74rem; } nav a:not(.nav-cta) { display:none; } main,.site-footer { width:min(calc(100% - 28px),var(--max)); } .hero { min-height:720px; margin-top:14px; } .hero-banner { object-position:78% center; } .hero-shade { background:linear-gradient(180deg,rgba(246,244,239,.55) 0%,rgba(246,244,239,.92) 43%,rgba(246,244,239,.99) 70%); } .hero-panel { width:100%; padding:285px 24px 145px; } .hero-logo { width:260px; margin:-18px 0 4px -24px; } h1 { font-size:clamp(2.65rem,12vw,4.3rem); } .hero-principles { left:24px; right:24px; bottom:26px; grid-template-columns:repeat(2,1fr); row-gap:12px; } .hero-principles span + span { border-left:0; padding-left:0; } .hero-principles span:nth-child(even) { border-left:1px solid rgba(11,27,43,.12); padding-left:14px; } .section { padding:82px 0; } .trust-section,.ethics { width:calc(100% + 28px); margin-left:-14px; padding:70px 28px; } .contact { padding:90px 0 100px; } .site-footer { flex-direction:column; gap:16px; } .footer-links { padding-top:0; justify-content:flex-start; } .legal-hero { min-height:230px; margin-top:14px; } .legal-hero-content { padding:52px 24px; } .legal-page { padding:58px 0 90px; } .legal-table { display:block; overflow-x:auto; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none !important; } }
