:root {
  --cream: #f7f3ea;
  --card: #fdfaf5;
  --charcoal: #2a2724;
  --terracotta: #c05c30;
  --terracotta-dark: #a94c25;
  --terracotta-pale: #f5e8df;
  --sage: #4a9990;
  --sage-pale: #ddf0ee;
  --amber: #d4833a;
  --warm-mid: #ede7dc;
  --muted: #7a6e64;
  --border: #d8cfc3;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--charcoal); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
main { display: flex; flex-direction: column; }
a { color: inherit; }
.shell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.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; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; letter-spacing: -.045em; }
h1 { margin-bottom: 28px; color: var(--charcoal); font-size: clamp(3.55rem, 6vw, 5.35rem); line-height: .96; }
h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 5.2vw, 4.55rem); line-height: .98; }
h2 em, h3 em { color: var(--terracotta); font-style: italic; }
h3 { letter-spacing: -.025em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 7px 12px; border-radius: 999px; background: var(--terracotta-pale); color: var(--terracotta); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.section-lede { max-width: 560px; color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.section-heading-row, .split-intro { display: flex; align-items: end; justify-content: space-between; gap: 72px; }
.section-heading-row > * { flex: 1; }
.section-heading-row > :last-child { max-width: 500px; }
.insights-section .topic-nav { margin: 18px 0 28px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 10px; font: inherit; font-size: .88rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: #fffaf3; }
.button-primary:hover, .button-primary:focus-visible { background: var(--terracotta-dark); }
.button-quiet { border-color: transparent; color: var(--muted); background: transparent; }
.button-quiet:hover, .button-quiet:focus-visible { border-color: transparent; color: var(--terracotta); }
.button-light { background: var(--cream); color: var(--charcoal); }
.button-light:hover, .button-light:focus-visible { background: #fff; }
.text-link { color: var(--terracotta); font-size: .86rem; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--terracotta-dark); }

.figma-hero { order: -1; overflow: hidden; padding: 78px 0 92px; border-bottom: 1px solid var(--border); background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.hero-lede { max-width: 440px; margin-bottom: 30px; color: #7a6e64; font-size: 1.06rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.activity-board { position: relative; min-height: 500px; }
.activity-orbit { position: absolute; border: 1px solid rgba(192, 92, 48, .2); border-radius: 50%; }
.activity-orbit-one { width: 520px; height: 520px; top: -30px; right: -100px; }
.activity-orbit-two { width: 350px; height: 350px; top: 58px; right: -8px; border-color: rgba(74, 153, 144, .25); }
.activity-board::before { content: ""; position: absolute; width: 128px; height: 128px; top: 78px; right: 105px; border-radius: 50%; background: var(--terracotta-pale); }
.activity-board::after { content: ""; position: absolute; width: 94px; height: 94px; right: 28px; bottom: 24px; border-radius: 50%; background: var(--sage-pale); }
.activity-card { position: absolute; z-index: 1; display: flex; align-items: flex-start; gap: 13px; width: min(370px, 82%); padding: 16px 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(253, 250, 245, .94); box-shadow: 0 18px 45px rgba(74, 53, 36, .12); }
.activity-content { display: grid; min-width: 0; flex: 1; gap: 7px; }
.activity-name-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.activity-card strong { font-size: .88rem; }
.activity-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.activity-card-main { top: 102px; right: 102px; animation: bench-card-float 6.7s ease-in-out infinite; }
.activity-card-side { top: 252px; right: 2px; background: var(--card); animation: bench-card-float-side 7.1s .5s ease-in-out infinite; }
.activity-card-bottom { top: 374px; right: 132px; background: var(--card); animation: bench-card-float-bottom 6.4s 1.1s ease-in-out infinite; }
.activity-avatar { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: #fff; font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; }
.avatar-aria { background: var(--terracotta); }
.avatar-max { background: var(--sage); }
.avatar-lyra { background: var(--amber); }
.activity-status { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; background: var(--sage-pale); color: var(--sage); font-size: .63rem; font-weight: 700; white-space: nowrap; }
.activity-status-done { background: var(--terracotta-pale); color: var(--terracotta); }
.activity-caption { position: absolute; right: 62px; bottom: 8px; display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: .78rem; }
.activity-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px var(--sage-pale); }
@keyframes bench-card-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(-1deg); }
}
@keyframes bench-card-float-side {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(3deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(2deg); }
}
@keyframes bench-card-float-bottom {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -7px, 0) rotate(0deg); }
}
.outcome-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--warm-mid); }
.outcome-strip-inner { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.what-is-bench, .benches-section, .insights-section { padding: 116px 0; }
.what-is-bench { background: var(--card); }
.split-intro { align-items: center; margin-bottom: 68px; }
.split-intro h2 { margin-bottom: 0; }
.feature-list { border-top: 1px solid var(--border); }
.feature-row { display: grid; grid-template-columns: 74px 1fr 36px; gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--border); }
.feature-index { color: var(--terracotta); font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; }
.feature-row h3 { margin: -4px 0 8px; font-size: 1.45rem; }
.feature-row p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.6; }
.feature-arrow { color: var(--terracotta); font-size: 1.35rem; text-align: right; }

