:root {
  --ink: #182321;
  --ink-2: #22312e;
  --ink-3: #30433f;
  --paper: #ece9df;
  --paper-2: #e2ded2;
  --sage: #a9c6b2;
  --sage-dark: #6f9780;
  --blue: #a9bfd0;
  --clay: #d99c86;
  --sand: #d9c9a8;
  --lilac: #bdb7cc;
  --acid: #d7e7a7;
  --line: rgba(24,35,33,.14);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --shadow: 0 24px 80px rgba(20,35,30,.16);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.section-pad-sm { padding: 72px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: var(--paper); border-radius: 999px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: fixed; z-index: 1000; width: 100%; top: 0; padding: 16px 0; transition: .3s ease; }
.site-header.scrolled { background: rgba(236,233,223,.92); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(24,35,33,.08); padding: 10px 0; }
.header-shell { width: min(1320px, calc(100vw - 32px)); margin: auto; min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 9px 10px 9px 18px; border: 1px solid rgba(24,35,33,.11); border-radius: 22px; background: rgba(236,233,223,.76); backdrop-filter: blur(16px); }
.site-header.scrolled .header-shell { background: transparent; border-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; background: var(--ink); color: var(--acid); }
.brand-mark svg { width: 28px; stroke-width: 2; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.brand-copy span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; opacity: .67; margin-top: 4px; }
.main-nav { justify-self: center; display: flex; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--ink); transition: .25s; }
.main-nav a:hover::after { right: 0; }
.header-call { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 15px; background: var(--ink); color: var(--paper); }
.header-call > span:last-child { display: grid; line-height: 1.18; }
.header-call small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .72; }
.header-call strong { font-family: "Manrope"; font-size: 15px; letter-spacing: -.02em; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(215,231,167,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(215,231,167,0); } }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 9px; }

.hero { min-height: 860px; display: grid; align-items: center; padding-top: 170px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; border-radius: 50%; background: rgba(169,198,178,.34); filter: blur(2px); left: -270px; top: 210px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--acid); }
.eyebrow-light { color: var(--sage); }
.hero h1, .section-heading h2, .agent-intro h2, .process-copy h2, .cta-copy h2 { font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: .98; margin: 25px 0; }
.hero h1 { font-size: clamp(58px, 7vw, 96px); }
.hero h1 em { font-style: normal; color: var(--sage-dark); }
.hero-lede { max-width: 620px; font-size: 19px; line-height: 1.65; color: rgba(24,35,33,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 16px; padding: 0 22px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(24,35,33,.13); }
.btn svg { width: 19px; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-secondary { background: rgba(255,255,255,.28); border-color: rgba(24,35,33,.2); }
.btn-pale { background: var(--acid); color: var(--ink); width: 100%; margin-top: 20px; }
.voice-bars { height: 22px; display: flex; align-items: center; gap: 2px; }
.voice-bars i { display: block; width: 2px; height: 8px; border-radius: 3px; background: currentColor; animation: voice 1.1s ease-in-out infinite; }
.voice-bars i:nth-child(2) { animation-delay: .12s; height: 15px; }
.voice-bars i:nth-child(3) { animation-delay: .24s; height: 20px; }
.voice-bars i:nth-child(4) { animation-delay: .36s; height: 11px; }
@keyframes voice { 50% { transform: scaleY(.45); } }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 25px; margin-top: 28px; font-size: 13px; font-weight: 700; color: rgba(24,35,33,.7); }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 18px; color: var(--sage-dark); stroke-width: 2.5; }
.hero-visual { min-height: 650px; position: relative; }
.hero-photo { position: absolute; width: 72%; height: 570px; right: 3%; top: 15px; margin: 0; border-radius: 170px 170px 34px 34px; overflow: hidden; box-shadow: var(--shadow); z-index: 2; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(24,35,33,.72)); }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 24px; color: white; display: flex; justify-content: space-between; align-items: end; }
.hero-photo figcaption span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero-photo figcaption strong { font-size: 18px; }
.hero-mini { position: absolute; z-index: 4; background: rgba(236,233,223,.94); backdrop-filter: blur(15px); box-shadow: 0 18px 50px rgba(24,35,33,.16); border: 1px solid rgba(255,255,255,.55); }
.hero-mini-one { width: 190px; left: 1%; bottom: 0; padding: 10px; border-radius: 24px; transform: rotate(-3deg); }
.hero-mini-one img { height: 180px; object-fit: cover; border-radius: 17px; }
.hero-mini-one span { display: block; font-size: 12px; font-weight: 800; padding: 10px 7px 6px; }
.hero-mini-two { right: -1%; top: 53%; border-radius: 18px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; }
.hero-mini-two div:last-child { display: grid; line-height: 1.2; }
.hero-mini-two small { font-size: 10px; opacity: .6; }
.hero-mini-two strong { font-size: 13px; }
.agent-orb { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.agent-orb span { width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff 0 8%, var(--acid) 23%, var(--sage-dark) 70%); box-shadow: 0 0 16px rgba(215,231,167,.65); animation: orb 2.2s ease-in-out infinite; }
@keyframes orb { 50% { transform: scale(.8); opacity: .8; } }
.shape { position: absolute; border-radius: 50%; }
.shape-sage { width: 420px; height: 420px; background: var(--sage); right: 0; top: 10px; }
.shape-clay { width: 170px; height: 170px; background: var(--clay); left: 14%; bottom: 20px; }

