:root {
  color-scheme: light;
  --ink: #20242b;
  --muted: #666d77;
  --paper: #f6f7f8;
  --white: #ffffff;
  --line: #e4e6ea;
  --red: #d63d47;
  --red-dark: #b92f39;
  --red-soft: #fff0f1;
  --shadow: 0 24px 70px rgba(31, 36, 44, .09);
  --wrap: min(1180px, calc(100% - 40px));
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
body, button, input, textarea { font: inherit; }
img { max-width: 100%; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20000; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 162px; height: auto; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a { position: relative; text-decoration: none; font-size: 15px; font-weight: 650; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.nav-cta { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: var(--ink); color: #fff; }
.hero { position: relative; overflow: hidden; background: var(--white); border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -210px; border: 1px solid rgba(214,61,71,.18); border-radius: 50%; box-shadow: 0 0 0 64px rgba(214,61,71,.035), 0 0 0 128px rgba(214,61,71,.025); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(290px,.65fr); gap: clamp(54px, 8vw, 120px); align-items: center; padding-block: 82px 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 29px; height: 2px; background: currentColor; }
.hero h1 { max-width: 800px; margin: 23px 0 26px; font-size: clamp(50px, 7.2vw, 94px); line-height: .98; letter-spacing: -.062em; font-weight: 780; }
.hero h1 .accent { position: relative; display: inline-block; color: var(--red); }
.hero h1 .accent::after { content: ""; position: absolute; left: .03em; right: -.03em; bottom: .02em; height: .075em; background: currentColor; opacity: .25; }
.hero-lede { max-width: 690px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; font-size: 15px; font-weight: 760; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--red); background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { background: #fff; }
.button-secondary:hover { background: var(--ink); color: #fff; }
.hero-aside { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 6px; }
.hero-note { padding: 28px; border-left: 3px solid var(--red); background: var(--paper); }
.hero-note strong { display: block; font-size: 20px; line-height: 1.25; }
.hero-note p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.hero-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: var(--line); }
.metric { padding: 22px 20px; background: #fff; }
.metric b { display: block; font-size: 28px; letter-spacing: -.04em; }
.metric span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.section { padding: clamp(74px, 10vw, 128px) 0; }
.section-head { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: 48px; align-items: end; margin-bottom: 48px; }
.section-head h2 { margin: 16px 0 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.03; letter-spacing: -.05em; }
.section-head p { max-width: 620px; margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; padding: 28px 26px 30px; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: var(--red); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.service-card h3 { margin: auto 0 13px; font-size: 25px; line-height: 1.13; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 24px; font-size: 14px; font-weight: 760; }
.service-link i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red-soft); color: var(--red); font-size: 18px; font-style: normal; }
.service-card-ai { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.service-card-ai::before { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; top: -105px; border: 1px solid rgba(255,119,127,.45); border-radius: 50%; box-shadow: 0 0 0 34px rgba(214,61,71,.08), 0 0 0 68px rgba(214,61,71,.045); }
.service-card-ai .service-number { position: relative; color: #ff777f; }
.service-card-ai h3, .service-card-ai p, .service-card-ai .service-link { position: relative; }
.service-card-ai p { color: #bfc4cc; }
.service-card-ai .service-link i { background: var(--red); color: #fff; }
.service-card-ai:hover { box-shadow: 0 24px 60px rgba(31,36,44,.23); }

.strategy { padding: clamp(78px, 10vw, 126px) 0; overflow: hidden; background: var(--ink); color: #fff; }
.strategy-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(50px, 9vw, 130px); }
.strategy .eyebrow { color: #ff777f; }
.strategy h2 { max-width: 540px; margin: 20px 0 25px; font-size: clamp(40px, 5.5vw, 70px); line-height: 1.02; letter-spacing: -.052em; }
.strategy-intro { max-width: 490px; margin: 0; color: #bfc4cc; font-size: 18px; line-height: 1.65; }
.steps { border-top: 1px solid rgba(255,255,255,.18); }
.step { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 27px 0 29px; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: #ff777f; font-size: 13px; font-weight: 850; letter-spacing: .13em; }
.step h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.025em; }
.step p { max-width: 570px; margin: 0; color: #aeb4bd; font-size: 15px; line-height: 1.65; }

.portfolio-section { background: #fff; }
.section-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 25px; color: var(--red); font-size: 15px; font-weight: 780; text-decoration: none; }
.section-link span { font-size: 20px; }
.work-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.work-card { position: relative; min-height: 530px; display: flex; overflow: hidden; border-radius: 20px; background: #e9eaed; color: #fff; text-decoration: none; box-shadow: 0 14px 45px rgba(31,36,44,.08); }
.work-card:nth-child(n+2) { min-height: 360px; }
.work-card:nth-child(1) { grid-row: span 2; }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s ease; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,23,28,.92), rgba(20,23,28,.04) 62%); }
.work-card:hover img { transform: scale(1.035); }
.work-caption { position: relative; z-index: 1; width: 100%; margin-top: auto; padding: 30px; }
.work-caption small { color: #ff8b92; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.work-caption h3 { margin: 8px 0 5px; font-size: 28px; letter-spacing: -.035em; }
.work-caption p { max-width: 460px; margin: 0; color: #d7dae0; font-size: 14px; line-height: 1.55; }

.proof { padding: 44px 0; background: var(--paper); border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.proof-item { padding: 22px 24px; background: var(--paper); }
.proof-item b { display: block; font-size: 19px; letter-spacing: -.02em; }
.proof-item span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.contact-section { background: #fff; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.65fr); gap: 70px; padding: clamp(38px, 6vw, 72px); border-radius: 24px; background: var(--red); color: #fff; }
.contact-card::after { content: ""; position: absolute; width: 430px; height: 430px; right: -230px; bottom: -260px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.055), 0 0 0 108px rgba(255,255,255,.035); }
.contact-copy, .lead-form { position: relative; z-index: 1; }
.contact-card .eyebrow { color: #fff; opacity: .84; }
.contact-card h2 { max-width: 700px; margin: 19px 0; font-size: clamp(40px, 5.4vw, 70px); line-height: 1.01; letter-spacing: -.055em; }
.contact-card p { max-width: 630px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.6; }
.contact-direct { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; }
.contact-direct a { color: #fff; font-weight: 780; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.lead-form { display: flex; flex-direction: column; gap: 12px; padding: 26px; align-self: center; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 18px 55px rgba(92,13,20,.2); }
.lead-form label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.lead-form input { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: #fafafa; color: var(--ink); font-size: 16px; }
.lead-form input:focus { outline: 2px solid var(--red); outline-offset: 2px; background: #fff; }
.lead-form button { min-height: 52px; margin-top: 4px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-size: 15px; font-weight: 780; cursor: pointer; }
.lead-form button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 0 !important; color: var(--muted) !important; font-size: 13px !important; line-height: 1.45 !important; }

.site-footer { padding: 36px 0; background: var(--ink); color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand img { display: block; width: 132px; }
.footer-copy { color: #aeb4bd; font-size: 13px; line-height: 1.5; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 26px; }
.footer-links a { color: #fff; font-size: 14px; font-weight: 650; text-decoration: none; }

.utility-page { min-height: 100svh; display: flex; flex-direction: column; background: #182128 url("/zag/images/bg.jpg") center/cover fixed no-repeat; color: #fff; }
.utility-page::before { content: ""; position: fixed; inset: 0; z-index: 0; background: linear-gradient(105deg, rgba(14,20,27,.88) 0%, rgba(14,20,27,.69) 53%, rgba(14,20,27,.42) 100%); }
.utility-page > * { position: relative; z-index: 1; }
.utility-page .site-header { background: rgba(23,29,36,.72); border-color: rgba(255,255,255,.17); }
.utility-page .nav a { color: #fff; }
.utility-page .nav a.nav-cta { background: #fff; color: var(--ink); }
.utility-main { flex: 1; display: grid; align-items: center; padding: 72px 0; }
.utility-card { max-width: 820px; padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(22,28,34,.72); box-shadow: 0 28px 80px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
.utility-card .eyebrow { color: #ff7a82; }
.utility-card h1 { margin: 22px 0 23px; font-size: clamp(46px, 7vw, 82px); line-height: 1; letter-spacing: -.058em; }
.utility-card > p { max-width: 650px; margin: 0; color: #d7dde3; font-size: clamp(17px,2vw,20px); line-height: 1.65; }
.utility-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.18); }
.utility-contact { padding: 22px; background: rgba(16,22,28,.68); text-decoration: none; }
.utility-contact span { display: block; color: #aeb9c4; font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.utility-contact b { display: block; margin-top: 8px; font-size: clamp(17px,2vw,22px); }
.utility-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.utility-actions .button-secondary { border-color: rgba(255,255,255,.65); background: transparent; color: #fff; }
.utility-actions .button-secondary:hover { background: #fff; color: var(--ink); }

.service-types .service-card { cursor: default; }
.service-types .service-card:hover { background: #fff; color: var(--ink); }
.service-proof { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-faq-list { max-width: 920px; margin-left: auto; border-top: 1px solid var(--line); }
.service-faq-list details { border-bottom: 1px solid var(--line); }
.service-faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: clamp(20px, 2.5vw, 28px); font-weight: 750; letter-spacing: -.025em; }
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 4px; color: var(--red); font-size: 30px; font-weight: 400; }
.service-faq-list details[open] summary::after { content: "−"; }
.service-faq-list details p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); font-size: 17px; line-height: 1.7; }
@media (max-width: 980px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 50px; }
  .hero-aside { display: grid; grid-template-columns: 1.2fr 1fr; }
  .hero-metrics { margin: 0; }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .strategy-grid, .contact-card { grid-template-columns: 1fr; }
  .work-card { min-height: 430px; }
  .contact-card { gap: 42px; }
}
@media (max-width: 680px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 122px; }
  .nav-cta { min-height: 42px; padding-inline: 15px; font-size: 14px; }
  .hero-grid { padding-block: 58px 54px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-aside { display: block; }
  .hero-metrics { margin-top: 1px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .strategy-grid { gap: 42px; }
  .step { grid-template-columns: 42px 1fr; gap: 14px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:nth-child(n+2) { min-height: 390px; }
  .work-card:nth-child(1) { grid-row: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { padding: 32px 20px; border-radius: 18px; }
  .lead-form { padding: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .utility-page { background-attachment: scroll; }
  .utility-main { padding: 38px 0; }
  .utility-card { padding: 30px 22px; border-radius: 18px; }
  .utility-contacts { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
