@font-face {
  font-family: "Anton";
  src: url("assets/anton.ttf") format("truetype");
  font-display: swap;
}

:root {
  --black: #0b0a0d;
  --cream: #f7f3ea;
  --red: #ff174f;
  --muted: #a9a6a0;
  --shell: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--black); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--red); color: var(--cream); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.grain { position: relative; isolation: isolate; }
.grain::after { position: absolute; inset: 0; z-index: -1; content: ""; pointer-events: none; opacity: .12; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.27'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--cream); color: var(--black); }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; top: 0; left: 0; z-index: 80; width: 0; height: 4px; background: var(--red); pointer-events: none; }

.site-header { position: relative; z-index: 40; background: var(--black); color: var(--cream); border-bottom: 1px solid rgba(247,243,234,.18); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 52px; }
.brand { flex: none; display: inline-flex; align-items: center; }
.brand img { width: 116px; height: auto; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 52px); margin-left: auto; }
.desktop-nav a, .header-cta { font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding-block: 10px; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--red); transition: right .25s; }
.desktop-nav a:hover { color: var(--red); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 27px; padding: 17px 20px; margin-left: 18px; background: var(--red); color: var(--cream); transition: transform .25s, background .25s; }
.header-cta:hover { transform: translateY(-3px); background: #e9003c; }
.header-cta span { font-size: 21px; line-height: 0; }
/* Dil değiştirici: başlıkta, marka diliyle aynı tonda. */
.lang-switch { display: inline-flex; align-items: center; gap: 6px; margin-left: 18px; font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.lang-switch span { opacity: .35; }
.lang-switch button { background: none; border: 0; padding: 8px 2px; color: inherit; opacity: .5; font: inherit; letter-spacing: inherit; cursor: pointer; transition: opacity .2s, color .2s; }
.lang-switch button:hover { opacity: .85; }
.lang-switch button[aria-pressed="true"] { opacity: 1; color: var(--red); }
.lang-switch button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 780px; overflow: hidden; background: var(--black); color: var(--cream); }
.hero-glow { position: absolute; width: 650px; height: 650px; top: 110px; right: -240px; z-index: -1; background: radial-gradient(circle, rgba(255,23,79,.19), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 730px; gap: 40px; }
.hero-copy { position: relative; z-index: 3; padding-top: clamp(86px, 10vw, 142px); padding-bottom: 110px; }
.eyebrow { margin: 0; font-size: 12px; line-height: 1.5; letter-spacing: .28em; font-weight: 800; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: var(--muted); }
.live-dot { width: 9px; height: 9px; flex: none; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,23,79,.14); animation: dot-pulse 2.5s ease-in-out infinite; }
.hero-title { position: relative; margin: 35px 0 0; font: 400 clamp(92px, 11.8vw, 188px)/.91 Anton, Impact, sans-serif; letter-spacing: -.045em; white-space: nowrap; }
.headline-line { display: block; transform: translateY(22px); opacity: 0; animation: headline-in .85s cubic-bezier(.2,.8,.15,1) forwards; }
.headline-line:nth-child(2) { animation-delay: .15s; }
.hero-oops { color: var(--cream); }
.hero-oops .bang { color: var(--red); display: inline-block; transform-origin: bottom center; animation: bang-wiggle 3.5s ease-in-out 1.2s infinite; }
.marker-line { width: min(88%, 650px); height: 16px; margin: 16px 0 35px; background: var(--red); transform: skewY(-2deg) scaleX(0); transform-origin: left; animation: marker-draw .65s .8s ease-out forwards; clip-path: polygon(0 35%, 96% 0, 100% 62%, 1% 100%); }
.hero-lede { max-width: 510px; margin: 0; color: #d8d5d0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 29px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 60px; padding: 0 19px 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-4px); box-shadow: 7px 7px 0 rgba(255,23,79,.24); }
.button-pink { background: var(--red); color: var(--cream); }
.button-dark { background: var(--black); color: var(--cream); }
.button-cream { background: var(--cream); color: var(--black); }
.button-arrow { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; font-weight: 400; }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(247,243,234,.55); padding-block: 8px; }
.text-link span { padding-left: 5px; color: var(--red); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 65px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.note-asterisk { font-size: 31px; line-height: .5; color: var(--red); }
.hero-art { position: relative; min-width: 0; }
.hero-photo { position: absolute; inset: 85px -100px 75px 10%; background: linear-gradient(90deg, var(--black) 3%, rgba(11,10,13,.4) 35%, rgba(11,10,13,.3) 75%, var(--black) 100%), linear-gradient(0deg, var(--black), transparent 28%, transparent 75%, var(--black)), url("assets/concert.jpg") center/cover; opacity: .6; filter: saturate(.9); }
.phone { overflow: hidden; border: 8px solid #303034; border-radius: 43px; background: #070707; box-shadow: 0 24px 60px rgba(0,0,0,.45), inset 0 0 0 2px #666; }
.phone-screen { overflow: hidden; border-radius: 35px; height: 100%; background: var(--black); }
.phone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; }
.phone-hero { position: absolute; top: 38px; left: 28%; width: min(355px, 64%); aspect-ratio: 720 / 1560; z-index: 2; transform: rotate(8deg); transform-origin: center; animation: phone-float 7s ease-in-out infinite; }
.scribble { position: absolute; z-index: 3; font: italic 36px/.92 "Comic Sans MS", "Segoe Print", cursive; letter-spacing: -.06em; transform: rotate(-10deg); }
.scribble-top { top: 92px; right: -15px; }
.hero-sticker { position: absolute; z-index: 4; top: 350px; left: 2%; transform: rotate(-13deg); }
.sticker { background: var(--red); color: var(--cream); padding: 14px 23px; font: 400 35px/.98 Anton, Impact, sans-serif; box-shadow: 6px 6px 0 rgba(0,0,0,.3); }
.hero-spark { position: absolute; z-index: 3; right: 7%; bottom: 67px; color: var(--red); font: 400 134px/.8 Anton, Impact, sans-serif; transform: rotate(14deg); }
.hero-art-caption { position: absolute; z-index: 3; bottom: 28px; left: 10%; font-size: 10px; font-weight: 800; letter-spacing: .22em; color: var(--muted); }
.scroll-cue { position: absolute; bottom: 21px; left: max(48px, calc((100vw - var(--shell))/2)); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.scroll-cue span { color: var(--red); font-size: 20px; vertical-align: middle; padding-left: 9px; }

.ticker { height: 74px; overflow: hidden; background: var(--red); color: var(--cream); display: flex; align-items: center; }
.ticker-track { display: flex; min-width: max-content; animation: ticker-slide 28s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 33px; padding-right: 33px; white-space: nowrap; font: 400 31px Anton, Impact, sans-serif; letter-spacing: .08em; }
.ticker-track b { color: var(--black); font: 400 28px Arial, sans-serif; }

.section-pad { padding-block: clamp(100px, 10vw, 150px); }
.section-top { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.section-index { color: var(--red); margin-right: 12px; }
.section-aside { margin: -6px 1% 0 0; font: italic 25px/1 "Comic Sans MS", "Segoe Print", cursive; transform: rotate(8deg); }
.why-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; padding-bottom: 72px; }
.display-heading { margin: 0; font: 400 clamp(75px, 8vw, 128px)/.98 Anton, Impact, sans-serif; letter-spacing: -.027em; }
.why-heading h2 { margin-top: 35px; }
.why-heading h2 em { color: var(--red); font-style: normal; }
.why-heading p, .community-copy > p:not(.eyebrow) { max-width: 430px; margin: 0 0 12px; font-size: 18px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1fr .92fr 1.06fr; gap: clamp(18px, 2.5vw, 36px); align-items: start; }
.feature:nth-child(2) { margin-top: 68px; }
.feature:nth-child(3) { margin-top: 18px; }
.feature-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / .92; background: #d7d2c9; }
.feature:nth-child(2) .feature-image-wrap { aspect-ratio: 1 / 1.18; }
.feature:nth-child(3) .feature-image-wrap { aspect-ratio: 1 / 1.02; }
.feature-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,10,13,.55), transparent 45%); pointer-events: none; }
.feature-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05); transition: transform .55s ease; }
.feature:hover img { transform: scale(1.07); }
.feature-image-tag { position: absolute; z-index: 2; bottom: 20px; left: 18px; padding: 9px 12px; background: var(--red); color: var(--cream); font: 400 24px Anton, Impact, sans-serif; transform: rotate(-5deg); }
.feature:nth-child(2) .feature-image-tag { transform: rotate(5deg); }
.feature-number { margin-top: 23px; padding-top: 12px; border-top: 1px solid rgba(11,10,13,.32); color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.feature h3 { margin: 13px 0 10px; font: 400 clamp(30px, 3.2vw, 48px)/1.05 Anton, Impact, sans-serif; }
.feature p { max-width: 290px; margin: 0; line-height: 1.55; color: #4b4846; font-size: 15px; }

.app-section { overflow: hidden; background: var(--black); color: var(--cream); }
.app-layout { min-height: 815px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-copy { padding-block: 100px; position: relative; z-index: 2; }
.app-copy .display-heading { margin: 32px 0 24px; }
.app-copy .display-heading span { color: var(--red); }
.app-intro { max-width: 450px; margin: 0 0 37px; color: #b9b5b0; font-size: 18px; line-height: 1.5; }
.screen-tabs { max-width: 525px; border-top: 1px solid rgba(247,243,234,.28); }
.screen-tabs button { display: grid; grid-template-columns: 36px 1fr 26px; gap: 16px; align-items: center; width: 100%; min-height: 77px; border: 0; border-bottom: 1px solid rgba(247,243,234,.28); padding: 12px 4px; background: none; color: var(--muted); text-align: left; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .1em; transition: color .2s, padding-left .25s; }
.screen-tabs button span:nth-child(1) { color: var(--cream); font: 400 28px Anton, Impact, sans-serif; letter-spacing: .01em; }
.screen-tabs button span:nth-child(2) { font-size: 21px; text-align: right; }
.screen-tabs button[aria-selected="true"], .screen-tabs button:hover { color: var(--red); padding-left: 12px; }
.screen-description { min-height: 50px; max-width: 455px; margin: 24px 0 0; color: #b9b5b0; font-size: 15px; line-height: 1.5; }
.app-stage { position: relative; min-height: 815px; display: grid; place-items: center; }
.orbit { position: absolute; width: 585px; aspect-ratio: 1; border: 1px solid rgba(255,23,79,.35); border-radius: 50%; }
.orbit-one { transform: rotateX(45deg) rotate(-18deg); }
.orbit-two { width: 720px; border-color: rgba(247,243,234,.08); transform: rotateX(55deg) rotate(16deg); }
.phone-stage { width: 316px; aspect-ratio: 720 / 1560; position: relative; z-index: 1; transform: rotate(5deg); transition: transform .6s ease; }
.app-stage:hover .phone-stage { transform: rotate(1deg) translateY(-7px); }
.phone-stage img { transition: opacity .18s ease, transform .4s ease; }
.phone-stage img.is-switching { opacity: .15; transform: scale(1.035); }
.app-stage-scribble { position: absolute; z-index: 2; top: 19%; left: 1%; color: var(--cream); font: italic 28px/.94 "Comic Sans MS", "Segoe Print", cursive; transform: rotate(-13deg); }
.app-stage-label { position: absolute; bottom: 9%; right: -5%; z-index: 2; padding: 11px 15px; background: var(--red); font: 400 24px Anton, Impact, sans-serif; transform: rotate(-8deg); white-space: nowrap; }

.community-section { overflow: hidden; }
.community-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.community-photo { position: relative; aspect-ratio: .9 / 1; max-height: 630px; background: var(--black); transform: rotate(-3deg); }
.community-photo::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; z-index: -1; border: 2px solid var(--red); }
.community-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.14); }
.community-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,10,13,.75), transparent 45%); }
.photo-caption { position: absolute; z-index: 1; bottom: 22px; left: 24px; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.community-burst { position: absolute; z-index: 2; top: -38px; right: -36px; color: var(--red); font-size: 112px; line-height: 1; animation: burst-turn 16s linear infinite; }
.community-copy .display-heading { margin: 30px 0; }
.community-copy .display-heading span { color: var(--red); }
.community-copy > p:not(.eyebrow) { margin-bottom: 30px; }

.download-section { overflow: hidden; background: var(--red); color: var(--cream); }
.download-layout { position: relative; padding-block: clamp(100px, 10vw, 160px) 85px; }
.download-layout .eyebrow { color: var(--black); }
.download-layout .display-heading { position: relative; z-index: 1; margin: 28px 0 80px; font-size: clamp(76px, 10.5vw, 160px); line-height: .99; }
.download-layout .display-heading span { -webkit-text-stroke: 2px var(--cream); color: transparent; }
.download-bottom { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 27px; border-top: 1px solid rgba(247,243,234,.65); }
.download-bottom p { max-width: 380px; margin: 0; font-size: 18px; line-height: 1.5; }
.download-outline { position: absolute; right: -60px; top: 10px; color: rgba(11,10,13,.13); font: 400 640px/.9 Anton, Impact, sans-serif; transform: rotate(15deg); pointer-events: none; }
.site-footer { background: var(--black); color: var(--cream); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 70px; }
.footer-top p { margin: 0; font: 400 24px/1.2 Anton, Impact, sans-serif; }
.footer-top > a:last-child { font-size: 11px; font-weight: 800; letter-spacing: .16em; border-bottom: 1px solid var(--red); padding-bottom: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(247,243,234,.2); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; }

.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.feature:nth-child(2).reveal { transition-delay: .12s; }
.feature:nth-child(3).reveal { transition-delay: .24s; }

@keyframes headline-in { to { opacity: 1; transform: translateY(0); } }
@keyframes marker-draw { to { transform: skewY(-2deg) scaleX(1); } }
@keyframes dot-pulse { 50% { box-shadow: 0 0 0 11px rgba(255,23,79,.04); } }
@keyframes bang-wiggle { 0%, 83%, 100% { transform: rotate(0); } 88% { transform: rotate(9deg); } 94% { transform: rotate(-6deg); } }
@keyframes phone-float { 0%, 100% { transform: rotate(8deg) translateY(0); } 50% { transform: rotate(6deg) translateY(-16px); } }
@keyframes ticker-slide { to { transform: translateX(-50%); } }
@keyframes burst-turn { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 64px), var(--shell)); }
  .header-inner { gap: 24px; }
  .desktop-nav { gap: 20px; }
  .header-cta { margin-left: 0; }
  .hero-title { font-size: clamp(78px, 10.8vw, 122px); }
  .hero-grid { grid-template-columns: 1.03fr .97fr; }
  .phone-hero { left: 15%; width: 78%; }
  .scribble-top { right: 0; font-size: 28px; }
  .hero-sticker { left: 0; top: 405px; }
  .why-heading { gap: 35px; }
  .display-heading { font-size: clamp(66px, 8vw, 104px); }
  .app-layout { gap: 25px; }
  .app-stage-label { right: -2%; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 64px; }
  .shell { width: min(calc(100% - 40px), 550px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 96px; }
  .desktop-nav, .header-cta { display: none; }
  .lang-switch { margin-left: auto; }
  .lang-switch + .menu-toggle { margin-left: 12px; }
  .menu-toggle { display: grid; align-content: center; gap: 7px; width: 44px; height: 44px; margin-left: auto; border: 1px solid rgba(247,243,234,.35); background: none; color: var(--cream); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 2px; margin-inline: auto; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu:not([hidden]) { display: grid; gap: 0; padding: 10px 20px 22px; background: var(--black); border-top: 1px solid rgba(247,243,234,.2); }
  .mobile-menu a { padding: 15px 2px; border-bottom: 1px solid rgba(247,243,234,.18); font-size: 15px; font-weight: 800; }
  .mobile-menu a:last-child { color: var(--red); }
  .hero { min-height: auto; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { padding-top: 75px; padding-bottom: 40px; }
  .hero-title { margin-top: 32px; font-size: clamp(74px, 16.5vw, 125px); }
  .marker-line { margin: 13px 0 28px; }
  .hero-lede { font-size: 17px; max-width: 480px; }
  .hero-actions { gap: 20px; }
  .hero-note { margin-top: 36px; }
  .hero-art { height: 610px; }
  .hero-photo { inset: 20px -20px 28px; }
  .phone-hero { top: 5px; left: 50%; width: min(265px, 64vw); transform: translateX(-50%) rotate(8deg); animation: none; }
  .scribble-top { top: 48px; right: 0; font-size: 23px; }
  .hero-sticker { top: 285px; left: 0; font-size: 25px; }
  .hero-spark { font-size: 105px; right: 1%; bottom: 50px; }
  .hero-art-caption { bottom: 13px; }
  .scroll-cue { display: none; }
  .ticker { height: 59px; }
  .ticker-track span { font-size: 25px; }
  .section-pad { padding-block: 86px; }
  .section-aside { font-size: 19px; }
  .why-heading { display: block; padding-bottom: 50px; }
  .display-heading { font-size: clamp(62px, 13vw, 92px); }
  .why-heading h2 { margin: 32px 0 22px; }
  .why-heading p, .community-copy > p:not(.eyebrow) { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 38px 18px; }
  .feature:nth-child(2) { margin-top: 45px; }
  .feature:nth-child(3) { grid-column: 1 / -1; width: 65%; margin-top: -20px; }
  .feature h3 { font-size: clamp(27px, 5vw, 38px); }
  .feature p { font-size: 13px; }
  .app-layout { display: block; }
  .app-copy { padding-block: 90px 20px; }
  .app-copy .display-heading { margin-top: 27px; }
  .app-intro { font-size: 16px; }
  .app-stage { min-height: 660px; }
  .phone-stage { width: min(275px, 68vw); }
  .orbit { width: 510px; }
  .orbit-two { width: 620px; }
  .app-stage-label { right: 0; bottom: 45px; font-size: 19px; }
  .app-stage-scribble { top: 65px; font-size: 24px; }
  .community-layout { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 55px; }
  .community-copy .display-heading { margin-block: 24px; }
  .community-photo { width: min(90%, 420px); margin-inline: auto; }
  .download-layout { padding-block: 100px 70px; }
  .download-layout .display-heading { font-size: clamp(58px, 12.4vw, 104px); margin-bottom: 60px; }
  .download-bottom { align-items: start; flex-direction: column; }
  .download-outline { font-size: 440px; right: -40px; top: 65px; }
  .footer-top { padding-block: 55px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(65px, 16.8vw, 83px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { height: 535px; }
  .phone-hero { width: min(240px, 67vw); }
  .scribble-top { top: 44px; right: -4px; font-size: 19px; }
  .sticker { padding: 9px 14px; }
  .hero-sticker { top: 270px; font-size: 23px; }
  .hero-spark { bottom: 32px; }
  .section-top { align-items: start; }
  .section-aside { max-width: 108px; font-size: 16px; }
  .display-heading { font-size: clamp(51px, 12.7vw, 67px); }
  .feature-grid { display: block; }
  .feature, .feature:nth-child(2), .feature:nth-child(3) { width: 100%; margin: 0 0 45px; }
  .feature-image-wrap, .feature:nth-child(2) .feature-image-wrap, .feature:nth-child(3) .feature-image-wrap { aspect-ratio: 1.25; }
  .feature h3 { font-size: 38px; }
  .feature p { font-size: 15px; }
  .app-copy .display-heading { font-size: clamp(68px, 16vw, 85px); }
  .app-stage { min-height: 610px; }
  .phone-stage { width: min(250px, 68vw); }
  .community-photo { width: 88%; }
  .download-layout .display-heading { font-size: clamp(49px, 11.8vw, 70px); }
  .footer-top { flex-wrap: wrap; }
  .footer-top > a:last-child { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .headline-line { opacity: 1; transform: none; }
  .marker-line { transform: skewY(-2deg) scaleX(1); }
}

.footer-bottom a:hover { color: var(--red); }
