:root {
  --bg: #090909;
  --bg-soft: #11110f;
  --panel: #151410;
  --panel-2: #1c1912;
  --text: #f7f3e8;
  --muted: #bdb7aa;
  --line: rgba(231, 194, 105, 0.22);
  --gold: #d7ad52;
  --gold-bright: #f0ce7d;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(215,173,82,.12), transparent 28rem),
    radial-gradient(circle at 10% 35%, rgba(255,255,255,.035), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display:block; max-width:100%; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline:auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  min-height: 76px; display:flex; align-items:center; justify-content:space-between;
  padding: 0 max(20px, calc((100vw - var(--max))/2));
  border-bottom:1px solid rgba(255,255,255,.07);
  background: rgba(9,9,9,.82); backdrop-filter: blur(18px);
}
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-size:.8rem; letter-spacing:.14em; font-weight:700; }
.brand img { width:42px; height:42px; object-fit:cover; border-radius:50%; border:1px solid rgba(240,206,125,.55); }
.nav { display:flex; align-items:center; gap:28px; }
.nav a { text-decoration:none; color:var(--muted); font-size:.93rem; }
.nav a:hover { color:var(--text); }
.nav-cta { border:1px solid var(--line); padding:10px 16px; border-radius:999px; }
.menu-button { display:none; color:var(--text); background:transparent; border:1px solid var(--line); border-radius:999px; padding:8px 14px; }
.hero { min-height: calc(100vh - 76px); display:grid; grid-template-columns: 1.12fr .88fr; align-items:center; gap:70px; padding-block:80px; }
.eyebrow { color:var(--gold-bright); text-transform:uppercase; letter-spacing:.18em; font-size:.74rem; font-weight:700; margin:0 0 18px; }
h1,h2,h3 { margin-top:0; line-height:1.08; font-family: Georgia, "Times New Roman", serif; font-weight:500; }
h1 { font-size:clamp(3.5rem, 7vw, 6.7rem); letter-spacing:-.055em; margin-bottom:26px; max-width:900px; }
h2 { font-size:clamp(2.35rem,4.6vw,4.6rem); letter-spacing:-.04em; margin-bottom:24px; }
h3 { font-size:1.75rem; margin-bottom:15px; }
.hero-text { color:var(--muted); font-size:1.15rem; max-width:680px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 22px; border-radius:999px; text-decoration:none; font-weight:650; }
.button-primary { color:#111; background:linear-gradient(135deg,var(--gold-bright),var(--gold)); }
.button-secondary { border:1px solid rgba(255,255,255,.16); color:var(--text); }
.trust-line { display:flex; flex-wrap:wrap; gap:10px 26px; margin-top:38px; color:#8f8a7f; font-size:.83rem; }
.trust-line span::before { content:"•"; color:var(--gold); margin-right:9px; }
.logo-frame { max-width:520px; margin-inline:auto; padding:18px; border:1px solid var(--line); border-radius:36px; background:linear-gradient(145deg, rgba(255,255,255,.04), rgba(215,173,82,.04)); box-shadow:0 40px 100px rgba(0,0,0,.45); }
.logo-frame img { border-radius:24px; }
.section { padding-block:110px; border-top:1px solid rgba(255,255,255,.06); }
.split-section { display:grid; grid-template-columns: 1fr 1fr; gap:90px; }
.section-copy { color:var(--muted); font-size:1.08rem; }
.section-copy p { margin-top:0; margin-bottom:22px; }
.compact { max-width:800px; margin-bottom:52px; }
.services-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.service-card { min-height:290px; padding:34px; border:1px solid rgba(255,255,255,.08); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)); }
.service-card p { color:var(--muted); margin:0; }
.service-number { display:inline-block; color:var(--gold); font-size:.78rem; letter-spacing:.12em; margin-bottom:55px; }
.approach-panel { border-radius:32px; padding:clamp(34px,7vw,80px); background:linear-gradient(135deg,#18150e,#0e0e0d 60%); border:1px solid var(--line); }
.approach-panel > p:not(.eyebrow) { color:var(--muted); max-width:760px; }
.principles { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:46px; }
.principles div { display:flex; gap:16px; padding:20px; border-top:1px solid rgba(255,255,255,.09); }
.principles strong { color:var(--gold); font-size:.8rem; }
.note-card { max-width:900px; padding:0 0 0 28px; border-left:2px solid var(--gold); }
.note-card p:last-child { color:var(--muted); max-width:820px; }
.contact-card { display:grid; grid-template-columns:1fr .7fr; gap:70px; padding:clamp(34px,7vw,74px); border-radius:32px; background:#f1ead9; color:#17140e; }
.contact-card p { color:#5a5347; }
.contact-details { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; gap:14px; }
.contact-details a { font-size:1.15rem; text-underline-offset:5px; }
.contact-details span { color:#5a5347; }
.footer { display:flex; justify-content:space-between; gap:20px; padding-block:34px 48px; color:#827d73; font-size:.84rem; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 900px) {
  .menu-button { display:block; }
  .nav { display:none; position:absolute; top:76px; left:20px; right:20px; flex-direction:column; align-items:stretch; gap:0; padding:12px; background:#121210; border:1px solid var(--line); border-radius:18px; }
  .nav.open { display:flex; }
  .nav a { padding:13px 14px; }
  .hero { grid-template-columns:1fr; min-height:auto; gap:48px; }
  .hero-visual { order:-1; max-width:430px; margin-inline:auto; }
  h1 { font-size:clamp(3rem,14vw,5.3rem); }
  .split-section, .contact-card { grid-template-columns:1fr; gap:34px; }
}
@media (max-width: 640px) {
  .section-shell { width:min(calc(100% - 24px),var(--max)); }
  .brand span { display:none; }
  .site-header { padding-inline:12px; }
  .hero { padding-block:36px 70px; }
  .logo-frame { border-radius:24px; padding:10px; }
  .logo-frame img { border-radius:17px; }
  .section { padding-block:78px; }
  .services-grid, .principles { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .service-number { margin-bottom:36px; }
  .footer { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
}