.benches-section { background: var(--cream); }
.bench-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 56px; }
.bench-card { position: relative; display: flex; min-height: 340px; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-top: 3px solid var(--terracotta); border-radius: 18px; background: var(--card); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.bench-card:hover, .bench-card:focus-visible { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(74, 53, 36, .12); }
.bench-card-body { display: flex; flex: 1; flex-direction: column; padding: 32px 32px 29px; }
.bench-card-label, .article-category { align-self: flex-start; padding: 7px 11px; border-radius: 999px; background: var(--terracotta-pale); color: var(--terracotta); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bench-card h3 { margin: 22px 0 8px; font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; line-height: 1.03; }
.bench-card p { max-width: 500px; margin-bottom: 18px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.bench-card .bench-card-quote { margin-bottom: 18px; color: var(--terracotta); font-family: "Fraunces", Georgia, serif; font-size: .96rem; font-style: italic; }
.card-link, .article-link { margin-top: auto; color: var(--terracotta); font-size: .82rem; font-weight: 700; }
.bench-card-her { border-top-color: var(--sage); }
.bench-card-her .bench-card-label { background: var(--sage-pale); color: var(--sage); }
.bench-card-her .bench-card-quote, .bench-card-her .card-link { color: var(--sage); }
.bench-card-realtor { border-top-color: var(--amber); }
.bench-card-realtor .bench-card-label { background: #fbeddc; color: var(--amber); }
.bench-card-realtor .bench-card-quote, .bench-card-realtor .card-link { color: var(--amber); }
.bench-card-sports .bench-card-label { background: #f5e8df; }

.how-it-works { padding: 116px 0; background: var(--charcoal); color: var(--cream); }
.dark-heading .eyebrow { background: rgba(192, 92, 48, .18); color: #e8a27b; }
.dark-heading h2 { color: var(--cream); }
.dark-heading > :last-child { max-width: 700px; }
.dark-heading h2 { max-width: 700px; font-size: clamp(2.8rem, 4.5vw, 4rem); }
.dark-heading h2 em { color: #e8a27b; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 68px; }
.step-card { min-height: 250px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.step-card > span { color: var(--terracotta); font-family: "Fraunces", Georgia, serif; font-size: 3.8rem; line-height: 1; }
.step-card h3 { margin: 24px 0 12px; color: var(--cream); font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; }
.step-card p { margin: 0; color: rgba(247, 243, 234, .68); font-size: .9rem; line-height: 1.65; }

.insights-section { background: var(--card); }
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.article-card { min-height: 350px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--border); border-radius: 16px; background: var(--cream); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.article-card:hover, .article-card:focus-visible { border-color: var(--terracotta); transform: translateY(-3px); }
.article-card-work { background: var(--sage-pale); }
.article-card-time { background: #fff8e9; }
.article-meta { margin: 14px 0 22px; color: var(--muted); font-size: .76rem; }
.article-card h3 { margin-bottom: 12px; font-family: "Fraunces", Georgia, serif; font-size: 1.75rem; line-height: 1.08; }
.article-card > p:not(.article-meta) { color: var(--muted); font-size: .9rem; line-height: 1.6; }
.category-work { color: var(--sage); }
.category-time { color: var(--amber); }
.insights-hero { order: -2; min-height: calc(100vh - 92px); display: flex; align-items: center; padding: 96px 0 106px; border-bottom: 1px solid var(--border); }
.insights-hero .section-heading-row { align-items: center; margin-bottom: 0; }
.insights-hero h2 { max-width: 720px; }
.insights-hero .latest-grid { margin-top: 40px; }
.home-newsletter { display: flex; flex-wrap: wrap; gap: 10px; max-width: 600px; margin: 0 0 8px; }
.home-newsletter label { flex: 1 1 260px; }
.home-newsletter input { width: 100%; min-height: 50px; padding: 0 16px; border: 1px solid var(--border); border-radius: 10px; background: #fffaf3; color: var(--charcoal); font: inherit; }
.home-newsletter input:focus { border-color: var(--terracotta); outline: 3px solid rgba(192, 92, 48, .12); }
.home-newsletter .button { min-height: 50px; }
.newsletter-note { min-height: 20px; margin: 0 0 22px; color: var(--muted); font-size: .84rem; line-height: 1.5; }

.testimonials { padding: 116px 0; background: var(--warm-mid); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.testimonial-card { min-height: 235px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); border-radius: 16px; background: var(--card); }
.quote-mark { color: var(--terracotta); font-family: Georgia, serif; font-size: 3rem; line-height: .7; }
.testimonial-card p { margin: 25px 0; font-family: "Fraunces", Georgia, serif; font-size: 1.45rem; }
.testimonial-name { margin-top: auto; color: var(--muted); font-size: .76rem; }
.teammate-demo { padding: 116px 0; background: var(--sage-pale); color: var(--charcoal); }
.teammate-demo-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.teammate-demo-copy h2 { max-width: 520px; color: var(--charcoal); }
.teammate-demo-copy .eyebrow { background: rgba(74, 153, 144, .14); color: var(--sage); }
.teammate-demo-copy .section-lede { color: var(--muted); }
.chat-card { max-width: 620px; justify-self: end; padding: 29px; border: 1px solid var(--border); border-radius: 18px; background: var(--card); box-shadow: 0 22px 60px rgba(74, 53, 36, .14); }
.chat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.chat-kicker { margin-bottom: 8px; color: var(--sage); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.chat-card h3 { margin: 0; color: var(--charcoal); font-family: "Fraunces", Georgia, serif; font-size: 2rem; }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; margin-top: 6px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(74,153,144,.12); }
.chat-form { margin-top: 24px; }
.chat-form textarea { width: 100%; resize: vertical; padding: 15px; border: 1px solid var(--border); border-radius: 13px; outline: none; background: var(--cream); color: var(--charcoal); font: inherit; line-height: 1.5; }
.chat-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(74,153,144,.12); }
.chat-form textarea::placeholder { color: var(--muted); }
.chat-actions { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.chat-hint { color: var(--muted); font-size: .75rem; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.prompt-chips button { padding: 8px 11px; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: .74rem; cursor: pointer; }
.prompt-chips button:hover, .prompt-chips button:focus-visible { border-color: var(--sage); color: var(--sage); }
.chat-output { display: none; margin-top: 20px; padding: 18px; border-left: 3px solid var(--sage); background: var(--sage-pale); color: var(--charcoal); font-size: .92rem; line-height: 1.65; }
.chat-output.is-visible { display: block; }
.chat-output p { margin-bottom: 12px; }
.chat-output a { color: var(--sage); font-weight: 700; text-decoration: none; }
.cta-section { padding: 104px 0; background: #c05c30; color: #fffaf3; text-align: center; }
.cta-inner { display: grid; justify-items: center; }
.cta-section .eyebrow { background: rgba(255,250,243,.14); color: #f8d2bd; }
.cta-section h2 { color: #fffaf3; font-size: clamp(3rem, 5vw, 4.5rem); }
.cta-section p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: rgba(255,250,243,.8); line-height: 1.6; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.button-outline-light { border-color: rgba(255,250,243,.55); color: #fffaf3; background: transparent; }
.button-outline-light:hover, .button-outline-light:focus-visible { border-color: #fffaf3; background: rgba(255,250,243,.1); }
.cta-section small { display: block; margin-top: 24px; color: rgba(255,250,243,.65); }
.site-footer { padding: 64px 0 30px; background: var(--charcoal); color: var(--cream); }
.footer-inner { display: grid; grid-template-columns: 190px 1fr; gap: 42px; align-items: start; }
.footer-brand { align-self: start; }
.site-footer .bench-wordmark { color: var(--cream); }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-columns div { display: flex; flex-direction: column; gap: 10px; }
.footer-columns strong { margin-bottom: 6px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-columns a { color: rgba(247,243,234,.58); font-size: .86rem; text-decoration: none; }
.footer-columns a:hover { color: #f8b99b; }
.footer-columns strong { color: var(--cream); }
.footer-social a { color: rgba(247,243,234,.58); font-size: .86rem; text-decoration: none; }
.footer-social a:hover { color: #f8b99b; }
.footer-copy { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 22px; border-top: 1px solid rgba(247,243,234,.18); color: rgba(247,243,234,.48); font-size: .75rem; }

@media (max-width: 980px) {
  .hero-grid, .teammate-demo-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 700px; }
  .activity-board { max-width: 620px; width: 100%; }
  .chat-card { justify-self: stretch; max-width: none; }
  .bench-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .shell { width: min(var(--max), calc(100% - 32px)); }
  h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .figma-hero, .what-is-bench, .benches-section, .how-it-works, .insights-section, .testimonials, .teammate-demo { padding: 78px 0; }
  .insights-hero { min-height: auto; }
  .section-heading-row, .split-intro { align-items: flex-start; flex-direction: column; gap: 16px; }
  .outcome-strip-inner { align-items: flex-start; flex-direction: column; gap: 9px; padding: 16px 0; }
  .activity-board { min-height: 390px; transform: scale(.88); transform-origin: top left; width: 114%; margin-bottom: -52px; }
  .activity-card-main { right: 72px; }
  .activity-card-side { right: 0; }
  .activity-card-bottom { right: 92px; }
  .feature-row { grid-template-columns: 42px 1fr 24px; gap: 12px; }
  .feature-row h3 { font-size: 1.2rem; }
  .bench-grid, .steps-grid, .latest-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .bench-card { min-height: 0; }
  .bench-card img { height: 180px; }
  .steps-grid, .latest-grid, .testimonial-grid { margin-top: 38px; }
  .step-card { min-height: 210px; }
  .step-card h3 { margin-top: 36px; }
  .chat-card { padding: 22px; }
  .home-newsletter { flex-direction: column; }
  .home-newsletter label { flex-basis: auto; }
  .chat-actions { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .footer-copy { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
