/* Device compositions use the original, language-specific product screenshots. */
.hero-inner { grid-template-columns: .92fr 1.08fr; gap: 48px; padding-block: 76px 58px; }
.hero h1 { font-size: clamp(46px, 5vw, 70px); }
.hero-devices { position: relative; min-width: 0; width: 100%; aspect-ratio: 1.3; isolation: isolate; }
.device-orbit { position: absolute; width: 83%; aspect-ratio: 1; border: 1px solid #ffffff1c; border-radius: 50%; top: -3%; right: -8%; z-index: -1; }
.device-orbit::before, .device-orbit::after { content: ""; position: absolute; border: 1px solid #ffffff12; border-radius: 50%; inset: 11%; }
.device-orbit::after { inset: 23%; border-color: #ff9b6533; }
.hero-laptop { display: block; position: absolute; top: 18%; left: 0; width: 90%; transform: rotate(-3deg); transition: transform .3s ease; }
.hero-laptop:hover { transform: translateY(-5px) rotate(-2deg); }
.device-label { display: block; font-size: 12px; line-height: 1.5; font-weight: 550; letter-spacing: .01em; color: #eef2eb; }
.hero-laptop > .device-label { margin: 0 0 16px 8%; }
.hero-laptop > .device-label::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; background: #ff9562; border-radius: 50%; }
.laptop-display { display: block; position: relative; background: #172120; border: 1px solid #7c8987; border-radius: 17px 17px 5px 5px; padding: 14px 9px 11px; box-shadow: 0 30px 50px #0005; }
.laptop-camera { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #85928c; top: 5px; left: calc(50% - 2px); }
.laptop-display .product-bar { height: 31px; padding-inline: 12px; border-radius: 5px 5px 0 0; background: #fff; font-size: 9px; }
.laptop-display .product-bar span { font-size: 9px; }
.laptop-screen { display: block; overflow: hidden; background: #f8fafc; border-radius: 0 0 3px 3px; }
.laptop-screen img { width: 100%; height: auto; }
.laptop-base { display: block; position: relative; width: 108%; height: 12px; margin-left: -4%; border-radius: 1px 1px 50% 50% / 1px 1px 100% 100%; background: linear-gradient(#ccd1ce, #8f9895 48%, #626e68); box-shadow: 0 12px 18px #0004; }
.laptop-base::before { content: ""; display: block; width: 16%; height: 4px; background: #76827c; margin: 0 auto; border-radius: 0 0 7px 7px; }
.hero-phone { position: absolute; top: 29%; right: 0; width: 28%; transform: rotate(7deg); transition: transform .3s ease; }
.hero-phone:hover { transform: translateY(-6px) rotate(4deg); }
.device-phone { display: block; position: relative; border: 1px solid #8d9b99; border-radius: 28px; padding: 6px; background: #111b1c; box-shadow: 10px 18px 28px #0005, inset -3px 0 0 #64726e; }
.device-phone-screen { display: block; height: auto; aspect-ratio: 390 / 770; border-radius: 20px; overflow: hidden; background: #f8fafc; padding-top: 19px; }
.device-phone-screen img { display: block; width: 100%; max-width: 100%; height: auto; }
.device-earpiece { position: absolute; z-index: 1; left: 35%; top: 12px; width: 30%; height: 5px; background: #111b1c; border-radius: 8px; }
.device-home { position: absolute; width: 30%; height: 3px; background: #1f2929; border-radius: 5px; bottom: 11px; left: 35%; }
.hero-phone > .device-label { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; text-align: center; }
.hero-phone .device-label > span { color: #ffad83; font-size: 19px; }
.hero-device-note { position: absolute; bottom: 2%; left: 4%; width: 62%; display: flex; gap: 14px; align-items: flex-start; }
.hero-device-note p { max-width: 250px; font-size: 14px; line-height: 1.5; color: #e5ece5; }
.device-note-line { flex: 0 0 30px; height: 1px; margin-top: 10px; background: #f39366; }
.hero-devices { animation: devices-enter .75s ease-out both; }
@keyframes devices-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Short, visual introductions lead into the detailed product sections. */
.benefits { padding-bottom: 88px; }
.product-story { gap: 24px; }
.story-card { min-width: 0; display: flex; flex-direction: column; padding: 28px 28px 0; overflow: hidden; border: 1px solid #dce1d9; border-radius: 18px; background: #f3f5ef; transition: transform .25s, box-shadow .25s; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px #22372a12; }
.story-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.story-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #ccd3c4; border-radius: 13px; background: #fff9; color: #315444; }
.story-icon svg { width: 25px; height: 25px; }
.story-number { display: flex; align-items: center; gap: 22px; font-size: 12px; color: #58665b; }
.story-number > span { font-size: 23px; }
.story-card h3 { font-size: 27px; margin-bottom: 16px; }
.story-card p { font-size: 15px; line-height: 1.65; color: #59655e; margin-bottom: 28px; }
.story-image { margin: auto -8px -1px 6px; padding-top: 14px; }
.story-image img { width: 100%; height: 155px; object-fit: cover; object-position: top left; border: 1px solid #cdd4ca; border-bottom: 0; border-radius: 9px 9px 0 0; box-shadow: 0 -4px 24px #24382c0d; transform: rotate(-3deg) translateY(8px); transform-origin: center bottom; }
.story-card-1 { background: #f8eee6; border-color: #e9d9cb; }
.story-card-1 .story-icon { color: #a1522a; border-color: #e4d1c1; }
.story-card-1 .story-image img { transform: rotate(3deg) translateY(8px); }
.story-card-2 { background: #213d37; border-color: #213d37; color: #fff; }
.story-card-2 p, .story-card-2 .story-number { color: #d0ded3; }
.story-card-2 .story-icon { background: #ffffff0d; border-color: #ffffff30; color: #ffad83; }
.story-card-2 .story-image img { border-color: #6b7c70; }

/* A separate employee area, with a real, scrollable foreground phone. */
.employee-section { position: relative; background: #f3f5ef; border: 0; }
.employee-layout { grid-template-columns: 1fr 1.08fr; gap: 70px; }
.employee-copy > .eyebrow { color: #486542; }
.employee-copy h2 { font-size: clamp(39px,4.3vw,62px); }
.employee-copy > .intro { font-size: 17px; }
.employee-visual { padding: 0; background: none; }
.employee-device-stage { position: relative; isolation: isolate; padding: 42px 10px 60px; border-radius: 30px; background: radial-gradient(ellipse at 50% 40%,#36524b,#1a302c 75%); overflow: hidden; }
.employee-orbit { position: absolute; width: 94%; aspect-ratio: 1; left: 3%; top: 12%; border: 1px solid #b9cbbd24; border-radius: 50%; z-index: -1; }
.employee-orbit::after { content: ""; position: absolute; inset: -16%; border: 1px solid #b9cbbd16; border-radius: 50%; }
.employee-phone { position: relative; z-index: 2; width: min(100%,300px); border-color: #14211e; box-shadow: 0 25px 55px #0007,0 0 0 1px #a1aea077; }
.employee-back-phone { position: absolute; width: 37%; top: 23%; z-index: 1; opacity: .92; pointer-events: none; }
.employee-back-left { left: -4%; transform: rotate(-12deg); }
.employee-back-right { right: -4%; transform: rotate(12deg); top: 17%; }
.employee-back-phone .device-phone-screen { aspect-ratio: 390 / 760; }
.employee-device-tag { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; max-width: 95%; margin: 24px auto -28px; color: #e9f0e9; font-size: 12px; line-height: 1.5; }
.employee-device-tag svg { width: 17px; height: 17px; color: #ffad83; flex-shrink: 0; }
.employee-choice { padding: 18px 0; border: 0; border-bottom: 1px solid #d9e0d2; border-radius: 0; gap: 18px; }
.employee-choice[aria-pressed="true"] { background: transparent; border-color: #9fab89; box-shadow: none; }
.employee-choice-number { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; padding: 0; margin-top: 1px; border: 1px solid #c6d0bb; border-radius: 50%; }
.employee-choice[aria-pressed="true"] .employee-choice-number { background: #29493d; color: #fff; border-color: #29493d; }
.employee-choice strong { font-size: 20px; }
.employee-choice strong + span { font-size: 14px; }
.employee-choice-arrow { font-size: 22px; }
.employee-caption { max-width: 480px; }
.employee-scroll-hint { max-width: 420px; }

/* An oversized plan surface, alternating with the dark assistant section. */
.plan-section { background: #fff; }
.plan-stage { padding: 28px 38px 12px; border-radius: 24px; background-color: #e9eee2; background-image: linear-gradient(#b5c0a820 1px,transparent 1px),linear-gradient(90deg,#b5c0a820 1px,transparent 1px); background-size: 32px 32px; }
.plan-stage-label { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; padding: 0 2px 21px; }
.plan-stage-label > span:last-child { margin-left: auto; font-size: 12px; font-weight: 450; color: #4f6150; }
.plan-stage .feature-screenshot { border-radius: 10px; box-shadow: 0 18px 36px #26402c18; }
.plan-stage .image-note { padding-top: 12px; color: #4f6150; }
.detail-columns article { position: relative; padding-left: 40px; }
.detail-index { position: absolute; left: 0; top: 29px; font-size: 12px; font-weight: 650; color: #9c4a23; }
.agent-section { position: relative; isolation: isolate; overflow: hidden; background: #1a302c; }
.ui-symbol { display: block; width: 1em; height: 1em; flex-shrink: 0; }
.agent-question > span, .api-prompts li > span { flex-shrink: 0; }
.agent-decoration { position: absolute; z-index: -1; right: -50px; top: -140px; width: 650px; height: 650px; color: #bcd3be; opacity: .035; pointer-events: none; }
.agent-decoration .ui-symbol { width: 100%; height: 100%; }
.agent-question { border-radius: 16px; border-color: #c4d9ca40; background: linear-gradient(100deg,#ffffff0e,#ffffff03); }
.agent-image { border-radius: 16px; border: 6px solid #ffffff15; }
.connection-grid article { border-radius: 18px; padding: 40px; }
.connection-grid article:last-child { background: #233b35; border-color: #233b35; color: #fff; }
.connection-grid article:last-child p { color: #d5dfd6; }
.connection-grid article:last-child .connection-symbol { color: #ffad83; }
.connection-grid article:last-child .button-light { border-color: #ffffff50; color: #fff; }
.connection-grid article:last-child .button-light:hover { background: #ffffff12; }
.provider-section .integration-options article { border-radius: 12px; transition: transform .2s, border-color .2s; }
.provider-section .integration-options article:hover { transform: translateY(-3px); border-color: #b4bda9; }
.tailor-grid .benefit { border-top: 2px solid #dde3d6; }
.tailor-grid .benefit::before { content: ""; position: absolute; left: 0; top: -5px; width: 8px; height: 8px; border-radius: 50%; background: #e9773b; }
.price-card { border-radius: 15px; }
.contact-section { position: relative; isolation: isolate; overflow: hidden; }
.contact-section::after { content: ""; position: absolute; z-index: -1; right: -80px; top: -140px; width: 560px; aspect-ratio: 1; border: 1px solid #703b2426; border-radius: 50%; box-shadow: 0 0 0 75px #703b2409,0 0 0 150px #703b2406; pointer-events: none; }

@media (min-width: 1051px) and (max-width: 1280px) {
  .nav { gap: 16px; }
  .desktop-links { gap: 14px; }
  .nav-actions .button { display: none; }
  .brand { font-size: 20px; }
}
@media (max-width: 1050px) {
  .desktop-links { display: none; }
  .menu-toggle { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 64px 35px; }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(48px,7vw,70px); }
  .hero-devices { width: min(100%,670px); margin: 0 auto; aspect-ratio: 1.35; }
  .hero-laptop { top: 10%; }
  .hero-phone { top: 20%; }
  .hero-device-note { bottom: 3%; }
  .employee-layout { gap: 36px; }
  .employee-device-stage { padding-inline: 20px; }
  .employee-back-phone { display: none; }
  .story-card { padding: 22px 20px 0; }
  .story-card h3 { font-size: 24px; }
  .product-story { gap: 16px; }
}
@media (max-width: 760px) {
  .hero-inner { padding-block: 50px 35px; gap: 16px; }
  .hero h1 { font-size: clamp(37px,8.5vw,57px); }
  .hero-devices { aspect-ratio: 1.2; max-width: 520px; margin-top: 8px; }
  .hero-laptop { width: 87%; top: 8%; left: 1%; transform: rotate(-3deg); }
  .hero-phone { width: 30%; top: 25%; right: 1%; }
  .hero-laptop > .device-label { margin-bottom: 10px; }
  .hero-phone > .device-label { margin-top: 10px; font-size: 11px; }
  .hero-device-note { bottom: 2%; left: 1%; width: 62%; gap: 10px; }
  .hero-device-note p { font-size: 13px; }
  .device-note-line { flex-basis: 18px; }
  .device-orbit { top: -4%; right: -10%; }
  .laptop-display { padding: 10px 5px 7px; border-radius: 10px 10px 4px 4px; }
  .laptop-display .product-bar { height: 22px; padding-inline: 6px; }
  .laptop-display .product-bar span { font-size: 7px; }
  .laptop-camera { width: 3px; height: 3px; top: 4px; }
  .laptop-base { height: 8px; }
  .hero-phone .device-phone { border-radius: 20px; padding: 4px; }
  .hero-phone .device-phone-screen { border-radius: 15px; padding-top: 15px; }
  .hero-phone .device-earpiece { top: 9px; height: 4px; }
  .hero-phone .device-home { bottom: 8px; height: 2px; }
  .product-story { grid-template-columns: 1fr; gap: 18px; }
  .story-card { padding: 26px 26px 0; }
  .story-top { margin-bottom: 22px; }
  .story-card h3 { font-size: 28px; }
  .story-card p { margin-bottom: 18px; }
  .story-image img { height: 170px; }
  .story-image { margin-inline: 14px -2px; }
  .benefits { padding-bottom: 64px; }
  .employee-copy h2 { font-size: 41px; }
  .employee-layout { gap: 0; }
  .employee-visual { margin-top: 18px; padding: 0 0 26px; }
  .employee-device-stage { max-width: 520px; margin-inline: auto; padding: 32px 22px 48px; border-radius: 22px; }
  .employee-device-tag { margin-bottom: -16px; }
  .employee-phone { width: min(100%,300px); }
  .employee-choice { padding: 13px; border: 1px solid #ccd5c0; border-radius: 8px; }
  .employee-choice[aria-pressed="true"] { background: #29493d; border-color: #29493d; color: #fff; }
  .employee-choice-number { display: none; }
  .employee-choice strong { font-size: 15px; }
  .employee-current-description { min-height: 72px; }
  .plan-stage { border-radius: 15px; padding: 18px 12px 8px; }
  .plan-stage-label { padding-bottom: 16px; font-size: 12px; }
  .plan-stage-label > span:last-child { display: none; }
  .detail-columns article { padding-left: 32px; }
  .detail-index { top: 24px; }
  .agent-image { border-width: 3px; border-radius: 10px; }
  .agent-decoration { width: 420px; height: 420px; top: -80px; right: -180px; }
  .connection-grid article { padding: 28px; }
}
@media (max-width: 380px) {
  .hero-devices { aspect-ratio: 1.08; }
  .hero-device-note { bottom: 0; }
  .employee-device-stage { padding-inline: 14px; }
  .employee-copy h2 { font-size: 36px; }
}

/* A shorter product story: the phone leads, details live on their own pages. */
.home-compact .section { padding-block: 78px; }
.home-compact .hero-inner { grid-template-areas: "copy devices" "actions devices"; grid-template-rows: auto auto; column-gap: 44px; row-gap: 26px; padding-block: 60px 42px; }
.home-compact .hero-copy { grid-area: copy; align-self: end; }
.home-compact .hero-actions { grid-area: actions; align-self: start; margin-top: 0; }
.home-compact .hero-devices { grid-area: devices; aspect-ratio: 1.17; animation: none; }
.home-compact .hero-laptop { top: 32%; width: 83%; left: -2%; animation: laptop-arrive .95s ease-out backwards; }
.home-compact .hero-phone { top: 3%; width: 36%; right: 0; z-index: 2; }
.home-compact .hero-phone .device-phone { animation: phone-arrive 1.1s cubic-bezier(.2,.8,.2,1) backwards; }
.home-compact .hero-phone > .device-label { margin: 13px auto 0; padding: 5px 12px; width: fit-content; max-width: 100%; border: 1px solid #8da39177; background: #213b32; border-radius: 30px; box-shadow: 0 6px 20px #0003; }
.home-compact .hero-device-note { width: 54%; left: 0; bottom: 2%; }
.home-compact .hero-device-note p { font-size: 13px; }
.home-compact .hero-description { max-width: 480px; font-size: 17px; }
.home-compact .proof-strip { padding-block: 34px; }
.home-compact .proof-stat::before { margin-bottom: 15px; }
.home-compact .proof-value { font-size: clamp(25px,2.4vw,34px); }
.home-compact .proof-text { font-size: 13px; margin-top: 9px; }
.home-compact .benefits .section-heading { max-width: 800px; margin-bottom: 34px; }
.home-compact .story-card-1 { translate: 0 20px; }
.home-compact .story-card { padding-top: 24px; }
.home-compact .story-top { margin-bottom: 22px; }
.home-compact .employee-layout { gap: 60px; }
.home-compact .employee-phone { width: min(100%,280px); }
.home-compact .employee-device-stage { padding-block: 30px 46px; }
.home-compact .employee-views { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 18px; }
.home-compact .employee-choice { min-width: 0; align-items: center; padding: 15px; border: 1px solid #cbd5bf; border-radius: 10px; gap: 10px; }
.home-compact .employee-choice-number,.home-compact .employee-choice strong + span { display: none; }
.home-compact .employee-choice strong { font-size: 17px; margin: 0; }
.home-compact .employee-choice[aria-pressed="true"] { background: #29493d; border-color: #29493d; color: #fff; }
.home-compact .employee-choice[aria-pressed="true"] .employee-choice-arrow { color: #d1e4b3; }
.home-compact .employee-current-description { display: block; font-size: 14px; color: #53604e; min-height: 94px; margin-bottom: 18px; }
.home-compact .agent-compact-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; }
.agent-compact-copy { min-width: 0; }
.agent-compact-copy h2 { margin: 18px 0 24px; }
.agent-compact-copy .intro { color: #cfded3; font-size: 17px; }
.agent-compact-copy .agent-question { margin: 30px 0 0; padding: 22px; gap: 16px; }
.agent-compact-copy .agent-question blockquote { font-size: 18px; }
.agent-compact-visual { min-width: 0; transform: rotate(1.5deg); }
.home-compact .agent-image { border-width: 4px; box-shadow: 0 24px 55px #0005; }
.home-compact .agent-image img { width: 100%; }
.home-compact .gallery-thumbs { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 170px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; padding-block: 6px 16px; scrollbar-width: thin; }
.home-compact .gallery-thumb { scroll-snap-align: start; }
.home-compact .product-section { position: relative; }
.anchor-target { position: absolute; top: 0; scroll-margin-top: 100px; }
.home-compact .functions { position: relative; padding-top: 12px; }
.home-compact .function-group summary { padding-block: 23px; }
.home-compact .vision-layout { max-width: 1080px; grid-template-columns: .62fr 1.38fr; gap: 60px; }
.home-compact .founder-photo { border-radius: 18px; }
.home-compact .founder-photo > img { aspect-ratio: 1; }
.home-compact .founder-caption { padding-inline: 22px; }
.home-compact .vision-copy h2 { font-size: clamp(33px,3.2vw,46px); margin-bottom: 20px; }
.home-compact .vision-copy .intro { font-size: 18px; }
.home-compact .founder-details { margin-block: 24px; }

@keyframes laptop-arrive { from { opacity: 0; transform: translate(-20px,20px) rotate(-6deg); } to { opacity: 1; transform: rotate(-3deg); } }
@keyframes phone-arrive { from { opacity: 0; transform: translate(18px,32px) rotate(5deg); } to { opacity: 1; transform: none; } }
/* First-entry motion is reserved for five product visuals, never reading or form areas. */
@keyframes product-arrive { from { opacity: .45; transform: translateY(24px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes card-arrive { from { opacity: .4; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  [data-reveal="product"].reveal-in { animation: product-arrive .8s cubic-bezier(.2,.75,.25,1) backwards; }
  [data-reveal="card"].reveal-in { animation: card-arrive .65s cubic-bezier(.2,.75,.25,1) backwards; }
  @media (min-width: 761px) {
    .story-card:nth-child(2) .reveal-in { animation-delay: .09s; }
    .story-card:nth-child(3) .reveal-in { animation-delay: .18s; }
  }
  @media (max-width: 760px) {
    @keyframes product-arrive { from { opacity: .6; transform: translateY(12px); } to { opacity: 1; transform: none; } }
    @keyframes card-arrive { from { opacity: .6; transform: translateY(12px); } to { opacity: 1; transform: none; } }
    [data-reveal].reveal-in { animation-duration: .55s; }
  }
}
@media (max-width: 1050px) {
  .home-compact .hero-inner { grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 20px; }
  .home-compact .hero h1 { font-size: clamp(37px,4.8vw,54px); }
  .home-compact .hero-devices { width: 100%; aspect-ratio: 1; }
  .home-compact .hero-description { font-size: 16px; }
  .home-compact .hero-device-note { bottom: 0; }
  .home-compact .hero-device-note p { font-size: 12px; }
  .home-compact .hero-actions .button { padding-inline: 20px; }
  .home-compact .employee-layout { gap: 30px; }
  .home-compact .agent-compact-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
  .home-compact .agent-compact-copy h2 { font-size: 40px; }
}
@media (max-width: 760px) {
  .home-compact .section { padding-block: 54px; }
  .home-compact .hero-inner { grid-template-columns: minmax(0,1fr); grid-template-areas: "copy" "devices" "actions"; gap: 22px; padding-block: 32px 26px; }
  .home-compact .hero-copy .eyebrow { margin-bottom: 17px; }
  .home-compact .hero h1 { font-size: clamp(33px,8.6vw,54px); }
  .home-compact .hero-description { font-size: 15px; line-height: 1.55; margin-top: 18px; }
  .home-compact .hero-devices { max-width: 440px; aspect-ratio: 1.15; margin-top: 0; }
  .home-compact .hero-laptop { top: 32%; left: 0; width: 82%; }
  .home-compact .hero-phone { width: 35%; top: 0; right: 2%; }
  .home-compact .hero-phone > .device-label { font-size: 10px; margin-top: 8px; padding: 4px 8px; }
  .home-compact .hero-device-note { width: 54%; left: 1%; bottom: 0; gap: 8px; }
  .home-compact .hero-device-note p { font-size: 11px; line-height: 1.4; }
  .home-compact .hero-actions { width: 100%; gap: 10px; }
  .home-compact .hero-actions .button { min-height: 48px; }
  .home-compact .hero-bottom { padding-block: 18px; }
  .home-compact .proof-strip { padding-block: 26px; }
  .home-compact .proof-stat::before,.home-compact .proof-text { display: none; }
  .home-compact .proof-stat + .proof-stat { margin-top: 18px; padding-top: 18px; }
  .home-compact .proof-value { font-size: 24px; }
  .home-compact .proof-label { font-size: 14px; margin-top: 5px; }
  .home-compact .story-card-1 { translate: none; }
  .home-compact .story-card { padding: 20px 22px 0; }
  .home-compact .story-top { margin-bottom: 16px; }
  .home-compact .story-image img { height: 110px; }
  .home-compact .story-card h3 { font-size: 26px; margin-bottom: 10px; }
  .home-compact .story-card p { font-size: 14px; margin-bottom: 12px; }
  .home-compact .employee-choice { padding: 12px; }
  .home-compact .employee-choice strong { font-size: 15px; }
  .home-compact .employee-current-description { min-height: 84px; margin-bottom: 12px; }
  .home-compact .employee-layout { gap: 0; }
  .home-compact .employee-visual { margin-top: 6px; padding-bottom: 0; }
  .home-compact .agent-compact-layout { grid-template-columns: 1fr; gap: 34px; }
  .home-compact .agent-compact-copy h2 { font-size: 36px; }
  .agent-compact-visual { transform: none; }
  .home-compact .gallery-thumbs { grid-auto-columns: 42%; }
  .home-compact .functions { padding-top: 0; }
  .home-compact .vision-layout { grid-template-columns: 1fr; gap: 28px; }
  .home-compact .founder-photo { width: 220px; max-width: 100%; }
  .home-compact .founder-caption { padding: 50px 16px 16px; }
  .home-compact .founder-caption strong { font-size: 18px; }
  .home-compact .founder-caption span { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-compact .hero-laptop,.home-compact .hero-phone .device-phone,.reveal-in { animation: none; }
}

/* Six main links need the menu layout earlier on smaller screens. */
.desktop-links a[aria-current="page"] { color: #b54314; text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
@media (max-width: 1200px) {
  .desktop-links { display: none; }
  .menu-toggle { display: block; }
  .nav-actions { margin-left: auto; }
}
