:root {
  color-scheme: light;
  --ink: #122219;
  --forest: #17382b;
  --forest-2: #214b3a;
  --moss: #8daf99;
  --mint: #dce9df;
  --cream: #f2f0e8;
  --paper: #fbfaf5;
  --line: rgba(18, 34, 25, 0.16);
  --soft: #647067;
  --orange: #b94c22;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: white; border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: grid;
  width: min(100% - 48px, 1320px);
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: white;
  grid-template-columns: 1fr auto 1fr;
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.brand img { width: 24px; filter: brightness(0) invert(1); }
.brand strong { font-size: 1.5rem; letter-spacing: -.08em; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { font-size: .78rem; font-weight: 650; text-decoration: none; }
.header-cta { justify-self: end; font-size: .78rem; font-weight: 700; text-decoration: none; }
.header-cta span { margin-left: 8px; color: #bcd7c5; }

.hero {
  display: grid;
  min-height: 900px;
  padding: 176px max(24px, calc((100vw - 1320px) / 2)) 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(130, 179, 147, .22), transparent 29rem),
    linear-gradient(128deg, #112c21 0%, #193b2e 58%, #102b20 100%);
  color: white;
  gap: clamp(60px, 8vw, 128px);
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
}
.hero-copy { align-self: center; max-width: 680px; padding-bottom: 30px; }
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: .71rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow, .final-cta .eyebrow { color: #c3dac9; }
.hero h1 { max-width: 10ch; margin: 0; font-size: clamp(4rem, 6.4vw, 7.25rem); font-weight: 520; letter-spacing: -.072em; line-height: .88; }
.hero h1 em, .final-cta h2 em { color: #a9c9b3; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lede { max-width: 51ch; margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; margin-top: 38px; gap: 28px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 3px; font-size: .84rem; font-weight: 730; text-decoration: none; transition: transform 180ms var(--ease), background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 24px; font-size: 1.15rem; }
.button-primary { background: var(--paper); color: var(--forest); }
.button-primary:hover { background: white; }
.text-link { color: rgba(255,255,255,.78); font-size: .83rem; text-underline-offset: 5px; }

.hero-console { align-self: center; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(250,250,246,.97); color: var(--ink); box-shadow: 0 40px 110px rgba(0,0,0,.3); transform: rotate(1.3deg); }
.console-top, .console-foot { display: flex; align-items: center; justify-content: space-between; }
.console-top { padding: 3px 4px 22px; border-bottom: 1px solid var(--line); }
.console-brand { color: var(--soft); font-size: .7rem; }
.console-brand b { margin-right: 3px; color: var(--ink); font-size: 1rem; letter-spacing: -.06em; }
.live-status { display: flex; align-items: center; gap: 7px; color: var(--forest-2); font-size: .67rem; font-weight: 700; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: #61a773; box-shadow: 0 0 0 4px rgba(97,167,115,.13); }
.console-greeting { padding: 34px 4px 30px; }
.console-greeting span { color: var(--soft); font-size: .67rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.console-greeting h2 { max-width: 18ch; margin: 8px 0 0; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 520; letter-spacing: -.05em; line-height: 1.02; }
.console-list { border-top: 1px solid var(--line); }
.console-list article { display: grid; min-height: 82px; align-items: center; padding: 10px 4px; border-bottom: 1px solid var(--line); gap: 14px; grid-template-columns: 25px 1fr auto; }
.console-number { color: #99a29b; font-family: Georgia, serif; font-size: .72rem; font-style: italic; }
.console-list article div { display: grid; gap: 4px; }
.console-list strong { font-size: .81rem; }
.console-list small { color: var(--soft); font-size: .69rem; }
.ready { padding: 5px 8px; border-radius: 99px; background: var(--mint); color: var(--forest); font-size: .6rem; font-weight: 720; }
.console-foot { padding: 20px 4px 2px; gap: 20px; font-size: .66rem; }
.console-foot span { color: var(--soft); }
.console-foot strong { text-align: right; }

.thesis { padding: clamp(100px, 13vw, 190px) max(24px, calc((100vw - 1160px) / 2)); background: var(--cream); }
.thesis h2 { max-width: 19ch; margin: 0; font-size: clamp(2.7rem, 5.9vw, 6.3rem); font-weight: 510; letter-spacing: -.064em; line-height: .99; }
.thesis h2 span { color: var(--forest-2); font-family: Georgia, serif; font-weight: 400; font-style: italic; letter-spacing: -.04em; }
.thesis-note { display: flex; max-width: 630px; align-items: end; justify-content: space-between; margin: 64px 0 0 auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--soft); gap: 30px; }
.thesis-note span { max-width: 47ch; }
.thesis-note i { color: var(--forest); font-family: Georgia, serif; font-size: 2rem; font-style: normal; }

.solo-agent { display: grid; padding: clamp(90px, 12vw, 170px) max(24px, calc((100vw - 1220px) / 2)); gap: clamp(60px, 10vw, 150px); grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); }
.solo-heading h2, .database-copy h2, .conversation-copy h2, .client-app-copy h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.solo-heading > p:last-child, .database-copy > p:last-child, .conversation-copy > p:last-child, .client-app-copy > p { max-width: 48ch; margin: 28px 0 0; color: var(--soft); line-height: 1.75; }
.job-stack { display: grid; align-content: center; }
.job-stack span, .job-stack strong { display: block; padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.job-stack span { color: #7d8680; text-decoration: line-through; text-decoration-color: rgba(216,108,59,.7); }
.job-stack span:nth-child(2) { margin-left: 5%; }.job-stack span:nth-child(3) { margin-left: 10%; }.job-stack span:nth-child(4) { margin-left: 15%; }.job-stack span:nth-child(5) { margin-left: 20%; }.job-stack span:nth-child(6) { margin-left: 25%; }
.job-stack strong { margin: 18px 0 0 25%; border: 0; border-radius: 3px; background: var(--forest); color: white; text-decoration: none; }

.work-grid { display: grid; padding: 0 max(24px, calc((100vw - 1320px) / 2)) clamp(100px, 13vw, 180px); gap: 1px; background: linear-gradient(var(--paper), var(--paper)) padding-box; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.work-card { min-width: 0; padding: 24px; border: 1px solid var(--line); background: var(--cream); }
.work-card + .work-card { border-left: 0; }
.card-index { margin-bottom: 24px; color: var(--soft); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.social-preview, .mail-preview, .touch-list { height: 330px; margin-bottom: 34px; background: var(--paper); }
.social-preview { position: relative; overflow: hidden; }
.social-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.social-preview div { position: absolute; right: 14px; bottom: 14px; left: 14px; display: grid; padding: 16px; background: rgba(251,250,245,.92); backdrop-filter: blur(8px); }
.social-preview small { color: var(--orange); font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.social-preview strong { margin-top: 4px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.social-preview span { margin-top: 13px; color: var(--soft); font-size: .58rem; }
.mail-preview { display: flex; padding: 28px; flex-direction: column; justify-content: center; border-top: 4px solid var(--forest); }
.mail-preview span { color: var(--soft); font-size: .55rem; font-weight: 700; letter-spacing: .08em; }
.mail-preview strong { margin-top: 32px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; line-height: 1.05; }
.mail-preview p { color: var(--soft); font-size: .75rem; }
.mail-preview i { width: max-content; margin-top: 18px; padding: 7px 9px; background: var(--mint); color: var(--forest); font-size: .58rem; font-style: normal; font-weight: 700; }
.touch-list { display: flex; padding: 20px; flex-direction: column; justify-content: center; }
.touch-list span { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); gap: 12px; grid-template-columns: 46px 1fr; }
.touch-list i { color: var(--orange); font-size: .58rem; font-style: normal; font-weight: 700; text-transform: uppercase; }
.touch-list b { font-size: .78rem; }
.work-card h3 { margin: 0; font-size: 1.55rem; font-weight: 560; letter-spacing: -.035em; }
.work-card > p { margin: 13px 0 2px; color: var(--soft); font-size: .86rem; line-height: 1.65; }

.database-section { display: grid; align-items: center; padding: clamp(100px, 13vw, 180px) max(24px, calc((100vw - 1220px) / 2)); background: var(--forest); color: white; gap: clamp(60px, 10vw, 140px); grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); }
.database-copy h2 { max-width: 10ch; }
.database-copy > p:last-child { color: rgba(255,255,255,.65); }
.signal-flow { display: grid; align-items: center; gap: 24px; grid-template-columns: 1fr auto 1.2fr; }
.signal-source, .signal-output { display: grid; gap: 9px; }
.signal-source span, .signal-output span { padding: 13px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; background: rgba(255,255,255,.055); font-size: .72rem; }
.signal-source span { color: rgba(255,255,255,.65); }
.signal-output span { display: flex; justify-content: space-between; }
.signal-output b { color: #a9c9b3; font-size: .56rem; letter-spacing: .06em; text-transform: uppercase; }
.signal-mark { display: grid; width: 78px; height: 78px; place-content: center; border-radius: 50%; background: var(--paper); color: var(--forest); text-align: center; }
.signal-mark img { width: 20px; margin: 0 auto 1px; }
.signal-mark b { font-size: .72rem; letter-spacing: -.05em; }

.conversation-section { display: grid; padding: clamp(100px, 13vw, 190px) max(24px, calc((100vw - 1160px) / 2)); background: var(--orange); color: #24160f; gap: clamp(60px, 10vw, 150px); grid-template-columns: .7fr 1.3fr; }
.conversation-stat { display: flex; align-self: start; padding-top: 6px; flex-direction: column; }
.conversation-stat strong { font-family: Georgia, serif; font-size: clamp(7rem, 14vw, 13rem); font-weight: 400; letter-spacing: -.09em; line-height: .65; }
.conversation-stat span { max-width: 18ch; margin-top: 32px; font-size: .78rem; font-weight: 680; }
.conversation-copy .eyebrow { color: #502917; }
.conversation-copy > p:last-child { color: rgba(36,22,15,.7); }

.client-app-section { display: grid; align-items: center; padding: clamp(100px, 13vw, 180px) max(24px, calc((100vw - 1160px) / 2)); overflow: hidden; gap: clamp(70px, 12vw, 170px); grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); }
.phone-stage { display: grid; min-height: 680px; place-items: center; border-radius: 50% 50% 10px 10px; background: var(--mint); }
.phone { width: min(82%, 330px); overflow: hidden; border: 9px solid #15241b; border-radius: 42px; background: var(--paper); box-shadow: 0 32px 70px rgba(18,34,25,.2); }
.phone-bar { display: flex; height: 34px; align-items: center; justify-content: space-between; padding: 0 22px; font-size: .57rem; font-weight: 700; }
.phone-bar i { width: 57px; height: 16px; border-radius: 20px; background: #15241b; }
.phone-brand { display: flex; align-items: center; padding: 12px 18px; border-bottom: 1px solid var(--line); gap: 10px; }
.phone-brand > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: .62rem; }
.phone-brand div { display: grid; }
.phone-brand strong { font-size: .64rem; }.phone-brand small { color: var(--soft); font-size: .48rem; }
.phone-copy { padding: 28px 18px 20px; }
.phone-copy small { color: var(--orange); font-size: .48rem; font-weight: 800; letter-spacing: .08em; }
.phone-copy h3 { max-width: 9ch; margin: 7px 0 0; font-family: Georgia, serif; font-size: 1.9rem; font-weight: 500; line-height: 1.03; }
.phone-listing { margin: 0 12px 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.phone-listing img { width: 100%; height: 230px; object-fit: cover; }
.phone-listing div { display: grid; padding: 12px; gap: 3px; }.phone-listing strong { font-size: .68rem; }.phone-listing span { color: var(--soft); font-size: .53rem; }
.phone-nav { display: grid; padding: 15px 12px 18px; border-top: 1px solid var(--line); color: var(--soft); font-size: .5rem; text-align: center; grid-template-columns: repeat(4, 1fr); }
.phone-nav b { color: var(--forest); }
.client-app-copy h2 { max-width: 10ch; }
.client-app-copy ul { padding: 0; margin: 44px 0 0; list-style: none; }
.client-app-copy li { display: flex; padding: 16px 0; border-top: 1px solid var(--line); font-size: .84rem; font-weight: 670; gap: 20px; }
.client-app-copy li span { color: var(--orange); font-family: Georgia, serif; font-size: .7rem; font-style: italic; }

.final-cta { padding: clamp(100px, 13vw, 180px) 24px; background: var(--forest); color: white; text-align: center; }
.final-cta h2 { margin: 0 auto; font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.final-cta > p:not(.eyebrow) { max-width: 45ch; margin: 35px auto; color: rgba(255,255,255,.66); }
.button-light { background: white; color: var(--forest); }

.campaign-directory { padding: 75px max(24px, calc((100vw - 1320px) / 2)); background: var(--cream); }
.campaign-directory > div { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.campaign-directory a { display: flex; min-height: 80px; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 700; text-decoration: none; gap: 15px; transition: background 180ms ease; }
.campaign-directory a:hover { background: var(--paper); }
.campaign-directory a span { color: var(--orange); font-family: Georgia, serif; font-size: .65rem; font-style: italic; }

footer { display: grid; min-height: 170px; align-items: center; padding: 30px max(24px, calc((100vw - 1320px) / 2)); background: #10281e; color: rgba(255,255,255,.58); font-size: .7rem; grid-template-columns: 1fr auto 1fr; }
.footer-brand img { filter: brightness(0) invert(1); }.footer-brand { color: white; }
footer > p { margin: 0; }
footer > div { display: flex; justify-self: end; gap: 20px; }
footer a { text-underline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter 700ms var(--ease) both; }
  .hero-console { animation: console-enter 850ms 120ms var(--ease) both; }
}
@keyframes enter { from { opacity: 0; transform: translateY(20px); } }
@keyframes console-enter { from { opacity: 0; transform: translateY(30px) rotate(1.3deg); } }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 30px; }
  .hero-console { width: min(100%, 680px); }
  .solo-agent, .database-section, .conversation-section, .client-app-section { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card + .work-card { border-top: 0; border-left: 1px solid var(--line); }
  .work-card { display: grid; align-items: center; gap: 16px 32px; grid-template-columns: minmax(280px, .9fr) 1.1fr; }
  .work-card .card-index { grid-column: 1 / -1; }
  .work-card > div:nth-child(2) { margin: 0; grid-row: 2 / 4; }
  .work-card h3 { align-self: end; }
  .work-card > p { align-self: start; }
  .signal-flow { max-width: 680px; }
  .phone-stage { min-height: 600px; }
  .phone { width: 310px; }
  .client-app-copy { grid-row: 1; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); min-height: 72px; grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { padding: 132px 20px 70px; gap: 55px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-console { padding: 14px; border-radius: 12px; transform: none; }
  .console-list article { min-height: 90px; grid-template-columns: 22px 1fr; }
  .console-list .ready { display: none; }
  .console-foot { align-items: flex-start; flex-direction: column; gap: 4px; }
  .console-foot strong { text-align: left; }
  .thesis h2, .solo-heading h2, .database-copy h2, .conversation-copy h2, .client-app-copy h2 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .thesis-note { align-items: flex-start; flex-direction: column; }
  .solo-agent { gap: 50px; }
  .job-stack span:nth-child(n), .job-stack strong { margin-left: 0; }
  .work-card { display: block; padding: 18px; }
  .work-card .card-index { margin-bottom: 18px; }
  .work-card > div:nth-child(2) { height: 300px; margin-bottom: 28px; }
  .work-card h3 { font-size: 1.4rem; }
  .signal-flow { gap: 10px; grid-template-columns: 1fr; }
  .signal-mark { width: 60px; height: 60px; margin: 3px auto; }
  .conversation-stat strong { font-size: 9rem; }
  .conversation-section { gap: 70px; }
  .phone-stage { min-height: 570px; margin: 0 -24px; border-radius: 0; }
  .phone { width: min(82vw, 310px); }
  .phone-listing img { height: 190px; }
  .final-cta h2 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .campaign-directory > div { grid-template-columns: 1fr; }
  footer { padding-top: 50px; padding-bottom: 50px; gap: 26px; grid-template-columns: 1fr; }
  footer > div { justify-self: start; }
}

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