:root {
  color-scheme: dark;
  --bg: #0b0c0e;
  --bg-soft: #111316;
  --bg-card: #15171a;
  --white: #f5f5f2;
  --text: #d6d5d2;
  --muted: #989a9d;
  --line: rgba(255, 255, 255, .12);
  --red: #dc4549;
  --red-bright: #fa5257;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: #fff; }
.container { width: min(var(--container), calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--bg); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 12, 14, .86); border-bottom: 1px solid rgba(255, 255, 255, .055); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 44px; height: 44px; object-fit: cover; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.brand-name { color: var(--white); font-size: 21px; font-weight: 750; letter-spacing: -.065em; line-height: 1; }
.brand-dot { color: var(--red-bright); }
.main-nav { display: flex; align-items: center; gap: 36px; color: #c4c4c2; font-size: 13px; }
.main-nav > a:not(.nav-cta) { transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { display: inline-flex; gap: 18px; align-items: center; padding: 11px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); transition: background .2s ease, border-color .2s ease; }
.nav-cta span { color: var(--red-bright); font-size: 16px; }
.nav-cta:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }
.menu-toggle { display: none; }

.section-shell { position: relative; overflow: hidden; }
.hero { min-height: 680px; padding: 76px 0 86px; background: radial-gradient(ellipse at 75% 48%, rgba(97, 37, 39, .12), transparent 40%), var(--bg); }
.hero-glow { position: absolute; width: 420px; height: 420px; top: 95px; left: -310px; border-radius: 50%; background: rgba(220, 69, 73, .08); filter: blur(100px); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; padding: 30px 0 38px; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin: 0; color: #b6b5b1; font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 25px; height: 1px; background: var(--red-bright); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 700px; margin: 23px 0 24px; color: var(--white); font-size: clamp(48px, 5.35vw, 72px); font-weight: 620; letter-spacing: -.075em; line-height: 1.02; }
.hero h1 span, h2 span { color: #a9a9a7; font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -.065em; }
.hero-lead { max-width: 485px; margin: 0; color: #b8b9ba; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 33px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #ed4e52; }
.button-primary span { font-size: 17px; }
.text-link { color: #d5d4d1; font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 7px; color: var(--red-bright); font-size: 16px; }
.hero-proof { display: flex; gap: 21px; flex-wrap: wrap; margin-top: 42px; color: #98999b; font-size: 10px; font-weight: 600; letter-spacing: .035em; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.hero-visual { position: relative; padding: 0 14px 14px 0; }
.hero-image-wrap { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.02 / 1; border-radius: 4px; background: #242729; }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: 49% center; filter: saturate(.72) brightness(.78); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,8,9,.05) 38%, rgba(7,8,9,.72) 100%), linear-gradient(90deg, rgba(7,8,9,.12), transparent 60%); }
.image-caption { position: absolute; left: 30px; bottom: 30px; display: flex; align-items: center; gap: 14px; }
.caption-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: white; font-family: var(--serif); font-size: 19px; font-style: italic; }
.image-caption strong, .image-caption span { display: block; }
.image-caption strong { color: white; font-size: 13px; }
.image-caption div > span { color: rgba(255,255,255,.67); font-size: 11px; }
.image-index { position: absolute; right: 22px; bottom: 32px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .12em; }
.image-index span:first-child { color: #fff; }
.index-rule { width: 28px; height: 1px; background: rgba(255,255,255,.5); }
.hero-stamp { position: absolute; top: 35px; right: -32px; display: flex; align-items: center; gap: 10px; color: #d2d1cd; font-size: 8px; font-weight: 700; letter-spacing: .16em; line-height: 1.6; transform: rotate(90deg) translateX(100%); transform-origin: top right; }
.hero-stamp b { color: var(--red-bright); font-size: 20px; font-weight: 400; }
.scroll-cue { position: absolute; bottom: 20px; left: max(28px, calc((100vw - var(--container)) / 2)); display: flex; gap: 11px; align-items: center; color: #828486; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 34px; height: 1px; background: var(--red); }

.intro-band { border-block: 1px solid rgba(255,255,255,.08); background: #0f1012; }
.intro-band-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.intro-band .eyebrow { color: #8d8f91; font-size: 9px; }
.intro-services { display: flex; align-items: center; gap: 18px; color: #d3d2ce; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.intro-services b { color: var(--red); font-size: 13px; font-weight: 400; }
.section-space { padding: 118px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 56px; margin-bottom: 54px; }
.section-heading h2, .method h2, .approach h2, .contact h2 { margin: 19px 0 0; font-size: clamp(39px, 4.5vw, 58px); font-weight: 570; letter-spacing: -.07em; line-height: 1.08; }
.section-intro { max-width: 390px; margin: 0 0 4px; color: #9c9d9e; font-size: 14px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 294px; display: flex; flex-direction: column; padding: 25px 22px 22px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(220,69,73,.48); background: linear-gradient(145deg, rgba(220,69,73,.075), rgba(255,255,255,.012)); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 26px; }
.service-number { color: #77797b; font-size: 10px; letter-spacing: .14em; }
.service-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(220,69,73,.32); border-radius: 50%; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: #ee6467; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; color: var(--white); font-size: 17px; font-weight: 590; letter-spacing: -.025em; }
.service-card p { margin: 0 0 22px; color: #999b9d; font-size: 12px; line-height: 1.75; }
.card-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); color: #d5d4d1; font-size: 10px; font-weight: 650; }
.card-link span { color: var(--red-bright); font-size: 15px; }

.method { position: relative; overflow: hidden; background: #121416; }
.method::before { position: absolute; content: ""; width: 560px; height: 560px; right: -350px; top: -180px; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.method-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.method-intro h2 { margin-bottom: 22px; }
.method-intro > p:not(.eyebrow) { max-width: 395px; margin-bottom: 30px; color: #9a9c9e; font-size: 14px; line-height: 1.85; }
.button-outline { border-color: rgba(255,255,255,.31); color: var(--white); }
.button-outline span { color: var(--red-bright); font-size: 17px; }
.button-outline:hover { border-color: var(--red); background: rgba(220,69,73,.08); }
.steps-list { border-top: 1px solid rgba(255,255,255,.12); }
.step-item { display: grid; grid-template-columns: 48px 1fr 28px; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.step-num { padding-top: 4px; color: var(--red-bright); font-family: var(--serif); font-size: 17px; font-style: italic; }
.step-item h3 { margin: 0 0 5px; color: #f2f1ee; font-size: 16px; font-weight: 570; }
.step-item p { max-width: 420px; margin: 0; color: #939598; font-size: 12px; line-height: 1.7; }
.step-arrow { justify-self: end; color: #727477; font-size: 17px; }
.step-item:last-child .step-arrow { color: var(--red-bright); }

.approach { background: var(--bg); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.approach-mark { position: relative; display: grid; place-items: center; min-height: 380px; overflow: hidden; background: linear-gradient(135deg, #161719, #0f1012); border: 1px solid rgba(255,255,255,.08); }
.approach-mark::before, .approach-mark::after { position: absolute; content: ""; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.approach-mark::after { width: 205px; height: 205px; border-color: rgba(220,69,73,.35); }
.approach-mark span { position: relative; z-index: 1; color: var(--white); font-size: 76px; font-weight: 740; letter-spacing: -.12em; }
.approach-mark i { position: absolute; z-index: 1; width: 45px; height: 3px; margin-top: 110px; background: var(--red); }
.approach-copy h2 { margin-bottom: 22px; }
.approach-copy h2 span { color: var(--red-bright); }
.approach-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 27px; color: #a0a1a2; font-size: 14px; line-height: 1.85; }
.approach-points { display: flex; flex-direction: column; max-width: 480px; border-top: 1px solid var(--line); }
.approach-points span { display: flex; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); color: #d6d5d2; font-size: 11px; }
.approach-points b { color: var(--red-bright); font-size: 9px; letter-spacing: .12em; }

.contact { position: relative; background: #121416; }
.contact::after { position: absolute; content: ""; width: 380px; height: 380px; right: -210px; bottom: -180px; border-radius: 50%; background: rgba(220,69,73,.07); filter: blur(90px); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 78px; }
.contact-copy { padding-top: 24px; }
.contact-copy h2 { margin-bottom: 21px; }
.contact-copy h2 span { color: var(--red-bright); }
.contact-copy > p:not(.eyebrow) { max-width: 390px; color: #9b9da0; font-size: 14px; line-height: 1.85; }
.contact-note { display: flex; align-items: center; gap: 12px; max-width: 330px; margin-top: 34px; color: #c5c4c1; font-size: 11px; line-height: 1.65; }
.contact-note-icon { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border: 1px solid rgba(220,69,73,.42); border-radius: 50%; color: var(--red-bright); }
.form-card { padding: 33px; border: 1px solid rgba(255,255,255,.11); background: #17191c; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { display: block; margin-bottom: 17px; }
.field > span { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; color: #e5e4e1; font-size: 11px; font-weight: 630; }
.field em, .required-note em { color: var(--red-bright); font-style: normal; }
.field small { color: #777a7d; font-size: 9px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 3px; outline: none; background: #111315; color: var(--white); font-size: 12px; transition: border .2s ease, box-shadow .2s ease; }
.field input, .field select { padding: 0 13px; }
.field textarea { min-height: 108px; resize: vertical; padding: 12px 13px; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: #66696c; }
.field select:invalid { color: #777a7d; }
.field select option { color: var(--white); background: #111315; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(250,82,87,.8); box-shadow: 0 0 0 3px rgba(220,69,73,.11); }
.field input:user-invalid, .field textarea:user-invalid, .field select:user-invalid { border-color: rgba(250,82,87,.55); }
.honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; color: #c2c2c0; font-size: 10px; line-height: 1.6; cursor: pointer; }
.privacy-check input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--red); flex-shrink: 0; }
.privacy-check:has(input:focus-visible) { outline: 2px solid var(--red); outline-offset: 3px; }
.privacy-note { max-width: 580px; margin: 8px 0 0 25px; color: #7f8284; font-size: 9px; line-height: 1.65; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 23px; }
.form-status { flex: 1; min-height: 20px; margin: 0; color: #c5c5c2; font-size: 11px; line-height: 1.5; }
.form-status.is-success { color: #95d6b0; }
.form-status.is-error { color: #ff9194; }
.submit-button { flex-shrink: 0; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .75; }
.submit-button.is-loading span { color: rgba(255,255,255,.75); }
.required-note { margin: 14px 0 0; color: #777a7d; font-size: 9px; }

.site-footer { background: #090a0b; border-top: 1px solid rgba(255,255,255,.08); }
.footer-main { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand img { width: 39px; height: 39px; }
.footer-main > p { margin: 0; color: #838588; font-size: 11px; }
.footer-contact { color: #d9d8d5; font-size: 11px; font-weight: 600; }
.footer-contact span { margin-left: 8px; color: var(--red-bright); }
.footer-bottom { min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(255,255,255,.08); color: #74777a; font-size: 9px; }
.footer-bottom a:hover { color: var(--white); }

@media (max-width: 980px) {
  .hero { min-height: auto; padding: 64px 0 88px; }
  .hero-grid { grid-template-columns: 1fr .86fr; gap: 32px; }
  .hero h1 { font-size: clamp(46px, 6.5vw, 64px); }
  .hero-visual { align-self: center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 265px; }
  .method-grid, .approach-grid { gap: 56px; }
  .contact-grid { gap: 42px; }
  .form-card { padding: 26px; }
}

@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 40px)); }
  .header-inner { min-height: 72px; }
  .brand { gap: 9px; }
  .brand img { width: 39px; height: 39px; }
  .brand-name { font-size: 19px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; position: relative; z-index: 102; flex-direction: column; justify-content: center; gap: 6px; align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 16px; height: 1px; background: var(--white); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; top: 72px; left: 0; right: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 26px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(11,12,14,.98); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { align-self: flex-start; margin-top: 17px; }
  .hero { padding: 44px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin: 20px 0 17px; font-size: clamp(42px, 11vw, 58px); }
  .hero-lead { max-width: 560px; font-size: 14px; }
  .hero-actions { gap: 17px; margin-top: 25px; }
  .button { min-height: 49px; gap: 15px; padding: 0 16px; font-size: 11px; }
  .hero-proof { gap: 12px; margin-top: 27px; font-size: 9px; }
  .hero-visual { width: calc(100% - 13px); margin-left: 0; }
  .hero-image-wrap { aspect-ratio: 1.15 / 1; }
  .hero-stamp { right: -28px; top: 22px; }
  .image-caption { left: 19px; bottom: 19px; }
  .image-index { right: 15px; bottom: 21px; }
  .scroll-cue { display: none; }
  .intro-band-inner { min-height: 90px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .intro-services { gap: 11px; font-size: 8px; }
  .section-space { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2, .method h2, .approach h2, .contact h2 { margin-top: 15px; font-size: clamp(37px, 9.5vw, 49px); }
  .section-intro { margin-top: 20px; font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card { min-height: auto; padding: 21px 20px 18px; }
  .service-top { margin-bottom: 17px; }
  .service-card p { max-width: 470px; margin-bottom: 18px; }
  .method-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .method-intro > p:not(.eyebrow) { font-size: 13px; }
  .step-item { grid-template-columns: 35px 1fr 20px; gap: 12px; padding: 19px 0; }
  .approach-mark { min-height: 235px; }
  .approach-mark::before { width: 210px; height: 210px; }
  .approach-mark::after { width: 150px; height: 150px; }
  .approach-mark span { font-size: 62px; }
  .approach-mark i { margin-top: 88px; width: 37px; }
  .approach-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-copy { padding-top: 0; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-note { margin-top: 21px; }
  .form-card { padding: 21px 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 15px; }
  .form-footer { flex-direction: column-reverse; align-items: stretch; }
  .submit-button { align-self: flex-start; }
  .form-status { min-height: 0; }
  .footer-main { min-height: auto; flex-wrap: wrap; padding: 25px 0; }
  .footer-main > p { order: 3; width: 100%; }
  .footer-bottom { min-height: 58px; flex-wrap: wrap; padding: 12px 0; }
  .footer-bottom span:last-child { display: none; }
}

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