:root {
  --ink: #0b1720;
  --ink-2: #142733;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --yellow: #ffd43b;
  --yellow-2: #f3b713;
  --green: #2d6a4f;
  --muted: #637079;
  --line: rgba(11, 23, 32, 0.16);
  --shadow: 0 22px 60px rgba(11, 23, 32, 0.15);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 4px solid #5aa9e6; outline-offset: 3px; }
.skip { position: absolute; top: -80px; left: 12px; z-index: 100; background: white; padding: 10px 16px; }
.skip:focus { top: 12px; }
.demo-bar {
  background: var(--yellow);
  color: var(--ink);
  font-weight: 850;
  font-size: .82rem;
  letter-spacing: .04em;
  text-align: center;
  padding: 9px 18px;
}
.demo-bar a { text-underline-offset: 3px; }
.site-header { background: var(--ink); color: white; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap { max-width: var(--max); margin: auto; min-height: 76px; display: flex; align-items: center; gap: 30px; padding: 0 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); border-radius: 50%; font-weight: 950; transform: rotate(-7deg); }
.brand-copy { font-weight: 950; line-height: 1.05; letter-spacing: -.03em; }
.brand-copy small { display: block; color: var(--yellow); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #edf3f5; text-decoration: none; font-weight: 720; font-size: .9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--yellow); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 13px 19px; background: var(--yellow); color: var(--ink) !important; font-weight: 900; line-height: 1.1; text-decoration: none; box-shadow: 0 6px 0 var(--yellow-2); transition: transform .18s, box-shadow .18s; }
.nav-cta:hover, .button:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--yellow-2); }
.button.dark { background: var(--ink); color: white !important; box-shadow: 0 6px 0 #000; }
.button.ghost { background: transparent; border: 2px solid currentColor; color: white !important; box-shadow: none; }
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; padding: 8px 10px; }
.container { max-width: var(--max); margin-inline: auto; padding-inline: 22px; }
.hero { min-height: 720px; color: white; display: grid; align-items: center; position: relative; isolation: isolate; background: var(--ink); overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; background: url('/assets/hero.webp') center/cover no-repeat; }
.hero::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(90deg, rgba(5,13,18,.95) 0%, rgba(5,13,18,.82) 36%, rgba(5,13,18,.17) 73%, rgba(5,13,18,.08)); }
.hero-content { max-width: 650px; padding-block: 80px 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 950; color: var(--green); }
.eyebrow::before { content:""; width: 24px; height: 4px; background: var(--yellow); }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 8vw, 6.8rem); text-transform: uppercase; }
h2 { font-size: clamp(2.25rem, 5vw, 4.35rem); text-transform: uppercase; }
h3 { font-size: 1.45rem; letter-spacing: -.03em; }
.hero p { max-width: 575px; font-size: 1.15rem; color: #e1eaed; margin: 26px 0 30px; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.trust-strip { background: var(--yellow); position: relative; }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; text-align: center; }
.trust-grid strong { display: block; font-size: 1.06rem; text-transform: uppercase; letter-spacing: -.02em; }
.trust-grid span { font-size: .79rem; font-weight: 750; opacity: .76; }
.section { padding-block: 100px; }
.section.cream { background: var(--cream); }
.section.ink { background: var(--ink); color: white; }
.section-head { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-head p { margin: 0; color: var(--muted); }
.section.ink .section-head p { color: #bcc9ce; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:nth-child(2), .service-card:nth-child(5) { background: var(--ink); color: white; }
.service-card .num { color: var(--yellow-2); font-weight: 950; font-size: .76rem; letter-spacing: .1em; }
.service-card h3 { margin-top: auto; font-size: 1.7rem; }
.service-card p { margin: 14px 0 0; color: var(--muted); font-size: .93rem; }
.service-card:nth-child(2) p, .service-card:nth-child(5) p { color: #bdc9ce; }
.service-card .arrow { position: absolute; top: 25px; right: 26px; font-size: 1.7rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.split-image { min-height: 540px; object-fit: cover; }
.split-copy { padding: clamp(50px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: white; }
.split-copy p { color: #c4d0d4; }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 25px; height: 25px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-items: center; font-weight: 950; }
.process { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { counter-increment: steps; background: var(--paper); padding: 40px 32px; min-height: 290px; }
.step::before { content: "0" counter(steps); display: block; color: var(--yellow-2); font-size: .78rem; letter-spacing: .12em; font-weight: 950; margin-bottom: 64px; }
.step p { color: var(--muted); margin-bottom: 0; }
.photo-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 270px); gap: 14px; }
.photo-grid img { height: 100%; object-fit: cover; border-radius: 16px; }
.photo-grid .big { grid-row: 1 / 3; }
.photo-grid .crop-top { object-position: center 25%; }
.photo-grid .crop-right { object-position: 68% center; }
.quote-band { background: var(--yellow); padding-block: 78px; }
.quote-band .container { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.quote-band p { margin: 14px 0 0; font-weight: 650; }
.page-hero { background: var(--ink); color: white; padding: 110px 0 90px; overflow: hidden; position: relative; }
.page-hero::after { content:""; position:absolute; width: 360px; height:360px; border: 80px solid rgba(255,212,59,.09); border-radius:50%; top:-150px; right:4vw; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.8rem); max-width: 900px; }
.page-hero p { max-width: 680px; color: #c9d4d8; font-size: 1.12rem; margin: 24px 0 0; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; align-items: start; }
.prose h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin: 54px 0 20px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #46545d; }
.side-card { position: sticky; top: 112px; border-radius: var(--radius); padding: 30px; background: var(--yellow); box-shadow: var(--shadow); }
.side-card h3 { font-size: 1.8rem; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; background: white; }
.price-card.featured { background: var(--ink); color: white; transform: translateY(-16px); }
.price-card .load { color: var(--muted); font-weight: 800; text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.price-card.featured .load { color: var(--yellow); }
.price-card .price { font-weight: 950; font-size: 3rem; letter-spacing: -.06em; margin: 18px 0; }
.price-card ul { padding-left: 20px; color: var(--muted); }
.price-card.featured ul { color: #c4d0d4; }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area { padding: 22px; border: 1px solid var(--line); border-radius: 12px; font-weight: 850; background: white; }
.faq { max-width: 850px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.faq p { color: var(--muted); }
.estimator { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-card { background: white; border: 1px solid var(--line); padding: 34px; border-radius: var(--radius); }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field label { font-weight: 850; font-size: .9rem; }
.field select, .field input, .field textarea { width: 100%; border: 1px solid #aeb8bd; border-radius: 9px; padding: 13px; background: white; color: var(--ink); }
.estimate-result { min-height: 100%; display:flex; flex-direction:column; justify-content:center; padding: 42px; border-radius: var(--radius); background: var(--ink); color:white; }
.estimate-result output { font-size: clamp(3rem, 8vw, 6rem); line-height: 1; font-weight: 950; letter-spacing: -.07em; color: var(--yellow); }
.estimate-result small { color: #b9c6cb; }
.demo-note { border-left: 5px solid var(--yellow-2); background: #fff8d8; padding: 17px 20px; font-weight: 700; }
.site-footer { background: #071015; color: white; padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .6fr); gap: 45px; }
.footer-grid h3 { color: var(--yellow); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.footer-grid p, .footer-grid a { color: #aebcc2; font-size: .9rem; }
.footer-grid a { display: block; text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 22px; display:flex; justify-content:space-between; gap:20px; color:#8ea0a7; font-size:.8rem; }
.sticky-demo { display:none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 76px; inset-inline: 0; background: var(--ink); padding: 20px 22px 28px; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 8px; }
  .section-head, .content-grid, .quote-band .container, .estimator { grid-template-columns: 1fr; }
  .service-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step::before { margin-bottom: 28px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform:none; }
  .side-card { position: static; }
}

@media (max-width: 620px) {
  body { font-size: 16px; padding-bottom: 70px; }
  .demo-bar { font-size: .7rem; }
  .brand-copy { font-size: .9rem; }
  .nav-wrap { min-height: 66px; padding-inline: 16px; }
  .nav-links { top: 66px; }
  .hero { min-height: 670px; }
  .hero::before { background-position: 67% center; }
  .hero::after { background: linear-gradient(90deg, rgba(5,13,18,.93), rgba(5,13,18,.52)); }
  .hero-content { padding-block: 70px 100px; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .section { padding-block: 70px; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 320px 220px 220px; }
  .photo-grid .big { grid-row: auto; }
  .quote-band { text-align: center; }
  .quote-band .button-row { justify-content: center; }
  .area-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction:column; }
  .sticky-demo { display:flex; position:fixed; z-index:50; bottom:0; inset-inline:0; min-height:64px; padding:10px 16px; background:var(--yellow); color:var(--ink); align-items:center; justify-content:center; gap:10px; font-weight:950; text-align:center; box-shadow:0 -8px 30px rgba(0,0,0,.18); }
  .sticky-demo a { background: var(--ink); color:white; text-decoration:none; padding:8px 12px; border-radius:999px; white-space:nowrap; }
}

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