:root {
  --lime: #c8ff00;
  --lime-soft: #e4ff78;
  --black: #090909;
  --ink: #11120f;
  --paper: #f7f7f0;
  --white: #fff;
  --muted: #696b63;
  --line: #d8d9cf;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; width: 100%; }
figure { margin: 0; }
.wrap { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; padding: 11px 16px; border-radius: 99px; background: var(--lime); color: var(--black); font-weight: 900; }
.skip-link:focus { left: 10px; }

/* Shared header and brand */
.site-header { width: min(calc(100% - 44px), var(--max)); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 950; letter-spacing: -.05em; text-decoration: none; }
.brand-mark { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 10px; background: url('/assets/brand/panlive-logo.png') center/cover no-repeat; font-size: 0; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .footer-bottom a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover, .footer-bottom a:hover { text-decoration: underline; text-underline-offset: 5px; }
.landing-header { height: 68px; margin-top: 16px; padding: 0 12px 0 18px; border: 2px solid var(--black); border-radius: 999px; background: var(--black); color: var(--white); position: relative; z-index: 20; }
.landing-header .language-switch { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 50%; background: var(--lime); color: var(--black); font-weight: 950; text-decoration: none; }

/* Landing hero */
.landing-page { overflow-x: hidden; background: var(--paper); }
.hero { min-height: 790px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 6vw, 92px); padding-block: 72px 86px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 950; }
.eyebrow > span:not(.live-dot) { width: 28px; height: 3px; background: var(--lime); }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px #c8ff0030; animation: pulse 1.8s infinite; }
.hero h1, .section-heading h2, .community h2, .footer-main > p, .legal-main h1 { font-family: Arial Black, Inter, ui-sans-serif, system-ui, sans-serif; }
.hero h1 { margin: 34px 0 30px; font-size: clamp(70px, 8.4vw, 122px); line-height: .83; letter-spacing: -.085em; }
.hero h1 em { display: inline-block; margin-top: .12em; padding: .08em .16em .13em; border-radius: .12em; background: var(--black); color: var(--lime); font-style: normal; transform: rotate(-1.5deg); }
.tagline { max-width: 600px; margin: 0 0 18px; font-size: clamp(24px, 2.35vw, 34px); line-height: 1.08; letter-spacing: -.04em; font-weight: 850; }
.intro { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.store-button { min-width: 184px; display: flex; align-items: center; gap: 11px; padding: 11px 17px; border: 2px solid var(--black); border-radius: 14px; background: var(--black); color: var(--white); line-height: 1.05; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-3px) rotate(-1deg); background: #252525; }
.store-button small { display: block; margin-bottom: 4px; color: #bdbdbd; font-size: 10px; font-weight: 700; }
.store-button strong { font-size: 16px; }
.store-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; font-size: 17px; font-weight: 950; }
.rustore-icon { background: linear-gradient(135deg, #00c2ff, #5855ff); }
.appgallery-icon { background: #e52b44; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.hero-notes span { padding: 6px 11px; border: 1px solid #bfc0b6; border-radius: 99px; color: #51534b; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { min-width: 0; height: 680px; position: relative; display: grid; place-items: center; }
.campaign-poster { position: absolute; overflow: hidden; border: 5px solid var(--black); border-radius: 30px; background: var(--white); box-shadow: 16px 18px 0 var(--black); }
.campaign-poster img { aspect-ratio: 9 / 16; object-fit: cover; }
.poster-main { width: min(68%, 420px); right: 7%; transform: rotate(3.8deg); z-index: 2; }
.poster-float { width: min(38%, 235px); left: 2%; bottom: 20px; transform: rotate(-8deg); z-index: 4; box-shadow: 10px 12px 0 var(--black); }
.hero-scribble { position: absolute; z-index: 6; top: 15px; left: 3%; padding: 8px 17px; border: 3px solid var(--black); border-radius: 99px; background: var(--lime); font-family: Arial Black, sans-serif; font-size: 23px; letter-spacing: -.05em; transform: rotate(-8deg); }
.floating-reaction { position: absolute; z-index: 7; display: grid; place-items: center; border: 4px solid var(--black); background: var(--lime); color: var(--black); box-shadow: 7px 7px 0 var(--black); }
.reaction-heart { width: 78px; height: 78px; top: 58px; right: 0; border-radius: 50%; font-size: 34px; transform: rotate(10deg); }
.reaction-chat { width: 86px; height: 62px; right: -3%; bottom: 65px; border-radius: 28px 28px 28px 5px; font-size: 24px; letter-spacing: 3px; transform: rotate(-8deg); }

.moment-strip { width: 104%; margin-left: -2%; overflow: hidden; border-block: 3px solid var(--black); background: var(--lime); color: var(--black); transform: rotate(-1deg); }
.moment-strip > div { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; font-family: Arial Black, Inter, sans-serif; font-size: clamp(18px, 2.2vw, 31px); letter-spacing: -.035em; white-space: nowrap; }
.moment-strip b { font-size: .8em; }

/* Campaign feature grid */
.preview-section { padding: 140px 0 200px; background: var(--black); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .42fr; align-items: end; gap: 50px; margin-bottom: 74px; }
.section-heading .eyebrow { margin-bottom: 30px; }
.section-heading h2, .community h2 { margin: 0; font-size: clamp(54px, 7vw, 94px); line-height: .9; letter-spacing: -.075em; }
.section-heading h2 em, .community h2 em, .footer-main > p em { color: var(--lime); font-style: normal; }
.section-heading > p { margin: 0 0 7px; color: #a8a8a0; font-size: 19px; }
.campaign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.preview-card { min-width: 0; overflow: hidden; border: 3px solid var(--black); border-radius: 34px; color: var(--black); box-shadow: 12px 12px 0 #32332e; }
.card-lime { background: var(--lime); }
.card-paper { background: var(--paper); }
.card-offset { transform: translateY(75px); }
.card-copy { min-height: 260px; padding: 38px 40px 34px; display: flex; flex-direction: column; align-items: flex-start; }
.card-copy > span { display: inline-flex; padding: 6px 10px; border: 2px solid currentColor; border-radius: 99px; font-size: 11px; font-weight: 950; letter-spacing: .09em; }
.card-copy h3 { max-width: 510px; margin: auto 0 13px; font-family: Arial Black, Inter, sans-serif; font-size: clamp(33px, 3.7vw, 53px); line-height: .95; letter-spacing: -.06em; }
.card-copy p { max-width: 470px; margin: 0; color: #484a42; font-size: 16px; }
.campaign-shot { margin: 0 16px 16px; overflow: hidden; border: 3px solid var(--black); border-radius: 24px; background: #fff; }
.campaign-shot img { aspect-ratio: 9 / 16; object-fit: cover; transition: transform .45s ease; }
.preview-card:hover .campaign-shot img { transform: scale(1.018); }

/* Community */
.community { min-height: 680px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(55px, 9vw, 140px); padding-block: 115px; }
.community-sticker { width: min(100%, 390px); aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 5px solid var(--black); border-radius: 50%; background: var(--lime); box-shadow: 18px 18px 0 var(--black); transform: rotate(-8deg); }
.community-sticker span { font-size: 115px; line-height: .8; }
.community-sticker small { margin-top: 19px; font-family: Arial Black, sans-serif; font-size: 25px; line-height: .9; text-align: center; }
.community-copy .eyebrow { margin-bottom: 30px; }
.community-copy > p:not(.eyebrow) { max-width: 690px; margin: 28px 0 0; color: #464840; font-size: 21px; }
.safety-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.primary-link { display: inline-flex; align-items: center; gap: 38px; padding: 14px 18px; border: 2px solid var(--black); border-radius: 12px; background: var(--black); color: var(--white); font-weight: 900; text-decoration: none; }
.primary-link span { color: var(--lime); font-size: 20px; }
.secondary-link { font-weight: 850; text-underline-offset: 6px; }

/* Footer */
.site-footer { padding: 88px 0 30px; background: var(--black); color: var(--white); }
.brand-light .brand-mark { background-image: url('/assets/brand/panlive-logo.png'); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 70px; border-bottom: 1px solid #343434; }
.footer-main > p { margin: 0; font-size: clamp(38px, 5vw, 65px); font-weight: 950; line-height: .88; letter-spacing: -.065em; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; padding-top: 28px; color: #aaa; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 23px; }
.footer-bottom > div { text-align: right; }
.footer-bottom p { margin: 8px 0 0; font-size: 13px; }

/* Legal, support, and account pages */
.legal-main { min-height: 70vh; padding: 80px 0 120px; }
.legal-main .eyebrow { margin-bottom: 30px; }
.legal-main h1 { max-width: 1050px; margin: 0 0 26px; font-size: clamp(50px, 7.5vw, 92px); line-height: .92; letter-spacing: -.075em; }
.legal-status { display: inline-block; margin-bottom: 36px; padding: 7px 12px; border-radius: 99px; background: var(--lime); color: var(--black) !important; font-size: 12px !important; font-weight: 900; }
.policy-subtitle { margin: -10px 0 22px; color: var(--muted); font-size: 22px; }
.legal-content { max-width: 780px; }
.policy-content { max-width: 960px; }
.legal-content h2 { margin: 50px 0 14px; font-size: 28px; line-height: 1.15; letter-spacing: -.025em; }
.legal-content h3 { margin: 34px 0 10px; font-size: 20px; }
.legal-content p, .legal-content li { color: #4e5048; font-size: 17px; line-height: 1.72; }
.legal-content li + li { margin-top: 9px; }
.contact-box { margin-top: 38px; padding: 28px 30px; border: 3px solid var(--black); border-radius: 18px; background: var(--lime); box-shadow: 7px 7px 0 var(--black); }
.contact-box p { margin-bottom: 5px; color: var(--black); }
.contact-box a { font-size: 21px; font-weight: 900; }
.legal-note { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px !important; }
.legal-summary { margin: 24px 0 38px; padding: 24px 28px; border-radius: 15px; background: var(--lime); font-size: 18px; font-weight: 700; }
.table-scroll { width: 100%; overflow-x: auto; margin: 26px 0 44px; border: 1px solid var(--line); border-radius: 14px; }
.policy-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; font-size: 14px; }
.policy-table th, .policy-table td { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { background: var(--black); color: #fff; font-size: 13px; }
.policy-table th:last-child, .policy-table td:last-child { border-right: 0; }
.policy-table tbody tr:last-child td { border-bottom: 0; }
.legal-index { max-width: 850px; display: grid; gap: 12px; margin-top: 50px; }
.legal-index a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; padding: 25px; border: 2px solid var(--black); border-radius: 15px; background: #fff; text-decoration: none; transition: transform .2s, background .2s; }
.legal-index a:hover { background: var(--lime); transform: translateX(5px); }
.legal-index span { color: var(--muted); font-size: 13px; }
.legal-index strong { font-size: 22px; }
.legal-index b { font-size: 22px; }
.steps { padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 18px 0 18px 55px; border-bottom: 1px solid var(--line); counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: 14px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: var(--lime); font-weight: 900; }

/* Root language entry */
.language-entry { min-height: 100vh; display: grid; place-items: center; background: var(--black); color: var(--white); }
.language-card { width: min(calc(100% - 40px), 560px); padding: 48px; border: 3px solid var(--lime); border-radius: 26px; background: #171717; box-shadow: 14px 14px 0 var(--lime); }
.language-card h1 { margin: 50px 0 12px; font-family: Arial Black, sans-serif; font-size: clamp(40px, 8vw, 62px); line-height: .92; letter-spacing: -.065em; }
.language-card p { color: #aaa; font-size: 18px; }
.language-links { display: flex; gap: 12px; margin-top: 32px; }
.language-links a { padding: 13px 21px; border: 2px solid var(--lime); border-radius: 99px; background: var(--lime); color: var(--black); font-weight: 900; text-decoration: none; }
.language-links a:hover { background: transparent; color: var(--lime); }

@keyframes pulse { 50% { transform: scale(.72); box-shadow: 0 0 0 10px #c8ff0015; } }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(67px, 13vw, 112px); }
  .hero-visual { height: min(94vw, 700px); }
  .poster-main { right: 10%; width: min(61%, 410px); }
  .poster-float { left: 8%; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 520px; }
  .card-copy { min-height: 235px; padding: 30px; }
  .community { grid-template-columns: .7fr 1.3fr; gap: 55px; }
  .community-sticker small { font-size: 20px; }
}

@media (max-width: 680px) {
  .wrap, .site-header { width: min(calc(100% - 28px), var(--max)); }
  .landing-header { height: 62px; margin-top: 10px; padding-left: 13px; }
  .site-header nav { gap: 12px; }
  .landing-header nav a:first-child { display: none; }
  .landing-header nav a { font-size: 12px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .hero { min-height: 0; gap: 35px; padding: 62px 0 70px; }
  .hero h1 { margin: 30px 0 25px; font-size: clamp(59px, 18vw, 82px); }
  .tagline { font-size: 25px; }
  .intro { font-size: 16px; }
  .store-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .store-button { min-width: 0; padding: 10px 11px; }
  .store-button strong { font-size: 14px; }
  .hero-visual { height: 560px; }
  .poster-main { right: 4%; width: min(70%, 330px); border-width: 4px; border-radius: 24px; box-shadow: 11px 12px 0 var(--black); }
  .poster-float { left: 1%; bottom: 5px; width: min(39%, 180px); border-width: 4px; border-radius: 20px; box-shadow: 7px 8px 0 var(--black); }
  .hero-scribble { top: 10px; left: 0; font-size: 18px; }
  .reaction-heart { width: 59px; height: 59px; right: 0; font-size: 25px; }
  .reaction-chat { width: 70px; height: 50px; right: -2%; bottom: 38px; }
  .moment-strip > div { gap: 20px; padding: 13px 0; }
  .preview-section { padding: 95px 0; }
  .section-heading { gap: 25px; margin-bottom: 48px; }
  .section-heading h2, .community h2 { font-size: clamp(47px, 14vw, 67px); }
  .campaign-grid { grid-template-columns: 1fr; gap: 25px; }
  .card-offset { transform: none; }
  .preview-card { border-radius: 26px; box-shadow: 8px 8px 0 #32332e; }
  .card-copy { min-height: 215px; padding: 27px 25px; }
  .card-copy h3 { font-size: 38px; }
  .campaign-shot { margin: 0 10px 10px; border-radius: 19px; }
  .community { grid-template-columns: 1fr; gap: 60px; padding-block: 90px; }
  .community-sticker { width: 230px; margin-inline: auto; box-shadow: 12px 12px 0 var(--black); }
  .community-sticker span { font-size: 75px; }
  .community-sticker small { font-size: 17px; }
  .community-copy > p:not(.eyebrow) { font-size: 18px; }
  .footer-main, .footer-bottom { display: block; }
  .footer-main > p { margin-top: 55px; text-align: left; }
  .footer-bottom nav { display: grid; gap: 14px; margin-bottom: 35px; }
  .footer-bottom > div { text-align: left; }
  .legal-main { padding: 58px 0 90px; }
  .legal-main h1 { font-size: clamp(46px, 14vw, 67px); }
  .legal-content p, .legal-content li { font-size: 16px; }
  .policy-subtitle { font-size: 18px; }
  .policy-table { font-size: 13px; }
  .legal-index a { grid-template-columns: 35px 1fr auto; gap: 10px; padding: 20px 16px; }
  .legal-index strong { font-size: 18px; }
  .language-card { padding: 35px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Second landing direction: clean editorial story */
.landing-v2 { background: #f3f3ed; }
.landing-v2 .v2-header { height: 88px; margin-top: 0; padding: 0; border: 0; border-bottom: 1px solid #cfd0c7; border-radius: 0; background: transparent; color: var(--black); }
.landing-v2 .v2-header nav { gap: 32px; }
.landing-v2 .v2-header nav a { color: var(--black); }
.landing-v2 .v2-header .v2-language { min-width: 48px; height: 42px; display: grid; place-items: center; padding: 0 13px; border-radius: 99px; background: var(--black); color: var(--lime); font-weight: 950; text-decoration: none; }

.v2-hero { min-height: 780px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(45px, 7vw, 105px); padding-block: 62px 72px; }
.v2-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 31px; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.v2-kicker span { width: 34px; height: 2px; background: var(--black); }
.v2-copy h1 { margin: 0 0 30px; font-family: Arial Black, Inter, sans-serif; font-size: clamp(69px, 7.5vw, 111px); line-height: .83; letter-spacing: -.085em; }
.v2-copy h1 strong { color: transparent; -webkit-text-stroke: 3px var(--black); text-stroke: 3px var(--black); }
.v2-lead { max-width: 590px; margin: 0 0 17px; font-size: clamp(24px, 2.2vw, 32px); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.v2-intro { max-width: 540px; margin: 0; color: #62645d; font-size: 17px; }
.v2-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 33px; }
.v2-primary { display: inline-flex; align-items: center; gap: 38px; padding: 14px 18px 14px 20px; border: 2px solid var(--black); border-radius: 99px; background: var(--black); color: #fff; font-weight: 900; text-decoration: none; }
.v2-primary span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--lime); color: var(--black); }
.v2-text-link { font-size: 14px; font-weight: 850; text-underline-offset: 6px; }
.v2-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 35px; color: #777970; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.v2-meta span { display: flex; align-items: center; gap: 8px; }
.v2-meta b { color: var(--black); font-size: 13px; }

.v2-art { min-width: 0; height: 640px; position: relative; overflow: hidden; border: 2px solid var(--black); border-radius: 44px; background: var(--lime); }
.v2-poster { position: absolute; z-index: 2; bottom: -8%; width: 43%; overflow: hidden; border: 3px solid var(--black); border-radius: 28px 28px 0 0; background: #fff; box-shadow: 0 20px 50px #0003; }
.v2-poster:first-of-type { left: 5%; }
.v2-poster:nth-of-type(2) { right: 5%; bottom: -1%; }
.v2-poster img { aspect-ratio: 9 / 16; object-fit: cover; }
.v2-art-label { position: absolute; z-index: 5; top: 24px; left: 28px; display: flex; align-items: center; gap: 10px; padding: 8px 13px; border-radius: 99px; background: var(--black); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.v2-art-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); animation: pulse 1.8s infinite; }
.v2-art-word { position: absolute; z-index: 1; right: -15px; bottom: 0; color: #b1e300; font-family: Arial Black, sans-serif; font-size: clamp(78px, 9.5vw, 150px); line-height: .7; letter-spacing: -.09em; writing-mode: vertical-rl; opacity: .8; }

.v2-ticker { width: 100%; overflow: hidden; border-block: 2px solid var(--black); background: var(--black); color: var(--lime); }
.v2-ticker > div { width: max-content; display: flex; align-items: center; gap: 25px; padding: 16px 0; font-family: Arial Black, sans-serif; font-size: clamp(19px, 2.1vw, 29px); letter-spacing: -.03em; white-space: nowrap; }
.v2-ticker b { color: #fff; font-size: 10px; }

.v2-discover { padding: 135px 0 145px; background: #f3f3ed; }
.v2-section-head { display: grid; grid-template-columns: .25fr 1fr .52fr; align-items: end; gap: 35px; margin-bottom: 70px; }
.v2-section-head > p, .v2-chapter, .v2-community-inner > p, .v2-download > div > p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.v2-section-head h2, .v2-story-copy h2, .v2-community h2, .v2-download h2 { margin: 0; font-family: Arial Black, Inter, sans-serif; font-size: clamp(54px, 6.7vw, 92px); line-height: .88; letter-spacing: -.075em; }
.v2-section-head h2 span, .v2-story-copy h2 span, .v2-community h2 span, .v2-download h2 span { color: transparent; -webkit-text-stroke: 2px currentColor; text-stroke: 2px currentColor; }
.v2-section-head > div:last-child { max-width: 380px; color: #62645d; font-size: 17px; }
.v2-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.v2-gallery article { overflow: hidden; border: 1px solid #c7c8bf; border-radius: 30px; background: #fff; }
.v2-gallery figure { max-height: 790px; overflow: hidden; background: #e7e8e0; }
.v2-gallery figure img { aspect-ratio: 9 / 13.2; object-fit: cover; object-position: top; }
.v2-gallery article > div { display: grid; grid-template-columns: 38px 1fr; gap: 5px 18px; padding: 28px 30px 32px; }
.v2-gallery article > div > span { grid-row: 1 / 3; color: #8b8d84; font-size: 12px; font-weight: 900; }
.v2-gallery h3 { margin: 0; font-size: clamp(27px, 3vw, 42px); line-height: 1; letter-spacing: -.05em; }
.v2-gallery p { margin: 8px 0 0; color: #686a62; }

.v2-story { padding: 125px 0; }
.v2-story-dark { background: var(--black); color: #fff; }
.v2-story-light { background: var(--lime); color: var(--black); }
.v2-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 10vw, 145px); }
.v2-story-reverse .v2-story-art { order: 2; }
.v2-story-reverse .v2-story-copy { order: 1; }
.v2-story-art { max-width: 475px; justify-self: center; overflow: hidden; border-radius: 32px; background: #fff; }
.v2-story-dark .v2-story-art { border: 1px solid #363636; }
.v2-story-light .v2-story-art { border: 2px solid var(--black); }
.v2-story-art img { aspect-ratio: 9 / 16; object-fit: cover; }
.v2-chapter { margin-bottom: 35px; color: var(--lime); }
.v2-story-light .v2-chapter { color: var(--black); }
.v2-story-copy h2 { font-size: clamp(52px, 6vw, 84px); }
.v2-story-copy > p:not(.v2-chapter) { max-width: 630px; margin: 30px 0; color: #adada6; font-size: 20px; }
.v2-story-light .v2-story-copy > p:not(.v2-chapter) { color: #34362f; }
.v2-story-copy ul { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.v2-story-copy li { padding: 15px 0; border-top: 1px solid #3b3b3b; font-weight: 800; }
.v2-story-copy li::before { content: '↗'; margin-right: 14px; color: var(--lime); }
.v2-story-light .v2-story-copy li { border-color: #96bd11; }
.v2-story-light .v2-story-copy li::before { color: var(--black); }

.v2-community { padding: 120px 0; background: #e9eae2; }
.v2-community-inner > p { margin-bottom: 32px; }
.v2-community h2 { max-width: 1050px; }
.v2-community-bottom { display: grid; grid-template-columns: 1fr .58fr; gap: 80px; align-items: end; margin-top: 55px; padding-top: 28px; border-top: 1px solid #bfc0b7; }
.v2-community-bottom > p { max-width: 700px; margin: 0; color: #4c4e47; font-size: 20px; }
.v2-community-bottom > div { display: grid; gap: 12px; }
.v2-community-bottom a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--black); font-weight: 900; text-decoration: none; }

.v2-download { margin-block: 90px; display: grid; grid-template-columns: 1fr .52fr; align-items: end; gap: 70px; padding: 70px; border-radius: 36px; background: var(--black); color: #fff; }
.v2-download > div > p { margin-bottom: 28px; color: var(--lime); }
.v2-download h2 { font-size: clamp(48px, 5.4vw, 78px); }
.v2-download .store-buttons { margin: 0 0 18px; }
.v2-download .store-button { border-color: #3c3c3c; background: #1b1b1b; }
.v2-download > div:last-child > small { color: #94948d; }

.landing-v2 .v2-footer { padding-top: 82px; }

@media (max-width: 960px) {
  .v2-hero { grid-template-columns: 1fr; padding-top: 75px; }
  .v2-copy { max-width: 760px; }
  .v2-art { height: min(84vw, 700px); }
  .v2-section-head { grid-template-columns: 1fr; gap: 22px; }
  .v2-section-head > div:last-child { max-width: 560px; }
  .v2-story-grid { gap: 60px; }
  .v2-download { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 680px) {
  .landing-v2 .v2-header { height: 72px; }
  .landing-v2 .v2-header nav { gap: 12px; }
  .landing-v2 .v2-header nav a:first-child { display: none; }
  .v2-hero { min-height: 0; gap: 48px; padding: 58px 0 65px; }
  .v2-copy h1 { font-size: clamp(57px, 18vw, 78px); }
  .v2-copy h1 strong { -webkit-text-stroke-width: 2px; }
  .v2-lead { font-size: 25px; }
  .v2-actions { align-items: flex-start; flex-direction: column; }
  .v2-art { height: 480px; border-radius: 28px; }
  .v2-poster { width: 45%; border-width: 2px; border-radius: 18px 18px 0 0; }
  .v2-poster:first-of-type { left: 3%; }
  .v2-poster:nth-of-type(2) { right: 3%; }
  .v2-art-label { top: 15px; left: 15px; }
  .v2-art-word { font-size: 80px; }
  .v2-discover { padding: 90px 0; }
  .v2-section-head { margin-bottom: 42px; }
  .v2-section-head h2, .v2-story-copy h2, .v2-community h2, .v2-download h2 { font-size: clamp(46px, 14vw, 66px); }
  .v2-gallery { grid-template-columns: 1fr; }
  .v2-gallery figure { max-height: none; }
  .v2-gallery article > div { padding: 23px 20px 26px; }
  .v2-story { padding: 85px 0; }
  .v2-story-grid { grid-template-columns: 1fr; gap: 55px; }
  .v2-story-reverse .v2-story-art, .v2-story-reverse .v2-story-copy { order: initial; }
  .v2-story-art { width: min(100%, 380px); }
  .v2-story-copy > p:not(.v2-chapter) { font-size: 18px; }
  .v2-community { padding: 85px 0; }
  .v2-community-bottom { grid-template-columns: 1fr; gap: 35px; margin-top: 40px; }
  .v2-community-bottom > p { font-size: 18px; }
  .v2-download { width: calc(100% - 20px); margin-block: 60px; gap: 42px; padding: 46px 24px; border-radius: 27px; }
  .v2-download .store-buttons { display: grid; grid-template-columns: 1fr; }
}
