.home-hero { position: relative; overflow: hidden; padding: clamp(72px, 10vw, 132px) 0 clamp(66px, 9vw, 112px); }
.home-hero::before { content: ""; position: absolute; inset: -30% -10% auto auto; width: 55vw; height: 55vw; border: 1px solid rgba(149,98,31,.14); border-radius: 50%; background: radial-gradient(circle, rgba(149,98,31,.09), transparent 63%); pointer-events: none; }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.home-hero-copy h1 { max-width: 800px; margin: 0; font-size: clamp(3.6rem, 7.8vw, 7.7rem); line-height: .92; letter-spacing: -.066em; }
.home-hero-lead { max-width: 680px; margin: 26px 0 0; color: var(--av-muted); font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.62; }
.home-actions, .today-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.home-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.home-trust span { padding: 8px 11px; border: 1px solid var(--av-line); border-radius: 999px; background: rgba(255,255,255,.64); color: #555b56; font-size: .82rem; font-weight: 750; }

.pathfinder { overflow: hidden; border: 1px solid var(--av-line); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--av-shadow); }
.pathfinder-head { display: flex; justify-content: space-between; gap: 16px; padding: 17px 19px; border-bottom: 1px solid var(--av-line); color: var(--av-muted); font-size: .82rem; font-weight: 800; }
.pathfinder-head a { color: var(--av-green); }
.pathfinder-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border-bottom: 1px solid var(--av-line); transition: background 150ms ease; }
.pathfinder-row:last-child { border-bottom: 0; }
.pathfinder-row:hover { background: var(--av-soft); }
.pathfinder-row span { display: grid; gap: 4px; }
.pathfinder-row small { color: var(--av-muted); }
.pathfinder-row strong { font-size: 1.08rem; }
.pathfinder-row b { color: var(--av-green); font-size: 1.2rem; }