.trust-strip { background: var(--ink); color: var(--paper); overflow: hidden; }
.trust-track { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 26px; white-space: nowrap; font-family: "Manrope"; font-size: 16px; font-weight: 700; }
.trust-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }

.receptionist { background: var(--ink-2); color: var(--paper); position: relative; overflow: hidden; }
.receptionist::before { content: ""; position: absolute; width: 520px; height: 520px; background: rgba(169,191,208,.1); border-radius: 50%; top: -180px; right: -100px; }
.agent-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.agent-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.agent-intro p { font-size: 18px; color: rgba(236,233,223,.68); max-width: 620px; }
.text-link { border: 0; border-bottom: 1px solid rgba(236,233,223,.32); background: transparent; color: var(--paper); font-weight: 800; padding: 12px 0 7px; cursor: pointer; }
.text-link span { color: var(--acid); margin-left: 7px; }
.agent-console { border-radius: 34px; padding: 24px; background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 32px 100px rgba(0,0,0,.28); }
.console-top, .console-footer { display: flex; justify-content: space-between; align-items: center; }
.console-status { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.console-status span { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; }
.console-time { font-variant-numeric: tabular-nums; font-size: 13px; opacity: .6; }
.waveform { height: 96px; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 16px 0; }
.waveform i { width: 4px; height: 20%; border-radius: 6px; background: linear-gradient(var(--acid), var(--sage)); animation: waveform 1.4s ease-in-out infinite; }
.waveform i:nth-child(3n) { height: 70%; animation-delay: .2s; }
.waveform i:nth-child(4n) { height: 40%; animation-delay: .45s; }
.waveform i:nth-child(5n) { height: 92%; animation-delay: .65s; }
@keyframes waveform { 50% { transform: scaleY(.35); opacity: .6; } }
.conversation { display: grid; gap: 12px; }
.bubble { max-width: 82%; padding: 15px 17px; border-radius: 18px; font-size: 14px; line-height: 1.48; }
.bubble small { display: block; margin-bottom: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; opacity: .6; }
.bubble-agent { background: rgba(169,198,178,.18); border-top-left-radius: 5px; }
.bubble-caller { margin-left: auto; background: var(--paper); color: var(--ink); border-top-right-radius: 5px; }
.console-footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.console-footer > span { display: flex; align-items: center; gap: 8px; color: var(--sage); font-size: 12px; font-weight: 800; }
.console-footer svg { width: 18px; }
.round-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.round-button svg { width: 18px; }
.capture-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.capture-grid article { border-top: 1px solid rgba(255,255,255,.2); padding: 26px 8px 0 0; }
.capture-grid span { color: var(--acid); font-family: "Manrope"; font-weight: 800; }
.capture-grid h3 { margin: 10px 0 7px; font-family: "Manrope"; font-size: 18px; }
.capture-grid p { margin: 0; color: rgba(236,233,223,.58); font-size: 14px; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(44px, 5.4vw, 72px); max-width: 820px; }
.section-heading p { color: rgba(24,35,33,.65); font-size: 17px; margin-bottom: 22px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; border-radius: var(--radius); padding: 28px; background: rgba(255,255,255,.28); border: 1px solid rgba(24,35,33,.1); overflow: hidden; transition: .3s ease; }
.service-card:not(.service-feature):hover { transform: translateY(-6px); background: rgba(255,255,255,.45); box-shadow: 0 20px 55px rgba(24,35,33,.1); }
.service-feature { grid-row: span 2; min-height: 638px; padding: 0; }
.service-feature img { height: 100%; object-fit: cover; }
.service-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(24,35,33,.9)); }
.service-overlay { position: absolute; z-index: 2; bottom: 0; padding: 30px; color: var(--paper); }
.service-overlay span, .service-no { font-family: "Manrope"; font-size: 12px; font-weight: 800; opacity: .58; }
.service-overlay h3, .service-card h3 { font-family: "Manrope"; font-size: 27px; line-height: 1.1; letter-spacing: -.035em; margin: 15px 0 10px; }
.service-overlay p { color: rgba(236,233,223,.72); }
.service-overlay a { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; margin-top: 10px; }
.service-overlay b { color: var(--acid); }
.service-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 50px; }
.service-icon svg { width: 29px; }
.service-icon.sage { background: var(--sage); }
.service-icon.blue { background: var(--blue); }
.service-icon.clay { background: var(--clay); }
.service-icon.sand { background: var(--sand); }
.service-icon.lilac { background: var(--lilac); }
.service-card p { color: rgba(24,35,33,.62); }
.service-no { position: absolute; top: 30px; right: 30px; }

