:root {
  --ink: #101a2f;
  --ink-soft: #34415b;
  --paper: #f7f8fb;
  --white: #ffffff;
  --line: #d9deea;
  --muted: #69748a;
  --accent: #ff6b4a;
  --accent-dark: #d94d2f;
  --aqua: #a8e6d4;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(16, 26, 47, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; color: var(--white); background: var(--ink); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; width: fit-content; }
.brand-mark { display: block; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 1.15rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: .3rem; color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.6rem; }
nav a { color: var(--ink-soft); font-size: .92rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--accent-dark); }
.header-cta { padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .88rem; font-weight: 700; text-decoration: none; }
.header-cta:hover, .header-cta:focus-visible { color: var(--white); background: var(--ink); }

.hero {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 690px;
  margin: 0 auto;
  padding: 5.5rem 0 6rem;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}
.hero > *, .faq > *, .contact > * { min-width: 0; }
.eyebrow { margin: 0 0 1.2rem; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.65vw, 4.65rem); line-height: 1; letter-spacing: -.06em; }
.hero-lead { max-width: 660px; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.45vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.25rem; border-radius: 8px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #1c2a47; }
.button-secondary { border: 1px solid var(--line); background: var(--white); }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.35rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: .5rem; }
.trust-list li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

.hero-showcase { margin: 0; min-width: 0; }
.showcase-label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; color: var(--muted); font-size: .75rem; }
.showcase-index { flex-shrink: 0; color: var(--accent-dark); }
.showcase-browser { overflow: hidden; border: 1px solid #d6dbe5; border-radius: 12px; background: #fff; box-shadow: 0 28px 60px -18px #101a2f38; }
.showcase-nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; color: #252f29; background: #f8f7f2; }
.showcase-nav strong { font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: -.05em; }
.showcase-nav strong span { vertical-align: top; font: .65rem 'DM Sans', sans-serif; margin-left: .2rem; }
.showcase-nav > span { font-size: .75rem; }
.showcase-photo { position: relative; min-height: 410px; isolation: isolate; background: #394a3c; }
.showcase-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.showcase-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #101c2170, transparent 62%, #101c2180); z-index: -1; }
.showcase-heading { padding: 2rem 1.5rem; color: #fff; }
.showcase-heading > span { font-size: .75rem; }
.showcase-heading h2 { margin: .8rem 0 0; font: 4.3rem/.96 Georgia, serif; letter-spacing: -.05em; }
.showcase-heading h2 em { font-weight: 400; }
.project-caption { position: absolute; bottom: 1.1rem; left: 1.5rem; color: #fff; font-size: .75rem; }
.showcase-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 1.4rem; background: #f8f7f2; }
.showcase-bottom p { margin: 0; font-size: .875rem; font-weight: 600; line-height: 1.5; }
.showcase-bottom p span { font-size: .75rem; color: #667166; font-weight: 400; }
.sample-link { color: #314135; font-size: .75rem; white-space: nowrap; border-bottom: 1px solid #667166; padding-bottom: .2rem; }
.hero-showcase figcaption { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; }
.showcase-seal { display: grid; place-items: center; flex-shrink: 0; width: 38px; height: 38px; background: var(--accent); color: var(--ink); border-radius: 50%; font-size: 1.4rem; }
.hero-showcase figcaption strong { display: block; font-size: .875rem; line-height: 1.4; }
.hero-showcase figcaption div > span { display: block; color: var(--muted); font-size: .75rem; margin-top: .25rem; }

.section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 7.5rem 0; }
.section-heading { max-width: 830px; margin-bottom: 3rem; }
.section-heading.compact { max-width: 720px; }
.section-heading h2, .process-intro h2, .contact h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.25rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 700px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.02rem; }

.browser-bar { height: 34px; padding: 0 .8rem; display: flex; align-items: center; gap: .3rem; background: #e9ecf1; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #bcc5d1; }
.browser-bar > span:first-child { background: var(--accent); }
.browser-bar small { margin-left: auto; color: #566176; font-size: .75rem; }
.services { width: 100%; max-width: none; padding-inline: max(1rem, calc((100vw - var(--max)) / 2)); background: #eef1f6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd2df; border-bottom: 1px solid #cbd2df; }
.service-grid article { padding: 2rem 2rem 2.2rem 0; }
.service-grid article + article { padding-left: 2rem; border-left: 1px solid #cbd2df; }
.service-number { color: var(--accent-dark); font-size: .76rem; font-weight: 800; }
.service-grid h3 { margin: 2.7rem 0 .8rem; font-size: 1.45rem; letter-spacing: -.035em; }
.service-grid p { margin: 0; color: var(--ink-soft); }
.service-grid ul { margin: 1.2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.service-grid li { padding: .45rem 0; border-top: 1px solid #d9deea; }
.scope-note { max-width: 780px; margin: 1.5rem 0 0; color: var(--muted); font-size: .87rem; }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); }
.process-intro { position: sticky; top: 2rem; align-self: start; }
.process-intro > p:last-child { max-width: 480px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 1.4rem 0; display: grid; grid-template-columns: 66px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--accent-dark); font-size: .74rem; font-weight: 800; }
.process-list h3 { margin: 0; font-size: 1.25rem; }
.process-list p { margin: .25rem 0 0; color: var(--muted); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.35rem 2.5rem 1.35rem 0; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; color: var(--accent-dark); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -.35rem 0 1.4rem; color: var(--muted); }

.contact { padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; background: var(--accent); }
.contact .eyebrow { color: #611b0b; }
.contact h2 { max-width: 800px; }
.contact-action p { margin: 0 0 1.2rem; color: #502014; }
.button-light { color: var(--ink); background: var(--white); }
.contact-action > span { display: block; margin-top: .8rem; color: #692411; font-size: .8rem; }

footer { padding: 3.5rem max(1rem, calc((100vw - var(--max)) / 2)) 1.5rem; color: #c1cada; background: #0a1222; }
.footer-top { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; }
.brand-footer .brand-mark { color: var(--ink); background: var(--white); }
.brand-footer .brand-copy strong { color: var(--white); }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-end; gap: .3rem; }
.footer-top > div a { color: #dce2ec; font-size: .88rem; text-decoration: none; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1.5rem 0; border-top: 1px solid #26334a; border-bottom: 1px solid #26334a; }
.policy-grid details { padding-right: 1rem; }
.policy-grid summary { cursor: pointer; color: var(--white); font-weight: 700; }
.policy-grid p { color: #9da9bc; font-size: .83rem; }
.footer-bottom { padding-top: 1.3rem; display: flex; flex-wrap: wrap; gap: .8rem 2rem; color: #7f8ba0; font-size: .76rem; }

:focus-visible { outline: 3px solid #2f8fff; outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; gap: 1rem; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 820px; }
  .hero-showcase { width: 100%; max-width: 680px; }
  .service-grid, .faq, .contact { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 2rem 0; border-left: 0; border-bottom: 1px solid #cbd2df; }
  .service-grid article:last-child { border-bottom: 0; }
  .process { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .contact { align-items: start; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy small { display: none; }
  .header-cta { padding: .58rem .75rem; font-size: .78rem; }
  .hero { padding: 3.5rem 0 4.5rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.65rem); letter-spacing: -.055em; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: .7rem 1rem; }
  .section { padding-block: 5rem; }
  .contact { gap: 2rem; }
  .footer-top, .policy-grid { grid-template-columns: 1fr; flex-direction: column; }
  .footer-top > div { align-items: flex-start; }
}

@media (max-width: 430px) {
  .site-header { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .hero-lead, .footer-top a { overflow-wrap: anywhere; }
}

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

@media (max-width: 680px) {
  .showcase-photo { min-height: 380px; }
  .showcase-heading h2 { font-size: 3.7rem; }
  .showcase-label { font-size: .75rem; }
  .showcase-index { display: none; }
}
@media (max-width: 430px) {
  .showcase-bottom { flex-direction: column; align-items: flex-start; }
  .showcase-nav { padding-inline: 1rem; }
  .showcase-nav > span { max-width: 110px; text-align: right; }
  .showcase-photo { min-height: 345px; }
  .showcase-heading { padding-inline: 1rem; }
  .showcase-heading h2 { font-size: 3.5rem; }
}
