:root {
  --ink: #183b37;
  --ink-deep: #102e2b;
  --forest: #16443e;
  --forest-bright: #1f5a51;
  --mint: #b9dfce;
  --mint-pale: #e9f3ee;
  --coral: #ef805e;
  --coral-dark: #d96443;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --gold: #f2c978;
  --text: #243d39;
  --muted: #687b77;
  --line: #d9e1dc;
  --shadow: 0 22px 60px rgba(21, 58, 53, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 1rem; top: -5rem;
  background: var(--cream); color: var(--ink); padding: .75rem 1rem; border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-space { padding-block: 120px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  height: 82px; padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid rgba(24, 59, 55, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px;
  color: var(--cream); background: var(--forest); border-radius: 12px;
  transform: rotate(-2deg);
}
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.brand-name strong { font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .92rem; 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: 2px;
  background: var(--coral); transition: right .22s ease;
}
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: white; background: var(--forest); border-radius: 999px; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--forest-bright); transform: translateY(-2px); }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.03fr .97fr;
  align-items: center; gap: 72px; padding-block: 88px 100px;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: var(--coral-dark); font-size: .77rem; line-height: 1; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
}
.eyebrow span { display: block; width: 26px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .advisor-intro h2, .about-card h2 {
  margin: 0; color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif;
  font-weight: 500; letter-spacing: -.055em; line-height: .98;
}
.hero h1 { font-size: clamp(3.7rem, 6.3vw, 6rem); }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lede { max-width: 610px; margin: 32px 0 34px; color: #536b66; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px;
  font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 14px 30px rgba(217, 100, 67, .22); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 18px 34px rgba(217, 100, 67, .3); }
.button span { font-size: 1.2rem; }
.text-link { color: var(--ink); font-weight: 750; border-bottom: 1px solid var(--mint); }
.text-link span { margin-left: 6px; color: var(--coral); }
.microcopy { margin: 17px 0 0 5px; color: #84938f; font-size: .8rem; }

.hero-visual { position: relative; min-width: 0; isolation: isolate; }
.visual-glow {
  position: absolute; z-index: -2; inset: -18% -10%;
  background: radial-gradient(circle at center, rgba(185, 223, 206, .7), rgba(185, 223, 206, 0) 66%);
}
.workflow-window {
  position: relative; padding: 0 26px 28px; overflow: hidden;
  background: #fff; border: 1px solid rgba(22, 68, 62, .09); border-radius: 30px;
  box-shadow: 0 36px 80px rgba(16, 46, 43, .18); transform: rotate(1.4deg);
}
.window-bar {
  display: flex; align-items: center; gap: 7px; height: 62px;
  margin-inline: -26px; padding-inline: 24px; border-bottom: 1px solid #e8ece9;
}
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #dce3df; }
.window-bar p { margin: 0 auto 0 8px; font-size: .82rem; font-weight: 750; }
.window-bar b { padding: 5px 10px; color: #236d50; background: #e5f5e9; border-radius: 20px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.workflow-body { padding: 30px 4px 24px; }
.flow-step { display: grid; grid-template-columns: 48px 1fr 26px; align-items: center; gap: 14px; min-height: 78px; padding: 14px 16px; border: 1px solid #e4eae6; border-radius: 16px; box-shadow: 0 8px 20px rgba(16,46,43,.055); }
.flow-step .flow-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-weight: 850; }
.flow-step small, .flow-step strong { display: block; }
.flow-step small { color: #8a9894; font-size: .7rem; }
.flow-step strong { color: var(--ink); font-size: .92rem; }
.flow-step i { display: grid; place-items: center; width: 22px; height: 22px; color: #869793; background: #f2f5f3; border-radius: 50%; font-size: .7rem; font-style: normal; }
.flow-step-source .flow-icon { color: #336760; background: #eaf3ef; }
.flow-step-ai { border-color: rgba(239,128,94,.45); background: #fffaf7; }
.flow-step-ai .flow-icon { color: #b7482a; background: #fee5dc; }
.flow-step-done .flow-icon { color: #226646; background: #dff3e6; }
.flow-line { display: grid; place-items: center; height: 28px; }
.flow-line::before { content: ""; width: 2px; height: 100%; background: repeating-linear-gradient(to bottom, var(--mint) 0 5px, transparent 5px 9px); }
.time-saved { display: flex; align-items: center; gap: 14px; margin-top: 2px; padding: 18px; color: white; background: var(--forest); border-radius: 16px; }
.time-saved > span { display: grid; place-items: center; width: 37px; height: 37px; background: rgba(255,255,255,.12); border-radius: 10px; font-size: 1.2rem; }
.time-saved p { margin: 0 auto 0 0; }
.time-saved p strong, .time-saved p small { display: block; line-height: 1.3; }
.time-saved p strong { font-size: .95rem; }
.time-saved p small { color: #b9d2cd; font-size: .68rem; }
.time-saved b { color: var(--gold); font-size: .9rem; }
.float-note { position: absolute; display: flex; align-items: center; gap: 8px; padding: 11px 15px; background: white; border-radius: 999px; box-shadow: 0 14px 32px rgba(16,46,43,.17); color: var(--ink); font-size: .76rem; font-weight: 750; }
.float-note span { display: grid; place-items: center; width: 19px; height: 19px; color: white; background: var(--coral); border-radius: 50%; font-size: .65rem; }
.note-one { left: -34px; top: 29%; }
.note-two { right: -22px; bottom: 17%; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink-deep); color: white; padding: 28px max(24px, calc((100vw - 1180px) / 2)); }
.trust-strip > div { display: flex; align-items: center; gap: 16px; padding: 5px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border: 0; }
.trust-strip span { color: var(--gold); font-family: Georgia, serif; font-size: 1.7rem; }
.trust-strip p { margin: 0; color: #b8ccc7; font-size: .78rem; line-height: 1.35; }
.trust-strip strong { display: block; color: white; font-size: .88rem; }

.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(2.65rem, 4.5vw, 4.4rem); }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s, transform .25s; }
.service-card:hover { z-index: 2; background: var(--mint-pale); transform: translateY(-4px); }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 36px; color: var(--ink); background: var(--mint-pale); border-radius: 16px; font-size: 1.7rem; }
.service-card:hover .service-icon { background: white; }
.card-number { position: absolute; right: 36px; top: 28px; color: #b7c2bf; font-family: Georgia, serif; }
.service-card h3 { margin: 0 0 10px; color: var(--ink-deep); font-family: Georgia, serif; font-size: 1.6rem; letter-spacing: -.025em; }
.service-card > p:not(.card-number) { max-width: 430px; margin: 0 0 26px; color: var(--muted); }
.card-link { color: var(--ink); font-size: .82rem; font-weight: 750; }
.card-link b { margin-left: 5px; color: var(--coral); }

.advisor-section { display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: center; width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1180px) / 2)); color: white; background: var(--forest); }
.eyebrow-light { color: var(--gold); }
.advisor-intro h2 { color: white; font-size: clamp(2.8rem, 4.6vw, 4.8rem); }
.advisor-intro > p:not(.eyebrow) { max-width: 500px; margin: 28px 0; color: #c7d9d5; font-size: 1.05rem; }
.advisor-intro ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #dbe7e4; font-size: .9rem; }
.advisor-intro li { display: flex; align-items: center; gap: 10px; }
.advisor-intro li span { display: grid; place-items: center; width: 22px; height: 22px; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.advisor-card { min-height: 620px; overflow: hidden; color: var(--text); background: white; border-radius: var(--radius); box-shadow: 0 32px 70px rgba(5, 27, 23, .32); }
.advisor-topbar { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px 16px; }
.advisor-identity { display: flex; align-items: center; gap: 12px; }
.advisor-identity strong, .advisor-identity small { display: block; line-height: 1.35; }
.advisor-identity strong { color: var(--ink); font-size: .87rem; }
.advisor-identity small { color: #769088; font-size: .69rem; }
.advisor-avatar { position: relative; display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold); background: var(--forest); border-radius: 13px; }
.advisor-avatar i { position: absolute; right: -1px; bottom: -1px; width: 10px; height: 10px; background: #56bd76; border: 2px solid white; border-radius: 50%; }
.step-counter { padding: 6px 10px; color: #6c7e7a; background: #f1f5f2; border-radius: 20px; font-size: .68rem; font-weight: 750; }
.progress-track { height: 4px; background: #edf1ef; }
.progress-track span { display: block; width: 25%; height: 100%; background: var(--coral); transition: width .35s ease; }
.chat-log { height: 370px; padding: 28px 26px 8px; overflow-y: auto; scroll-behavior: smooth; }
.message { display: flex; align-items: flex-end; gap: 9px; margin-bottom: 16px; animation: messageIn .3s ease both; }
.message-avatar { display: grid; place-items: center; flex: 0 0 30px; height: 30px; color: white; background: var(--forest); border-radius: 9px; font-size: .59rem; font-weight: 850; }
.message-bubble { max-width: 82%; padding: 13px 16px; background: #f1f5f2; border-radius: 16px 16px 16px 4px; font-size: .86rem; line-height: 1.5; }
.message-bubble p { margin: 0; }
.message-bubble p + p { margin-top: 6px; }
.message-user { justify-content: flex-end; }
.message-user .message-bubble { color: white; background: var(--forest); border-radius: 16px 16px 4px 16px; }
.typing-dots { display: flex; gap: 4px; padding: 7px 2px; }
.typing-dots i { width: 6px; height: 6px; background: #91a09c; border-radius: 50%; animation: bounce 1s infinite; }
.typing-dots i:nth-child(2) { animation-delay: .13s; }
.typing-dots i:nth-child(3) { animation-delay: .26s; }
.advisor-form { position: relative; margin: 12px 24px 24px; padding: 12px 58px 10px 14px; border: 1.5px solid #cfd9d4; border-radius: 17px; transition: border-color .2s, box-shadow .2s; }
.advisor-form:focus-within { border-color: var(--forest-bright); box-shadow: 0 0 0 4px rgba(31,90,81,.08); }
.advisor-form textarea { display: block; width: 100%; min-height: 52px; max-height: 90px; padding: 4px 0; resize: none; color: var(--text); background: transparent; border: 0; outline: 0; font-size: .83rem; line-height: 1.45; }
.advisor-form textarea::placeholder { color: #9ba7a3; }
.send-button { position: absolute; right: 10px; bottom: 12px; display: grid; place-items: center; width: 40px; height: 40px; color: white; background: var(--coral); border: 0; border-radius: 12px; cursor: pointer; font-size: 1.1rem; transition: background .2s, transform .2s; }
.send-button:hover { background: var(--coral-dark); transform: translateX(2px); }
.suggestion-chips { display: flex; gap: 7px; margin-top: 7px; overflow-x: auto; }
.suggestion-chips button { flex: 0 0 auto; padding: 5px 9px; color: #59706a; background: #f4f7f5; border: 1px solid #e0e7e3; border-radius: 16px; cursor: pointer; font-size: .65rem; }
.suggestion-chips button:hover { color: var(--ink); border-color: var(--mint); background: var(--mint-pale); }
.lead-result { padding: 25px 34px 28px; animation: messageIn .4s ease both; }
.result-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; color: #9a4a31; background: #fff0e9; border-radius: 30px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.lead-result h3 { margin: 14px 0 8px; color: var(--ink); font-family: Georgia, serif; font-size: 1.65rem; }
.lead-result > p { margin: 0 0 16px; color: #60726e; font-size: .84rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.result-grid div { padding: 12px 14px; background: #f1f6f3; border-radius: 12px; }
.result-grid small, .result-grid strong { display: block; }
.result-grid small { color: #80918c; font-size: .64rem; text-transform: uppercase; letter-spacing: .07em; }
.result-grid strong { color: var(--ink); font-size: .78rem; }
.lead-capture { margin-top: 14px; padding: 16px; background: var(--cream); border-radius: 15px; }
.lead-capture > p:first-child { margin: 0 0 12px; color: #5f6f6a; font-size: .74rem; line-height: 1.45; }
.lead-capture > p strong { color: var(--ink); font-size: .84rem; }
.lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lead-fields label { color: #687a75; font-size: .62rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.lead-fields input { width: 100%; margin-top: 3px; padding: 9px 10px; background: white; border: 1px solid #dcded8; border-radius: 8px; outline: none; font-size: .75rem; text-transform: none; letter-spacing: 0; }
.lead-fields input:focus { border-color: var(--forest-bright); }
.lead-capture .button { width: 100%; min-height: 42px; margin-top: 10px; font-size: .78rem; }
.preview-note { margin: 8px 0 0 !important; color: #9b7e66 !important; text-align: center; font-size: .62rem !important; }
.restart-button { display: block; margin: 12px auto 0; color: #70827d; background: transparent; border: 0; cursor: pointer; font-size: .7rem; }

.process-section .section-heading { margin-bottom: 40px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 100px 1fr; padding: 40px 10px; border-bottom: 1px solid var(--line); }
.process-step > span { color: var(--coral); font-family: Georgia, serif; font-size: 2.4rem; }
.process-step > div { display: grid; grid-template-columns: 150px 1fr 1.3fr; align-items: baseline; gap: 32px; }
.process-step small { color: var(--coral-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.process-step h3 { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.45rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .92rem; }

.about-section { padding-bottom: 120px; }
.about-card { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; padding: 72px; color: white; background: var(--ink-deep); border-radius: 34px; overflow: hidden; position: relative; }
.about-card::after { content: ""; position: absolute; right: -100px; bottom: -200px; width: 440px; height: 440px; border: 1px solid rgba(185,223,206,.17); border-radius: 50%; box-shadow: 0 0 0 55px rgba(185,223,206,.035), 0 0 0 110px rgba(185,223,206,.025); }
.about-card h2 { color: white; font-size: clamp(2.2rem, 3.7vw, 3.7rem); }
.about-copy { position: relative; z-index: 1; }
.about-copy p { margin: 0 0 28px; color: #bdceca; }
.button-cream { color: var(--ink); background: var(--cream); }
.button-cream:hover { background: white; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 34px max(24px, calc((100vw - 1180px) / 2)); color: #9db2ad; background: var(--forest); font-size: .76rem; }
.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--forest); background: var(--cream); }
.site-footer p { margin: 0; }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes messageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }

@media (max-width: 980px) {
  .site-nav { position: fixed; left: 16px; right: 16px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { text-align: center; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; gap: 75px; padding-top: 70px; }
  .hero-copy { max-width: 730px; }
  .hero-visual { width: min(600px, 94%); margin-inline: auto; }
  .advisor-section { grid-template-columns: 1fr; }
  .advisor-intro { max-width: 690px; }
  .advisor-card { width: min(680px, 100%); }
  .section-heading { grid-template-columns: 1fr; row-gap: 22px; }
  .process-step > div { grid-template-columns: 110px 1fr; }
  .process-step p { grid-column: 2; }
  .about-card { grid-template-columns: 1fr; gap: 30px; padding: 55px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p:nth-child(2) { display: none; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .section-space { padding-block: 82px; }
  .site-header { height: 70px; padding-inline: 16px; }
  .brand-name { font-size: .94rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; gap: 65px; padding-block: 60px 78px; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 4.7rem); }
  .hero-lede { margin-block: 24px 28px; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .workflow-window { padding-inline: 15px; }
  .window-bar { margin-inline: -15px; }
  .flow-step { grid-template-columns: 40px 1fr 22px; gap: 10px; padding: 12px 10px; }
  .flow-step .flow-icon { width: 38px; height: 38px; }
  .note-one { left: -10px; top: 27%; }
  .note-two { right: -9px; bottom: 15%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div, .trust-strip > div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-strip > div:last-child { border: 0; }
  .section-heading h2 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; padding: 34px 28px; }
  .advisor-section { width: 100%; padding-inline: 16px; gap: 48px; }
  .advisor-intro h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
  .advisor-card { min-height: 610px; }
  .advisor-topbar { padding-inline: 18px; }
  .chat-log { padding-inline: 18px; }
  .advisor-form { margin-inline: 16px; }
  .message-bubble { max-width: 88%; }
  .lead-result { padding-inline: 20px; }
  .result-grid, .lead-fields { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 52px 1fr; padding-block: 32px; }
  .process-step > div { grid-template-columns: 1fr; gap: 5px; }
  .process-step p { grid-column: 1; margin-top: 9px; }
  .about-section { width: 100%; padding-bottom: 0; }
  .about-card { padding: 62px 28px; border-radius: 0; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .copyright { text-align: center; }
}

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

/* Direct contact remains visible on small screens. */
.about-copy .direct-contact { margin: 24px 0 0; }
.direct-contact a, .footer-contact a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.direct-contact a { color: white; }
.footer-contact a { display: inline-block; margin-top: 8px; color: white; }

/* Preserve the supplied portrait; rounded corners are presentation only. */
.founder-profile { margin: 0 0 28px; }
.founder-headshot { display: block; width: min(100%, 280px); height: auto; aspect-ratio: 1; border-radius: 24px; border: 1px solid rgba(255,255,255,.18); }
.founder-profile figcaption { margin-top: 16px; }
.founder-profile strong { display: block; color: white; font-size: 1.15rem; }
.founder-profile span { display: block; margin-top: 4px; color: #bdceca; font-size: .9rem; }

.founder-linkedin { display: inline-block; margin-top: 12px; color: white; text-decoration: underline; text-underline-offset: 4px; }
.founder-linkedin:hover { color: var(--cream); }
.founder-linkedin:focus-visible { outline: 2px solid white; outline-offset: 5px; border-radius: 3px; }
.founder-profile .linkedin-external { display: inline; color: inherit; font-size: inherit; }

/* Clear offers, specific work, and a useful take-away. */
[hidden] { display: none !important; }
section[id], article[id] { scroll-margin-top: 100px; }
.reveal { opacity: 1; transform: none; }
.will-reveal:not(.visible) { opacity: 0; transform: translateY(18px); }
.about-card::after { pointer-events: none; }
.hero-lede strong { display: block; color: var(--ink-deep); margin-bottom: 14px; }
.microcopy { color: #536b66; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.work-card { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--mint-pale); transition: transform .2s; }
.work-card:hover { transform: translateY(-4px); }
.work-card h3 { font: 500 1.75rem/1.15 Georgia, serif; letter-spacing: -.03em; margin: 20px 0 12px; }
.work-card p { color: #536b66; }
.work-card .text-link { margin-top: auto; }
.work-category { font-size: .73rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; color: #41665e; }
.engagement-section { padding-top: 90px; }
.engagement-card { padding: clamp(28px, 5vw, 60px); background: var(--cream); border: 1px solid var(--line); border-radius: 28px; }
.engagement-card h2 { font: 500 clamp(2rem, 4vw, 3.2rem)/1.08 Georgia, serif; letter-spacing: -.04em; max-width: 820px; margin: 0 0 24px; }
.engagement-card > p:not(.eyebrow) { max-width: 780px; color: #536b66; }
.engagement-card .button { margin-top: 12px; }
.brief-details { margin: 20px 0; font-size: .86rem; }
.brief-details dt { color: var(--ink); font-weight: 800; margin-top: 16px; }
.brief-details dd { margin: 4px 0 0; color: #536b66; white-space: pre-wrap; overflow-wrap: anywhere; }
.brief-caveat, .handoff-note { font-size: .78rem; color: #536b66; }
.handoff-note a { text-decoration: underline; overflow-wrap: anywhere; }
.brief-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.brief-actions .button { min-height: 46px; padding: 12px 18px; font-size: .8rem; text-align: center; }
.button-secondary { background: var(--mint-pale); color: var(--forest); }
#brief-status { font-size: .8rem; color: var(--forest); }
.selected-work-page { padding-block: 80px 100px; }
.work-page-intro { max-width: 920px; }
.work-page-intro h1 { font: 500 clamp(2.6rem, 5vw, 4.6rem)/1.06 Georgia, serif; letter-spacing: -.045em; margin: 0 0 28px; }
.work-page-intro em { color: var(--coral-dark); }
.work-page-intro > p:last-child { max-width: 780px; font-size: 1.12rem; color: #536b66; }
.case-nav { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-block: 35px 65px; }
.case-nav a { text-decoration: underline; text-underline-offset: 5px; }
.case-study { border-top: 1px solid var(--line); padding-block: 65px; }
.case-study h2 { max-width: 900px; font: 500 clamp(2rem, 4vw, 3.3rem)/1.1 Georgia, serif; letter-spacing: -.04em; margin: 0 0 24px; }
.case-lede { max-width: 820px; font-size: 1.18rem; }
.case-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; margin-block: 30px; }
.case-columns h3 { font-size: 1.1rem; margin-bottom: 10px; }
.case-columns p { color: #536b66; }
.workflow-example { padding: 28px; background: var(--mint-pale); border-radius: 22px; margin-block: 35px; }
.case-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 22px 0 0; gap: 16px; list-style: none; counter-reset: workflow; }
.case-flow li { counter-increment: workflow; background: white; border-radius: 14px; padding: 20px; }
.case-flow li::before { content: counter(workflow, decimal-leading-zero); display: block; color: var(--coral-dark); font-weight: 800; margin-bottom: 12px; }
.case-flow b, .case-flow span { display: block; }
.case-flow span { font-size: .88rem; color: #536b66; margin-top: 8px; }
.case-takeaway { padding-left: 22px; border-left: 3px solid var(--coral); font-weight: 650; max-width: 850px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 5px; }
@media (max-width: 980px) { .work-grid { grid-template-columns: 1fr; } .case-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .case-columns, .case-flow { grid-template-columns: 1fr; gap: 18px; } .workflow-example { padding: 20px; } .selected-work-page { padding-top: 45px; } .work-card { padding: 28px; } .brief-actions .button { width: 100%; } .advisor-topbar { gap: 8px; } .step-counter { flex-shrink: 0; } .engagement-card .button { height: auto; padding-block: 14px; text-align: center; } }
@media (prefers-reduced-motion: reduce) { .will-reveal:not(.visible) { opacity: 1; transform: none; } }
@media (max-width: 680px) { .visual-glow { inset-inline: 0; } }
@media (min-width: 981px) { .hero h1 { font-size: clamp(3.3rem, 4.7vw, 4.25rem); } }

/* Visual selected-work stories: native, responsive, no external animation service. */
.selected-work-page { padding-top: 50px; }
.work-page-intro h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.work-page-intro > p:last-child { font-size: 1rem; }
.work-tabs { display: flex; gap: 8px; padding: 7px; margin: 30px 0 0; background: var(--mint-pale); border-radius: 18px; }
.work-tab { flex: 1; padding: 15px 18px; text-align: center; border-radius: 12px; font-weight: 750; font-size: .95rem; }
.work-tab[aria-selected="true"] { color: white; background: var(--forest); box-shadow: 0 5px 15px #163d3820; }
.work-tab:hover:not([aria-selected="true"]) { background: #d9e9df; }
.case-panel { padding-block: 38px 65px; border-top: 0; }
.case-heading h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); margin-bottom: 14px; }
.case-heading .eyebrow { margin-bottom: 15px; }
.case-heading .case-lede { font-size: 1.05rem; margin-top: 0; max-width: 900px; }
.workflow-theater { padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, #edf5ef, #f8f2e7); margin-block: 24px; }
.theater-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.theater-top .work-category { font-size: .65rem; }
.sample-label { color: #566b63; font-size: .7rem; }
.scene-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; list-style: none; padding: 0; margin: 25px 0 18px; }
.scene-step { position: relative; border: 2px solid transparent; border-radius: 18px; background: #fffdf8; padding: 15px; box-shadow: 0 6px 15px #163d3808; transition: border-color .3s, background .3s, transform .3s; min-width: 0; }
.scene-step:not(:last-child)::after { content: '→'; position: absolute; top: 75px; right: -18px; width: 16px; color: #59776c; font-size: 20px; z-index: 1; }
.scene-step.is-current { border-color: var(--coral); background: white; transform: translateY(-4px); box-shadow: 0 12px 25px #a6593020; }
.scene-step.is-complete { border-color: #b9dfce; }
.scene-select { display: block; text-align: left; width: 100%; border: 0; padding: 0; background: none; cursor: pointer; }
.scene-number { display: block; color: #5b7468; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.scene-icon { display: grid; place-items: center; height: 92px; }
.scene-icon svg { width: 66px; height: 66px; fill: none; stroke: var(--forest); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.scene-select > strong { display: block; font-size: 1rem; margin-top: 8px; }
.scene-select > small { display: block; color: #65756d; font-size: .73rem; min-height: 36px; margin-top: 5px; }
.scene-art { min-height: 116px; font-size: .72rem; padding-top: 15px; border-top: 1px solid var(--line); }
.sample-fields, .assignment, .match-cards, .comparison, .approval-gate { display: grid; gap: 7px; }
.sample-fields span { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3px; padding: 5px; background: #eef4ef; border-radius: 4px; }
.assignment { font-size: .7rem; padding-top: 10px; }
.assignment strong { background: #e6f2ec; padding: 8px; border-radius: 5px; }
.paper-stack { position: relative; padding: 0 12px; }
.paper-stack span { display: block; background: #f7f2e8; border: 1px solid #d8d8ca; border-radius: 4px; padding: 5px 10px; transform: rotate(-3deg); }
.paper-stack span:nth-child(2) { transform: rotate(3deg); margin-top: -2px; }
.paper-stack span:nth-child(3) { transform: rotate(-1deg); margin-top: -2px; }
.approval-gate { text-align: center; }
.approval-gate span { padding: 5px; border: 1px solid #bdd6c5; border-radius: 6px; }
.approval-gate b { font-weight: 600; color: #8f472f; }
.match-cards span { padding: 5px; border: 1px solid var(--line); border-radius: 5px; }
.comparison { text-align: center; }
.comparison span { background: #f9ead9; padding: 4px; border-radius: 5px; }
.comparison b { font-size: .65rem; }
.currency-chips { display: flex; flex-wrap: wrap; gap: 6px; align-content: center; padding-top: 6px; }
.currency-chips span { display: grid; place-items: center; border: 1px solid #c4daca; background: #e8f2eb; border-radius: 50%; width: 40px; height: 40px; font-size: .66rem; font-weight: 800; }
.exception-path { display: flex; gap: 10px; padding: 12px 16px; border: 1px dashed #af7d5b; border-radius: 12px; color: #674f3d; font-size: .82rem; margin: 0; }
.exception-path > span { font-size: 1.3rem; line-height: 1; }
.scene-bottom { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 16px; }
.scene-caption { font-size: .85rem; max-width: 760px; min-height: 3.2em; margin: 0; }
.scene-controls { display: flex; gap: 8px; flex-shrink: 0; }
.scene-controls button { cursor: pointer; background: white; border: 1px solid #bbcfc2; border-radius: 20px; padding: 8px 15px; font-size: .78rem; font-weight: 700; }
.scene-controls button:disabled { cursor: default; color: #617568; }
.visual-value { padding: 0 0 0 20px; border-left: 3px solid var(--coral); max-width: 900px; font-size: 1rem; }
.visual-value strong { display: block; margin-bottom: 6px; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.full-story { margin: 28px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; }
.full-story summary { cursor: pointer; font-weight: 750; }
.full-story[open] summary { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.case-contact { font-size: .9rem; }
.is-playing .is-current .scene-icon svg { animation: workflow-lift 1.5s ease-in-out 2; }
@keyframes workflow-lift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@media(max-width: 980px) { .scene-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .scene-step:nth-child(2)::after { display: none; } }
@media(max-width: 680px) {
 .work-tabs { gap: 4px; padding: 5px; }
 .work-tab { padding: 12px 5px; font-size: .73rem; line-height: 1.4; }
 .workflow-theater { padding: 15px; border-radius: 18px; }
 .theater-top { align-items: flex-start; flex-direction: column; gap: 4px; }
 .scene-steps { gap: 12px; margin-top: 20px; }
 .scene-step { padding: 10px; }
 .scene-step::after { display: none; }
 .scene-select > strong { font-size: .85rem; }
 .scene-select > small { font-size: .66rem; min-height: 40px; }
 .scene-icon { height: 70px; }
 .scene-icon svg { width: 53px; height: 53px; }
 .scene-art { font-size: .65rem; min-height: 124px; }
 .assignment { font-size: .58rem; }
 .paper-stack { padding: 0; }
 .currency-chips span { width: 30px; height: 30px; font-size: .55rem; }
 .scene-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
 .scene-caption { min-height: 5em; }
 .case-panel { padding-top: 30px; }
 .full-story { padding: 18px; }
 .case-contact { padding: 14px 20px; text-align: center; }
}
@media(prefers-reduced-motion: reduce) { .scene-step.is-current { transform: none; } .is-playing .is-current .scene-icon svg { animation: none; } }
