@font-face { font-family: Comfortaa; src: url('/assets/comfortaa.ttf') format('truetype'); font-weight: 300 700; font-display: swap; }
:root {
  --ink: #17343e;
  --muted: #5d7078;
  --paper: #fbfdfe;
  --surface: #ffffff;
  --soft: #eaf9fd;
  --soft-warm: #fffde2;
  --accent: #02b1e3;
  --accent-dark: #08718c;
  --accent-light: #b4fedf;
  --mint: #52cc99;
  --gold: #f0d84f;
  --line: #d5e7ec;
  --radius: 22px;
  --shadow: 0 16px 50px rgba(36, 50, 44, .08);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Trebuchet MS", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(213,231,236,.9); background: rgba(251,253,254,.94); backdrop-filter: blur(14px); }
.nav-wrap { width: min(var(--max), calc(100% - 2rem)); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 760; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; display: block; border-radius: 50%; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); font-size: 1.3rem; cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: .15rem; }
.nav-links a { padding: .62rem .72rem; color: var(--muted); font-size: .92rem; font-weight: 600; text-decoration: none; border-radius: 10px; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current] { color: var(--accent-dark); background: var(--soft); outline: none; }
main { overflow: clip; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.hero { padding: 6rem 0 5rem; position: relative; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -180px; border: 1px solid rgba(17,193,243,.3); border-radius: 50%; box-shadow: 0 0 0 58px rgba(180,254,223,.24), 0 0 0 116px rgba(249,248,113,.12); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--accent); font-size: .84rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.15; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 1.4rem; font-size: clamp(3rem, 6.8vw, 5.4rem); font-weight: 720; }
h2 { font-size: clamp(2.15rem, 4vw, 3.45rem); font-weight: 700; }
h3 { font-size: 1.18rem; }
.lead { max-width: 660px; margin: 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; align-items: center; }
.button, .text-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .72rem 1.05rem; border-radius: 12px; font-weight: 700; text-decoration: none; }
.button { color: white; background: var(--accent); }
.button:hover, .button:focus-visible { background: var(--accent-dark); outline: 3px solid rgba(47,106,86,.22); outline-offset: 3px; }
.text-link { color: var(--accent-dark); }
.status-note { display: inline-flex; align-items: center; gap: .55rem; color: var(--muted); font-size: .94rem; }
.status-note::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.phone-scene { position: relative; min-height: 510px; display: grid; place-items: center; }
.app-screen { display: block; width: min(310px, 78vw); height: auto; filter: drop-shadow(0 28px 40px rgba(23,52,62,.2)); transform: rotate(1.5deg); }
.orbit-note { position: absolute; left: 0; bottom: 4rem; max-width: 190px; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); color: var(--muted); font-size: .88rem; transform: rotate(-3deg); }
.section { padding: 6rem 0; }
.section-soft { background: var(--soft); }
.section-warm { background: var(--soft-warm); }
.section-heading { max-width: 690px; margin-bottom: 3rem; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature { min-height: 220px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature:first-child { grid-column: span 2; display: grid; grid-template-columns: 1fr .75fr; gap: 2rem; align-items: center; }
.feature-number { width: 2.2rem; height: 2.2rem; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 50%; background: var(--soft); color: var(--accent-dark); }
.feature p { margin-bottom: 0; color: var(--muted); }
.shot-placeholder { min-height: 180px; padding: 1.4rem; display: flex; align-items: flex-end; border: 1px dashed #a8b9af; border-radius: 18px; background: repeating-linear-gradient(135deg, #f5f8f5, #f5f8f5 10px, #eef3ef 10px, #eef3ef 20px); color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.privacy-grid, .about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.privacy-points { display: grid; gap: .8rem; }
.privacy-point { padding: 1.2rem 1.3rem; border-left: 3px solid var(--mint); background: rgba(255,255,255,.72); }
.privacy-point strong { display: block; margin-bottom: .15rem; }
.privacy-point span { color: var(--muted); }
.story-visual { min-height: 390px; padding: 1.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.story-visual img { width: min(350px, 90%); height: auto; }
.story-visual p { max-width: 340px; margin: .3rem auto 0; color: var(--accent-dark); font-size: 1.05rem; font-weight: 700; text-align: center; }
.about-copy p { color: var(--muted); }
.safety { padding: 1.3rem 1.5rem; border: 1px solid #e5dc8e; border-radius: 16px; background: #fffde9; color: #5f5828; }
.cta-band { padding: 5rem 0; text-align: center; }
.cta-band p { color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer-copy { color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1rem; }
.footer-links a { color: var(--muted); font-size: .9rem; }
.page-hero { padding: 5rem 0 3rem; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); }
.page-hero .lead { max-width: 760px; }
.content-shell { max-width: 820px; margin: 0 auto; padding: 1rem 0 6rem; }
.draft-banner { margin-bottom: 2.5rem; padding: 1rem 1.2rem; border: 1px solid #ddc69f; border-radius: 14px; background: #fff8e9; color: #6e542f; }
.content-shell h2 { margin-top: 3.2rem; font-family: inherit; font-size: 1.55rem; font-weight: 760; letter-spacing: -.02em; }
.content-shell h3 { margin-top: 2rem; }
.content-shell p, .content-shell li { color: var(--muted); }
.review { padding: .08rem .35rem; border-radius: 5px; background: #fff0c9; color: #6b4c1d; font-weight: 700; }
.faq { display: grid; gap: .8rem; }
.faq details { padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.faq summary { cursor: pointer; font-weight: 740; }
.faq details p { margin-bottom: .2rem; }
.contact-card { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
:focus-visible { outline: 3px solid rgba(47,106,86,.38); outline-offset: 3px; }

.product-hero { padding: 4.8rem 0; background: linear-gradient(118deg,#eaf9ff 0%,#dcf7ed 58%,#f6f4b9 100%); }
.product-hero-grid { display:grid; grid-template-columns:1.08fr .72fr; align-items:center; gap:clamp(2.5rem,7vw,7rem); }
.product-screen-stage { position:relative; display:grid; place-items:center; min-height:520px; }
.product-screen-stage::before { display:none; }
.product-screen-stage img { position:relative; width:min(286px,75vw); height:auto; border:6px solid white; border-radius:24px; box-shadow:0 28px 60px rgba(23,52,62,.2); transform:rotate(1.5deg); }
.coming-badge { display:inline-flex; min-height:46px; align-items:center; padding:.72rem 1rem; border:1px solid #77c4b1; border-radius:999px; background:rgba(255,255,255,.72); color:#285e54; font-weight:700; }
.journey-list { list-style:none; display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; padding:0; margin:0; }
.journey-list li { padding:1.7rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }
.journey-list li > span { display:grid; place-items:center; width:2.25rem; height:2.25rem; margin-bottom:1.5rem; border-radius:50%; background:var(--soft); color:var(--accent-dark); font-family:Comfortaa,sans-serif; font-weight:700; }
.journey-list li:nth-child(2) > span { background:#f0e9fa; color:#705793; }
.journey-list li:nth-child(3) > span { background:#f8f4c9; color:#6b6425; }
.journey-list p, .faq-layout > div > p { color:var(--muted); }
.compact-features .feature:first-child { grid-column:auto; display:block; }
.privacy-explainer { background:linear-gradient(125deg,#f7fcff,#eefbf5); }
.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(2.5rem,7vw,6rem); align-items:start; }
.cta-logo { display:block; margin:0 auto 1rem; }
.not-found { min-height:68vh; display:grid; align-items:center; text-align:center; }
.not-found .lead { margin-inline:auto; }
.tools-spotlight { background:#fff; }
.tool-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.tool-card { position:relative; overflow:hidden; min-height:540px; padding:2rem 2rem 0; display:grid; grid-template-columns:minmax(0,1fr) minmax(180px,.62fr); gap:1.5rem; align-items:end; border:1px solid var(--line); border-radius:var(--radius); box-shadow:0 12px 30px rgba(23,52,62,.06); }
.tool-card::after { content:""; position:absolute; width:180px; height:180px; right:-70px; bottom:-90px; border-radius:50%; background:rgba(255,255,255,.46); }
.tool-card-lavender { background:linear-gradient(145deg,#faf7ff,#ece4f8); border-color:#d8cbed; }
.tool-card-yellow { background:linear-gradient(145deg,#fffef5,#f7f2bd); border-color:#e8dfa0; }
.tool-card-heading { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:2rem; }
.tool-symbol { display:inline-flex; min-height:42px; align-items:center; padding:.55rem .78rem; border:1px solid currentColor; border-radius:12px; color:#6b5788; font:700 .88rem/1 Comfortaa,sans-serif; letter-spacing:.04em; }
.tool-card-yellow .tool-symbol { color:#6d6423; }
.tool-type { margin:0; color:var(--muted); font-size:.82rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; text-align:right; }
.tool-card h3 { margin-bottom:.8rem; font-size:clamp(1.3rem,2vw,1.65rem); }
.tool-card > p { max-width:580px; color:var(--muted); }
.tool-copy { align-self:start; padding-bottom:2rem; }
.tool-copy > p { color:var(--muted); }
.tool-screen { position:relative; z-index:1; align-self:end; margin:0; }
.tool-screen img { display:block; width:100%; height:auto; max-height:460px; object-fit:cover; object-position:top; border:5px solid rgba(255,255,255,.92); border-bottom:0; border-radius:18px 18px 0 0; box-shadow:0 10px 30px rgba(23,52,62,.16); }
.tool-screen figcaption { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; }
.tool-steps { position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:.5rem; margin:1.5rem 0 0; padding:0; list-style:none; }
.tool-steps li { padding:.4rem .65rem; border:1px solid rgba(23,52,62,.14); border-radius:999px; background:rgba(255,255,255,.58); color:#455f68; font-size:.84rem; font-weight:650; }
.tool-note { max-width:780px; margin:1.5rem 0 0; color:var(--muted); font-size:.94rem; }

@media (max-width: 820px) {
  .hero { padding-top: 4rem; }
  .hero-grid, .privacy-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .phone-scene { min-height: 480px; }
  .orbit-note { left: 4%; }
  .feature:first-child { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nav-wrap { min-height: 66px; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: 70px; max-height: calc(100dvh - 82px); overflow-y: auto; padding: .65rem; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem 1rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero { padding: 3.5rem 0; }
  .section { padding: 4.25rem 0; }
  .feature-list { grid-template-columns: 1fr; }
  .feature:first-child { grid-column: auto; }
  .feature { min-height: 0; padding: 1.5rem; }
  .feature-number { margin-bottom: 1.3rem; }
  .footer-grid { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Company typography and the featured app's shared visual language. */
h1,h2,h3,.brand,.button,.product-name { font-family: Comfortaa, system-ui, sans-serif; }
h1 { font-size: clamp(2.5rem,4.6vw,4rem); line-height:1.2; font-weight:700; }
h2 { font-size:clamp(1.9rem,3.2vw,2.8rem); line-height:1.25; }
.brand { white-space:normal; line-height:1.4; font-size:1rem; max-width:270px; }
.brand::after { content:""; height:6px; width:34px; flex-shrink:0; border-radius:9px; background:linear-gradient(90deg,#02b1e3,#52cc99,#eceb58); }
.hero { padding:3rem 0; background:linear-gradient(165deg,#c4edf7 0%,#d3eee6 60%,#e2efc3 100%); }
.hero::before { display:none; }
.hero-welcome,.splash-brand-art { width:min(238px,68vw); justify-self:center; overflow:hidden; border:5px solid #fff; border-radius:26px; box-shadow:0 22px 48px #174d6a24; }
.hero-welcome img,.splash-brand-art img { display:block; width:100%; height:auto; }
.product-hero { padding:3rem 0; background:linear-gradient(165deg,#c4edf7 0%,#d3eee6 60%,#e2efc3 100%); }
.welcome-detail { display:flex; align-items:center; gap:2rem; margin:3rem 0 0; padding:2rem; border:1px solid var(--line); border-radius:24px; background:#f4faf8; }
.welcome-art { flex:0 0 205px; height:195px; overflow:hidden; border-radius:18px; position:relative; background:#60b9c8; }
.welcome-art img { position:absolute; width:340px; max-width:none; height:auto; left:-65px; top:-104px; }
.welcome-detail figcaption { padding:0; max-width:540px; }
@media(max-width:680px) { .welcome-detail { flex-direction:column; align-items:flex-start; padding:1.5rem; } .welcome-art { flex-basis:auto; width:205px; } }
.eyebrow { color:#076780; }
.product-name { display:flex; align-items:center; gap:1rem; margin:1.5rem 0; font-size:1.35rem; font-weight:700; }
.product-name small { display:block; margin-top:.3rem; font:400 .9rem/1.5 system-ui,sans-serif; color:#42626c; }
.hero-copy .lead { color:#395c66; }
.button { border:2px solid #08718c; background:transparent; color:#075b70; border-radius:18px; font-size:.95rem; }
.button:hover,.button:focus-visible { background:#075f78; color:#fff; }
.app-screen { width:min(285px,75vw); border:6px solid #fff; border-radius:24px; transform:rotate(2deg); }
.orbit-note { left:-18px; bottom:3rem; border-color:#a9d9d0; background:#fff; color:#395c66; }
.section-soft { background:#f0faff; }
.feature { border-top:5px solid #8ad9ed; box-shadow:0 5px 18px #15394706; }
.feature:nth-child(2) { border-top-color:#b9a3e4; background:#faf7ff; }
.feature:nth-child(3) { border-top-color:#67cdae; background:#f1fbf6; }
.feature:nth-child(4) { border-top-color:#65c5e6; background:#f0faff; }
.feature:nth-child(5) { border-top-color:#dfdf72; background:#fffef0; }
.feature-aside { padding:2rem; border-radius:18px; background:linear-gradient(120deg,#ddf4fb,#e0f5e9,#f7f5cb); }
.feature-aside strong { font:700 1.25rem/1.5 Comfortaa,sans-serif; }
.screen-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2rem; }
.screen-gallery figure { margin:0; min-width:0; }
.screen-mat { padding:2rem 1.5rem 0; border-radius:26px; height:440px; overflow:hidden; background:#dcf5e9; }
.screen-mat.blue { background:#ddf3fc; }
.screen-mat.lavender { background:#e9e0f5; }
.screen-mat img { display:block; max-width:100%; width:265px; height:auto; margin:auto; border:5px solid #fff; border-radius:18px; box-shadow:0 10px 30px #16353d18; }
figcaption { padding:1.5rem .3rem 0; }
figcaption h3 { line-height:1.5; margin-bottom:.6rem; }
figcaption p,.preview-caption { color:var(--muted); }
.preview-caption { margin-top:2rem; font-size:.875rem; }
.section-warm { background:linear-gradient(110deg,#f7f5d3,#edf9e7 55%,#e0f4f7); }
.privacy-point { border-radius:0 16px 16px 0; background:#f0faf6; }
.privacy-point:nth-child(even) { background:#f0f7fc; border-color:#54bede; }
.cta-band { background:linear-gradient(100deg,#d1edf7,#caeedb,#f4f0b6); }
.page-hero { background:linear-gradient(110deg,#e5f7fd,#e4f6e9,#f7f5d1); margin-bottom:2rem; }
.content-shell h2 { font-family:Comfortaa,sans-serif; }
section[id] { scroll-margin-top:95px; }
@media(max-width:1000px) { .nav-wrap { gap:.7rem; } .nav-links a { padding:.6rem .4rem; } }
@media(max-width:820px) { .product-name { justify-content:center; } .screen-gallery { gap:1rem; } .screen-mat { padding:1rem .5rem 0; height:340px; } .orbit-note { left:5%; } }
@media(max-width:820px) { .product-hero-grid,.faq-layout { grid-template-columns:1fr; } .product-hero-grid > div:first-child { text-align:center; } .product-screen-stage { min-height:500px; } .journey-list { grid-template-columns:1fr; } }
@media(max-width:1000px) { .tool-card { grid-template-columns:1fr; min-height:0; } .tool-screen { width:min(300px,90%); margin-inline:auto; } .tool-screen img { max-height:420px; } }
@media(max-width:680px) { .hero,.product-hero { padding:3rem 0; } .screen-gallery,.tool-cards { grid-template-columns:1fr; gap:2.5rem; } .screen-mat { height:440px; padding:1.5rem 1rem 0; } .phone-scene { min-height:530px; } .brand { max-width:240px; font-size:.92rem; } .nav-toggle { flex-shrink:0; } .product-screen-stage { min-height:450px; } .tool-card { min-height:0; padding:1.5rem 1.5rem 0; } .tool-card-heading { align-items:flex-start; } .tool-screen { width:min(280px,94%); } }

@media (forced-colors: active) {
  .button,.coming-badge,.feature,.faq details,.privacy-point { border:1px solid CanvasText; }
}

/* Native scrolling keeps the tool gallery usable with touch and without scripts. */
.carousel-hint { color:var(--muted); font-size:.9rem; margin:0 0 1rem; }
.tools-track { display:flex; gap:1.5rem; overflow-x:auto; scroll-snap-type:x mandatory; overscroll-behavior-x:contain; padding:.4rem .2rem 1.2rem; scrollbar-width:thin; scrollbar-color:#08718c #eaf9fd; }
.showcase-card { flex:0 0 calc((100% - 3rem)/3); min-width:0; margin:0; scroll-snap-align:start; border:1px solid var(--line); border-radius:22px; background:white; overflow:hidden; }
.screenshot-carousel .showcase-card { flex-basis:calc((100% - 1.5rem)/2); }
.milestones-carousel .showcase-card { flex-basis:60%; }
@media(max-width:680px) { .screenshot-carousel .showcase-card { flex-basis:88%; } }
.showcase-screen { padding:1rem 1.1rem; background:#dbf4e9; display:flex; justify-content:center; align-items:center; }
.showcase-screen.control { background:#dff3fb; }
.showcase-screen.values { background:#ece3f8; }
.showcase-screen.choices { background:#faf4ce; }
.showcase-screen.goals { background:#e1ecfa; }
.showcase-screen.ladder { background:#e8f3dc; }
.showcase-screen img { display:block; width:auto; max-width:100%; height:auto; max-height:var(--tool-image-height, clamp(4rem, calc(100svh - 27rem), 32.5rem)); object-fit:contain; background:#fff; border:4px solid white; border-radius:14px; box-shadow:0 8px 20px #17343e18; }
.showcase-card figcaption { padding:1.3rem; }
.showcase-card h3 { font-size:1.15rem; line-height:1.45; margin-bottom:.6rem; }
.showcase-card p { margin:0; color:var(--muted); }
.carousel-controls:not([hidden]) { display:grid; grid-template-columns:44px minmax(0,264px) 44px; align-items:center; justify-content:center; gap:.35rem; margin-top:.5rem; }
.carousel-arrow,.carousel-dot { min-width:44px; min-height:44px; padding:.5rem; cursor:pointer; background:#fff; color:#075f78; border:1px solid #a6cbd5; border-radius:50%; font-size:1.25rem; }
.carousel-arrow[aria-disabled="true"] { opacity:.4; cursor:default; }
.carousel-dots { display:flex; justify-content:flex-start; min-width:0; overflow-x:auto; scrollbar-width:thin; }
.carousel-dot { border:0; display:grid; place-items:center; background:transparent; flex:0 0 44px; }
.carousel-dot::before { content:""; display:block; width:9px; height:9px; border:1px solid #08718c; border-radius:50%; }
.carousel-dot[aria-current="true"]::before { background:#08718c; width:22px; border-radius:6px; }
.carousel-status { grid-column:1 / -1; text-align:center; color:var(--muted); font-size:.875rem; }
.tools-carousel { scroll-margin-top:calc(var(--carousel-header-height, 74px) + 12px); }
.carousel-arrow:focus-visible,.carousel-dot:focus-visible,.tools-track:focus-visible { outline:3px solid #08718c; outline-offset:3px; }
@media(max-width:1000px) { .showcase-card { flex-basis:calc((100% - 1.5rem)/2); } }
@media(max-width:680px) { .tools-track { gap:1rem; } .showcase-card { flex-basis:88%; } .showcase-screen { padding:1rem; } .carousel-controls { gap:.2rem; } }
/* At short heights or high zoom, retain readable copy in a scrollable caption. */
@media(max-height:600px) {
  .showcase-card figcaption { max-height:10rem; overflow:auto; padding:.8rem 1rem; }
  .showcase-screen { padding:.5rem 1rem; }
}