.projects { background: var(--ink); color: var(--paper); }
.section-heading.light p { color: rgba(236,233,223,.62); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 16px; }
.project-card { position: relative; border: 0; border-radius: 24px; overflow: hidden; padding: 0; background: var(--ink-3); cursor: zoom-in; text-align: left; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(13,25,22,.82)); }
.project-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.055); }
.project-card > span { position: absolute; z-index: 2; bottom: 20px; left: 22px; right: 22px; color: white; display: grid; }
.project-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--acid); }
.project-card strong { font-family: "Manrope"; font-size: 18px; }
.project-tall { grid-row: span 2; }
.project-wide { grid-column: span 2; }

.process-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; }
.process-image { position: relative; }
.process-image img { height: 680px; object-fit: cover; border-radius: 36px 140px 36px 36px; }
.process-badge { position: absolute; bottom: 24px; right: -28px; padding: 18px 22px; border-radius: 18px; background: var(--clay); box-shadow: var(--shadow); display: grid; }
.process-badge strong { font-family: "Manrope"; }
.process-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.process-copy h2 { font-size: clamp(44px, 5vw, 68px); }
.steps { list-style: none; padding: 0; margin: 40px 0 0; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.steps > li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); font-weight: 800; }
.steps h3 { font-family: "Manrope"; font-size: 22px; margin: 2px 0 5px; }
.steps p { color: rgba(24,35,33,.62); margin: 0; }

.detail-gallery { background: var(--paper-2); overflow: hidden; }
.detail-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.detail-track figure { margin: 0; border-radius: 22px; overflow: hidden; position: relative; }
.detail-track img { height: 360px; object-fit: cover; }
.detail-track figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 12px; border-radius: 999px; background: rgba(24,35,33,.78); color: white; font-size: 11px; backdrop-filter: blur(8px); }

