:root {
  --bg: #f4f3ef;
  --paper: #ffffff;
  --ink: #1a1c20;
  --muted: #666b73;
  --line: #deded8;
  --dark: #17191d;
  --dark-soft: #22252b;
  --accent: #b99a5b;
  --accent-light: #d8c28f;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(21, 23, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-dark { background: var(--dark); color: white; }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 999;
  background: white; padding: 10px 14px; border-radius: 10px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244, 243, 239, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(27, 29, 33, .08);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid #c9c9c4; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 16px; letter-spacing: .01em; }
.brand small { color: var(--muted); margin-top: 4px; font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .25s ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: white; background: var(--dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 105px 0 120px; background: linear-gradient(135deg, #f7f6f2 0%, #eceae3 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(26, 28, 32, .085) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-glow { position: absolute; width: 650px; height: 650px; border-radius: 50%; right: -160px; top: -220px; background: radial-gradient(circle, rgba(185,154,91,.28), transparent 68%); filter: blur(10px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: #8c743f; font-size: 12px; font-weight: 800; letter-spacing: .19em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.1vw, 82px); line-height: 1.01; letter-spacing: -.055em; }
.hero h1 span { color: #8c743f; }
.lead { max-width: 670px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--dark); color: white; box-shadow: 0 12px 28px rgba(23, 25, 29, .2); }
.button-primary:hover { background: #2a2d33; }
.button-ghost { border: 1px solid #c9c8c1; background: rgba(255,255,255,.45); }
.button-light { background: white; color: var(--dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; color: #72767e; font-size: 13px; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero-card { background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); border-radius: 32px; padding: 30px; box-shadow: var(--shadow); backdrop-filter: blur(12px); transform: rotate(1.5deg); }
.logo-frame { padding: 14px; background: #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px #e0dfd9; }
.logo-frame img { border-radius: 50%; }
.hero-card-meta { display: flex; flex-direction: column; align-items: center; margin-top: 22px; text-align: center; }
.hero-card-meta span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.hero-card-meta strong { margin-top: 5px; font-size: 18px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
h2 { margin: 0; font-size: clamp(35px, 4.3vw, 56px); line-height: 1.12; letter-spacing: -.04em; }
.prose { color: var(--muted); font-size: 18px; }
.prose p:first-child { margin-top: 4px; }
.prose p + p { margin-top: 22px; }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.section-heading > p { color: #adb0b6; margin: 0 0 8px; }
.section-dark .section-kicker { color: var(--accent-light); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.service-card { min-height: 275px; padding: 30px; border: 1px solid #34373e; border-radius: var(--radius); background: linear-gradient(145deg, #202329, #191b20); }
.service-number { color: var(--accent-light); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.service-card h3 { margin: 70px 0 14px; font-size: 22px; }
.service-card p { margin: 0; color: #afb2b9; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.audience-panel p:last-child { max-width: 610px; color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding: 20px 22px 20px 58px; background: white; border: 1px solid var(--line); border-radius: 16px; font-weight: 700; box-shadow: 0 10px 30px rgba(28,30,34,.045); }
.check-list li::before { content: "✓"; position: absolute; left: 21px; top: 17px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ece3cf; color: #755e2f; }

.contact-section { padding: 105px 0; color: white; background: radial-gradient(circle at 10% 20%, #343840 0, #17191d 45%); }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.contact-grid > div:first-child > p:last-child { max-width: 600px; color: #c1c4ca; font-size: 17px; }
.section-kicker.light { color: var(--accent-light); }
.contact-card { padding: 30px; border-radius: 24px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); }
.contact-item { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-item span { display: block; color: #aeb1b7; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.contact-item strong { font-size: 18px; }
.contact-card .button { width: 100%; }

.site-footer { padding: 28px 0; background: #0f1114; color: #aeb1b7; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; filter: grayscale(1); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font-size: 14px; }
.footer-brand small { font-size: 12px; }
.site-footer p { margin: 0; font-size: 12px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 7px; padding: 16px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; }
  .hero { padding: 72px 0 90px; }
  .hero-grid, .split, .section-heading, .audience-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-card { max-width: 520px; margin-inline: auto; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-card h3 { margin-top: 46px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 74px; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 14px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 47px; }
  .lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-card { padding: 18px; border-radius: 24px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

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