.home-products { padding: clamp(76px, 10vw, 126px) 0; border-block: 1px solid var(--av-line); background: #fff; }
.featured-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.featured-product { min-height: 370px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--av-line); border-radius: 18px; background: var(--av-panel); transition: transform 180ms ease, box-shadow 180ms ease; }
.featured-product:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(20,27,24,.09); }
.featured-product.is-natal { background: linear-gradient(160deg, #f4f2e9, #fff 55%); }
.featured-product.is-relation { background: linear-gradient(160deg, #f5eceb, #fff 55%); }
.featured-product.is-question { background: linear-gradient(160deg, #eaf2ef, #fff 55%); }
.featured-product.is-forecast { background: linear-gradient(160deg, #eaf0f4, #fff 55%); }
.product-label { color: var(--av-gold); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.featured-product h3 { margin: 44px 0 13px; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.05; letter-spacing: -.035em; }
.featured-product p { margin: 0; color: var(--av-muted); line-height: 1.6; }
.product-meta { margin-top: auto; padding-top: 28px; color: #555b56; font-size: .86rem; font-weight: 750; }
.featured-product > strong { margin-top: 12px; color: var(--av-green); }
.products-all-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; }
.products-all-row p { margin: 0; color: var(--av-muted); }

.today-section { padding: clamp(70px, 9vw, 112px) 0; }
.today-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px,.6fr); gap: 14px; }
.today-main, .moment-card { border: 1px solid var(--av-line); border-radius: 22px; }
.today-main { padding: clamp(30px, 5vw, 58px); background: var(--av-panel); }
.today-main h2 { max-width: 820px; margin: 0 0 20px; font-size: clamp(2.3rem, 5.1vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.today-main > p:not(.av-eyebrow) { max-width: 760px; margin: 0; color: var(--av-muted); font-size: 1.08rem; line-height: 1.68; }
.moment-card { display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; padding: 30px; border-color: #193b31; background: var(--av-green-deep); color: #fff; text-align: left; cursor: pointer; }
.moment-card > span { color: #d8b778; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.moment-card > strong { margin: 56px 0 14px; font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.04; letter-spacing: -.04em; }
.moment-card > small { color: rgba(255,255,255,.72); font-size: .98rem; line-height: 1.6; }
.moment-card > em { margin-top: auto; padding-top: 40px; color: rgba(255,255,255,.82); font-size: .82rem; font-style: normal; }

.chat-product { padding: clamp(78px, 10vw, 126px) 0; overflow: hidden; border-block: 1px solid var(--av-line); background: #111715; color: #f7f5ef; }
.chat-product-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1.1fr); align-items: center; gap: clamp(50px,8vw,112px); }
.chat-product-copy h2 { margin: 0 0 20px; font-size: clamp(2.6rem,5.3vw,5.3rem); line-height: .96; letter-spacing: -.05em; }
.chat-product-copy > p:not(.av-eyebrow) { color: rgba(255,255,255,.66); font-size: 1.08rem; line-height: 1.68; }
.chat-product-copy ul { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; color: rgba(255,255,255,.82); }
.chat-product-copy li::before { content: "✓"; margin-right: 10px; color: #d6b36e; font-weight: 900; }
.chat-product .av-button.is-primary { border-color: #fff; background: #fff; color: #111715; }

.product-demo__window { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #f5f6f2; color: #18201d; box-shadow: 0 38px 90px rgba(0,0,0,.3); }
.product-demo__topbar { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,.1); font-size: .8rem; }
.product-demo__topbar span:last-child { margin-left: auto; color: #737a75; }
.product-demo__status { width: 8px; height: 8px; border-radius: 50%; background: #3c9a69; }
.product-demo__context { display: flex; flex-wrap: wrap; gap: 7px; padding: 12px 16px; border-bottom: 1px solid rgba(0,0,0,.08); }
.product-demo__context span { padding: 6px 8px; border-radius: 999px; background: #e7ebe5; color: #5c645f; font-size: .72rem; }
.product-demo__messages { display: grid; gap: 12px; min-height: 360px; align-content: center; padding: 24px; background: #edf0eb; }
.product-demo__message { max-width: 84%; margin: 0; padding: 13px 15px; border-radius: 16px; background: #fff; line-height: 1.5; box-shadow: 0 8px 22px rgba(0,0,0,.05); }
.product-demo__message--user { justify-self: end; background: #264c40; color: #fff; }
.product-demo__typing { display: inline-flex; gap: 4px; width: fit-content; padding: 12px 14px; border-radius: 16px; background: #fff; }
.product-demo__typing span { width: 6px; height: 6px; border-radius: 50%; background: #839089; }
.product-demo__footer { margin: 0; padding: 13px 16px; color: #666e69; font-size: .74rem; text-align: center; }

.editorial-section { padding: clamp(76px,10vw,126px) 0; }
.editorial-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.editorial-grid a { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--av-line); border-radius: 18px; background: var(--av-panel); }
.editorial-grid a:hover { background: var(--av-soft); }
.editorial-grid time { color: var(--av-gold); font-size: .78rem; font-weight: 850; }
.editorial-grid h3 { margin: 44px 0 12px; font-size: 1.5rem; line-height: 1.1; letter-spacing: -.025em; }
.editorial-grid p { margin: 0; color: var(--av-muted); line-height: 1.55; }
.editorial-grid strong { margin-top: auto; padding-top: 28px; color: var(--av-green); }

.approach-strip { padding: 58px 0; background: #f0ece2; }
.approach-grid { display: grid; grid-template-columns: .55fr 1.5fr 1fr auto; gap: 30px; align-items: center; }
.approach-grid .av-eyebrow, .approach-grid p { margin: 0; }
.approach-grid blockquote { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.06; }
.approach-grid > p:not(.av-eyebrow) { color: var(--av-muted); line-height: 1.6; }
.approach-grid a { font-weight: 850; color: var(--av-green); }

body.modal-open { overflow: hidden; }
.moment-modal[hidden] { display: none; }
.moment-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: clamp(14px,3vw,32px); }
.moment-modal-backdrop { position: absolute; inset: 0; background: rgba(10,16,14,.76); backdrop-filter: blur(10px); }
.moment-modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1fr); gap: clamp(22px,4vw,48px); align-items: center; width: min(1080px,100%); max-height: min(90vh,880px); overflow: auto; padding: clamp(20px,3vw,36px); border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: #fff; box-shadow: 0 38px 100px rgba(0,0,0,.42); }
.moment-modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--av-line); border-radius: 50%; background: #fff; color: var(--av-ink); font: inherit; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.moment-modal-close:focus-visible { outline: 3px solid rgba(38,76,64,.3); outline-offset: 2px; }
.moment-modal-chart { overflow: hidden; padding: 14px; border-radius: 18px; background: #18231f; }
.moment-modal-chart img { width: 100%; height: auto; border-radius: 12px; }
.moment-modal-copy { padding-right: 14px; }
.moment-modal-copy h2 { margin: 8px 0 14px; font-size: clamp(2.2rem,4.6vw,4.8rem); line-height: .96; letter-spacing: -.05em; }
.moment-modal-copy > p:not(.av-eyebrow) { margin: 0 0 13px; color: var(--av-muted); font-size: 1.03rem; line-height: 1.66; }
.moment-modal-copy .moment-modal-refresh { margin-bottom: 18px; font-size: .86rem; }
.moment-modal-copy .moment-modal-refresh strong { color: var(--av-ink); }
.reading-extra { margin-top: 2px; }
.reading-toggle { display: inline-flex; align-items: center; min-height: 40px; margin-top: 6px; padding: 0; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: var(--av-green); font: inherit; font-weight: 850; cursor: pointer; }

@media (max-width: 1050px) {
  .featured-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .approach-grid { grid-template-columns: 1fr 2fr; }
  .approach-grid > p:not(.av-eyebrow), .approach-grid > a { grid-column: 2; }
}

@media (max-width: 760px) {
  .moment-modal { align-items: end; padding: 10px; }
  .moment-modal-panel { grid-template-columns: 1fr; gap: 20px; max-height: 94vh; padding: 18px; padding-top: 62px; border-radius: 20px; }
  .moment-modal-chart { width: min(360px,100%); margin: 0 auto; }
  .moment-modal-copy { padding-right: 0; }
  .moment-modal-copy h2 { font-size: clamp(2.2rem,11vw,3.4rem); }
}

@media (max-width: 820px) {
  .home-hero-grid, .today-grid, .chat-product-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 62px; }
  .home-hero-copy h1 { font-size: clamp(3.25rem,16vw,5.8rem); }
  .pathfinder { max-width: 620px; }
  .chat-product-grid { gap: 44px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid a { min-height: 230px; }
}

@media (max-width: 600px) {
  .featured-product-grid { grid-template-columns: 1fr; }
  .featured-product { min-height: 310px; }
  .products-all-row, .editorial-head { align-items: stretch; flex-direction: column; }
  .products-all-row .av-button, .editorial-head .av-button { width: 100%; }
  .today-main { padding: 28px 22px; }
  .moment-card { min-height: 360px; padding: 26px 22px; }
  .product-demo__messages { min-height: 330px; padding: 16px; }
  .product-demo__message { max-width: 92%; font-size: .92rem; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid > p:not(.av-eyebrow), .approach-grid > a { grid-column: auto; }
}
