  :root {
    --slate: #1C2430;
    --blue: #2D78C8;
    --red: #A40707;
    --red-hot: #c40d0d;
    --paper: #f5f2ec;
    --paper-2: #efebe2;
    --card: #fbf9f5;
    --ink: #16171b;
    --ink-2: #3a3b40;
    --muted: #6c685f;
    --line: #d8d2c6;
    --ok: #346538;
    --ease: cubic-bezier(.16,1,.3,1);
    --max: 1140px;
    --r: 4px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scroll-padding-top: 88px; }
  body {
    font-family: "Montserrat", system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  h1, h2 {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
  }
  h3 {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

  header {
    position: sticky; top: 0; z-index: 40;
    background: rgba(245,242,236,.9);
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .nav {
    display: flex; align-items: center; justify-content: space-between;
    height: 72px; gap: 18px;
  }
  .brand {
    display: flex; align-items: center; gap: 12px;
  }
  .brand img {
    height: 40px; width: auto; max-width: 64px;
    object-fit: contain;
  }
  .brand .word {
    font-family: "Archivo", sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.05;
  }
  .brand .word small {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 3px;
  }
  .nav-links {
    display: flex; gap: 20px;
    font-weight: 600; font-size: 14px; color: var(--ink-2);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a[aria-current="page"] { color: var(--ink); }
  @media (max-width: 1080px) {
    .nav-links, .brand .word small { display: none; }
  }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: "Archivo", sans-serif;
    font-weight: 700; font-size: 15px;
    letter-spacing: 0.01em;
    border-radius: var(--r);
    padding: 15px 26px;
    border: 0; cursor: pointer;
    transition: transform .12s var(--ease), background .2s var(--ease), color .2s var(--ease);
  }
  .btn i { font-size: 18px; line-height: 1; display: inline-block; }
  .btn:active { transform: translateY(1px); }
  .btn-red { background: var(--red); color: #fff; }
  .btn-red:hover { background: var(--ink); color: #fff; }
  .btn-blue { background: var(--blue); color: #fff; }
  .btn-blue:hover { background: #2466ad; }
  .btn-ghost {
    background: transparent; color: var(--paper);
    border: 1.5px solid rgba(245,242,236,.5);
  }
  .btn-ghost:hover { background: var(--paper); color: var(--ink); }
  .btn-line {
    background: transparent; color: var(--ink);
    border: 1.5px solid var(--ink);
  }
  .btn-line:hover { background: var(--ink); color: var(--paper); }
  .nav .btn { padding: 11px 20px; }
  .nav .btn .full { display: inline; }
  .nav .btn .short { display: none; }
  @media (max-width: 880px) {
    .nav .btn .full { display: none; }
    .nav .btn .short { display: inline; }
  }

  .hero {
    position: relative;
    min-height: 78vh;
    display: flex; align-items: center;
    color: var(--paper);
    overflow: hidden;
    background: var(--ink) url("/img/hero-slideshow/01.jpg") center/cover no-repeat;
  }
  .hero::after {
    content: "";
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(90deg, rgba(16,17,22,.55) 0%, rgba(16,17,22,.2) 55%, rgba(16,17,22,.05) 100%),
      linear-gradient(0deg, rgba(16,17,22,.35) 0%, transparent 40%);
  }
  .hero-slideshow { position: absolute; inset: 0; z-index: 0; }
  .hero-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0;
    transition: opacity var(--hero-fade, 1.5s) ease;
  }
  .hero-slide.active { opacity: 1; }
  .hero-slide.instant { transition: none; }
  .hero .wrap {
    position: relative; z-index: 2;
    padding-top: 84px; padding-bottom: 84px;
  }
  .hero .inner { max-width: 760px; }
  .eyebrow {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: var(--red);
  }
  .hero .eyebrow {
    color: var(--red);
    text-shadow: 0 2px 28px rgba(0,0,0,.85), 0 1px 8px rgba(0,0,0,.7), 0 0 24px rgba(0,0,0,.45);
  }
  .hero h1 {
    font-size: clamp(38px, 6.4vw, 72px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.98;
    margin-top: 14px;
    text-shadow: 0 2px 28px rgba(0,0,0,.65), 0 1px 6px rgba(0,0,0,.5);
    max-width: 14ch;
  }
  .hero h1 .ac {
    color: var(--red);
    text-shadow: 0 2px 28px rgba(0,0,0,.65), 0 1px 6px rgba(0,0,0,.5);
  }
  .hero .support {
    font-size: clamp(17px, 2.2vw, 21px);
    margin: 22px 0 32px;
    max-width: 46ch;
    color: #e8e4db;
    text-shadow: 0 2px 36px rgba(0,0,0,.9), 0 1px 10px rgba(0,0,0,.75);
    font-weight: 500;
  }
  .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-cta .btn-red { font-size: 17px; padding: 17px 30px; }

  .trust {
    border-bottom: 1px solid var(--line);
    background: var(--paper-2);
  }
  .trust .wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .tb {
    padding: 26px 16px;
    display: flex; align-items: flex-start; gap: 12px;
    border-left: 1px solid var(--line);
  }
  .tb:first-child { border-left: 0; padding-left: 0; }
  .tb .dot {
    width: 8px; height: 8px; border-radius: 1px;
    background: var(--red); flex: none; margin-top: 7px;
  }
  .tb b {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.15;
    display: block;
  }
  .tb span { font-size: 13px; color: var(--muted); }
  @media (max-width: 900px) {
    .trust .wrap { grid-template-columns: 1fr 1fr; }
    .tb { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  }
  @media (max-width: 520px) {
    .trust .wrap { grid-template-columns: 1fr; }
  }

  .socials {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .socials .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px 24px;
  }
  .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    padding: 12px 18px;
    border: 1.5px solid var(--line);
    border-radius: var(--r);
    background: var(--card);
    color: var(--ink);
    transition: transform .12s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  }
  .social-btn i { font-size: 20px; line-height: 1; }
  .social-btn:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper);
  }
  .social-btn:active { transform: translateY(1px); }

  section { padding: 88px 0; }
  .h2 { font-size: clamp(28px, 4vw, 42px); }
  .rule { width: 46px; height: 3px; background: var(--red); margin: 18px 0 0; }
  .lead { color: var(--muted); font-size: 18px; max-width: 54ch; margin-top: 16px; }

  .why { background: var(--paper-2); border-bottom: 1px solid var(--line); padding-top: 48px; }
  .why-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  .why-item { padding-top: 18px; border-top: 2px solid var(--red); }
  .why-item h3 { font-size: 18px; margin: 12px 0 7px; }
  .why-item p { color: var(--muted); font-size: 14.5px; }
  @media (max-width: 880px) { .why-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }

  .services-showcase {
    position: relative;
    isolation: isolate;
    color: #fff;
    background: var(--slate) url("/img/textures/backsplash.webp") center/cover no-repeat;
    overflow: clip;
    padding: 0 10px 72px;
  }
  .services-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(ellipse 70% 48% at 50% 5%, rgba(164,7,7,.12), transparent 62%),
      linear-gradient(180deg, rgba(9,11,15,.58), rgba(9,11,15,.86));
  }
  .services-intro {
    max-width: 680px;
    margin: 0 auto 14px;
    padding: clamp(72px, 10vh, 112px) 24px 42px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .services-intro .h2 { color: #fff; }
  .services-intro .lead { color: rgba(255,255,255,.7); max-width: 54ch; margin-inline: auto; }
  .services-intro .rule { background: var(--red-hot); margin-inline: auto; }
  .service-cards {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0 14px 8px;
  }
  .service-card {
    position: relative;
    display: block;
    min-height: 420px;
    overflow: hidden;
    color: #fff;
    background: #11151b;
    box-shadow: 0 18px 44px rgba(0,0,0,.28);
    transition: transform .45s var(--ease), box-shadow .35s ease;
  }
  .service-card:hover,
  .service-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 26px 54px rgba(0,0,0,.46);
  }
  .service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.03) brightness(.9);
    transition: transform .7s var(--ease), filter .5s ease;
  }
  .service-card:hover img,
  .service-card:focus-visible img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.03) brightness(.96);
  }
  .service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9,10,13,.88), rgba(9,10,13,.16) 50%, transparent 70%);
    pointer-events: none;
  }
  .service-num,
  .service-label,
  .service-open { position: absolute; z-index: 1; }
  .service-num {
    top: 24px;
    left: 26px;
    font-family: "Archivo", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
  }
  .service-label {
    left: 28px;
    right: 28px;
    bottom: 30px;
    font-family: "Archivo", sans-serif;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.03em;
    text-shadow: 0 2px 20px rgba(0,0,0,.76);
  }
  .service-open {
    top: 22px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.86);
    font-family: "Archivo", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .service-open i { font-size: 17px; }
  .service-points { margin: 22px 0 28px; padding: 0; list-style: none; display: grid; gap: 10px; }
  .service-points li { position: relative; padding-left: 22px; color: var(--ink-2); font-size: 15px; }
  .service-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--red); }
  @media (max-width: 900px) {
    .service-cards { grid-template-columns: 1fr; padding-inline: 8px; }
    .service-card { min-height: 280px; }
  }

  .page-hero {
    position: relative;
    min-height: 58vh;
    display: flex;
    align-items: flex-end;
    color: var(--paper);
    overflow: hidden;
    background: var(--ink) center/cover no-repeat;
  }
  .page-hero::after {
    content: "";
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(90deg, rgba(16,17,22,.62) 0%, rgba(16,17,22,.28) 55%, rgba(16,17,22,.12) 100%),
      linear-gradient(0deg, rgba(16,17,22,.45) 0%, transparent 48%);
  }
  .page-hero .wrap {
    position: relative; z-index: 2;
    padding-top: 72px; padding-bottom: 56px;
  }
  .page-hero h1 {
    font-size: clamp(34px, 5.6vw, 62px);
    font-weight: 900;
    max-width: 16ch;
    text-shadow: 0 2px 28px rgba(0,0,0,.65), 0 1px 6px rgba(0,0,0,.5);
  }
  .page-hero .support {
    font-size: clamp(16px, 2vw, 20px);
    margin: 18px 0 28px;
    max-width: 48ch;
    color: #e8e4db;
    font-weight: 500;
    text-shadow: 0 2px 36px rgba(0,0,0,.9), 0 1px 10px rgba(0,0,0,.75);
  }
  .prose { max-width: 68ch; }
  .prose p { color: var(--ink-2); margin-top: 16px; }
  .prose h2 { font-size: clamp(24px, 3vw, 32px); margin: 36px 0 10px; }
  .split-copy {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 48px;
    align-items: start;
  }
  .related {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .related a {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 22px 22px 20px;
  }
  .related a:hover { border-color: var(--ink); }
  .related span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
  }
  .related strong {
    font-family: "Archivo", sans-serif;
    font-size: 20px;
  }
  .contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 8px;
  }
  .split-copy .gal { grid-template-columns: 1fr; margin-top: 16px; }
  @media (max-width: 880px) {
    .split-copy, .related { grid-template-columns: 1fr; }
  }

  .process { background: var(--paper-2); }
  .steps {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .step { padding-top: 18px; border-top: 2px solid var(--ink); }
  .step .num {
    font-family: "Archivo", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: var(--red);
    line-height: 1;
  }
  .step h3 { font-size: 18px; margin: 12px 0 6px; }
  .step p { color: var(--muted); font-size: 15px; }
  @media (max-width: 880px) { .steps { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

  .work { background: var(--paper); }
  .gal {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
  }
  .gal a {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--card);
  }
  .gal img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease);
  }
  .gal a:hover img { transform: scale(1.04); }
  @media (max-width: 880px) { .gal { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .gal { grid-template-columns: 1fr; } }

  .proof { background: var(--paper-2); }
  .proof-box {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 22px;
  }
  .proof-copy {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 34px;
  }
  .proof-copy p { color: var(--muted); margin-top: 12px; }
  .proof-aside {
    background: var(--slate);
    color: #c5ceda;
    border-radius: var(--r);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }
  .proof-aside h3 { color: #fff; font-size: 26px; }
  .proof-aside p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .proof-aside p a:hover { color: var(--paper); }
  .proof-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .proof-actions .btn { width: 100%; }
  @media (max-width: 880px) { .proof-box { grid-template-columns: 1fr; } }

  .about-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: start;
  }
  .es { margin-top: 16px; font-weight: 600; color: var(--ink-2); }
  .hours { margin-top: 22px; font-weight: 600; }
  .areas { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
  .areas span {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
  }
  .form {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 34px;
    box-shadow: 0 1px 2px rgba(22,23,27,.04);
  }
  .form h3 { font-size: 26px; }
  .form .sub { color: var(--muted); font-size: 14.5px; margin: 6px 0 8px; }
  .form-bullets { list-style: none; margin: 10px 0 8px; }
  .form-bullets li {
    position: relative;
    padding-left: 22px;
    margin: 8px 0;
    font-size: 14.5px;
    color: var(--ink-2);
  }
  .form-bullets li::before {
    content: "";
    position: absolute; left: 0; top: 7px;
    width: 8px; height: 8px;
    background: var(--red);
    border-radius: 1px;
  }
  .form label {
    display: block;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 16px 0 7px;
    color: var(--ink-2);
  }
  .form input, .form textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: var(--r);
    font: inherit;
    background: var(--paper);
    color: var(--ink);
  }
  .form input:focus, .form textarea:focus {
    outline: 2px solid var(--red);
    background: #fff;
  }
  .form .btn { width: 100%; margin-top: 20px; justify-content: center; }
  .form-msg { margin-top: 14px; font-size: 14px; font-weight: 600; text-align: center; }
  .form-micro { margin-top: 14px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
  @media (max-width: 880px) { .about-split { grid-template-columns: 1fr; gap: 36px; } }

  .cta {
    background: var(--ink);
    color: var(--paper);
    text-align: center;
  }
  .cta .h2 { color: var(--paper); }
  .cta p {
    color: #cfcabf;
    max-width: 46ch;
    margin: 16px auto 30px;
    font-size: 18px;
  }
  .cta .btn-red { font-size: 18px; padding: 17px 32px; }

  footer {
    background: #101116;
    color: #9a958c;
    padding: 46px 0 96px;
    font-size: 14px;
  }
  .foot {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px;
  }
  .foot b {
    font-family: "Archivo", sans-serif;
    color: var(--paper);
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
  }
  .foot a:hover { color: var(--paper); }

  .mobar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    display: none; gap: 8px; padding: 8px 10px;
    background: rgba(251,249,245,.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(8px);
  }
  .mobar a { flex: 1; justify-content: center; padding: 13px 16px; font-size: 14px; }
  @media (max-width: 880px) {
    .mobar { display: flex; }
    body { padding-bottom: 70px; }
    footer { padding-bottom: 28px; }
  }

  .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
  }
  .reveal.in { opacity: 1; transform: none; }
  [data-d] { transition-delay: var(--dl, 0s); }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero-slide { transition: none; }
    .service-card, .service-card img { transition: none; }
  }
