:root {
  --ink: #15202b;
  --blue: #234a62;
  --blue-deep: #173545;
  --brass: #b88a4a;
  --paper: #f5f2ec;
  --paper-light: #fbfaf7;
  --slate: #69747c;
  --line: rgba(21, 32, 43, 0.15);
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 28px 70px rgba(21, 32, 43, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 242, 236, 0.88);
  border-bottom: 1px solid rgba(21, 32, 43, 0.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.22em; white-space: nowrap; }
.brand-mark { width: 42px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark rect { fill: var(--brass); stroke: none; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 0.88rem; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; color: var(--paper-light); background: var(--ink); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { padding: 74px 0 88px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 0.93fr 1.07fr; align-items: center; gap: 58px; }
.eyebrow, .section-tag { margin: 0 0 18px; color: var(--blue); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; }
.section-tag.light { color: #d2b07e; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.2rem, 6.1vw, 6.3rem); line-height: 0.95; letter-spacing: -0.065em; font-weight: 650; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 640px; margin: 30px 0 0; color: #4e5c65; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 0.9rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--blue); }
.button-secondary { border-color: rgba(21, 32, 43, 0.25); background: rgba(255, 255, 255, 0.35); }
.button-secondary:hover { background: var(--white); }
.button-brass { color: var(--ink); background: #cda365; }
.button-brass:hover { background: #ddb779; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; color: var(--slate); font-size: 0.76rem; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }
.hero-visual { position: relative; min-height: 590px; border-radius: 180px 24px 24px 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--ink); }
.hero-visual > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: 58% center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(10, 18, 23, 0.5)); }
.relay-card { position: absolute; color: var(--ink); background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.6); box-shadow: 0 20px 48px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.relay-card-top { top: 42px; left: -26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-width: 260px; padding: 14px 16px; border-radius: 16px; }
.relay-card small, .relay-card-bottom small { display: block; color: var(--slate); font-size: 0.62rem; font-weight: 800; letter-spacing: .13em; }
.relay-card strong { display: block; font-size: .9rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #4d9a72; box-shadow: 0 0 0 5px rgba(77,154,114,.15); }
.card-tick { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .75rem; }
.relay-card-bottom { right: 24px; bottom: 24px; width: min(300px, calc(100% - 48px)); padding: 18px 20px; border-radius: 16px; }
.relay-card-bottom strong { margin: 5px 0 2px; }
.relay-card-bottom > span { color: var(--slate); font-size: .72rem; }

.problem-section { padding: 94px 0; color: var(--paper-light); background: var(--ink); overflow: hidden; }
.problem-grid { display: grid; grid-template-columns: 1.15fr .8fr 1fr; align-items: center; gap: 56px; }
.problem-section h2, .section-heading h2, .outcomes-intro h2, .roadmap h2, .control h2, .closing h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.4rem); line-height: 1.05; letter-spacing: -0.05em; font-weight: 650; }
.problem-section h2 span { color: #d2b07e; }
.problem-copy { color: #c6ccd0; }
.problem-copy p { margin: 0 0 18px; }
.message-stack { position: relative; height: 220px; }
.message { position: absolute; max-width: 290px; padding: 13px 17px; color: var(--ink); background: var(--paper-light); border-radius: 16px 16px 16px 4px; font-size: .82rem; box-shadow: 0 15px 40px rgba(0,0,0,.2); }
.message span { display: block; margin-bottom: 3px; color: var(--slate); font-size: .62rem; }
.message-one { top: 0; left: 4%; transform: rotate(-2deg); }
.message-two { top: 76px; right: 0; color: var(--white); background: var(--blue); border-radius: 16px 16px 4px 16px; transform: rotate(1deg); }
.message-two span { color: #c3d0d7; }
.message-three { bottom: 0; left: 15%; transform: rotate(-1deg); }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.split-heading > p { margin: 0 0 6px; color: var(--slate); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.25); }
.step { position: relative; min-height: 360px; padding: 32px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { position: absolute; top: 26px; right: 28px; color: var(--slate); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 74px; color: var(--blue); background: #e7ecec; border-radius: 18px; }
.step-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step h3, .outcome h3 { margin: 0 0 10px; font-size: 1.28rem; letter-spacing: -.03em; }
.step p, .outcome p { margin: 0; color: var(--slate); font-size: .9rem; }
.featured-step { color: var(--white); background: var(--blue); }
.featured-step .step-number, .featured-step p { color: #c8d4da; }
.featured-step .step-icon { color: var(--paper); background: rgba(255,255,255,.12); }

.outcomes { background: var(--paper-light); }
.outcomes-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.outcomes-intro { position: sticky; top: 120px; align-self: start; }
.outcomes-intro > p:not(.section-tag) { color: var(--slate); margin: 24px 0; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--blue); border-bottom: 1px solid rgba(35,74,98,.35); font-weight: 750; }
.outcome { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.outcome:last-child { border-bottom: 1px solid var(--line); }
.outcome-index { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue); border: 1px solid rgba(35,74,98,.3); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.outcome p { max-width: 520px; }

.roadmap { padding-block: 0; background: var(--paper-light); }
.roadmap-shell { padding: 80px; color: var(--white); background: var(--blue-deep); border-radius: 32px; }
.roadmap-copy { max-width: 700px; }
.roadmap-copy > p:last-child { max-width: 600px; color: #c4d0d6; }
.roadmap-track { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; margin-top: 54px; }
.roadmap-item { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.05); }
.roadmap-item.current { color: var(--ink); background: var(--paper); }
.roadmap-item > span { display: block; margin-bottom: 16px; color: #d2b07e; font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.roadmap-item.current > span { color: var(--brass); }
.roadmap-item strong, .roadmap-item small { display: block; }
.roadmap-item small { margin-top: 4px; color: #bfcbd1; }
.roadmap-item.current small { color: var(--slate); }
.track-line { height: 1px; background: rgba(255,255,255,.25); }

.control { background: var(--paper-light); }
.control-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-top: 18px; }
.control-copy > p:last-child { max-width: 520px; color: var(--slate); }
.control-points { display: grid; gap: 16px; }
.control-points > div { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 18px; padding: 20px; background: var(--paper); border-radius: 16px; }
.control-points span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .75rem; }
.control-points p { margin: 0; color: var(--slate); font-size: .86rem; }
.control-points strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .96rem; }

.closing { padding: 120px 0; color: var(--paper-light); background: var(--ink); text-align: center; }
.closing-inner { max-width: 940px; }
.closing h2 { font-size: clamp(2.8rem, 6vw, 6rem); }
.closing-inner > p:not(.section-tag) { max-width: 690px; margin: 28px auto 34px; color: #bec6ca; }

.site-footer { padding: 58px 0 30px; background: #0e171e; color: #c1c8cc; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 40px; align-items: start; }
.footer-brand { color: var(--white); }
.footer-grid p { margin: 15px 0 0; color: #89959c; font-size: .83rem; }
.footer-links, .footer-meta { display: grid; gap: 9px; font-size: .8rem; }
.footer-links a:hover { color: var(--white); }
.footer-meta { color: #89959c; }
.privacy-note { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.privacy-note details { max-width: 760px; }
.privacy-note summary { width: max-content; cursor: pointer; color: #c1c8cc; }
.privacy-note details div { padding-top: 12px; color: #89959c; }
.privacy-note details p { margin: 0 0 10px; }
.privacy-note a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .hero-grid, .problem-grid, .outcomes-grid, .control-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 500px; border-radius: 120px 24px 24px; }
  .hero-visual > img { min-height: 500px; }
  .relay-card-top { left: 24px; }
  .problem-grid { gap: 34px; }
  .message-stack { max-width: 520px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .outcomes-intro { position: static; }
  .roadmap-shell { padding: 56px 40px; }
  .roadmap-track { grid-template-columns: 1fr; gap: 12px; }
  .track-line { width: 1px; height: 18px; margin-left: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .nav-wrap { min-height: 68px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 90px 28px 40px; background: var(--paper); transform: translateY(-105%); transition: transform .28s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1.3rem; }
  .site-nav .nav-cta { margin-top: 18px; padding: 15px 20px; border-bottom: 0; text-align: center; font-size: .95rem; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 44px 0 64px; }
  .hero-grid { gap: 44px; }
  .hero h1 { font-size: clamp(3.1rem, 15.5vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 430px; border-radius: 84px 18px 18px; }
  .hero-visual > img { min-height: 430px; object-position: 65% center; }
  .relay-card-top { top: 18px; left: 16px; min-width: 230px; }
  .relay-card-bottom { right: 16px; bottom: 16px; width: calc(100% - 32px); }
  .problem-section, .section, .closing { padding: 78px 0; }
  .problem-section h2, .section-heading h2, .outcomes-intro h2, .roadmap h2, .control h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .message-stack { height: 240px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step-icon { margin-bottom: 52px; }
  .outcomes-grid, .control-shell { gap: 56px; }
  .outcome { grid-template-columns: 54px 1fr; gap: 16px; }
  .outcome-index { width: 44px; height: 44px; }
  .roadmap-shell { width: 100%; padding: 58px 24px; border-radius: 0; }
  .closing h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .footer-grid { grid-template-columns: 1fr; }
}

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

:focus-visible { outline: 3px solid #d5a860; outline-offset: 4px; }

/* Responsive controls and legible, matching conversation / enquiry examples. */
[id] { scroll-margin-top: 100px; }
.hero-grid > *, .split-heading > *, .footer-grid > *, .example-grid > * { min-width: 0; }
.button { padding: 14px 23px; text-align: center; line-height: 1.45; max-width: 100%; }
.button > span { flex: 0 0 auto; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; line-height: 1.45; text-align: center; }
.hero-visual > img { position: absolute; inset: 0; }
.relay-card-top { left: 24px; max-width: calc(100% - 48px); }
.eyebrow, .section-tag, .step-number, .step-number, .roadmap-item > span { font-size: .75rem; }
.hero-proof, .footer-links, .footer-meta, .privacy-note, .relay-card-bottom > span { font-size: .875rem; }
.step p, .outcome p, .control-points p, .footer-grid p { font-size: 1rem; }
.relay-card small, .relay-card-bottom small, .message span { font-size: .75rem; }
.message { font-size: .9375rem; }
.example-section { background: #e9eeed; }
.example-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); align-items: start; gap: 40px; }
.chat-example, .dashboard-example { border: 1px solid #cbd5d4; border-radius: 22px; overflow: hidden; box-shadow: 0 16px 40px #15202b0d; }
.chat-heading { display: flex; align-items: center; gap: 12px; padding: 20px; background: #075e54; color: white; }
.chat-heading small { display: block; font-size: .8125rem; color: #d3ebe4; }
.chat-avatar { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: #ffffff25; font-weight: 700; }
.chat-body { display: flex; flex-direction: column; gap: 14px; padding: 22px; background: #efeae2; }
.chat-bubble { max-width: 92%; margin: 0; padding: 12px 15px; border-radius: 12px; font-size: 1rem; line-height: 1.5; box-shadow: 0 1px 2px #00000012; }
.chat-bubble small { display: block; margin-bottom: 6px; font-size: .75rem; font-weight: 700; color: #35635b; }
.chat-bubble time { display: block; text-align: right; color: #58695f; font-size: .75rem; margin-top: 5px; }
.chat-bubble.customer { align-self: flex-end; background: #d9fdd3; border-bottom-right-radius: 3px; }
.chat-bubble.assistant { align-self: flex-start; background: white; border-bottom-left-radius: 3px; }
.attachment-label { display: block; border-left: 3px solid #267265; padding: 8px; background: #ffffff70; margin-bottom: 8px; font-size: .875rem; }
.example-transfer { display: none; }
.dashboard-example { background: #fff; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 22px; border-bottom: 1px solid var(--line); }
.dashboard-heading .section-tag { margin: 0; letter-spacing: .1em; }
.example-badge { background: #edf1f3; padding: 4px 10px; border-radius: 20px; font-size: .75rem; }
.dashboard-body { padding: 28px; }
.dashboard-kicker { color: var(--slate); font-size: .75rem; letter-spacing: .12em; margin: 0; }
.dashboard-body h3 { font-size: 2rem; line-height: 1.2; margin: 8px 0; letter-spacing: -.04em; }
.customer-location { font-size: .875rem; color: #53626b; margin: 0 0 24px; }
.job-counts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; padding: 16px 0; border-block: 1px solid var(--line); }
.job-counts span { color: #53626b; font-size: .875rem; }
.job-counts strong { display: block; color: var(--ink); font-size: 1.5rem; }
.example-job { margin-top: 28px; }
.job-title { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.job-title h4 { margin: 0; font-size: 1.125rem; }
.review-badge { padding: 4px 10px; background: #f7edd9; color: #755111; border-radius: 20px; font-size: .875rem; }
.brief-fields { margin: 18px 0 0; }
.brief-fields > div { padding: 13px 0; border-bottom: 1px solid #e6ebed; }
.brief-fields dt { font-size: .875rem; color: #53626b; }
.brief-fields dd { margin: 3px 0 0; font-weight: 650; }
.owner-next { background: #edf3f5; border-left: 3px solid var(--blue); padding: 18px; margin-top: 24px; border-radius: 0 12px 12px 0; }
.owner-next p { margin: 6px 0 0; }
.example-footnote, .example-caption { color: #53626b; font-size: .875rem; }
.example-caption { max-width: 680px; margin: 24px auto 0; text-align: center; }
.footer-links a { overflow-wrap: anywhere; }
@media (max-width: 980px) {
  .example-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .example-transfer { display: flex; gap: 12px; align-items: center; justify-content: center; padding: 6px; color: var(--blue); font-size: .875rem; font-weight: 700; }
}
@media (max-width: 760px) {
  .site-header { backdrop-filter: none; background: var(--paper); }
  .nav-wrap { flex-wrap: wrap; gap: 0; }
  .menu-button { margin-left: auto; flex: 0 0 44px; }
  .site-nav { position: static; inset: auto; display: none; transform: none; padding: 12px 0 24px; width: 100%; max-height: calc(100dvh - 68px); overflow-y: auto; }
  .site-nav.open { display: flex; transform: none; }
  .site-nav .nav-cta { width: 100%; margin: 16px 0 0; min-height: 52px; }
  body.menu-open { overflow: auto; }
  .hero h1 { font-size: clamp(2.5rem, 11.6vw, 4.5rem); line-height: 1.05; }
  .brand { font-size: .75rem; letter-spacing: .14em; gap: 8px; }
  .brand-mark { flex: 0 0 34px; width: 34px; }
  .relay-card-top { left: 16px; min-width: 0; max-width: calc(100% - 32px); }
  .chat-body, .dashboard-body { padding: 18px; }
  .chat-heading, .dashboard-heading { padding: 16px; }
  .chat-bubble { max-width: 96%; }
  .problem-section h2, .section-heading h2, .outcomes-intro h2, .roadmap h2, .control h2, .closing h2 { overflow-wrap: anywhere; }
}
@media (max-width: 380px) { .job-counts { grid-template-columns: repeat(2,minmax(0,1fr)); } }