.final-cta { background: var(--ink-3); color: var(--paper); }
.cta-shell { border-radius: 40px; background: linear-gradient(135deg, rgba(169,198,178,.18), rgba(217,156,134,.13)); border: 1px solid rgba(255,255,255,.1); padding: 70px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.cta-copy h2 { font-size: clamp(48px, 6vw, 76px); }
.cta-copy p { color: rgba(236,233,223,.66); max-width: 560px; font-size: 18px; }
.cta-card { border-radius: 28px; padding: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.cta-label { display: flex; align-items: center; gap: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.cta-label i { width: 9px; height: 9px; background: #5d976e; border-radius: 50%; }
.cta-card > a { display: block; font-family: "Manrope"; font-size: clamp(34px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; margin: 13px 0; }
.cta-card > small { display: block; line-height: 1.5; color: rgba(24,35,33,.57); }

.site-footer { background: #111b19; color: rgba(236,233,223,.72); padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr .9fr; gap: 60px; }
.brand-footer { color: var(--paper); }
.brand-footer .brand-mark { background: var(--acid); color: var(--ink); }
.footer-brand p { max-width: 390px; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-grid h3 { color: var(--paper); font-family: "Manrope"; font-size: 14px; margin: 0 0 10px; }
.footer-grid a:hover { color: var(--acid); }
.footer-phone { color: var(--acid); font-family: "Manrope"; font-size: 20px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 60px; padding-top: 22px; font-size: 11px; }
.mobile-call { display: none; }

.agent-modal, .lightbox { max-width: none; max-height: none; border: 0; padding: 0; background: transparent; }
.agent-modal::backdrop, .lightbox::backdrop { background: rgba(9,17,15,.76); backdrop-filter: blur(10px); }
.modal-shell { width: min(620px, calc(100vw - 28px)); max-height: min(860px, calc(100vh - 28px)); overflow: auto; border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 40px 140px rgba(0,0,0,.45); padding: 30px; position: relative; }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(24,35,33,.08); font-size: 26px; cursor: pointer; }
.modal-header { display: grid; grid-template-columns: 64px 1fr; gap: 17px; padding-right: 35px; }
.agent-orb-large { width: 62px; height: 62px; }
.agent-orb-large span { width: 24px; height: 24px; }
.modal-kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--sage-dark); }
.modal-header h2 { font-family: "Manrope"; font-size: 28px; letter-spacing: -.04em; margin: 2px 0 3px; }
.modal-header p { font-size: 12px; line-height: 1.45; color: rgba(24,35,33,.58); margin: 0; }
.demo-status { display: flex; align-items: center; gap: 8px; background: rgba(169,198,178,.28); border-radius: 14px; padding: 10px 12px; margin: 22px 0 14px; font-size: 11px; }
.demo-status span { width: 8px; height: 8px; border-radius: 50%; background: #5d976e; }
.demo-status small { margin-left: auto; font-variant-numeric: tabular-nums; }
.demo-chat { min-height: 290px; max-height: 390px; overflow-y: auto; padding: 8px 4px; display: flex; flex-direction: column; gap: 10px; }
.demo-message { max-width: 84%; padding: 12px 14px; border-radius: 16px; font-size: 13px; line-height: 1.45; animation: messageIn .25s ease; }
@keyframes messageIn { from { transform: translateY(8px); opacity: 0; } }
.demo-message.agent { background: var(--ink); color: var(--paper); border-bottom-left-radius: 5px; }
.demo-message.user { align-self: flex-end; background: var(--sage); border-bottom-right-radius: 5px; }
.quick-replies { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.quick-replies button { border: 1px solid rgba(24,35,33,.14); background: rgba(255,255,255,.28); border-radius: 999px; padding: 8px 12px; font-size: 11px; cursor: pointer; }
.quick-replies button:hover { background: var(--sage); }
.demo-input { display: grid; grid-template-columns: 1fr auto auto; gap: 7px; padding: 7px; border-radius: 17px; background: rgba(255,255,255,.5); border: 1px solid rgba(24,35,33,.13); }
.demo-input input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 8px; font-size: 13px; }
.mic-button, .send-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 12px; cursor: pointer; }
.mic-button { background: var(--sand); }
.mic-button.listening { background: var(--clay); animation: pulseButton 1s infinite; }
@keyframes pulseButton { 50% { transform: scale(.92); } }
.send-button { background: var(--ink); color: var(--acid); }
.mic-button svg, .send-button svg { width: 19px; }
.demo-disclosure { margin-top: 12px; font-size: 10px; line-height: 1.45; color: rgba(24,35,33,.48); }
.lightbox { width: min(980px, calc(100vw - 30px)); color: white; text-align: center; }
.lightbox img { max-height: 82vh; width: 100%; object-fit: contain; border-radius: 24px; }
.lightbox p { font-family: "Manrope"; font-weight: 800; }
.lightbox-close { position: fixed; right: 24px; top: 20px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(0,0,0,.3); font-size: 30px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1050px) {
  :root { --container: min(940px, calc(100vw - 36px)); }
  .header-shell { grid-template-columns: auto 1fr auto; }
  .main-nav { display: none; }
  .hero-grid, .agent-grid, .process-layout, .cta-shell { gap: 40px; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 590px; }
  .hero-photo { height: 520px; width: 78%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-feature { grid-row: span 2; }
  .detail-track { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --container: calc(100vw - 28px); }
  body { padding-bottom: 72px; }
  .section-pad { padding: 82px 0; }
  .site-header { padding: 8px 0; }
  .header-shell { width: calc(100vw - 16px); min-height: 62px; border-radius: 18px; padding: 7px 8px 7px 12px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 15px; }
  .header-call { display: none; }
  .nav-toggle { display: block; justify-self: end; }
  .main-nav { position: fixed; display: flex; flex-direction: column; gap: 0; top: 80px; left: 12px; right: 12px; border-radius: 20px; padding: 10px; background: var(--paper); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 120px; }
  .hero-grid, .agent-grid, .process-layout, .cta-shell, .section-heading { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .hero h1 { font-size: 58px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .hero-visual { min-height: 530px; }
  .hero-photo { width: 84%; height: 465px; right: 0; border-radius: 105px 105px 28px 28px; }
  .hero-mini-one { width: 145px; }
  .hero-mini-one img { height: 136px; }
  .hero-mini-two { right: -5px; top: 58%; padding: 10px; }
  .hero-mini-two small { display: none; }
  .shape-sage { width: 330px; height: 330px; }
  .shape-clay { width: 120px; height: 120px; }
  .trust-track { overflow-x: auto; justify-content: flex-start; padding-right: 18px; }
  .agent-intro h2, .section-heading h2, .process-copy h2, .cta-copy h2 { font-size: 45px; }
  .capture-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 0; margin-bottom: 38px; }
  .section-heading p { margin-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-feature { min-height: 520px; grid-row: auto; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .project-tall { grid-row: span 2; }
  .project-wide { grid-column: span 2; }
  .process-image img { height: 500px; border-radius: 28px 90px 28px 28px; }
  .process-badge { right: 10px; bottom: 12px; }
  .cta-shell { padding: 32px 22px; border-radius: 30px; }
  .cta-card > a { font-size: 34px; }
  .detail-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .detail-track figure { min-width: 78vw; scroll-snap-align: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 900; display: flex; align-items: center; justify-content: center; gap: 10px; left: 10px; right: 10px; bottom: 10px; height: 56px; border-radius: 17px; background: var(--ink); color: var(--paper); box-shadow: 0 15px 45px rgba(0,0,0,.25); font-weight: 800; }
  .mobile-call svg { width: 19px; color: var(--acid); }
  .modal-shell { padding: 22px 16px 16px; border-radius: 24px; }
  .modal-header { grid-template-columns: 52px 1fr; }
  .agent-orb-large { width: 50px; height: 50px; }
}

@media (max-width: 470px) {
  .hero h1 { font-size: 48px; }
  .hero-photo { width: 88%; height: 430px; }
  .hero-mini-one { left: -4%; bottom: 12px; }
  .hero-mini-two { top: 63%; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .project-tall, .project-wide { grid-row: auto; grid-column: auto; }
  .project-card:nth-child(n+5) { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-card > a { font-size: 30px; }
}

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