:root {
  --ink: #0b0b0b;
  --ink-2: #121212;
  --ink-3: #1e1e1e;
  --gold: #d79a22;
  --gold-deep: #b57711;
  --cream: #f4efe7;
  --paper: #fbfaf7;
  --muted: #a7a39d;
  --line: rgba(215, 154, 34, .24);
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #1b1916;
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: var(--gold-deep); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.display {
  margin: 0; font-size: clamp(2.7rem, 6vw, 6.2rem); line-height: .96;
  letter-spacing: -.055em; font-weight: 800; text-wrap: balance;
}
.section-title { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.lead { max-width: 700px; margin: 24px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: #5f5a52; }
.gold { color: var(--gold); }
.muted { color: #6d675f; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.09); transition: background .25s, height .25s, box-shadow .25s;
}
.site-header.scrolled { height: 72px; background: rgba(7,7,7,.92); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 215px; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 34px; color: #0b0b0b; font-weight: 900; font-style: italic;
  background: linear-gradient(135deg,#fff 0 43%,var(--gold) 44% 100%); clip-path: polygon(0 0,100% 0,78% 100%,20% 100%);
}
.brand-name { display: flex; flex-direction: column; line-height: 1; letter-spacing: .22em; font-weight: 700; font-size: .95rem; }
.brand-name small { margin-top: 6px; color: var(--gold); font-size: .58rem; letter-spacing: .42em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; color: #dedbd5; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--gold);
  border-radius: 999px; background: linear-gradient(135deg,var(--gold),#eba92f); color: #111; font-weight: 800; cursor: pointer;
  box-shadow: 0 10px 30px rgba(215,154,34,.16); transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(215,154,34,.25); }
.button.secondary { color: #fff; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.32); box-shadow: none; }
.button.secondary:hover { border-color: var(--gold); }
.button.dark { background: #111; color: #fff; border-color: #111; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.menu-button { display: none; width: 46px; height: 46px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; min-height: 800px; height: min(900px, 100svh); display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #080808;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,5,.99) 0%,rgba(5,5,5,.86) 34%,rgba(5,5,5,.28) 68%,rgba(5,5,5,.15)), url("vamoz-chess.png") center/cover no-repeat; transform: scale(1.015); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent,#0b0b0b); }
.hero-content { position: relative; z-index: 2; padding-bottom: 90px; max-width: 820px; }
.hero .eyebrow { color: var(--gold); }
.hero .lead { max-width: 650px; color: #d4d0ca; }
.hero-note { position: absolute; z-index: 3; right: max(24px,calc((100% - var(--max))/2)); bottom: 92px; width: 220px; padding-left: 20px; border-left: 1px solid var(--gold); color: #d8d2ca; font-size: .86rem; }
.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 22px; color: #aaa; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }

.audience-strip { position: relative; z-index: 5; margin-top: -1px; background: #0b0b0b; color: #fff; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; }
.audience-card { position: relative; padding: 54px clamp(24px,5vw,70px); border-top: 1px solid rgba(255,255,255,.09); overflow: hidden; }
.audience-card + .audience-card { border-left: 1px solid rgba(255,255,255,.12); }
.audience-card::after { content: "↗"; position: absolute; right: 38px; top: 44px; color: var(--gold); font-size: 1.8rem; transition: transform .2s; }
.audience-card:hover::after { transform: translate(4px,-4px); }
.audience-card p { margin: 10px 0 0; color: #aaa; }
.audience-card h2 { margin: 0; font-size: clamp(1.5rem,3vw,2.5rem); }

.section { padding: 120px 0; }
.section.dark { background: var(--ink); color: #fff; }
.section.dark .lead, .section.dark .muted { color: #aaa49c; }
.section.warm { background: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.section-head .lead { max-width: 520px; margin: 0; }

.service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.service-card {
  position: relative; grid-column: span 4; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid #e4ded5;
  border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card.wide { grid-column: span 6; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(215,154,34,.6); box-shadow: var(--shadow); }
.service-no { color: var(--gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 55px 0 14px; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.1; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #6a645c; }
.service-link { position: absolute; left: 34px; bottom: 28px; font-weight: 800; font-size: .9rem; }
.service-link::after { content: " →"; color: var(--gold-deep); }
.service-card.feature { color: #fff; background: #15120e; border-color: #312619; }
.service-card.feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 0%,rgba(215,154,34,.22),transparent 45%); }
.service-card.feature > * { position: relative; }
.service-card.feature p { color: #bcb5ac; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,110px); align-items: center; }
.image-frame { position: relative; min-height: 600px; border-radius: 0 80px 0 0; overflow: hidden; background: #111; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 64% center; }
.image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(215,154,34,.35); border-radius: inherit; pointer-events: none; }
.quote-card { position: absolute; right: -28px; bottom: 34px; max-width: 300px; padding: 25px; color: #fff; background: rgba(11,11,11,.94); border-left: 3px solid var(--gold); box-shadow: var(--shadow); }
.quote-card strong { display: block; margin-top: 8px; color: var(--gold); }
.value-list { display: grid; gap: 8px; margin-top: 35px; }
.value-item { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid #ded6cb; }
.value-item b { color: var(--gold-deep); font-size: .8rem; letter-spacing: .1em; }
.value-item h3 { margin: 0 0 5px; font-size: 1.05rem; }
.value-item p { margin: 0; color: #6f685e; font-size: .92rem; }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 55px; }
.process-step { position: relative; padding: 26px 24px 20px 0; border-top: 1px solid rgba(255,255,255,.2); counter-increment: process; }
.process-step::before { content: "0" counter(process); display: block; margin-top: -13px; margin-bottom: 30px; width: max-content; padding-right: 12px; background: var(--ink); color: var(--gold); font-weight: 800; font-size: .76rem; letter-spacing: .12em; }
.process-step h3 { margin: 0 0 10px; font-size: 1rem; }
.process-step p { margin: 0; color: #a8a29a; font-size: .88rem; }

.statement { position: relative; padding: 150px 0; overflow: hidden; color: #fff; background: #090909; text-align: center; }
.statement::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(5,5,5,.8),rgba(5,5,5,.92)),url("vamoz-curling.png") center/cover; opacity: .65; }
.statement .container { position: relative; }
.statement h2 { max-width: 980px; margin: 0 auto; font-size: clamp(2.5rem,6vw,6rem); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }

.page-hero { position: relative; min-height: 580px; padding: 190px 0 100px; overflow: hidden; color: #fff; background: #0b0b0b; }
.page-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -120px; top: 20px; border-radius: 50%; background: radial-gradient(circle,rgba(215,154,34,.22),transparent 65%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: 8vw; top: 100px; border: 1px solid rgba(215,154,34,.28); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .lead { color: #c5c0b9; }
.page-kicker { display: flex; gap: 8px; margin-top: 50px; color: #a9a39a; font-size: .85rem; }
.page-kicker a { color: var(--gold); }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { padding: 10px 15px; border: 1px solid #dcd3c6; border-radius: 999px; background: rgba(255,255,255,.6); font-size: .85rem; font-weight: 700; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.detail-card { padding: 34px; border-radius: var(--radius); background: #fff; border: 1px solid #e6ded3; }
.detail-card .icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 35px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); font-weight: 900; }
.detail-card h3 { margin: 0 0 10px; font-size: 1.4rem; }
.detail-card p { margin: 0; color: #6d675f; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 900; }

.form-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px,8vw,100px); align-items: start; }
.contact-panel { padding: 38px; border-radius: var(--radius); color: #fff; background: var(--ink); }
.contact-panel h3 { margin-top: 0; font-size: 1.5rem; }
.contact-line { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-line small { display: block; color: #9d978f; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid #d7d0c7; border-radius: 10px; background: #fff; color: #1b1916;
}
.field textarea { min-height: 145px; resize: vertical; }
.form-note { grid-column: 1/-1; margin: 0; color: #716a61; font-size: .8rem; }
.form-status { display: none; grid-column: 1/-1; padding: 14px 16px; border-left: 3px solid var(--gold); background: #fff4dc; font-size: .9rem; }
.form-status.show { display: block; }

.legal-copy { max-width: 840px; }
.legal-copy h2 { margin-top: 55px; font-size: 1.6rem; }
.legal-copy h3 { margin-top: 35px; }
.legal-notice { padding: 22px; border: 1px solid #e7c778; border-radius: 14px; background: #fff5db; }

.site-footer { padding: 80px 0 30px; color: #fff; background: #070707; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 65px; }
.footer-brand p { max-width: 440px; color: #99938c; }
.footer-col h3 { margin: 0 0 20px; color: var(--gold); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; padding: 6px 0; color: #cbc6bf; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #77726c; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .menu-button { display: block; z-index: 102; }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 25px; background: rgba(5,5,5,.98); font-size: 1.25rem; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-note { display: none; }
  .service-card { grid-column: span 6; }
  .split, .form-grid { grid-template-columns: 1fr; }
  .image-frame { min-height: 480px; }
  .process { grid-template-columns: repeat(3,1fr); row-gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px),var(--max)); }
  .site-header { height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 40px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero::before { background-position: 62% center; opacity: .78; }
  .hero-content { padding-bottom: 80px; }
  .hero .display { font-size: clamp(2.75rem,14vw,4.7rem); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card + .audience-card { border-left: 0; }
  .audience-card { padding: 38px 22px; }
  .section { padding: 82px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head .lead { margin-top: 20px; }
  .service-card, .service-card.wide { grid-column: 1/-1; min-height: 305px; }
  .process { grid-template-columns: 1fr; }
  .process-step { padding: 20px 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 530px; padding-top: 160px; }
  .image-frame, .image-frame img { min-height: 420px; }
  .quote-card { right: 14px; left: 14px; }
  .form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-note, .form-status { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .button-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
