:root {
  --ink: #17191c;
  --paper: #ffffff;
  --mist: #f2f2f3;
  --fog: #fafafb;
  --slate: #777b86;
  --ash: #979799;
  --smoke: #a3a6af;
  --peach: #fbe1d1;
  --sienna: #5d2a1a;
  --line: #e7e7e8;
  --serif: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 0 0 1px rgba(4, 23, 43, .05), 0 20px 25px -5px rgba(0, 0, 0, .09), 0 8px 10px -6px rgba(0, 0, 0, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
}
body, button, input { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.shell { margin: 0 auto; max-width: 1248px; padding-left: 24px; padding-right: 24px; width: 100%; }
.skip-link { background: var(--ink); color: white; left: 16px; padding: 10px 16px; position: fixed; top: -60px; z-index: 1000; }
.skip-link:focus { top: 16px; }
.section { padding: 128px 0; }
.kicker {
  color: var(--ash);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
h2 { font-size: clamp(48px, 5.4vw, 72px); line-height: .98; margin: 0; }
h3 { font-weight: 500; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { background: transparent; position: relative; z-index: 50; }
.nav-shell { align-items: center; display: flex; height: 92px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; }
.brand-logo { filter: grayscale(1) contrast(1.5); height: auto; width: 118px; }
.site-nav { align-items: center; display: flex; gap: 28px; }
.site-nav a { font-size: 14px; text-decoration: none; }
.site-nav a:not(.nav-contact) { position: relative; }
.site-nav a:not(.nav-contact)::after { background: var(--ink); bottom: -6px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); width: 100%; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { background: var(--ink); border: 1px solid var(--ink); border-radius: 9999px; color: white; padding: 11px 18px; }
.menu-button { align-items: center; background: none; border: 0; color: var(--ink); display: none; font: 500 14px var(--sans); gap: 10px; padding: 8px 0; }
.menu-button i, .menu-button i::after { background: currentColor; content: ""; display: block; height: 1px; transition: transform .25s; width: 18px; }
.menu-button i::after { transform: translateY(6px); }
.menu-button[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { transform: rotate(-90deg); }

/* Hero */
.editorial-hero { margin-top: -92px; min-height: 940px; overflow: hidden; position: relative; }
.editorial-hero::before {
  background: radial-gradient(circle at 76% 34%, rgba(251, 225, 209, .94), rgba(251, 225, 209, .36) 27%, transparent 55%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.editorial-hero::after { color: rgba(23, 25, 28, .025); content: "S"; font-family: var(--serif); font-size: 760px; line-height: .7; pointer-events: none; position: absolute; right: -85px; top: 95px; }
.hero-stage { min-height: 940px; padding-bottom: 56px; padding-top: 154px; position: relative; z-index: 2; }
.hero-focus-grid { align-items: center; display: grid; gap: 72px; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); }
.hero-copy { max-width: 760px; position: relative; z-index: 3; }
.hero-copy .kicker { color: var(--slate); }
.hero-copy h1 { font-size: clamp(62px, 6.6vw, 92px); line-height: .91; margin: 0; }
.hero-copy h1 em { font-weight: 400; }
.hero-lead { color: var(--slate); font-size: 17px; margin: 28px 0 0; max-width: 660px; }
.hero-actions { display: flex; gap: 10px; margin-top: 32px; }
.button { align-items: center; border-radius: 9999px; display: inline-flex; font-size: 15px; gap: 16px; justify-content: center; min-height: 48px; padding: 0 20px; text-decoration: none; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); border: 1px solid var(--ink); color: white; }
.button-ghost { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.button-ghost:hover { background: var(--ink); color: white; }
.button-light { background: white; border: 1px solid white; color: var(--ink); }
.need-card { background: var(--peach); border-radius: 24px; color: var(--sienna); padding: 22px; position: relative; z-index: 4; }
.need-card-head { align-items: end; display: flex; justify-content: space-between; padding: 4px 2px 22px; }
.need-card-head p { font-family: var(--serif); font-size: 30px; letter-spacing: -.03em; line-height: 1; margin: 0; }
.need-card-head > span { font-size: 10px; opacity: .62; }
.need-links { display: flex; flex-direction: column; }
.need-links a { align-items: center; border-top: 1px solid rgba(93, 42, 26, .2); display: flex; justify-content: space-between; min-height: 66px; text-decoration: none; }
.need-links a > span { align-items: center; display: grid; gap: 12px; grid-template-columns: 22px 1fr; }
.need-links small { font-size: 9px; opacity: .55; }
.need-links strong { font-size: 13px; font-weight: 500; }
.need-links i { align-items: center; background: var(--sienna); border-radius: 50%; color: white; display: flex; font-size: 12px; font-style: normal; height: 30px; justify-content: center; transition: transform .25s var(--ease); width: 30px; }
.need-links a:hover i { transform: translate(3px, -3px); }
.solution-strip { background: white; border-radius: 20px; box-shadow: var(--shadow); display: grid; gap: 0; grid-template-columns: .78fr 1.1fr 1.1fr; margin-top: 54px; overflow: hidden; position: relative; z-index: 4; }
.solution-intro, .solution-strip > a { min-height: 116px; padding: 24px; }
.solution-intro { background: var(--ink); color: white; }
.solution-intro small, .solution-strip a span { display: block; font-size: 9px; letter-spacing: .08em; margin-bottom: 13px; opacity: .55; text-transform: uppercase; }
.solution-intro strong { font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.08; }
.solution-strip > a { border-right: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; text-decoration: none; }
.solution-strip > a:last-child { border-right: 0; }
.solution-strip a span { grid-column: 1 / -1; }
.solution-strip a strong { font-size: 13px; font-weight: 500; max-width: 280px; }
.solution-strip a i { align-items: center; align-self: end; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-style: normal; height: 30px; justify-content: center; transition: background .2s, color .2s; width: 30px; }
.solution-strip a:hover i { background: var(--ink); color: white; }

/* Shared section composition */
.section-head { align-items: end; display: grid; gap: 72px; grid-template-columns: 1.4fr .6fr; margin-bottom: 56px; }
.section-head > p { color: var(--slate); font-size: 17px; margin: 0 0 4px; max-width: 430px; }
.products { background: var(--fog); }
.product-list { display: grid; gap: 16px; grid-template-columns: repeat(6, 1fr); }
.product-card { background: var(--mist); border-radius: 24px; display: flex; flex-direction: column; grid-column: span 3; min-height: 510px; overflow: hidden; padding: 24px; position: relative; }
.product-connect, .product-fi, .product-domains { grid-column: span 2; min-height: 470px; }
.product-connect h3, .product-fi h3, .product-domains h3 { font-size: clamp(34px, 3.2vw, 46px); }
.product-card.product-media { background: var(--peach); color: var(--sienna); }
.product-index { color: var(--ash); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.product-media .product-index { color: var(--sienna); opacity: .62; }
.product-content { margin-top: auto; max-width: 500px; }
.product-icon { display: flex; gap: 5px; margin-bottom: 38px; }
.product-icon span { background: currentColor; border-radius: 999px; display: block; height: 26px; opacity: .88; width: 7px; }
.product-icon span:nth-child(2) { height: 40px; transform: translateY(-14px); }.product-icon span:nth-child(3) { height: 18px; transform: translateY(8px); }
.icon-media { align-items: end; }.icon-media span { border-radius: 50%; height: 20px; width: 20px; }.icon-media span:nth-child(2) { height: 34px; transform: none; width: 34px; }.icon-media span:nth-child(3) { height: 14px; transform: none; width: 14px; }
.icon-connect span { border-radius: 50%; height: 30px; width: 30px; }.icon-connect span:nth-child(2) { height: 18px; transform: translate(-10px, 22px); width: 18px; }.icon-connect span:nth-child(3) { height: 10px; transform: translate(-20px, -5px); width: 10px; }
.icon-fi { border: 1px solid currentColor; border-radius: 8px; display: grid; gap: 5px; grid-template-columns: 1fr 1fr; height: 48px; padding: 9px; width: 42px; }
.icon-fi span { border-radius: 2px; height: 3px; opacity: .8; width: 100%; }.icon-fi span:first-child { grid-column: 1 / -1; height: 8px; }.icon-fi span:nth-child(2), .icon-fi span:nth-child(3) { transform: none; }
.icon-domains span { height: 2px; margin-top: 10px; width: 42px; }.icon-domains span:nth-child(2) { transform: translate(-20px, 10px) rotate(90deg); }.icon-domains span:nth-child(3) { transform: translate(-40px, 20px); }
.product-card h3 { font-family: var(--serif); font-size: clamp(40px, 4vw, 56px); font-weight: 400; letter-spacing: -.035em; line-height: .98; margin: 0 0 22px; }
.product-card p { color: var(--slate); font-size: 15px; margin: 0; max-width: 440px; }
.product-media p { color: var(--sienna); opacity: .8; }
.product-card ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 0; padding: 0; }
.product-card li { border: 1px solid currentColor; border-radius: 9999px; font-size: 10px; opacity: .65; padding: 6px 10px; }
.card-link { align-items: center; display: flex; font-size: 14px; justify-content: space-between; margin-top: 32px; padding-top: 16px; text-decoration: none; }
.card-link span { transition: transform .25s; }.card-link:hover span { transform: translate(3px, -3px); }

.ventures { background: white; }
.venture-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.venture-card { background: var(--mist); border-radius: 24px; color: var(--ink); display: block; min-height: 540px; overflow: hidden; padding: 24px; text-decoration: none; transition: transform .3s var(--ease); }
.venture-card:hover { transform: translateY(-4px); }
.venture-top { align-items: center; color: var(--ash); display: flex; font-size: 12px; justify-content: space-between; }
.venture-top i { font-style: normal; }
.venture-art { align-items: center; display: flex; flex-direction: column; height: 250px; justify-content: center; }
.venture-art strong { font-family: var(--serif); font-size: 92px; font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.venture-art span { color: var(--ash); font-size: 10px; letter-spacing: .1em; margin-top: 12px; text-transform: uppercase; }
.venture-copy h3 { font-family: var(--serif); font-size: 44px; font-weight: 400; letter-spacing: -.03em; margin: 0 0 12px; }
.venture-copy p { color: var(--slate); font-size: 14px; margin: 0; max-width: 480px; }
.venture-openreps .venture-art strong { border: 1px solid var(--ink); border-radius: 50%; font-family: var(--sans); font-size: 34px; height: 118px; letter-spacing: -.04em; line-height: 118px; text-align: center; width: 118px; }

.work { background: var(--fog); }
.work-heading { margin-bottom: 64px; max-width: 900px; }
.work-heading > p:last-child { color: var(--slate); font-size: 17px; max-width: 600px; }
.case-study { background: white; border-radius: 24px; display: grid; gap: 56px; grid-template-columns: 68px 1.05fr .95fr; margin-top: 16px; min-height: 580px; padding: 32px; }
.case-number, .case-label { color: var(--ash); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.case-main { display: flex; flex-direction: column; }
.client-logo { align-items: center; display: flex; height: 110px; margin-bottom: 36px; }
.client-logo img { max-height: 90px; max-width: 170px; object-fit: contain; }
.client-logo-smc img { max-height: 100px; }.client-logo-biobt img { border-radius: 12px; }
.case-main h3 { font-family: var(--serif); font-size: clamp(40px, 4vw, 58px); font-weight: 400; letter-spacing: -.04em; line-height: .98; margin: 16px 0 24px; }
.case-lead { color: var(--slate); font-size: 15px; margin: 0; max-width: 520px; }
.case-link { font-size: 14px; margin-top: auto; padding-top: 24px; text-decoration: none; }
.case-detail { align-self: stretch; background: var(--mist); border-radius: 20px; padding: 28px; }
.case-stats { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.case-stats span { background: white; border-radius: 16px; padding: 18px; }
.case-stats strong { display: block; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.case-stats small { color: var(--slate); font-size: 10px; }
.case-detail ul { list-style: none; margin: 30px 0 0; padding: 0; }
.case-detail li { border-top: 1px solid #dedee0; color: var(--slate); font-size: 12px; padding: 12px 0; }
.bio-visual { align-items: center; background: var(--peach); border-radius: 20px; color: var(--sienna); display: flex; justify-content: center; min-height: 100%; overflow: hidden; position: relative; }
.bio-ring { border: 1px solid currentColor; border-radius: 50%; position: absolute; }.ring-one { height: 220px; width: 220px; }.ring-two { height: 130px; width: 130px; }
.bio-pulse { background: currentColor; border-radius: 50%; height: 14px; width: 14px; }
.bio-visual small { bottom: 24px; font-size: 10px; position: absolute; }

.client-gallery-section { background: white; padding: 128px 0; }
.client-gallery-head { align-items: end; display: grid; gap: 72px; grid-template-columns: 1.4fr .6fr; margin-bottom: 48px; }
.client-gallery-head h3 { font-family: var(--serif); font-size: clamp(48px, 5vw, 68px); font-weight: 400; letter-spacing: -.04em; line-height: .98; margin: 0; }
.client-gallery-head > p { color: var(--slate); margin: 0; }
.client-project-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.client-project { background: var(--mist); border-radius: 24px; color: var(--ink); display: grid; gap: 24px; grid-template-columns: 170px 1fr; min-height: 300px; padding: 20px; text-decoration: none; transition: transform .3s var(--ease); }
.client-project:hover { transform: translateY(-4px); }
.client-project-logo { align-items: center; background: white; border-radius: 18px; display: flex; justify-content: center; padding: 20px; }
.client-project-logo img { max-height: 110px; object-fit: contain; }.client-project-logo.logo-square img { max-height: 105px; }
.logo-presswire { background: var(--ink); color: white; }.logo-presswire span { font-size: 13px; letter-spacing: .04em; }
.client-project-copy { align-self: center; padding-right: 8px; }
.client-project-copy > span { color: var(--ash); font-size: 9px; text-transform: uppercase; }
.client-project-copy h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.03em; margin: 18px 0 10px; }
.client-project-copy p { color: var(--slate); font-size: 12px; margin: 0 0 24px; }
.client-project-copy strong { font-size: 11px; font-weight: 500; }

.human-focus { background: white; padding: 24px 0 128px; }
.human-focus-card { border-radius: 24px; display: grid; grid-template-columns: 1.45fr .55fr; margin: 0; overflow: hidden; }
.human-focus-image { min-height: 560px; overflow: hidden; }
.human-focus-image img { display: block; filter: saturate(.78) sepia(.06); height: 100%; object-fit: cover; object-position: center 38%; width: 100%; }
.human-focus-card figcaption { background: var(--peach); color: var(--sienna); display: flex; flex-direction: column; padding: 48px 38px 30px; }
.human-focus-card .kicker { color: var(--sienna); opacity: .58; }
.human-focus-card blockquote { font-family: var(--serif); font-size: clamp(32px, 3vw, 46px); letter-spacing: -.035em; line-height: 1.02; margin: 18px 0 24px; }
.human-focus-card figcaption > p:not(.kicker) { font-size: 13px; opacity: .74; }
.human-focus-card figcaption > a { align-items: center; border-bottom: 1px solid rgba(93, 42, 26, .28); display: flex; font-size: 13px; justify-content: space-between; margin-top: 18px; padding: 13px 0; text-decoration: none; }
.human-focus-card figcaption small { margin-top: auto; padding-top: 32px; }.human-focus-card figcaption small a { color: inherit; font-size: 8px; opacity: .48; text-decoration: none; text-transform: uppercase; }

.capabilities { background: var(--mist); }
.capabilities-grid { display: grid; gap: 100px; grid-template-columns: .9fr 1.1fr; }
.capabilities-intro { height: max-content; position: sticky; top: 48px; }
.capabilities-intro > p:not(.kicker) { color: var(--slate); font-size: 17px; margin: 28px 0; max-width: 480px; }
.capability { border-top: 1px solid #d8d8da; display: grid; gap: 28px; grid-template-columns: 40px 1fr; padding: 34px 0; }
.capability > span { color: var(--ash); font-size: 11px; }
.capability h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; margin: -8px 0 8px; }
.capability p { color: var(--slate); font-size: 14px; margin: 0; }

.about { background: white; }
.about-grid { display: grid; gap: 90px; grid-template-columns: 1.25fr .75fr; }
.about-copy { border-left: 1px solid var(--line); padding: 38px 0 0 48px; }
.about-copy > p { color: var(--slate); font-size: 16px; }
.about-copy > p:first-child { color: var(--ink); font-size: 20px; }
.about-meta { border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 36px; padding-top: 22px; }
.about-meta span { font-size: 12px; }.about-meta small { color: var(--ash); display: block; font-size: 9px; margin-bottom: 6px; text-transform: uppercase; }

.contact { background: white; padding-top: 0; }
.contact-card { align-items: center; background: var(--peach); border-radius: 24px; color: var(--sienna); display: grid; gap: 40px; grid-template-columns: 120px 1fr 280px; min-height: 340px; padding: 40px; }
.contact-card .kicker { color: var(--sienna); opacity: .6; }
.contact-mark { align-items: center; border: 1px solid var(--sienna); border-radius: 50%; display: flex; font-family: var(--serif); font-size: 64px; height: 104px; justify-content: center; width: 104px; }
.contact-mark span { font-family: var(--sans); font-size: 16px; }
.contact-links { display: flex; flex-direction: column; gap: 8px; }
.contact-links a { border-bottom: 1px solid rgba(93, 42, 26, .3); display: flex; font-size: 13px; justify-content: space-between; padding: 12px 0; text-decoration: none; }

/* Internal pages */
.inner-hero, .contact-hero { background: white; min-height: 650px; overflow: hidden; padding: 92px 0 108px; position: relative; }
.inner-hero::before, .contact-hero::before { background: radial-gradient(circle at center, rgba(251, 225, 209, .72), transparent 60%); content: ""; height: 650px; position: absolute; right: -180px; top: -120px; width: 650px; }
.inner-hero::after { background: white; border-radius: 20px; box-shadow: var(--shadow); color: var(--slate); content: "SaraBiT / Product systems / Custom technology"; font-size: 11px; line-height: 1.5; padding: 28px; position: absolute; right: 8%; top: 160px; width: 210px; }
.inner-hero-grid { align-items: end; display: grid; gap: 110px; grid-template-columns: 1.25fr .75fr; min-height: 430px; position: relative; z-index: 2; }
.inner-hero h1, .contact-hero h1 { font-size: clamp(66px, 8.4vw, 112px); line-height: .88; margin: 0; }
.inner-hero h1 em, .contact-hero h1 em { font-weight: 400; }
.inner-hero-side { border-left: 1px solid var(--line); max-width: 400px; padding-left: 28px; }
.inner-hero-side > span { color: var(--ash); font-size: 10px; letter-spacing: .08em; }
.inner-hero-side p { color: var(--slate); font-size: 16px; margin: 18px 0 0; }

.product-directory, .service-directory, .about-story, .contact-routing { background: var(--fog); }
.directory-item { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 48px 1fr 210px; min-height: 410px; padding: 56px 0; }
.directory-item:last-child { border-bottom: 1px solid var(--line); }
.directory-no, .service-block > span, .process-steps span, .principle-grid span, .routing-grid > article > span { color: var(--ash); font-size: 10px; letter-spacing: .08em; }
.directory-item h2 { font-size: clamp(48px, 5vw, 68px); margin: 0 0 18px; }
.directory-item p:not(.kicker) { color: var(--slate); font-size: 16px; max-width: 680px; }
.directory-item ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 0; padding: 0; }
.directory-item li { border: 1px solid #d9d9db; border-radius: 9999px; font-size: 10px; padding: 7px 11px; }
.directory-action { align-self: end; display: flex; flex-direction: column; gap: 12px; }
.directory-action span { color: var(--ash); font-size: 10px; }
.directory-action a { font-size: 13px; text-decoration: none; }
.page-cta { background: white; padding: 88px 0; }
.page-cta-grid { align-items: center; background: var(--peach); border-radius: 24px; color: var(--sienna); display: grid; gap: 44px; grid-template-columns: 130px 1fr auto; padding-bottom: 48px; padding-top: 48px; }
.page-cta h2 { font-size: clamp(36px, 4vw, 54px); }.page-cta .button-primary { background: var(--sienna); border-color: var(--sienna); }

.service-directory-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.service-block { background: var(--mist); border-radius: 24px; min-height: 430px; padding: 32px; }
.service-block h2 { font-size: 48px; margin: 80px 0 18px; }
.service-block p { color: var(--slate); font-size: 15px; }
.service-block ul { border-top: 1px solid #dbdbdd; list-style: none; margin: 28px 0 0; padding: 18px 0 0; }
.service-block li { color: var(--slate); font-size: 12px; padding: 4px 0 4px 16px; position: relative; }.service-block li::before { content: "+"; left: 0; position: absolute; }
.process, .principles { background: white; }
.process-steps, .principle-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.process-steps article, .principle-grid article { background: var(--mist); border-radius: 24px; min-height: 300px; padding: 24px; }
.process-steps h3, .principle-grid h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 88px 0 12px; }
.process-steps p, .principle-grid p { color: var(--slate); font-size: 12px; }

.work-page { padding-top: 16px; }.work-page .case-study:first-child { margin-top: 0; }
.about-story-grid { display: grid; gap: 90px; grid-template-columns: 1.05fr .95fr; }
.about-story h2 { font-size: clamp(48px, 5.5vw, 72px); }
.story-copy { border-left: 1px solid var(--line); padding: 36px 0 0 48px; }
.story-copy p { color: var(--slate); font-size: 16px; }.story-copy p:first-child { color: var(--ink); font-size: 20px; }
.company-note { background: white; padding: 120px 0; }
.company-note-grid { background: var(--peach); border-radius: 24px; color: var(--sienna); display: grid; gap: 90px; grid-template-columns: 1fr 1fr; padding-bottom: 56px; padding-top: 56px; }
.company-note .kicker { color: var(--sienna); opacity: .6; }.company-note h2 { font-size: clamp(44px, 5vw, 66px); }
.company-note-grid > div:last-child > p { font-size: 18px; }
.company-note dl { border-top: 1px solid rgba(93, 42, 26, .25); margin-top: 32px; }.company-note dl > div { border-bottom: 1px solid rgba(93, 42, 26, .2); display: grid; grid-template-columns: 100px 1fr; padding: 13px 0; }.company-note dt { font-size: 10px; text-transform: uppercase; }.company-note dd { font-size: 13px; margin: 0; }

.contact-hero-grid { align-items: end; display: grid; gap: 90px; grid-template-columns: 1.15fr .85fr; min-height: 460px; position: relative; z-index: 2; }
.contact-hero h1 + p { color: var(--slate); font-size: 17px; max-width: 580px; }
.contact-options { background: white; border-radius: 20px; box-shadow: var(--shadow); padding: 10px 22px; }
.contact-options > a, .contact-options > div { border-bottom: 1px solid var(--line); display: grid; gap: 8px; grid-template-columns: 1fr auto; padding: 18px 0; text-decoration: none; }.contact-options > *:last-child { border-bottom: 0; }.contact-options span { color: var(--ash); font-size: 9px; grid-column: 1/-1; text-transform: uppercase; }.contact-options strong { font-size: 15px; font-weight: 500; }.contact-options i { font-style: normal; }
.routing-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.routing-grid article { background: var(--mist); border-radius: 24px; min-height: 350px; padding: 28px; }.routing-grid article:nth-child(2) { background: var(--peach); color: var(--sienna); }
.routing-grid h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.05; margin: 72px 0 14px; }.routing-grid p { color: var(--slate); font-size: 12px; min-height: 75px; }.routing-grid article:nth-child(2) p { color: var(--sienna); opacity: .76; }.routing-grid a { font-size: 12px; text-decoration: none; }

.related-links { background: var(--fog); padding: 110px 0; }
.related-links-head { align-items: end; display: grid; gap: 72px; grid-template-columns: .55fr 1.45fr; margin-bottom: 42px; }
.related-links-head .kicker { margin: 0; }
.related-links-head h2 { font-size: clamp(44px, 5vw, 66px); margin: 0; }
.related-links-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.related-link { color: var(--ink); display: grid; gap: 52px; min-height: 220px; padding: 26px 28px 24px 0; position: relative; text-decoration: none; }
.related-link + .related-link { border-left: 1px solid var(--line); padding-left: 28px; }
.related-link span { color: var(--ash); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.related-link strong { font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.08; max-width: 330px; }
.related-link i { bottom: 24px; font-size: 18px; font-style: normal; position: absolute; right: 28px; transition: transform .2s var(--ease); }
.related-link:hover i { transform: translateX(5px); }

.legal-page { background: var(--fog); min-height: 700px; padding: 110px 0 120px; }
.legal-grid { display: grid; gap: 100px; grid-template-columns: 280px 1fr; }.legal-grid aside { height: max-content; position: sticky; top: 40px; }.legal-grid h1 { font-family: var(--serif); font-size: 64px; font-weight: 400; letter-spacing: -.04em; margin: 0; }.legal-grid aside > p:last-child { color: var(--ash); font-size: 10px; }.legal-grid article { max-width: 760px; }.legal-grid article h2 { font-size: 34px; margin: 0 0 12px; padding-top: 40px; }.legal-grid article h2:first-child { padding-top: 0; }.legal-grid article p { color: var(--slate); }

/* Fast Invoicing SEO cluster */
.seo-breadcrumb { align-items: center; color: var(--ash); display: flex; flex-wrap: wrap; font-size: 10px; gap: 9px; letter-spacing: .04em; margin-bottom: 46px; text-transform: uppercase; }
.seo-breadcrumb a { color: inherit; text-decoration: none; }.seo-breadcrumb a:hover { color: var(--ink); }
.seo-hero { background: white; overflow: hidden; padding: 70px 0 92px; position: relative; }
.seo-hero::before { background: radial-gradient(circle, rgba(251,225,209,.9), transparent 67%); content: ""; height: 720px; position: absolute; right: -160px; top: -190px; width: 720px; }
.seo-hero-grid { align-items: center; display: grid; gap: 86px; grid-template-columns: 1.12fr .88fr; position: relative; z-index: 1; }
.seo-hero h1 { font-size: clamp(58px, 7.2vw, 96px); line-height: .9; margin: 0 0 28px; }
.seo-hero h1 em { font-weight: 400; }.seo-hero-copy > p:not(.kicker) { color: var(--slate); font-size: 17px; max-width: 650px; }
.seo-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-hero-note { color: var(--ash); display: block; font-size: 10px; margin-top: 17px; }
.invoice-visual { background: var(--ink); border-radius: 26px; box-shadow: 0 30px 80px rgba(20,25,24,.16); color: white; min-height: 500px; overflow: hidden; padding: 24px; position: relative; transform: rotate(1.5deg); }
.invoice-visual::before { background: var(--orange); border-radius: 50%; content: ""; filter: blur(2px); height: 190px; position: absolute; right: -60px; top: -60px; width: 190px; }
.invoice-paper { background: #fffdf8; border-radius: 16px; color: var(--ink); min-height: 430px; padding: 28px; position: relative; z-index: 1; }
.invoice-paper-head { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 22px; }
.invoice-paper-head strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }.invoice-paper-head span { color: var(--orange); font-size: 10px; letter-spacing: .06em; }
.invoice-paper-meta { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin: 26px 0; }.invoice-paper-meta span { background: var(--mist); border-radius: 9px; color: var(--ash); font-size: 9px; padding: 12px; }.invoice-paper-meta b { color: var(--ink); display: block; font-size: 11px; margin-top: 5px; }
.invoice-lines i { background: #e5e5e2; border-radius: 9px; display: block; height: 9px; margin: 13px 0; }.invoice-lines i:nth-child(2) { width: 78%; }.invoice-lines i:nth-child(3) { width: 62%; }
.invoice-total { align-items: end; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 30px; padding-top: 20px; }.invoice-total span { color: var(--ash); font-size: 10px; }.invoice-total strong { color: var(--orange); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.seo-proof { background: var(--ink); color: white; }.seo-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.seo-proof-grid span { border-right: 1px solid rgba(255,255,255,.13); font-size: 12px; padding: 25px 22px; text-align: center; }.seo-proof-grid span:last-child { border-right: 0; }
.seo-intro { background: var(--fog); }.seo-intro-grid { display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }.seo-intro h2 { position: sticky; top: 48px; }.seo-prose { border-left: 1px solid var(--line); padding-left: 48px; }.seo-prose p { color: var(--slate); font-size: 16px; }.seo-prose p:first-child { color: var(--ink); font-size: 21px; }
.seo-benefits { background: white; }.seo-benefit-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }.seo-benefit { background: var(--mist); border-radius: 22px; min-height: 285px; padding: 26px; }.seo-benefit:nth-child(2) { background: var(--peach); color: var(--sienna); }.seo-benefit > span { color: var(--ash); font-size: 10px; }.seo-benefit h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; margin: 76px 0 12px; }.seo-benefit p { color: var(--slate); font-size: 12px; }.seo-benefit:nth-child(2) p { color: inherit; opacity: .74; }
.seo-article-section { background: var(--fog); }.seo-article-grid { display: grid; gap: 70px; grid-template-columns: 1fr 300px; }.seo-article { max-width: 780px; }.seo-article h2 { font-size: clamp(38px, 4vw, 54px); margin: 64px 0 18px; }.seo-article h2:first-child { margin-top: 0; }.seo-article h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 34px 0 12px; }.seo-article p, .seo-article li { color: var(--slate); font-size: 15px; }.seo-article ul { padding-left: 20px; }.seo-article li { margin: 9px 0; }.seo-article a { text-underline-offset: 3px; }
.seo-aside { align-self: start; background: white; border-radius: 22px; box-shadow: var(--shadow); padding: 25px; position: sticky; top: 35px; }.seo-aside .kicker { color: var(--orange); }.seo-aside h2 { font-size: 34px; margin: 18px 0; }.seo-aside p { color: var(--slate); font-size: 12px; }.seo-aside .button { margin-top: 12px; width: 100%; }
.seo-checklist { border-top: 1px solid var(--line); list-style: none; margin: 24px 0 0; padding: 10px 0 0; }.seo-checklist li { border-bottom: 1px solid var(--line); color: var(--slate); font-size: 11px; padding: 11px 0 11px 18px; position: relative; }.seo-checklist li::before { color: var(--orange); content: "+"; left: 0; position: absolute; }
.seo-table-wrap { margin: 28px 0; overflow-x: auto; }.seo-table { border-collapse: collapse; min-width: 620px; width: 100%; }.seo-table th, .seo-table td { border-bottom: 1px solid var(--line); padding: 15px 12px; text-align: left; }.seo-table th { color: var(--ash); font-size: 10px; text-transform: uppercase; }.seo-table td { color: var(--slate); font-size: 13px; }
.seo-faq { background: white; }.seo-faq-grid { display: grid; gap: 80px; grid-template-columns: .65fr 1.35fr; }.seo-faq-list article { border-top: 1px solid var(--line); padding: 22px 0; }.seo-faq-list h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 0 0 9px; }.seo-faq-list p { color: var(--slate); font-size: 13px; margin: 0; }
.seo-cluster { background: var(--fog); padding: 100px 0; }.seo-cluster-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }.seo-cluster-card { background: white; border-radius: 22px; color: var(--ink); min-height: 250px; padding: 25px; position: relative; text-decoration: none; }.seo-cluster-card span { color: var(--ash); font-size: 9px; text-transform: uppercase; }.seo-cluster-card h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.05; margin: 65px 0 15px; }.seo-cluster-card p { color: var(--slate); font-size: 11px; }.seo-cluster-card i { bottom: 22px; font-style: normal; position: absolute; right: 24px; transition: transform .2s var(--ease); }.seo-cluster-card:hover i { transform: translateX(5px); }
.seo-cluster-grid-four { grid-template-columns: repeat(4, 1fr); }

/* Custom software SEO cluster */
.system-visual { background: var(--ink); border-radius: 26px; box-shadow: 0 30px 80px rgba(20,25,24,.16); min-height: 500px; overflow: hidden; padding: 26px; position: relative; transform: rotate(-1deg); }
.system-visual::before { background: radial-gradient(circle, rgba(242,111,51,.9), rgba(242,111,51,0)); content: ""; height: 280px; left: -90px; position: absolute; top: -100px; width: 280px; }
.system-window { background: #f9f8f3; border-radius: 16px; min-height: 430px; padding: 18px; position: relative; z-index: 1; }
.system-window-bar { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 7px; padding: 2px 0 15px; }
.system-window-bar i { background: #d9d9d6; border-radius: 50%; height: 7px; width: 7px; }.system-window-bar i:first-child { background: var(--orange); }
.system-window-bar span { color: var(--ash); font-size: 8px; letter-spacing: .06em; margin-left: auto; text-transform: uppercase; }
.system-map { display: grid; gap: 12px; grid-template-columns: .72fr 1.28fr; margin-top: 18px; }
.system-nav { background: var(--ink); border-radius: 11px; color: white; min-height: 346px; padding: 18px 13px; }
.system-nav strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }.system-nav span { border-top: 1px solid rgba(255,255,255,.13); display: block; font-size: 8px; margin-top: 18px; padding-top: 12px; text-transform: uppercase; }
.system-modules { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.system-module { background: white; border: 1px solid #e8e7e2; border-radius: 11px; min-height: 116px; padding: 13px; }.system-module:first-child { background: var(--peach); color: var(--sienna); grid-column: 1/-1; }
.system-module small { color: var(--ash); display: block; font-size: 7px; letter-spacing: .05em; text-transform: uppercase; }.system-module b { display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; margin-top: 30px; }.system-module:first-child b { font-size: 27px; margin-top: 26px; }
.service-link-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }.service-link-card { background: var(--mist); border-radius: 22px; color: var(--ink); min-height: 270px; padding: 25px; position: relative; text-decoration: none; }.service-link-card:nth-child(2), .service-link-card:nth-child(5) { background: var(--peach); color: var(--sienna); }.service-link-card span { color: var(--ash); font-size: 9px; text-transform: uppercase; }.service-link-card h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.05; margin: 62px 0 13px; }.service-link-card p { color: var(--slate); font-size: 11px; }.service-link-card:nth-child(2) p, .service-link-card:nth-child(5) p { color: inherit; opacity: .74; }.service-link-card i { bottom: 22px; font-style: normal; position: absolute; right: 24px; }

/* Footer */
.site-footer { background: var(--fog); border-top: 1px solid var(--line); padding: 80px 0 28px; }
.footer-grid { display: grid; gap: 42px; grid-template-columns: .7fr 1.3fr 1fr; }
.brand-footer { width: max-content; }.footer-grid > p { color: var(--slate); margin: 0; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; }.footer-links a { font-size: 13px; margin-bottom: 10px; text-decoration: none; }.footer-bottom { border-top: 1px solid var(--line); color: var(--ash); display: flex; font-size: 9px; grid-column: 1/-1; justify-content: space-between; padding-top: 24px; text-transform: uppercase; }

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }.site-nav a { font-size: 12px; }
  .hero-focus-grid { gap: 32px; grid-template-columns: 1.12fr .88fr; }.hero-copy h1 { font-size: clamp(58px, 7vw, 76px); }.solution-strip { grid-template-columns: .75fr 1fr 1fr; }.solution-intro, .solution-strip > a { padding: 19px; }
  .case-study { gap: 30px; grid-template-columns: 46px 1fr; }.case-study > :last-child { grid-column: 2; }
  .client-project { grid-template-columns: 130px 1fr; }
  .related-links-head { gap: 40px; }
  .seo-hero-grid { gap: 48px; }.seo-intro-grid { gap: 54px; }.seo-article-grid { gap: 40px; grid-template-columns: 1fr 260px; }
  .seo-cluster-grid-four { grid-template-columns: 1fr 1fr; }
  .system-map { grid-template-columns: .62fr 1.38fr; }
  .page-cta-grid { grid-template-columns: 1fr; }.page-cta-grid .kicker { margin: 0; }
}

@media (max-width: 760px) {
  .shell { padding-left: 18px; padding-right: 18px; }
  .section { padding: 84px 0; }
  h2 { font-size: clamp(42px, 13vw, 58px); }
  .nav-shell { height: 76px; }.brand-logo { width: 104px; }.menu-button { display: flex; }
  .site-nav { align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 0; left: 18px; opacity: 0; padding: 14px; pointer-events: none; position: absolute; right: 18px; top: 68px; transform: translateY(-8px); transition: opacity .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.site-nav a { font-size: 14px; padding: 12px; }.site-nav a:not(.nav-contact)::after { display: none; }.nav-contact { margin-top: 4px; text-align: center; }
  .editorial-hero { margin-top: -76px; min-height: 0; }.editorial-hero::before { background: radial-gradient(circle at 70% 30%, rgba(251,225,209,.92), transparent 48%); }.editorial-hero::after { font-size: 520px; opacity: .8; right: -150px; top: 220px; }
  .hero-stage { min-height: 0; padding-bottom: 72px; padding-top: 124px; }.hero-focus-grid { gap: 42px; grid-template-columns: 1fr; }.hero-copy h1 { font-size: clamp(52px, 15vw, 72px); }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; max-width: 320px; }.need-card { padding: 18px; }.need-card-head { align-items: start; flex-direction: column; gap: 8px; }.solution-strip { grid-template-columns: 1fr; margin-top: 16px; }.solution-intro, .solution-strip > a { min-height: 104px; }.solution-strip > a { border-bottom: 1px solid var(--line); border-right: 0; }
  .section-head, .client-gallery-head { align-items: start; gap: 24px; grid-template-columns: 1fr; margin-bottom: 38px; }
  .product-list, .venture-grid, .client-project-grid, .service-directory-grid, .routing-grid { grid-template-columns: 1fr; }.product-card, .product-connect, .product-fi, .product-domains { grid-column: auto; min-height: 470px; }.venture-card { min-height: 490px; }
  .related-links { padding: 80px 0; }.related-links-head, .related-links-grid { grid-template-columns: 1fr; }.related-links-head { align-items: start; gap: 18px; }.related-link { border-bottom: 1px solid var(--line); min-height: 180px; padding: 24px 44px 24px 0; }.related-link + .related-link { border-left: 0; padding-left: 0; }.related-link i { right: 4px; }
  .seo-hero { padding: 46px 0 72px; }.seo-hero h1 { font-size: clamp(46px, 14vw, 68px); }.seo-breadcrumb { margin-bottom: 34px; }.seo-hero-grid, .seo-intro-grid, .seo-article-grid, .seo-faq-grid { grid-template-columns: 1fr; }.invoice-visual, .system-visual { min-height: 440px; transform: none; }.invoice-paper, .system-window { min-height: 370px; }.seo-proof-grid { grid-template-columns: 1fr 1fr; }.seo-proof-grid span:nth-child(2) { border-right: 0; }.seo-proof-grid span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }.seo-prose { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }.seo-benefit-grid, .seo-cluster-grid, .seo-cluster-grid-four, .service-link-grid { grid-template-columns: 1fr; }.seo-benefit { min-height: 250px; }.seo-benefit h3 { margin-top: 58px; }.seo-aside, .seo-intro h2 { position: static; }.seo-cluster-card { min-height: 230px; }.system-map { grid-template-columns: 1fr; }.system-nav { min-height: 130px; }.system-nav span { display: inline-block; margin-right: 12px; }.service-link-card { min-height: 240px; }
  .case-study { grid-template-columns: 1fr; padding: 22px; }.case-study > :last-child { grid-column: auto; }.case-number { margin-bottom: 16px; }.client-logo { height: 90px; margin-bottom: 22px; }.case-main h3 { font-size: 43px; }.case-detail, .bio-visual { min-height: 330px; }
  .client-project { grid-template-columns: 1fr; }.client-project-logo { min-height: 150px; }.client-project-copy { padding: 12px 4px; }
  .human-focus { padding: 12px 0 84px; }.human-focus-card { grid-template-columns: 1fr; }.human-focus-image { min-height: 360px; }.human-focus-card figcaption { min-height: 430px; padding: 32px 26px 24px; }
  .capabilities-grid, .about-grid, .about-story-grid, .company-note-grid, .contact-hero-grid, .legal-grid { gap: 48px; grid-template-columns: 1fr; }.capabilities-intro, .legal-grid aside { position: static; }.about-copy, .story-copy { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .contact-card { grid-template-columns: 1fr; padding: 28px; }.contact-card h2 { font-size: 48px; }.contact-mark { height: 76px; width: 76px; }.contact-links { width: 100%; }
  .inner-hero, .contact-hero { min-height: 0; padding: 72px 0 84px; }.inner-hero::after { display: none; }.inner-hero-grid { align-items: start; gap: 42px; grid-template-columns: 1fr; min-height: 0; }.inner-hero h1, .contact-hero h1 { font-size: clamp(58px, 18vw, 78px); }.inner-hero-side { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .directory-item { gap: 18px; grid-template-columns: 34px 1fr; }.directory-action { grid-column: 2; }.directory-item h2 { font-size: 48px; }
  .process-steps, .principle-grid { grid-template-columns: 1fr 1fr; }.process-steps article, .principle-grid article { min-height: 250px; }.process-steps h3, .principle-grid h3 { margin-top: 64px; }
  .company-note { padding: 80px 0; }.company-note-grid { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }.footer-links { max-width: 300px; }
}

@media (max-width: 460px) {
  .process-steps, .principle-grid, .case-stats, .about-meta { grid-template-columns: 1fr; }
  .product-card h3 { font-size: 40px; }.venture-art { height: 210px; }.venture-copy h3 { font-size: 38px; }
  .directory-item { grid-template-columns: 1fr; }.directory-action { grid-column: 1; }.directory-no { margin-bottom: -6px; }
}

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