:root {
  --ink: #202126;
  --ink-soft: #575963;
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --line: rgba(32, 33, 38, 0.14);
  --gold: #f2cf62;
  --orange: #e9823d;
  --red: #cf3f34;
  --brand-night: #0b0f12;
  --shadow: 0 24px 70px rgba(68, 42, 23, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

::selection { background: rgba(233, 130, 61, 0.28); }

.wrap { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.centered { text-align: center; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(11, 15, 18, 0.96);
  backdrop-filter: blur(18px);
}

.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a { text-decoration: none; color: rgba(255,255,255,.78); font-size: 0.93rem; font-weight: 650; }
.site-header nav a:hover { color: #f5ba39; }

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-wordmark { display: block; width: clamp(235px, 28vw, 340px); height: auto; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.07fr 0.93fr; align-items: center; gap: 64px; padding-block: 80px 94px; }
.eyebrow { margin: 0 0 17px; color: #9b4c2e; font-size: 0.77rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 6.5rem); line-height: 0.93; letter-spacing: -0.07em; font-weight: 780; }
h1 span { display: block; margin-top: 0.14em; background: linear-gradient(90deg, #d3a12e 5%, var(--orange) 55%, var(--red)); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 1; letter-spacing: -0.055em; }
h3 { letter-spacing: -0.025em; }
.hero-lede, .page-lede { max-width: 650px; color: var(--ink-soft); font-size: 1.19rem; line-height: 1.7; }
.hero-lede { margin: 30px 0 36px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 23px; text-decoration: none; font-size: 0.92rem; font-weight: 750; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(32, 33, 38, 0.2); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(32, 33, 38, 0.28); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,0.48); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: #a6402d; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(166,64,45,0.32); padding-bottom: 3px; }

.shift-art { position: relative; min-height: 510px; overflow: hidden; border-radius: 38px; background: radial-gradient(circle at 72% 24%, rgba(242,207,98,.3), transparent 32%), linear-gradient(145deg, #181a1f, #28252a 62%, #612d2c); box-shadow: var(--shadow); isolation: isolate; }
.shift-art::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; }
.shift-art img { position: absolute; z-index: 3; width: min(235px, 56%); height: auto; right: 8%; bottom: 8%; border-radius: 28px; box-shadow: 0 24px 55px rgba(0,0,0,.32); }
.shift-line { position: absolute; z-index: 2; display: block; width: 72%; height: 20px; left: -9%; border-radius: 999px; transform: skewX(-34deg); background: linear-gradient(90deg, transparent, var(--gold) 22%, var(--orange) 62%, var(--red)); box-shadow: 0 10px 30px rgba(207,63,52,.16); }
.shift-line-one { top: 18%; }
.shift-line-two { top: 31%; left: 3%; width: 58%; opacity: .86; }
.shift-line-three { top: 44%; left: -15%; width: 78%; opacity: .68; }
.shift-line-four { top: 57%; left: 11%; width: 43%; opacity: .48; }
.puzzle-mosaic { position: relative; z-index: 2; width: min(440px, 92vw); aspect-ratio: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 14px; border-radius: 36px; background: rgba(255,255,255,0.52); border: 1px solid rgba(255,255,255,0.82); box-shadow: var(--shadow); transform: rotate(2deg); }
.tile { position: relative; overflow: hidden; border-radius: 14px; background: linear-gradient(140deg, var(--gold), var(--orange) 54%, var(--red)); }
.tile::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--x, 30%) var(--y, 25%), rgba(255,255,255,.38), transparent 48%); }
.tile:nth-child(3n) { --x: 80%; --y: 70%; background: linear-gradient(150deg, #e28f45, #bf3d37); }
.tile:nth-child(4n+1) { --x: 15%; --y: 76%; background: linear-gradient(140deg, #f2d573, #e79542); }
.tile:nth-child(5n) { background: linear-gradient(145deg, #bd4b39, #8e3033); }
.tile-6 { background: #2a2b31 !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.tile-6::after { display: none; }
.tile-6 i { position: absolute; width: 12px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); right: 16px; bottom: 16px; opacity: .78; }
.tile-2, .tile-3 { transform: translateY(-5px); }
.tile-7 { transform: translateX(5px); }
.tile-10, .tile-11 { transform: translateX(-4px); }
.orbit { position: absolute; border: 1px solid rgba(207,63,52,.18); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 540px; height: 280px; }
.orbit-two { width: 510px; height: 610px; border-color: rgba(226,145,61,.16); transform: rotate(31deg); }

.manifesto-section { padding: 110px 0; background: var(--paper); border-block: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.principles { display: grid; gap: 0; }
.principles article { display: grid; grid-template-columns: 48px 180px 1fr; gap: 22px; align-items: baseline; padding: 28px 0; border-top: 1px solid var(--line); }
.principles article:last-child { border-bottom: 1px solid var(--line); }
.principles span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.principles h3 { margin: 0; font-size: 1.05rem; }
.principles p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.product-feature { display: grid; grid-template-columns: 120px 1fr .9fr; gap: 60px; align-items: center; padding-block: 130px; }
.product-number { align-self: start; color: rgba(32,33,38,.12); font-size: 6.5rem; font-weight: 800; line-height: .85; letter-spacing: -.08em; }
.product-copy > p:not(.eyebrow) { max-width: 610px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }
.feature-list { margin: 27px 0 32px; padding: 0; list-style: none; }
.feature-list li { padding: 10px 0 10px 25px; border-bottom: 1px solid var(--line); position: relative; }
.feature-list li::before { content: ""; position: absolute; left: 1px; top: 18px; width: 8px; height: 8px; border-radius: 2px; background: var(--orange); transform: rotate(12deg); }
.product-swatch { display: grid; place-items: center; min-height: 420px; border-radius: 50% 42% 48% 44%; background: linear-gradient(135deg, rgba(242,207,98,.42), rgba(233,130,61,.3), rgba(207,63,52,.2)); }
.mini-grid { display: grid; width: 230px; grid-template-columns: repeat(4, 1fr); gap: 5px; transform: rotate(-5deg); filter: drop-shadow(0 20px 25px rgba(99,55,32,.18)); }
.mini-grid span { aspect-ratio: 1; border-radius: 7px; background: linear-gradient(135deg, #3f4148, #25262b); border: 1px solid rgba(255,255,255,.15); }
.mini-grid span:nth-child(3n) { background: linear-gradient(135deg, var(--gold), var(--orange)); }
.mini-grid span:nth-child(4n+1) { background: linear-gradient(135deg, var(--orange), var(--red)); }
.mini-grid .mini-empty { background: transparent; border: 1px dashed rgba(32,33,38,.22); }

.studio-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: start; padding-block: 125px; }
.studio-heading h2 { max-width: 570px; }
.studio-copy { padding-top: 2px; }
.studio-copy p { margin: 0 0 22px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.studio-copy .text-link { margin-top: 10px; }

.closing-band { padding: 95px 0; background: linear-gradient(105deg, #27282d, #333036 64%, #5d302c); color: white; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-inner .eyebrow { color: var(--gold); }
.closing-inner h2 { max-width: 760px; }

.site-footer { padding: 72px 0 26px; background: #191a1e; color: rgba(255,255,255,.74); }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; }
.footer-grid p { margin: 20px 0 0; color: rgba(255,255,255,.52); }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 18px 28px; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; color: rgba(255,255,255,.42); }

.page-intro { padding: 105px 0 88px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 10%, rgba(242,207,98,.27), transparent 33%), var(--cream); }
.page-intro h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); }
.page-lede { margin-top: 30px; }
.page-lede p { margin: 0 0 16px; }
.page-lede .effective-date { margin-top: 28px; color: #88827b; font-size: .84rem; }
.page-lede .button { margin-top: 12px; color: white; }

.products-list { padding-block: 105px 125px; }
.product-card { display: grid; grid-template-columns: minmax(330px, .78fr) 1.22fr; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--paper); box-shadow: var(--shadow); }
.product-card-visual { display: grid; place-items: center; min-height: 510px; padding: 55px; background: radial-gradient(circle at 30% 20%, rgba(242,207,98,.46), transparent 38%), linear-gradient(145deg, rgba(233,130,61,.3), rgba(207,63,52,.19)); }
.product-card-visual .puzzle-mosaic { width: min(340px, 70vw); }
.product-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px; }
.product-card-copy h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.product-card-copy > p:not(.eyebrow) { margin: 28px 0 34px; max-width: 580px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.product-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

.product-hero { padding: 100px 0; overflow: hidden; }
.product-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; }
.product-hero h1 { font-size: clamp(3.7rem, 7vw, 6.7rem); }
.product-hero .hero-lede { max-width: 610px; }
.availability-pill { display: inline-flex; border: 1px solid rgba(166,64,45,.25); border-radius: 999px; padding: 10px 16px; color: #8c482f; background: rgba(255,255,255,.45); font-size: .82rem; font-weight: 700; }
.product-visual { display: grid; place-items: center; }
.product-visual .puzzle-mosaic { width: min(390px, 85vw); transform: rotate(3deg); }
.screenshots-section { overflow: hidden; padding-block: 112px 124px; background: radial-gradient(circle at 13% 8%, rgba(242,207,98,.13), transparent 27%), radial-gradient(circle at 90% 60%, rgba(207,63,52,.13), transparent 31%), var(--brand-night); color: white; }
.screenshots-heading { max-width: 760px; margin-bottom: 74px; }
.screenshots-heading .eyebrow { color: var(--gold); }
.screenshots-heading h2 { color: white; }
.screenshots-heading > p:not(.eyebrow) { max-width: 630px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 1.08rem; line-height: 1.7; }
.screenshot-set + .screenshot-set { margin-top: 92px; padding-top: 82px; border-top: 1px solid rgba(255,255,255,.12); }
.device-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; }
.device-heading > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: var(--gold); background: rgba(255,255,255,.055); }
.device-heading > span::before { content: ""; display: block; border: 2px solid currentColor; }
.screenshot-set-phone .device-heading > span::before { width: 12px; height: 21px; border-radius: 3px; }
.screenshot-set-tablet .device-heading > span::before { width: 23px; height: 17px; border-radius: 3px; }
.device-heading h3 { margin: 0; font-size: 1.08rem; letter-spacing: .08em; text-transform: uppercase; }
.screenshot-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.screenshot-card { min-width: 0; margin: 0; }
.screenshot-frame { overflow: hidden; padding: 7px; border: 1px solid rgba(255,255,255,.16); background: #050607; box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.screenshot-set-phone .screenshot-frame { border-radius: 38px; }
.screenshot-set-tablet .screenshot-frame { border-radius: 27px; }
.screenshot-frame img { display: block; width: 100%; height: auto; border-radius: inherit; }
.screenshot-card figcaption { display: grid; gap: 8px; padding: 22px 5px 0; }
.screenshot-card figcaption strong { font-size: 1rem; }
.screenshot-card figcaption span { max-width: 320px; color: rgba(255,255,255,.54); font-size: .88rem; line-height: 1.55; }
.features-section { padding-block: 120px; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.feature-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card-grid article { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); }
.feature-card-grid article > span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.feature-card-grid h3 { margin: 48px 0 12px; font-size: 1.35rem; }
.feature-card-grid p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.privacy-callout { padding: 110px 0; background: var(--paper); border-block: 1px solid var(--line); }
.callout-grid { display: grid; grid-template-columns: 180px 1fr; gap: 70px; align-items: start; max-width: 980px; }
.shield-mark { display: grid; place-items: center; width: 150px; aspect-ratio: 1; border-radius: 42% 42% 50% 50%; background: linear-gradient(135deg, var(--gold), var(--orange)); font-size: 3rem; font-weight: 900; box-shadow: var(--shadow); }
.callout-grid h2 { max-width: 700px; }
.callout-grid p:not(.eyebrow) { max-width: 750px; color: var(--ink-soft); line-height: 1.75; font-size: 1.05rem; }
.product-end { padding-block: 120px; }
.product-end p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.product-end .button { margin-top: 20px; color: white; }

.policy-layout { display: grid; grid-template-columns: 260px minmax(0, 740px); justify-content: space-between; gap: 80px; padding-block: 90px 120px; }
.policy-summary { position: sticky; top: 30px; align-self: start; border-radius: 18px; padding: 25px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(68,42,23,.06); }
.policy-summary strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: #984d30; }
.policy-summary ul { margin: 18px 0 0; padding: 0; list-style: none; }
.policy-summary li { position: relative; padding: 9px 0 9px 19px; color: var(--ink-soft); font-size: .85rem; line-height: 1.45; border-top: 1px solid var(--line); }
.policy-summary li::before { content: "•"; position: absolute; left: 2px; color: var(--orange); }
.policy-content section { margin-bottom: 54px; scroll-margin-top: 30px; }
.policy-content h2 { font-size: 1.65rem; letter-spacing: -.035em; }
.policy-content p, .policy-content li { color: #55575e; line-height: 1.76; }
.policy-content ul { padding-left: 22px; }
.policy-content a, .support-contact a { color: #a6402d; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.support-section { padding-block: 100px 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 25px 4px; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.4rem; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: -4px 0 26px; color: var(--ink-soft); line-height: 1.7; }
.support-contact { padding: 100px 0; background: var(--paper); border-top: 1px solid var(--line); }
.support-contact p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }

.not-found-page { min-height: 650px; display: grid; align-items: center; overflow: hidden; padding-block: 86px 100px; background: radial-gradient(circle at 82% 18%, rgba(242,207,98,.3), transparent 31%), var(--cream); }
.not-found-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.not-found-copy h1 { font-size: clamp(3.7rem, 7vw, 6.7rem); }
.not-found-copy .page-lede { margin: 30px 0 34px; }
.not-found-art { display: grid; place-items: center; }
.not-found-art .puzzle-mosaic { width: min(390px, 75vw); transform: rotate(4deg); }

@media (max-width: 900px) {
  .hero, .product-hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .shift-art { min-height: 430px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 55px; }
  .studio-section { grid-template-columns: 1fr; gap: 46px; }
  .product-feature { grid-template-columns: 78px 1fr; }
  .product-swatch { grid-column: 1 / -1; min-height: 330px; }
  .product-card { grid-template-columns: 1fr; }
  .product-card-visual { min-height: 400px; }
  .not-found-grid { grid-template-columns: 1fr; gap: 55px; }
  .not-found-art { justify-content: start; }
  .feature-card-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-layout { grid-template-columns: 1fr; gap: 55px; }
  .policy-summary { position: static; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 74px; gap: 12px; }
  .brand-wordmark { width: min(190px, 51vw); }
  .site-header nav { gap: 14px; }
  .site-header nav a { font-size: .78rem; }
  .hero { min-height: auto; gap: 36px; padding-block: 60px 76px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lede, .page-lede { font-size: 1.03rem; }
  .shift-art { min-height: 340px; border-radius: 26px; }
  .shift-art img { width: 52%; border-radius: 20px; }
  .puzzle-mosaic { gap: 5px; padding: 9px; border-radius: 24px; }
  .tile { border-radius: 9px; }
  .orbit { display: none; }
  .manifesto-section, .features-section, .privacy-callout, .support-section { padding-block: 80px; }
  .principles article { grid-template-columns: 36px 1fr; gap: 14px; }
  .principles article p { grid-column: 2; }
  .product-feature { grid-template-columns: 1fr; gap: 25px; padding-block: 90px; }
  .studio-section { padding-block: 90px; }
  .product-number { font-size: 4rem; }
  .product-swatch { min-height: 300px; }
  .closing-inner, .footer-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; gap: 12px; }
  .page-intro { padding: 75px 0 65px; }
  .products-list { padding-block: 70px 90px; }
  .product-card { border-radius: 24px; }
  .product-card-visual { min-height: 310px; padding: 35px; }
  .product-card-copy { padding: 42px 27px 48px; }
  .product-card-actions { align-items: flex-start; flex-direction: column; }
  .product-hero { padding: 70px 0; }
  .screenshots-section { padding-block: 78px 86px; }
  .screenshots-heading { margin-bottom: 56px; }
  .screenshot-set + .screenshot-set { margin-top: 70px; padding-top: 62px; }
  .screenshot-strip { display: flex; gap: 17px; margin-inline: -14px; padding: 4px 14px 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(242,207,98,.55) transparent; }
  .screenshot-card { flex: 0 0 min(76vw, 330px); scroll-snap-align: center; }
  .screenshot-set-tablet .screenshot-card { flex-basis: min(86vw, 470px); }
  .screenshot-set-phone .screenshot-frame { border-radius: 31px; }
  .screenshot-set-tablet .screenshot-frame { border-radius: 22px; }
  .feature-card-grid { grid-template-columns: 1fr; }
  .feature-card-grid article { min-height: 230px; }
  .callout-grid { grid-template-columns: 1fr; gap: 36px; }
  .shield-mark { width: 108px; }
  .policy-layout { padding-block: 65px 90px; }
}

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