:root {
  color-scheme: dark;
  --bg: #09090c;
  --surface: rgba(29, 29, 34, .72);
  --line: rgba(255, 255, 255, .1);
  --text: #f7f7f5;
  --muted: #a7a6ad;
  --lime: #baff29;
  --lime-deep: #83d515;
  --pink: #ff4da0;
  --violet: #8c67ff;
  --radius: 30px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--lime); color: #101208; padding: 12px 16px; border-radius: 12px; }
.skip-link:focus { top: 20px; }
.ambient { position: fixed; border-radius: 50%; filter: blur(100px); opacity: .13; pointer-events: none; }
.ambient-a { width: 45vw; height: 45vw; background: var(--lime); top: -24vw; right: -8vw; }
.ambient-b { width: 32vw; height: 32vw; background: var(--pink); top: 65vh; left: -24vw; }

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: min(calc(100% - 32px), var(--max));
  margin: 16px auto 0;
  padding: 9px 12px 9px 10px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(18, 18, 22, .68);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .28);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 12px; }
.site-header nav { display: flex; gap: 25px; margin-left: auto; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: 14px; }
.site-header nav a:hover { color: var(--text); }
.status { display: flex; align-items: center; gap: 8px; color: #d8d7dd; font-size: 13px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 13px; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }

.hero { width: min(calc(100% - 40px), var(--max)); min-height: 830px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 84px 0 70px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 720; color: var(--lime); }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(64px, 7vw, 108px); line-height: .88; letter-spacing: -.075em; max-width: 760px; }
h1 span { color: var(--lime); }
.lede { max-width: 640px; margin: 34px 0 0; color: #c4c3ca; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 21px; border-radius: 17px; text-decoration: none; font-weight: 680; font-size: 15px; }
.button-primary { background: var(--lime); color: #11150a; box-shadow: 0 12px 40px rgba(186, 255, 41, .15); }
.button-primary:hover { background: #c7ff50; transform: translateY(-1px); }
.button-glass { background: rgba(255, 255, 255, .06); border: 1px solid var(--line); }
.availability { color: #76757e; font-size: 13px; margin-top: 23px; }
.hero-product { position: relative; min-height: 690px; display: grid; place-items: center; }
.photo-orb { position: absolute; width: 94%; aspect-ratio: 1; border-radius: 48% 52% 46% 54%; background: linear-gradient(145deg, rgba(186,255,41,.9), rgba(91,173,23,.62) 42%, rgba(255,77,160,.76)); filter: saturate(1.06); box-shadow: inset 0 0 80px rgba(255,255,255,.18), 0 45px 120px rgba(126, 202, 27, .18); transform: rotate(-7deg); }
.phone { position: relative; overflow: hidden; padding: 6px; border: 1px solid rgba(255,255,255,.34); border-radius: 46px; background: linear-gradient(135deg, #777982 0%, #232329 18%, #09090b 54%, #4d4e54 100%); box-shadow: 0 34px 90px rgba(0,0,0,.58), inset 0 1px 1px rgba(255,255,255,.55), inset 0 -1px rgba(255,255,255,.12); }
.phone::before { content: ""; position: absolute; z-index: 3; left: 50%; top: 14px; width: 29%; height: 22px; border-radius: 18px; transform: translateX(-50%); background: #020203; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.phone::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 14%, transparent 83%, rgba(255,255,255,.08)); mix-blend-mode: screen; opacity: .5; }
.phone img { width: 100%; border-radius: 39px; }
.phone-hero { width: min(68%, 390px); z-index: 2; transform: rotate(4deg); }
.watch-screen { margin: 0; overflow: visible; padding: 7px; border: 1px solid rgba(255,255,255,.28); border-radius: 31%; background: linear-gradient(145deg, rgba(255,255,255,.34), #19191d 28%, #080809 70%, #44454b); box-shadow: 0 25px 55px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.4); }
.watch-screen img { width: 100%; border-radius: 27%; }
.watch-screen figcaption { position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%); width: max-content; padding: 7px 10px; border-radius: 10px; color: rgba(255,255,255,.72); background: rgba(10,10,12,.72); backdrop-filter: blur(14px); font-size: 9px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.watch-hero { position: absolute; width: 175px; aspect-ratio: 390 / 410; left: 2%; bottom: 10%; z-index: 3; transform: rotate(-6deg); }
.floating-pill { position: absolute; z-index: 4; display: flex; align-items: baseline; gap: 8px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(20,20,23,.68); backdrop-filter: blur(22px); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.floating-pill b { color: var(--lime); font-size: 25px; }
.floating-pill span { color: #dad9dd; font-size: 12px; }
.pill-one { right: -2%; top: 19%; }
.pill-two { right: 3%; bottom: 16%; }

.strip { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.strip div { padding: 32px 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.strip div:last-child { border: 0; }
.strip strong { color: var(--lime); font-size: 30px; letter-spacing: -.05em; }
.strip span { color: var(--muted); font-size: 13px; margin-top: 5px; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.55; max-width: 540px; margin: 0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; padding: 42px; }
.feature-wide { grid-column: 1 / -1; min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.lime-card { color: #14170c; background: radial-gradient(circle at 15% 20%, #ddff76, transparent 42%), linear-gradient(135deg, #a9f71e, #77d816); }
.pink-card { color: #fff; background: radial-gradient(circle at 80% 20%, #ff9bc9, transparent 42%), linear-gradient(145deg, #db277c, #7426b8); grid-template-columns: 1.05fr .95fr; }
.feature-index, .platform { display: inline-flex; margin-bottom: 22px; font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.feature-card h3, .glass-panel h3 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.feature-card p, .glass-panel p { max-width: 570px; font-size: 18px; line-height: 1.55; opacity: .76; }
.mini-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.mini-list li::before { content: "✓"; margin-right: 10px; font-weight: 800; }
.phone-card { width: min(62%, 350px); justify-self: end; align-self: end; margin-bottom: -190px; transform: rotate(3deg); border-color: rgba(20,20,20,.75); }
.phone-left { justify-self: center; transform: rotate(-3deg); margin-bottom: -205px; }
.photo-card { padding: 0; min-height: 650px; }
.feature-photo { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.02); }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(5,5,7,.94)); }
.photo-copy { position: absolute; z-index: 1; left: 38px; right: 38px; bottom: 30px; }
.dark-card { min-height: 650px; background: radial-gradient(circle at 70% 0, rgba(186,255,41,.12), transparent 36%), #151519; display: flex; flex-direction: column; }
.week-demo { margin-top: auto; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.week-demo span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 14px; background: #0b0b0e; color: #0b0b0e; font-weight: 900; }
.week-demo .done { background: #393a3f; color: #fff; }
.week-demo .today { background: var(--lime); color: #14170c; box-shadow: 0 0 35px rgba(186,255,41,.2); }
.privacy-chip { display: inline-flex; margin-top: 20px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(0,0,0,.15); font-size: 13px; }

.ecosystem { border-top: 1px solid var(--line); }
.ecosystem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.glass-panel { border: 1px solid var(--line); border-radius: var(--radius); min-height: 610px; padding: 44px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.watch-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 20px; }
.watch-panel::before { content: ""; position: absolute; width: 430px; height: 430px; right: -140px; bottom: -190px; border-radius: 50%; background: var(--lime); filter: blur(90px); opacity: .22; }
.watch-capture { position: relative; z-index: 1; margin: 0; padding: 15px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.18); border-radius: 36px; box-shadow: 0 30px 80px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.15); transform: rotate(2deg); }
.watch-capture img { width: 100%; aspect-ratio: 390 / 410; object-fit: cover; border-radius: 27%; }
.watch-capture figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 13px 5px 3px; font-size: 10px; }
.watch-capture figcaption span { color: var(--muted); }
.tech-panel { background: radial-gradient(circle at 100% 100%, rgba(255,77,160,.18), transparent 45%), #151519; }
.tech-list { margin-top: 48px; display: grid; gap: 0; }
.tech-list div { padding: 17px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.tech-list b { font-size: 16px; }
.tech-list span { color: var(--muted); font-size: 13px; text-align: right; }

.gallery-section { padding-bottom: 70px; }
.screen-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; align-items: start; }
.screen-item { margin: 0; min-width: 0; }
.screen-item .phone { width: 100%; padding: 4px; border-radius: 36px; }
.screen-item .phone img { border-radius: 31px; }
.screen-item figcaption { padding: 18px 6px; display: flex; flex-direction: column; gap: 5px; }
.screen-item figcaption b { font-size: 15px; }
.screen-item figcaption span { color: var(--muted); font-size: 12px; }
.offset-b { margin-top: 60px; }
.offset-c { margin-top: 120px; }

.app-store-section { padding-top: 100px; }
.campaign-scroll { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.campaign { height: 720px; position: relative; overflow: hidden; border-radius: 30px; padding: 34px; color: #111; }
.campaign > p { margin: 0; position: relative; z-index: 2; font-size: clamp(30px, 3vw, 46px); line-height: .98; letter-spacing: -.05em; }
.campaign > span { position: absolute; z-index: 3; left: 30px; bottom: 24px; right: 30px; padding: 13px 15px; border-radius: 15px; background: rgba(255,255,255,.58); backdrop-filter: blur(18px); text-align: center; font-size: 13px; font-weight: 680; }
.campaign-lime { background: radial-gradient(circle at 20% 20%, #e7ffa4, transparent 38%), linear-gradient(150deg, #c7ff42, #62d717); }
.campaign-pink { color: white; background: radial-gradient(circle at 80% 10%, #ff99ca, transparent 36%), linear-gradient(150deg, #ff3e93, #7b45dc); }
.campaign-dark { color: white; background: radial-gradient(circle at 50% 80%, rgba(186,255,41,.6), transparent 36%), #121217; }
.campaign-phone { position: absolute; width: 68%; left: 16%; top: 150px; padding: 5px; border: 1px solid rgba(255,255,255,.42); border-radius: 40px; overflow: hidden; background: linear-gradient(145deg, #777982, #151519 25%, #050506 70%, #5b5c63); box-shadow: 0 30px 60px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.58); transform: rotate(3deg); }
.campaign-phone img { border-radius: 34px; }
.campaign-pink .campaign-phone { transform: rotate(-3deg); }
.campaign-watch { position: absolute; width: 67%; left: 16.5%; top: 235px; padding: 10px; border: 1px solid rgba(255,255,255,.19); border-radius: 32px; background: rgba(255,255,255,.08); box-shadow: 0 30px 70px #000; }
.campaign-watch img { border-radius: 27%; }
.campaign-watch small { display: block; padding-top: 9px; color: rgba(255,255,255,.65); text-align: center; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.future-section { width: 100%; max-width: none; padding-left: 20px; padding-right: 20px; }
.future-shell { width: min(100%, 1440px); margin: 0 auto; padding: clamp(42px, 6vw, 88px); border-radius: 42px; color: #12140d; background: radial-gradient(circle at 78% 0, rgba(255,255,255,.72), transparent 30%), linear-gradient(135deg, #d7ff6f, #97ef25); }
.future-title { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 74px; }
.future-title .eyebrow { grid-column: 1 / -1; color: #3f6007; }
.future-title > p:last-child { margin: 0; font-size: 18px; line-height: 1.55; opacity: .7; }
.future-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.15); border-left: 1px solid rgba(0,0,0,.15); }
.future-grid article { min-height: 270px; padding: 27px; border-right: 1px solid rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); }
.future-grid article > span { font-size: 10px; letter-spacing: .13em; font-weight: 800; opacity: .55; }
.future-grid h3 { margin: 36px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.future-grid p { margin: 0; line-height: 1.5; opacity: .66; font-size: 14px; }

.business-section { border-bottom: 1px solid var(--line); }
.business-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; padding: 20px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.business-loop div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-radius: 20px; background: rgba(0,0,0,.24); }
.business-loop span { color: var(--lime); font-size: 11px; font-weight: 800; }
.business-loop b { font-size: 25px; letter-spacing: -.035em; }
.business-loop small { color: var(--muted); line-height: 1.3; }
.business-loop i { color: var(--lime); font-style: normal; opacity: .55; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.business-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: #151519; }
.business-grid article > span { color: var(--pink); font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.business-grid h3 { margin: 72px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.business-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.principles { margin-top: 18px; padding: 24px 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; border: 1px solid rgba(186,255,41,.22); border-radius: 22px; background: rgba(186,255,41,.055); }
.principles b { color: var(--lime); margin-right: auto; }
.principles span { color: #c4c3c9; font-size: 13px; }

.build-story { border-bottom: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-grid article { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.035); }
.story-grid article > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.story-grid h3 { font-size: 28px; letter-spacing: -.035em; margin: 74px 0 12px; }
.story-grid p { color: var(--muted); line-height: 1.55; margin: 0; }
.closing { min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 20px; }
.closing img { border-radius: 26px; margin-bottom: 25px; box-shadow: 0 20px 70px rgba(151,239,37,.18); }
.closing h2 { font-size: clamp(70px, 10vw, 140px); }
.closing > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.5; max-width: 590px; margin: 24px auto 32px; }
footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 28px 0 45px; display: flex; justify-content: space-between; color: #696871; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { top: 8px; }
  .site-header nav { display: none; }
  .status { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-top: 90px; }
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-product { min-height: 670px; max-width: 600px; width: 100%; margin: 0 auto; }
  .feature-wide, .ecosystem-grid, .section-heading, .future-title { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 25px; }
  .screen-gallery { grid-template-columns: repeat(3, 1fr); }
  .campaign-scroll { overflow-x: auto; scroll-snap-type: x mandatory; grid-template-columns: repeat(3, minmax(330px, 70vw)); padding-bottom: 12px; }
  .campaign { scroll-snap-align: center; }
  .future-grid { grid-template-columns: repeat(2, 1fr); }
  .business-loop { grid-template-columns: 1fr 1fr; }
  .business-loop i { display: none; }
  .business-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid article { min-height: 240px; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 20px); border-radius: 19px; }
  .brand img { width: 36px; height: 36px; }
  .status { padding: 8px 10px; font-size: 11px; }
  .hero, .section, .strip { width: calc(100% - 28px); }
  .hero { padding-top: 72px; }
  h1 { font-size: clamp(58px, 19vw, 82px); }
  .lede { font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-product { min-height: 540px; }
  .phone-hero { width: 66%; }
  .watch-hero { width: 130px; left: 0; }
  .floating-pill { padding: 10px 12px; }
  .floating-pill b { font-size: 19px; }
  .pill-one { right: -4%; }
  .pill-two { right: 0; bottom: 11%; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip div:nth-child(2) { border-right: 0; }
  .strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-wide { grid-column: auto; min-height: 590px; display: flex; flex-direction: column; padding: 28px; }
  .feature-card h3, .glass-panel h3 { font-size: 39px; }
  .feature-card p { font-size: 16px; }
  .phone-card { width: 68%; align-self: center; margin-top: 25px; margin-bottom: -180px; }
  .photo-card { padding: 0; min-height: 590px; }
  .dark-card { min-height: 500px; }
  .pink-card .feature-copy { order: -1; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .glass-panel { min-height: 560px; padding: 28px; }
  .watch-panel { grid-template-columns: 1fr; }
  .watch-capture { width: 62%; margin: 10px auto 0; }
  .tech-list { margin-top: 30px; }
  .screen-gallery { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .offset-b, .offset-c { margin-top: 0; }
  .screen-item:nth-child(even) { margin-top: 50px; }
  .campaign-scroll { margin-right: -14px; grid-template-columns: repeat(3, minmax(295px, 82vw)); }
  .campaign { height: 610px; }
  .campaign-phone { top: 135px; }
  .campaign-watch { top: 220px; }
  .future-section { padding-left: 8px; padding-right: 8px; }
  .future-shell { border-radius: 32px; padding: 42px 20px; }
  .future-grid { grid-template-columns: 1fr; }
  .future-grid article { min-height: 230px; }
  .business-loop, .business-grid { grid-template-columns: 1fr; }
  .business-loop div { min-height: 125px; }
  .business-grid article { min-height: 260px; }
  .principles { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
