/* Brandorbit / v2. Restrained contrast, a single type family, meaningful motion. */
:root {
  --font-sans: InterVariable, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ink: #161716;
  --muted: #696b70;
  --paper: #ffffff;
  --surface: #f5f5f4;
  --line: #e7e8e7;
  --blue: #012e72;
  --dark: #151615;
  --dark-surface: #202120;
  --light-muted: #b9bbb9;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 96px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; font-optical-sizing: auto; }
p, h1, h2, h3 { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { border: 0; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
[hidden] { display: none !important; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid #3171cc; outline-offset: 5px; }
.pricing :focus-visible, .about :focus-visible { outline-color: #a6c8ff; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.brand-text { color: var(--blue); }
.muted-light { color: #b6b9b8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; padding: 12px 20px; z-index: 200; background: white; color: var(--blue); transform: translateY(-180%); border: 2px solid var(--blue); border-radius: 10px; }
.skip-link:focus { transform: none; }
.section-pad { padding-block: 112px; }
.section-label { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--muted); margin-bottom: 22px; }
h2 { font-size: clamp(38px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
/* Floating navigation, with an animated contextual selection. */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); padding-top: 20px; pointer-events: none; }
.header-shell { pointer-events: auto; max-width: 1072px; width: calc(100% - 64px); height: 64px; margin-inline: auto; display: flex; align-items: center; gap: 24px; padding: 8px 10px 8px 25px; border: 1px solid #efefed; border-radius: 999px; background: rgba(244,245,243,.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: background 220ms, box-shadow 220ms, border-color 220ms; }
.site-header.is-scrolled .header-shell { background: rgba(250,250,249,.96); border-color: #e4e5e3; box-shadow: 0 8px 32px #1717170a; }
.logo-link { width: 176px; flex: 0 0 auto; min-height: 44px; display: flex; align-items: center; }
.logo-link img { width: 100%; }
.desktop-nav { position: relative; display: flex; align-items: center; margin-left: auto; gap: 2px; isolation: isolate; border-radius: 999px; }
.desktop-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 10px 16px; font-size: 13px; font-weight: 500; white-space: nowrap; position: relative; color: #454744; border-radius: 999px; transition: color 180ms; }
.desktop-nav a:hover, .desktop-nav a[aria-current="location"] { color: var(--ink); }
.desktop-nav a:focus-visible { outline-offset: 0; }
.nav-indicator { position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: var(--nav-width, 0px); background: #fff; border-radius: 999px; transform: translateX(var(--nav-x, 0px)); opacity: 0; transition: transform 320ms var(--ease), width 320ms var(--ease), opacity 150ms; }
.desktop-nav.is-tracking .nav-indicator { opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 15px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; line-height: 1.25; font-weight: 500; white-space: nowrap; transition: transform 240ms var(--ease), background 180ms, border-color 180ms, color 180ms; }
.button .icon { width: 19px; height: 19px; }
.button-arrow { margin-left: 9px; }
.button .button-arrow, .plan-button .icon, .service-link .icon, .back-top .icon { transition: transform 280ms var(--ease); }
.button-primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-secondary { border-color: #d8dad6; color: var(--ink); background: #fff; }
.header-cta { background: var(--ink); color: white; min-height: 46px; padding: 12px 18px; font-size: 13px; margin-left: 2px; }
.header-cta .icon { width: 16px; height: 16px; }
.button:active { transform: scale(.975); }
.cta-group { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border-radius: 50%; padding: 12px; margin-left: auto; }
.menu-toggle span { height: 1.6px; width: 20px; background: var(--ink); display: block; margin: 5px 0; transition: transform 200ms; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.3px) rotate(-45deg); }
/* Hero: text only. No illustration or replacement artwork. */
.hero { padding-top: 68px; }
.hero-inner { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; background: #f3f5f7; border: 1px solid #e8ebef; color: #4c535d; border-radius: 999px; padding: 7px 13px; }
.status-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
.hero h1 { font-size: clamp(54px, 6.05vw, 84px); font-weight: 600; line-height: 1.055; letter-spacing: -.05em; margin: 30px auto 0; max-width: 1020px; }
.headline-line { display: block; }
.hero-description { margin-top: 27px; color: var(--muted); font-size: 17px; line-height: 1.65; letter-spacing: -.012em; }
.hero-ctas { margin-top: 28px; }
.hero-note { margin: 17px auto 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; color: var(--muted); min-height: 38px; }
.hero-note .icon { width: 14px; height: 14px; transition: transform 240ms var(--ease); }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); margin-top: 68px; padding: 24px 0 34px; color: var(--muted); font-size: 12px; }
.hero-bottom p:last-child { text-align: right; }
.discover-link { justify-self: center; display: inline-flex; gap: 9px; align-items: center; min-height: 32px; }
.discover-link .icon { width: 14px; height: 14px; transition: transform 200ms var(--ease); }
/* About: a quiet, contrasting editorial panel. */
.about { padding-top: 0; }
.about-panel { background: var(--dark); color: #fff; border-radius: 28px; padding: 40px 52px 52px; }
.about-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #373936; padding-bottom: 22px; margin-bottom: 46px; gap: 20px; }
.about-top .section-label { color: #d7d9d7; margin: 0; }
.about-label { font-size: 12px; color: #acafab; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 68px; }
.about h2 { font-size: clamp(45px, 4.5vw, 62px); letter-spacing: -.043em; line-height: 1.09; }
.about-tagline { margin-top: 26px; color: #b9bbb9; font-size: 14px; }
.about-copy { padding-top: 0; }
.experience { display: flex; align-items: center; gap: 24px; padding-bottom: 25px; margin-bottom: 23px; border-bottom: 1px solid #383a37; }
.experience-number { font-size: 73px; line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.experience-number span { font-size: 49px; color: #b7bdbd; vertical-align: top; }
.experience>p:last-child { color: #bfc2be; font-size: 14px; line-height: 1.5; }
.about-copy>p { font-size: 16px; line-height: 1.7; color: #eee; letter-spacing: -.015em; }
.about-copy>p.about-secondary { margin-top: 14px; font-size: 14px; color: #aeb3ad; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 27px; }
.about-tags>span { font-size: 11px; color: #c8ccc6; display: flex; align-items: center; gap: 7px; }
.about-tags .icon { width: 14px; height: 14px; color: #a8b9c9; }
/* Services: clean, readable cards, with genuine enquiry links. */
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 40px; }
.section-intro h2 { font-size: clamp(38px, 3.5vw, 48px); }
.section-intro>p { font-size: 14px; line-height: 1.75; color: var(--muted); padding-bottom: 2px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; padding: 25px 24px 21px; border: 1px solid #eee; background: #f7f7f6; border-radius: 22px; min-height: 304px; transition: transform 340ms var(--ease), background 200ms, border-color 200ms; }
.service-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 30px; }
.service-icon { width: 43px; height: 43px; border-radius: 13px; border: 1px solid #e5e5e3; background: white; color: var(--ink); display: grid; place-items: center; transition: background 220ms, color 220ms, transform 350ms var(--ease); }
.service-icon .icon { width: 23px; height: 23px; }
.service-number { font-size: 11px; color: #666b61; font-variant-numeric: tabular-nums; }
.service-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; margin-bottom: 12px; }
.service-card>p { font-size: 14px; line-height: 1.7; color: #62655f; margin-bottom: 24px; }
.service-link { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: 12px; font-weight: 500; min-height: 38px; padding: 4px 0; }
.service-link .icon { width: 15px; height: 15px; }
.services-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); min-height: 40px; font-size: 13px; font-weight: 500; }
.text-link .icon { width: 17px; height: 17px; transition: transform 240ms var(--ease); }
/* Pricing: readable dark cards; Grow receives visual emphasis, not a popularity claim. */
.pricing { color: #fff; background: var(--dark); }
.pricing-intro { text-align: center; margin-bottom: 46px; }
.pricing-intro .section-label { color: #b9bbb7; }
.pricing-intro>p:last-child { margin-top: 21px; font-size: 15px; color: #b9bcb7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.plan-card { border: 1px solid #383a36; background: var(--dark-surface); border-radius: 24px; padding: 30px 29px 27px; display: flex; flex-direction: column; transition: border-color 220ms, transform 350ms var(--ease); }
.plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.plan-heading h3 { font-size: 24px; letter-spacing: -.025em; font-weight: 500; }
.plan-index { font-size: 11px; color: #c1c4bf; }
.plan-description { color: #b4b7b1; font-size: 13px; margin-top: 8px; min-height: 20px; }
.price { display: flex; align-items: baseline; font-size: clamp(37px, 3.8vw, 52px); font-weight: 600; letter-spacing: -.055em; line-height: 1.08; margin-top: 32px; white-space: nowrap; font-variant-numeric: lining-nums; }
.currency { font-size: .62em; font-weight: 500; margin-right: 5px; align-self: flex-start; padding-top: 7px; }
.billing { color: #b7bbb4; font-size: 11px; margin-top: 9px; }
.billing>span { padding-inline: 4px; }
.plan-button { width: 100%; margin-top: 27px; display: flex; justify-content: space-between; min-height: 48px; padding: 13px 20px; background: #333630; border-color: #454940; color: white; font-size: 13px; }
.plan-button .icon { width: 17px; height: 17px; }
.plan-deliverables { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 26px 0 0; padding: 24px 0 25px; border-top: 1px solid #41443e; }
.plan-deliverables li { display: flex; align-items: center; gap: 11px; font-size: 14px; }
.plan-deliverables li>.icon { width: 16px; height: 16px; color: #b4bdb0; }
.plan-deliverables strong { font-weight: 600; }
.platforms { border-top: 1px solid #41443e; padding-top: 21px; margin-top: auto; }
.platforms>span { font-size: 9px; letter-spacing: .09em; font-weight: 500; color: #bec3b9; }
.platforms>p { font-size: 12px; line-height: 1.5; min-height: 36px; margin-top: 8px; color: #e2e6de; }
.plan-featured { color: var(--ink); background: #fff; border-color: #fff; }
.plan-featured .plan-index, .plan-featured .plan-description, .plan-featured .billing { color: #676d63; }
.plan-featured .plan-button { background: var(--blue); border-color: var(--blue); color: #fff; }
.plan-featured .plan-deliverables, .plan-featured .platforms { border-color: #e2e5de; }
.plan-featured .plan-deliverables .icon { color: var(--blue); }
.plan-featured .platforms>span { color: #66705d; }
.plan-featured .platforms>p { color: #343c2d; }
.plan-featured :focus-visible { outline-color: #3171cc; }
.included-strip { text-align: center; padding: 35px 0 28px; border-bottom: 1px solid #3b3e37; }
.included-strip>p { font-size: 13px; font-weight: 500; color: #f0f3eb; }
.included-strip ul { padding: 0; margin: 12px 0 0; list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 0; }
.included-strip li { font-size: 12px; color: #bfc4b9; display: flex; align-items: center; }
.included-strip li+li::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: #939b8b; margin: 0 18px; }
.pricing-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 28px 0; }
.pricing-notes p { font-size: 12px; line-height: 1.8; color: #b5bcb0; }
.pricing-notes strong { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; color: #f3f6ee; }
.scope-details { border-block: 1px solid #3b3e37; }
.scope-details summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 58px; padding: 18px 0; font-size: 13px; list-style: none; cursor: pointer; }
.scope-details summary::-webkit-details-marker { display: none; }
.scope-details summary>.icon { width: 17px; height: 17px; transition: transform 260ms var(--ease); }
.scope-details[open] summary>.icon { transform: rotate(45deg); }
.scope-body { padding-bottom: 23px; max-width: 870px; }
.scope-body p { color: #bcc3b6; font-size: 12px; line-height: 1.8; }
.scope-body p+p { margin-top: 12px; }
/* Contact. No fake form, no unconnected submission buttons. */
.contact { padding-bottom: 54px; }
.contact-intro { text-align: center; }
.contact-intro h2 { font-size: clamp(46px, 5.1vw, 72px); letter-spacing: -.05em; }
.contact-intro>p:last-child { margin-top: 23px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-ctas { margin-top: 27px; }
.contact-details { display: grid; grid-template-columns: 1.22fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 56px; padding: 30px 0; gap: 24px; }
.contact-detail { padding-left: 32px; border-left: 1px solid var(--line); }
.contact-detail:first-child { border: 0; padding-left: 0; }
.contact-label { display: block; font-size: 9px; letter-spacing: .095em; color: #6b7166; font-weight: 500; }
.detail-line { display: flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 5px; }
.contact-detail a { display: inline-flex; align-items: center; gap: 19px; min-height: 44px; font-size: 15px; letter-spacing: -.02em; }
.contact-detail>a { margin-top: 5px; }
.contact-detail a>.icon { width: 15px; height: 15px; transition: transform 250ms var(--ease); }
.icon-button { background: transparent; display: inline-grid; place-items: center; border-radius: 50%; width: 44px; height: 44px; padding: 11px; flex: 0 0 auto; transition: background 160ms, transform 160ms; }
.icon-button:active { transform: scale(.92); }
.copy-email { color: #686e62; position: relative; }
.copy-email .icon { width: 16px; height: 16px; transition: opacity 180ms, transform 220ms var(--ease); }
.copy-email .check-symbol { position: absolute; opacity: 0; transform: scale(.5); }
.copy-email.is-copied .copy-symbol { opacity: 0; transform: scale(.5); }
.copy-email.is-copied .check-symbol { opacity: 1; transform: scale(1); }
.location { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; color: #687160; margin-top: 27px; }
.location .icon { width: 14px; height: 14px; }
.site-footer { display: flex; align-items: center; gap: 25px; padding: 26px 0 32px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-logo { width: 145px; display: block; flex: 0 0 auto; }
.site-footer>p { font-size: 11px; margin-right: auto; margin-left: 8px; }
.privacy-trigger, .back-top { font-size: 11px; color: #585f51; background: none; padding: 12px 0; min-height: 44px; }
.back-top { display: flex; align-items: center; gap: 9px; }
.back-top .icon { width: 14px; height: 14px; }
/* Progressive enhancements: dialogs, copy feedback, and mobile contact dock. */
.mobile-contact-bar { display: none; }
body.dialog-open { overflow: hidden; }
dialog { position: fixed; width: min(550px, calc(100% - 32px)); max-height: calc(100svh - 48px); overflow-y: auto; border: 1px solid #e0e5db; border-radius: 24px; padding: 28px; background: white; color: var(--ink); box-shadow: 0 24px 100px #0003; }
dialog::backdrop { background: #12151173; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.dialog-header h2 { font-size: 26px; letter-spacing: -.04em; }
.dialog-close { background: #f1f3ee; }
dialog>p { font-size: 14px; line-height: 1.75; color: #596151; margin-top: 14px; }
dialog>p a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.mobile-menu { margin: auto auto 16px; max-height: calc(100svh - 48px); padding: 22px; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav>a { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px; font-size: 24px; letter-spacing: -.035em; border-bottom: 1px solid var(--line); }
.mobile-menu nav .icon { width: 21px; height: 21px; color: #858c7d; }
.menu-contact { margin-top: 24px; width: 100%; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 90; max-width: calc(100% - 32px); transform: translate(-50%, 10px); background: var(--ink); color: white; border: 1px solid #48533f; border-radius: 999px; padding: 12px 20px; opacity: 0; pointer-events: none; font-size: 13px; text-align: center; transition: opacity 180ms, transform 240ms var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover, .header-cta:hover { background: var(--blue); border-color: var(--blue); }
  .button-secondary:hover { background: #f4f5f2; border-color: #b8beb0; }
  .button:hover .button-arrow, .plan-button:hover .icon, .service-link:hover .icon, .back-top:hover .icon, .contact-detail a:hover>.icon { transform: translate(2px, -2px); }
  .hero-note:hover { color: var(--ink); }
  .hero-note:hover .icon, .text-link:hover .icon { transform: translateX(4px); }
  .discover-link:hover .icon { transform: translateY(3px); }
  .service-card:hover, .service-card:focus-within { transform: translateY(-4px); background: #f1f3f6; border-color: #dee4ed; }
  .service-card:hover .service-icon, .service-card:focus-within .service-icon { color: #fff; background: var(--blue); border-color: var(--blue); transform: rotate(-5deg); }
  .plan-card:hover, .plan-card:focus-within { transform: translateY(-4px); border-color: #777f6d; }
  .plan-featured:hover { border-color: white; }
  .plan-button:hover { background: #474e40; border-color: #626c58; }
  .plan-featured .plan-button:hover { background: #002355; border-color: #002355; }
  .icon-button:hover { background: #edf0e9; }
  .contact-detail a:hover { color: var(--blue); }
}
/* Desktop to tablet. */
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .header-shell { gap: 14px; }
  .desktop-nav a { padding-inline: 12px; }
  .about-panel { padding: 34px 40px 43px; }
  .about-grid { gap: 40px; }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-intro>p br { display: none; }
  .service-card { padding-inline: 20px; }
  .service-card h3 { font-size: 20px; }
  .service-card>p { font-size: 13px; }
  .plan-card { padding-inline: 25px; }
  .contact-details { gap: 18px; }
  .contact-detail { padding-left: 20px; }
  .contact-detail a { font-size: 13px; gap: 10px; }
}
@media (max-width: 950px) {
  .header-shell { padding-left: 20px; }
  .logo-link { width: 150px; }
  .header-cta { padding-inline: 14px; }
  .desktop-nav { gap: 0; }
  .desktop-nav a { padding-inline: 11px; font-size: 12px; }
  .section-pad { padding-block: 88px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 280px; padding: 26px; }
  .service-card h3 { font-size: 23px; }
  .service-card>p { font-size: 14px; max-width: 280px; }
  .about-grid { gap: 35px; }
  .about h2 { font-size: 48px; }
  .about-panel { padding: 30px 34px 36px; }
  .about-copy>p { font-size: 14px; }
  .about-copy>p.about-secondary { font-size: 13px; }
  .experience { gap: 18px; }
  .experience-number { font-size: 62px; }
  .experience>p:last-child { font-size: 12px; }
  .about-tags { gap: 10px; margin-top: 20px; }
  .pricing-grid { gap: 12px; }
  .plan-card { padding: 24px 20px; }
  .plan-description { font-size: 12px; min-height: 36px; }
  .price { font-size: 36px; }
  .billing { font-size: 10px; }
  .plan-deliverables li { font-size: 12px; gap: 8px; }
  .platforms>p { font-size: 11px; }
  .plan-button { padding-inline: 15px; }
  .contact-details { grid-template-columns: 1fr; padding: 0; max-width: 620px; margin-inline: auto; gap: 0; }
  .contact-detail, .contact-detail:first-child { padding: 20px 0; border: 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .contact-detail:last-child { border-bottom: 0; }
  .contact-detail a { font-size: 15px; }
  .detail-line, .contact-detail>a { margin: 0; }
  .contact { padding-bottom: 45px; }
}
@media (max-width: 760px) {
  :root { --header-height: 84px; }
  .container { width: calc(100% - 40px); }
  html { scroll-padding-top: 98px; }
  .site-header { padding-top: 12px; }
  .header-shell { width: calc(100% - 24px); padding: 7px 10px 7px 20px; height: 62px; gap: 10px; }
  .logo-link { width: 161px; }
  .header-cta { margin-left: auto; min-height: 42px; padding: 12px 15px; font-size: 12px; }
  .header-cta>.icon { width: 14px; height: 14px; }
  .desktop-nav { display: none; }
  .js .menu-toggle { display: block; margin-left: 0; flex: 0 0 auto; }
  html:not(.js) .header-shell { height: auto; flex-wrap: wrap; border-radius: 22px; }
  html:not(.js) .desktop-nav { display: flex; order: 3; width: 100%; justify-content: center; }
  html:not(.js) .site-header { height: 130px; }
  .hero { padding-top: 51px; }
  .eyebrow { font-size: 11px; padding: 6px 12px; }
  .hero h1 { font-size: clamp(39px, 6.8vw, 54px); letter-spacing: -.048em; line-height: 1.1; margin-top: 27px; }
  .hero-description { font-size: 15px; margin-top: 23px; line-height: 1.65; }
  .hero-ctas { gap: 10px; margin-top: 25px; }
  .button { font-size: 13px; padding: 14px 20px; min-height: 50px; gap: 9px; }
  .hero-ctas .button-arrow, .contact-ctas .button-arrow { display: none; }
  .hero-note { font-size: 11px; gap: 7px; margin-top: 13px; }
  .hero-bottom { margin-top: 50px; padding: 19px 0 26px; grid-template-columns: 1fr 1fr; gap: 10px; font-size: 11px; }
  .hero-bottom>p:first-child { display: none; }
  .discover-link { justify-self: start; }
  .about-panel { border-radius: 23px; padding: 25px 26px 30px; }
  .about-top { padding-bottom: 19px; margin-bottom: 29px; }
  .about-top .section-label { font-size: 12px; }
  .about-label { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 31px; }
  .about h2 { font-size: clamp(41px, 8.6vw, 62px); letter-spacing: -.045em; }
  .about-tagline { font-size: 13px; margin-top: 20px; }
  .experience { padding-bottom: 22px; margin-bottom: 22px; gap: 22px; }
  .experience-number { font-size: 66px; }
  .experience>p:last-child { font-size: 13px; }
  .about-copy>p { font-size: 15px; }
  .about-copy>p.about-secondary { font-size: 13px; margin-top: 12px; }
  .about-tags { flex-direction: column; gap: 10px; }
  .about-tags>span { font-size: 12px; }
  .section-pad { padding-block: 69px; }
  .section-label { font-size: 12px; margin-bottom: 18px; }
  .section-intro { gap: 17px; margin-bottom: 29px; }
  .section-intro h2 { font-size: 39px; max-width: 450px; }
  .section-intro>p { font-size: 14px; max-width: 400px; }
  .services-grid { gap: 12px; }
  .service-card { padding: 22px 20px 18px; border-radius: 19px; min-height: 290px; }
  .service-top { margin-bottom: 23px; }
  .service-card h3 { font-size: 20px; }
  .service-card>p { font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
  .service-link { font-size: 11px; gap: 10px; }
  .service-icon { width: 39px; height: 39px; border-radius: 11px; }
  .service-icon .icon { width: 21px; height: 21px; }
  .service-number { font-size: 10px; }
  .services-bottom { display: block; font-size: 12px; margin-top: 22px; }
  .services-bottom .text-link { margin-top: 6px; }
  .pricing-intro { margin-bottom: 32px; }
  .pricing-intro h2 { font-size: 40px; max-width: 360px; margin-inline: auto; }
  .pricing-intro>p:last-child { font-size: 14px; max-width: 325px; margin: 18px auto 0; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; gap: 16px; }
  .plan-card { padding: 27px; border-radius: 22px; }
  .plan-description { min-height: 0; font-size: 13px; }
  .price { font-size: 50px; margin-top: 29px; }
  .billing { font-size: 12px; }
  .plan-button { font-size: 14px; min-height: 50px; margin-top: 25px; }
  .plan-deliverables li { font-size: 14px; gap: 12px; }
  .platforms>span { font-size: 9px; }
  .platforms>p { min-height: 0; font-size: 12px; }
  .included-strip { padding-top: 28px; }
  .included-strip>p { font-size: 13px; }
  .included-strip ul { gap: 8px 16px; }
  .included-strip li { font-size: 11px; }
  .included-strip li+li::before { display: none; }
  .pricing-notes { grid-template-columns: 1fr; gap: 22px; padding-block: 25px; }
  .pricing-notes p { font-size: 12px; }
  .scope-details summary { font-size: 12px; line-height: 1.6; }
  .scope-body { padding-bottom: 22px; }
  .contact-intro h2 { font-size: clamp(44px, 7.8vw, 56px); }
  .contact-intro>p:last-child { font-size: 14px; margin-top: 22px; }
  .contact-ctas { margin-top: 25px; gap: 10px; }
  .contact-details { margin-top: 39px; }
  .contact-detail, .contact-detail:first-child { display: block; padding: 18px 0; }
  .contact-detail a { font-size: 16px; gap: 14px; }
  .detail-line { justify-content: space-between; margin-top: 2px; }
  .contact-label { display: block; font-size: 9px; }
  .contact-detail>a { display: flex; justify-content: space-between; }
  .contact-detail a>.icon { width: 16px; height: 16px; }
  .location { font-size: 11px; }
  .contact { padding-bottom: 36px; }
  .site-footer { gap: 18px; flex-wrap: wrap; padding: 22px 0 105px; }
  .footer-logo { width: 143px; margin-right: auto; }
  .site-footer>p { width: 100%; margin: 0; order: 4; font-size: 10px; }
  .privacy-trigger, .back-top { font-size: 10px; }
  .mobile-contact-bar { position: fixed; z-index: 45; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); transform: translateX(-50%); display: grid; grid-template-columns: .85fr 1.15fr; gap: 6px; width: min(410px, calc(100% - 24px)); padding: 7px; border: 1px solid #dfe4d8; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 6px 28px #17220b1c; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .mobile-contact-bar a { display: flex; justify-content: center; align-items: center; min-height: 45px; padding: 12px 8px; gap: 8px; font-size: 12px; font-weight: 500; border-radius: 999px; }
  .mobile-contact-bar a:first-child { color: var(--ink); background: #f3f5f0; }
  .mobile-contact-bar a:last-child { color: white; background: var(--blue); }
  .mobile-contact-bar .icon { width: 17px; height: 17px; }
  .toast { bottom: 90px; font-size: 12px; border-radius: 16px; }
  dialog { padding: 23px; }
  .dialog-header { margin-bottom: 18px; }
  .dialog-header h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 43px; max-width: 340px; }
  .hero h1 .headline-line:nth-child(2) { max-width: 335px; margin-inline: auto; }
  .headline-line:nth-child(2) { text-wrap: balance; }
  .hero { padding-top: 39px; }
  .header-cta { padding-inline: 12px; gap: 7px; }
  .logo-link { width: 151px; }
  .header-shell { padding-left: 18px; gap: 6px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 246px; padding: 24px; }
  .service-card h3 { font-size: 23px; }
  .service-card>p { font-size: 14px; max-width: 310px; margin-bottom: 19px; }
  .service-top { margin-bottom: 23px; }
  .service-link { font-size: 12px; }
  .service-icon { width: 43px; height: 43px; }
  .hero-ctas .button, .contact-ctas .button { padding-inline: 16px; font-size: 12px; }
  .hero-ctas .button>.icon, .contact-ctas .button>.icon { width: 17px; height: 17px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .logo-link { width: 145px; }
  .header-cta { display: none; }
  .js .menu-toggle { margin-left: auto; }
  .hero h1 { font-size: 38px; }
  .hero-description { font-size: 14px; }
  .hero-ctas .button, .contact-ctas .button { font-size: 11px; padding-inline: 13px; gap: 7px; }
  .hero-note { font-size: 10px; gap: 6px; }
  .about-panel { padding: 23px; }
  .about h2 { font-size: 39px; }
  .section-intro h2 { font-size: 37px; }
  .plan-card { padding: 25px; }
  .price { font-size: 46px; }
  .contact-intro h2 { font-size: 42px; }
  .contact-detail a { font-size: 14px; }
  .footer-logo { width: 125px; }
  .site-footer { gap: 15px; }
  .mobile-contact-bar a { font-size: 11px; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .button, .plan-card, .about-panel, .service-card, .header-shell, .mobile-contact-bar { border: 1px solid CanvasText; }
  .desktop-nav a[aria-current="location"] { text-decoration: underline; }
}
@media print {
  .site-header { position: static; height: auto; padding: 0; }
  .desktop-nav, .header-cta, .menu-toggle, .mobile-contact-bar, .privacy-trigger, .copy-email, .back-top, .toast { display: none !important; }
  .header-shell { border: 0; width: 100%; background: white; }
  .container { width: 96%; }
  .hero { padding-top: 25px; }
  .hero h1 { font-size: 48px; }
  .hero-bottom { margin-top: 25px; }
  .section-pad { padding-block: 35px; }
  .about-panel, .pricing, .plan-card { color: black; background: white; border-color: #bbb; }
  .about p, .about span, .pricing p, .pricing span, .pricing strong, .pricing li { color: black !important; }
  .about-panel { padding: 25px; }
  .service-card, .plan-card { break-inside: avoid; }
  .pricing-grid { grid-template-columns: repeat(3,1fr); }
  .plan-card { padding: 18px; }
  .price { font-size: 30px; }
  .button { color: black; background: white; border-color: black; }
  .site-footer { padding-bottom: 20px; }
}
