/* ============================================================================
   theme.css — Aida palette + the "Specimen" brand redesign (2026-06-23).
   The site is a letterpress specimen sheet: one well-made object, catalogued on
   the cloth itself. Warm paper, system-serif display, terracotta thread.
   tokens.css supplies structure; this supplies colour + every Specimen component.
   Per-brand, NOT sync-checked — Aida owns this look. Light + dark; dark follows
   prefers-color-scheme by default. System fonts only (brand axiom A3).
   ============================================================================ */

/* ---- light (linen, per the 2026-07-24 design handoff: true brand madder on EBE3D4) ---- */
:root,
[data-theme="light"] {
  --bg:#EBE3D4; --bg-2:#E4DAC7; --surface:#FCFAF4;
  --text:#2B2722; --text-soft:#877B67; --faint:#A3917F;
  --accent:#A8412B; --accent-2:#94371F; --accent-ink:#FCFAF4;
  --accent-text:#94371F;        /* AA for small text/links on linen */
  --line:#DBCFB8; --line-2:#CDBEA2; --sage:#7C8A5E;
  --verified:#7C8A5E; --caution:#b98a2f; --caution-text:#8a6418;
  --indigo:#3E5C6E; --blush:#F0E6DA; --chip-bg:#FCFAF4;
  --display: var(--serif);      /* Aida = system-serif display (brand) */
  --gap:22px;                   /* aida-cloth count */
  --halo: radial-gradient(55% 55% at 80% -8%, #A8412B14, transparent 70%);
}

/* ---- dark (brand-doc dark column, handoff values) ---- */
[data-theme="dark"] {
  --bg:#1E1B17; --bg-2:#26211B; --surface:#2A231C;
  --text:#E8E1D4; --text-soft:#A99B85; --faint:#8C7E6C;
  --accent:#D2765E; --accent-2:#E19A82; --accent-ink:#1E1B17;
  --accent-text:#E19A82;
  --line:#3A322A; --line-2:#4A3E30; --sage:#9DAB7E;
  --verified:#9DAB7E; --caution:#d9b36a; --caution-text:#d9b36a;
  --indigo:#8FB0C2; --blush:#463A30; --chip-bg:#2A231C;
  --display: var(--serif);
  --halo: radial-gradient(55% 55% at 80% -8%, #D2765E18, transparent 70%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --bg:#1E1B17; --bg-2:#26211B; --surface:#2A231C;
    --text:#E8E1D4; --text-soft:#A99B85; --faint:#8C7E6C;
    --accent:#D2765E; --accent-2:#E19A82; --accent-ink:#1E1B17;
    --accent-text:#E19A82;
    --line:#3A322A; --line-2:#4A3E30; --sage:#9DAB7E;
    --verified:#9DAB7E; --caution:#d9b36a; --caution-text:#d9b36a;
    --indigo:#8FB0C2; --blush:#463A30; --chip-bg:#2A231C;
    --display: var(--serif);
    --halo: radial-gradient(55% 55% at 80% -8%, #D2765E18, transparent 70%);
  }
}

/* The Specimen CSS below uses a few local aliases; map them onto the tokens so
   light + dark both track the palette (the colorset is upstream — tokens mirror). */
:root,[data-theme]{ --paper:var(--bg); --thread:var(--accent-text); --thread-2:var(--accent);
  --ink:var(--text); --soft:var(--text-soft); }

/* ============================================================================
   SPECIMEN COMPONENTS  (the redesign — homepage + shared shell)
   ============================================================================ */

/* ============================================================================
   SPECIMEN v2 COMPONENTS (Claude Design redesign 2026-06-23, owner-iterated)
   Adds the .reel video section, step-shots, and the flag langswitcher.
   ============================================================================ */

/* v2 component CSS — local color aliases (--paper/--thread/--ink/--soft/--faint/
   --line) are mapped onto the palette tokens in the header above, so light+dark track. */
*{box-sizing:border-box}
  html{-webkit-text-size-adjust:100%}
  body{
    margin:0;background:var(--paper);color:var(--ink);
    font-family:var(--sans);font-size:18px;line-height:1.68;
    -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
    position:relative;overflow-x:hidden;
  }
  /* the page IS aida cloth — a faint counted grid, masked to stay calm */
  body::before{
    content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.5;
    background-image:
      repeating-linear-gradient(0deg, color-mix(in srgb,var(--thread) 8%,transparent) 0 1px, transparent 1px var(--gap)),
      repeating-linear-gradient(90deg, color-mix(in srgb,var(--thread) 8%,transparent) 0 1px, transparent 1px var(--gap));
    -webkit-mask-image:radial-gradient(120% 80% at 78% -4%, #000 0%, transparent 62%);
            mask-image:radial-gradient(120% 80% at 78% -4%, #000 0%, transparent 62%);
  }
  .shell{position:relative;z-index:1;max-width:1180px;margin-inline:auto;padding-inline:clamp(1.4rem,5vw,3.6rem)}

  h1,h2,h3{font-family:var(--serif);font-weight:500;margin:0;line-height:1.06;letter-spacing:-.01em;text-wrap:balance}
  p{margin:0}
  a{color:inherit}

  /* tiny tracked specimen labels */
  .label{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.16em;
    text-transform:uppercase;color:var(--soft)}
  .num{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--soft)}

  /* a real counted stitch, drawn — the recurring mark */
  .stitch{width:1em;height:1em;color:var(--thread);flex:0 0 auto;display:inline-block;vertical-align:-.12em}
  .stitch path{stroke:currentColor;stroke-width:3.4;stroke-linecap:round;fill:none}

  /* brand logo — the real Aida app icon (woven terracotta X on aida cloth) */
  .brandmark{width:40px;height:40px;border-radius:11px;overflow:hidden;flex:0 0 auto;display:block;
    box-shadow:0 2px 5px -2px rgba(58,47,37,.3),inset 0 0 0 1px rgba(58,47,37,.10)}
  .brandmark svg{display:block;width:100%;height:100%}

  /* hairline ledger row at very top */
  .ledger{display:flex;justify-content:space-between;align-items:center;
    padding:1.5rem 0 1.1rem;border-bottom:1px solid var(--line)}
  .ledger .mark{display:flex;align-items:center;gap:.7rem;font-family:var(--serif);
    font-size:1.55rem;font-weight:600;letter-spacing:-.01em;
    color:var(--ink);text-decoration:none}
  .ledger .right{display:flex;flex-direction:column;align-items:flex-end;gap:9px}
  .right-words{display:flex;gap:1.3rem;align-items:baseline}

  /* English-only marketing site (owner decision 2026-06-26) — no language selector. The app's
     languages show as the informational .app-langs flag row from the byte-synced site.css; Aida's
     former bespoke .flags/.flag-btn markup and the later {{langFlags}} switcher are both gone. */

  /* supported-languages note */
  .langs-note{text-align:center;margin:-1.4rem 0 2.4rem;font-family:var(--sans);
    font-size:13.5px;color:var(--faint);letter-spacing:.005em;line-height:1.5}
  .langs-note .stitch{width:.82em;height:.82em;vertical-align:-.08em;margin-right:.3rem;color:var(--thread)}
  .langs-note b{color:var(--soft);font-weight:600}

  /* ---------- hero / catalogue cover ---------- */
  .cover{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,6vw,5.5rem);
    align-items:end;padding:clamp(3.2rem,7vw,6rem) 0 clamp(2.4rem,5vw,4rem)}
  .cover .lead{max-width:30rem}
  .eyebrow{display:flex;align-items:center;gap:.6rem;margin-bottom:1.7rem}
  .cover h1{font-size:clamp(2.7rem,5.4vw,4.4rem);margin-bottom:1.5rem;font-weight:500}
  .cover h1 em{font-style:italic;color:var(--thread)}
  .cover .desc{font-size:1.2rem;line-height:1.62;color:var(--soft);max-width:27rem;
    font-family:var(--serif)}
  .meta{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;margin-top:2.2rem;
    font-size:13px;color:var(--soft);align-items:center}
  .meta .dot{color:var(--line-2)}
  .cta{display:inline-flex;align-items:center;gap:.7rem;margin-top:2.4rem;
    font-family:var(--serif);font-size:1.16rem;color:var(--ink);text-decoration:none;
    padding-bottom:.32rem;border-bottom:1.5px solid var(--ink);transition:gap .35s cubic-bezier(.16,.84,.44,1),color .25s,border-color .25s}
  .cta:hover{gap:1.1rem;color:var(--thread);border-color:var(--thread)}
  .cta .arr{transition:transform .35s cubic-bezier(.16,.84,.44,1)}
  .cta:hover .arr{transform:translateX(3px)}
  .price-tag{margin-top:1.1rem;font-size:13px;color:var(--faint)}
  .price-tag b{color:var(--soft);font-weight:600}

  /* plate — a captioned figure holding a shared .device frame on warm paper. The bespoke .mat
     plate (a chrome-less screen mounted on paper) was replaced by the shared titanium .dv-iphone
     frame so aida renders screenshots through the portfolio's one ratio-derived, never-cropping
     system; .plate is now just the figure wrapper + its serif figcaption + the cover tilt. */
  .plate{flex:0 0 auto}
  figure.plate{margin:0}
  .plate .device{margin-inline:auto}
  .showcase>.plate .device.dv-iphone,.plate .device.dv-iphone{--dv-scale:.6}
  .plate figcaption{margin-top:.95rem;display:flex;justify-content:space-between;
    align-items:baseline;gap:1rem}
  .plate figcaption .t{font-family:var(--serif);font-style:italic;font-size:.95rem;color:var(--soft);line-height:1.4}
  .plate.cover-plate{transform:rotate(.5deg)}

  /* ---------- motion reel ---------- */
  .reel{padding:clamp(1.6rem,4vw,3rem) 0 clamp(2rem,5vw,3.6rem)}
  .reel-figure{margin:0}
  .reel-frame{background:var(--surface);border-radius:18px;padding:18px;
    box-shadow:0 0 0 1px color-mix(in srgb,var(--line) 60%,transparent),
               0 44px 76px -50px rgba(58,47,37,.45),
               0 14px 30px -20px rgba(58,47,37,.2)}
  .reel-clip{overflow:hidden;border-radius:12px;background:var(--bg);aspect-ratio:2.05/1;
    box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--line-2) 50%,transparent)}
  .reel-clip video{display:block;width:100%;height:100%;object-fit:cover;object-position:100% 50%}
  .reel figcaption{margin-top:1rem;display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
  .reel figcaption .t{font-family:var(--serif);font-style:italic;font-size:.98rem;color:var(--soft)}

  /* ---------- the count line ---------- */
  .count{border-top:1px solid var(--line);border-bottom:1px solid var(--line);
    padding:clamp(3rem,6vw,5rem) 0;display:grid;grid-template-columns:auto 1fr;
    gap:clamp(2rem,5vw,4rem);align-items:center}
  .count .big{font-family:var(--serif);font-size:clamp(4rem,11vw,8.5rem);line-height:.9;
    font-weight:500;letter-spacing:-.03em}
  .count .big .pct{color:var(--thread)}
  .count .said{max-width:30rem}
  .count .said h2{font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:1rem;font-weight:500}
  .count .said p{color:var(--soft);font-family:var(--serif);font-size:1.12rem}
  .progress{margin-top:1.6rem;height:2px;background:var(--line);position:relative}
  .progress::after{content:"";position:absolute;inset:0 43% 0 0;background:var(--thread)}
  .progress-row{display:flex;justify-content:space-between;margin-top:.55rem;
    font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--faint)}

  /* ---------- how it works ---------- */
  section.block{padding:clamp(3.4rem,7vw,6rem) 0}
  .sec-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.8rem}
  .sec-head h2{font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:500}
  .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;
    border-top:1px solid var(--line)}
  .step{padding:1.8rem 1.7rem 2.1rem;border-bottom:1px solid var(--line);position:relative}
  .step+.step{border-left:1px solid var(--line)}
  .step-shot{margin:0 0 1.5rem;border:1px solid var(--line-2);border-radius:7px;overflow:hidden;
    background:var(--paper);box-shadow:0 12px 24px -20px rgba(58,47,37,.45)}
  .step-shot img{display:block;width:100%;height:auto}
  .step .rn{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--thread);margin-bottom:.7rem}
  .step h3{font-size:1.32rem;font-weight:500;margin-bottom:.7rem;font-family:var(--serif)}
  .step p{font-size:.98rem;color:var(--soft);line-height:1.6}

  /* ---------- gallery + benefits split ---------- */
  .split{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(2.5rem,6vw,5rem);align-items:center}

  /* iPhone + iPad pairing — the bespoke .devs/.dev mats were replaced by the shared .device-duo
     (site.css): a landscape iPad behind + a portrait iPhone overlapping front-right, both shared
     titanium frames. .device-stage stays as the captioned figure wrapper. */
  .device-stage{margin:0}
  .device-stage figcaption{margin-top:1.1rem;display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
  .device-stage figcaption .t{font-family:var(--serif);font-style:italic;font-size:.95rem;color:var(--soft)}
  /* one stacked column. site.css loads AFTER theme.css and sets
     .benefits{grid-template-columns:repeat(3,1fr)} + .benefit{card border/bg} — at equal
     specificity site.css would win on order, so scope these under [data-brand="aida"]
     (specificity 0,2,0 > site.css 0,1,0) to win regardless of load order. */
  [data-brand="aida"] .benefits{display:grid;grid-template-columns:1fr;gap:2.4rem}
  [data-brand="aida"] .benefit{background:none;border:0;border-radius:0;box-shadow:none;
    padding:0 0 2.2rem;border-bottom:1px solid var(--line)}
  [data-brand="aida"] .benefit:last-child{border-bottom:0;padding-bottom:0}

  /* Plaat II duo: the shared .device-duo is capped at 460px and scaled .58/.42 — fine in a hero
     slot, but Plaat II sits in a HALF-WIDTH .split column, so 460px × half = a 195px iPad / 51px
     iPhone, unreadable. Give the duo its own full-width row (split → single column) + a wider stage
     + a scale bump, so the iPad reads ~669px and the iPhone ~257px. [data-brand=aida] (0,2,0) wins
     over the shared .device-duo (0,1,0) regardless of load order. */
  [data-brand="aida"] .split{grid-template-columns:1fr;gap:clamp(2.4rem,5vw,4rem)}
  [data-brand="aida"] .device-stage{max-width:none}
  [data-brand="aida"] .device-stage .device-duo{width:min(720px,100%)}
  [data-brand="aida"] .device-duo .dv-ipad{--dv-scale:.86}
  [data-brand="aida"] .device-duo .dv-iphone{--dv-scale:.6}

  /* Feature tiles: the 3-column .steps grid renders each feat-*.png at ~146px (tiny). Stack the
     steps as full-width rows (image beside copy) so each shot reads ~520px and legible. */
  [data-brand="aida"] .steps{grid-template-columns:1fr;border-top:0}
  [data-brand="aida"] .step{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
    gap:clamp(1.5rem,4vw,3rem);align-items:center;padding:clamp(1.8rem,4vw,2.6rem) 0;
    border-left:0;border-bottom:1px solid var(--line)}
  [data-brand="aida"] .step+.step{border-left:0}
  [data-brand="aida"] .step .step-shot{margin:0;max-width:520px}

  /* Gallery: Kestrove's screenshot principle — BIG, STILL frames. Bump the shared .gallery scale
     (.5 → .82) and run two-up so each iPhone is large rather than three tiny ones. The scale-hover
     shrink is now killed in the SHARED site.css (scale() removed from the gallery + device-duo hover
     rules portfolio-wide), so the former per-app hover overrides here are dead and removed — only
     the SIZING bumps remain (those are aida-specific and load-bearing). */
  [data-brand="aida"] .gallery{grid-template-columns:repeat(2,1fr);gap:clamp(2rem,5vw,4rem)}
  [data-brand="aida"] .gallery .device{--dv-scale:.82}

  .benefit h3{font-size:1.4rem;font-weight:500;margin-bottom:.7rem;display:flex;align-items:center;gap:.65rem}
  .benefit h3 .stitch{width:.62em;height:.62em}
  .benefit p{color:var(--soft);font-size:1.04rem}
  .benefit em{font-style:italic;color:var(--ink)}

  /* ---------- own vs rent ---------- */
  .own{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--line);background:var(--surface)}
  .own .c{padding:clamp(1.8rem,4vw,2.8rem)}
  .own .c+.c{border-left:1px solid var(--line)}
  .own .lbl{display:flex;align-items:center;gap:.55rem;margin-bottom:1.3rem}
  .own .amt{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.3rem);font-weight:500;margin-bottom:.8rem}
  .own .c.rent .amt{color:var(--faint)}
  .own .c.rent .label{color:var(--faint)}
  .own p{color:var(--soft);font-size:.98rem;line-height:1.58}
  .own .c.rent p{color:var(--faint)}

  /* ---------- price ---------- */
  /* container-type makes the figure scale to the price CARD (site.css gives .price
     width:min(30rem,100%)), NOT the viewport — a viewport-based clamp let "€15.99"
     overflow the 30rem card on wide screens. cqi = 1% of the card's inline size. */
  .price{text-align:center;padding:clamp(3.6rem,8vw,7rem) 0;border-top:1px solid var(--line);
    container-type:inline-size}
  .price .once{margin-bottom:1.1rem}
  .price .figure{font-family:var(--serif);font-size:clamp(3rem,15.5cqi,5.25rem);line-height:.9;
    font-weight:500;letter-spacing:-.03em;margin-bottom:.6rem}
  .price .sub{color:var(--soft);font-family:var(--serif);font-size:1.12rem;margin-bottom:2.2rem}
  .price .incl{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;
    margin-bottom:2.6rem;font-size:13px;color:var(--soft)}
  .price .incl span{display:flex;align-items:center;gap:.5rem}
  .price .incl .stitch{width:.7em;height:.7em}

  /* ---------- faq ---------- */
  .faq details{border-bottom:1px solid var(--line);padding:1.4rem 0}
  .faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;
    align-items:center;gap:1.5rem;font-family:var(--serif);font-size:1.22rem;color:var(--ink)}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary .pl{font-family:var(--sans);font-size:1.3rem;color:var(--thread);transition:transform .3s}
  .faq details[open] summary .pl{transform:rotate(45deg)}
  .faq details p{margin-top:1rem;color:var(--soft);font-size:1.02rem;max-width:46rem;line-height:1.62}

  /* ---------- footer ---------- */
  footer{border-top:1px solid var(--line);padding:2.6rem 0 3.4rem;margin-top:1rem}
  .foot-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;
    font-size:13px;color:var(--soft)}
  .foot-row .cloud,
  .foot-row .cloud-mark{width:20px;height:20px;flex:0 0 auto;color:var(--thread);vertical-align:-4px;margin-right:.3rem}
  .foot-row strong{color:var(--ink);font-weight:600}
  .foot-row a{color:var(--thread);text-decoration:none}
  .foot-row a:hover{text-decoration:underline}
  .foot-links{display:flex;gap:1.3rem;flex-wrap:wrap}

  /* gentle hover only — no entrance fade (preview iframes pause anims at frame 0). The cover plate
     untilts and lifts on hover; the tilt now lives on the shared .device, so the hover targets it. */
  @media (prefers-reduced-motion:no-preference){
    .plate.cover-plate .device{transition:transform .6s cubic-bezier(.16,.84,.44,1)}
    .plate.cover-plate:hover .device{transform:rotate(0deg) translateY(-4px)}
  }

  @media (max-width:860px){
    .cover{grid-template-columns:1fr;align-items:start}
    .cover .lead{max-width:none}
    .count{grid-template-columns:1fr}
    .steps{grid-template-columns:1fr}
    .step+.step{border-left:0}
    .split{grid-template-columns:1fr}
    .own,.foot-row{grid-template-columns:1fr}
    .own{grid-template-columns:1fr}
    .own .c+.c{border-left:0;border-top:1px solid var(--line)}
  }
  @media (max-width:560px){
    .ledger{padding:1.2rem 0 .9rem}
    .right-words .num:first-child{display:none}
    .cover{padding-top:2.4rem}
    .count{padding:2.4rem 0}
    .sec-head{flex-wrap:wrap;gap:.4rem}
    /* still card-relative (cqi) so €15.99 can't overflow the narrowed card */
    .price .figure{font-size:clamp(2.6rem,15.5cqi,5rem)}
    /* narrow phones: dial the enlarged duo back so it fits, and stack the feature rows */
    [data-brand="aida"] .device-duo .dv-ipad{--dv-scale:.62}
    [data-brand="aida"] .device-duo .dv-iphone{--dv-scale:.42}
    [data-brand="aida"] .step{grid-template-columns:1fr}
    [data-brand="aida"] .step .step-shot{max-width:none}
    /* gallery: the shared swipe-row already kicks in <820px; keep our larger scale on it */
    [data-brand="aida"] .gallery .device{--dv-scale:.66}
  }

/* ============================================================================
   LINEN LAYER (design handoff 2026-07-24) — the redesigned shell + homepage.
   Additive: the Specimen components above keep styling support/features/404.
   Naming: lin-* only; nothing here reaches into shared site.css selectors.
   ============================================================================ */

/* ---- page = aida cloth: counted grid + halo, calm below the hero ---- */
[data-brand="aida"] body, body[data-brand="aida"]{ font-size:18px; line-height:1.65; }
body[data-brand="aida"]{ position:relative; overflow-x:hidden; }
body[data-brand="aida"]::before{ content:""; position:fixed; inset:0; z-index:0; pointer-events:none; opacity:.5;
  background-image:
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--accent) 8%, transparent) 0 1px, transparent 1px var(--gap)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--accent) 8%, transparent) 0 1px, transparent 1px var(--gap));
  -webkit-mask-image:radial-gradient(120% 80% at 78% -4%, #000 0%, transparent 62%);
          mask-image:radial-gradient(120% 80% at 78% -4%, #000 0%, transparent 62%); }
.lin-shell{ position:relative; z-index:1; max-width:1160px; margin:0 auto;
  padding:0 clamp(1.3rem,5vw,3.4rem); }

/* ---- shared shell: header + footer ---- */
.lin-header{ display:flex; align-items:center; gap:1.1rem; padding:1.4rem 0 1.1rem;
  border-bottom:1px solid var(--line); }
.lin-mark{ display:inline-flex; align-items:center; gap:.65rem; text-decoration:none; color:var(--text); }
.lin-mark img{ width:38px; height:38px; border-radius:10px; box-shadow:0 2px 5px -2px rgba(43,39,34,.3); }
.lin-mark span{ font-family:var(--display); font-size:1.5rem; font-weight:600; letter-spacing:-.01em; }
.lin-nav{ margin-left:auto; display:flex; align-items:center; gap:1.4rem; font-size:.92rem; font-weight:560; }
.lin-nav a{ text-decoration:none; color:var(--text-soft); }
.lin-nav a:hover{ color:var(--accent-text); }
.lin-cta-pill{ display:inline-flex; align-items:center; padding:.5rem 1.05rem; border-radius:999px;
  background:var(--accent); color:var(--accent-ink); font-size:.92rem; font-weight:650;
  text-decoration:none; transition:transform .15s ease; }
.lin-cta-pill:hover{ color:var(--accent-ink); transform:translateY(-1px); }
/* Footer = the selvage. The counted grid returns at the hem (full-bleed ::before, fading in
   toward the bottom edge — the mirror of the hero's fade-out), a woven-label main row, then a
   stitched (dashed) hairline over the base row. */
.lin-footer{ position:relative; border-top:1px solid var(--line); padding:3rem 0 3.4rem;
  background:transparent; /* shared site.css paints footer --bg-2; the selvage sits ON the linen */ }
.lin-footer::before{ content:""; position:absolute; top:0; bottom:0; left:50%; width:100vw;
  transform:translateX(-50%); z-index:-1; pointer-events:none; opacity:.55;
  background-image:
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--accent) 8%, transparent) 0 1px, transparent 1px var(--gap)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--accent) 8%, transparent) 0 1px, transparent 1px var(--gap));
  -webkit-mask-image:linear-gradient(180deg, transparent 0%, #000 88%);
          mask-image:linear-gradient(180deg, transparent 0%, #000 88%); }
.lin-foot-main{ display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:2.2rem clamp(2.4rem,6vw,5.5rem); align-items:start; }
.lin-foot-mark{ display:inline-flex; align-items:center; gap:.6rem; text-decoration:none; color:var(--text); }
.lin-foot-mark img{ width:30px; height:30px; border-radius:8px; box-shadow:0 1px 3px -1px rgba(43,39,34,.35); }
.lin-foot-mark span{ font-family:var(--display); font-size:1.3rem; font-weight:600; letter-spacing:-.01em; }
.lin-foot-tag{ margin:.8rem 0 0; font-size:14.5px; line-height:1.6; color:var(--text-soft); max-width:36ch; }
.lin-foot-oomny{ display:flex; align-items:flex-start; gap:.6rem; margin:1.5rem 0 0;
  font-size:13.5px; line-height:1.65; color:var(--text-soft); max-width:42ch; }
.lin-cloud{ width:21px; height:16px; flex:none; margin-top:.2em; color:var(--accent-text); }
.lin-foot-oomny strong{ color:var(--text); font-weight:650; }
.lin-foot-oomny a{ color:var(--accent-text); font-weight:600; text-decoration:none; }
.lin-foot-oomny a:hover{ color:var(--accent); }
.lin-foot-all{ white-space:nowrap; }
/* languages column: restyle the shared .app-langs block (markup owned by build.mjs — byte-synced,
   so the look is applied here, never there). Lead becomes the section eyebrow, note goes mono. */
.lin-foot-speaks .app-langs{ margin-top:.35rem; gap:.7rem; }
.lin-foot-speaks .app-langs-lead{ display:inline-flex; align-items:center; gap:.7rem; font-size:11px;
  font-weight:750; letter-spacing:.08em; text-transform:uppercase; color:var(--accent-text); }
.lin-foot-speaks .app-langs-lead::before{ content:""; width:1.6rem; height:2px; background:var(--accent);
  border-radius:2px; }
.lin-foot-speaks .app-langs-flags{ gap:.5rem; }
.lin-foot-speaks .lang-flag{ width:27px; height:18px; border-radius:3.5px;
  box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--text) 18%, transparent), 0 1px 2px rgba(43,39,34,.10); }
.lin-foot-speaks .app-langs-note{ font-family:var(--mono); font-size:12px; letter-spacing:.06em;
  color:var(--faint); }
.lin-foot-note{ margin:.9rem 0 0; font-size:13.5px; line-height:1.65; color:var(--text-soft); max-width:46ch; }
.lin-foot-base{ display:flex; justify-content:space-between; align-items:center; gap:1rem 1.6rem;
  flex-wrap:wrap; margin-top:2.6rem; padding-top:1.4rem; border-top:1px dashed var(--line-2);
  font-size:13px; color:var(--text-soft); }
.lin-foot-fine a{ color:var(--accent-text); font-weight:600; text-decoration:none; }
.lin-foot-fine a:hover{ color:var(--accent); }
.lin-foot-links{ display:flex; gap:1.4rem; flex-wrap:wrap; }
.lin-foot-links a{ color:var(--accent-text); font-weight:600; text-decoration:none; font-size:13.5px; }
.lin-foot-links a:hover{ color:var(--accent); }
@media (max-width:760px){
  .lin-foot-main{ grid-template-columns:1fr; gap:2rem; }
  .lin-footer{ padding-top:2.4rem; }
}

/* ---- shared atoms ---- */
.lin-eyebrow{ display:inline-flex; align-items:center; gap:.7rem; font-size:11px; font-weight:750;
  letter-spacing:.08em; text-transform:uppercase; color:var(--accent-text); }
.lin-eyebrow::before{ content:""; width:1.6rem; height:2px; background:var(--accent); border-radius:2px; }
.lin-x{ flex:none; }
.lin-x path{ stroke:var(--accent); stroke-width:3.4; stroke-linecap:round; fill:none; }
.lin-head{ display:flex; align-items:baseline; gap:1.2rem; margin-bottom:2.6rem; }
.lin-head .lin-idx{ font-family:var(--mono); font-size:12px; letter-spacing:.06em; color:var(--faint); }
.lin-head h2{ font-family:var(--display); font-size:clamp(1.9rem,3.4vw,2.6rem); font-weight:560;
  line-height:1.1; letter-spacing:-.01em; margin:0; }

/* ---- device presentation: the SHARED .device dv-iphone/dv-ipad frame (site.css) ----
   Aida shipped a bespoke .lin-phone plate (a uniform 11px padding on a rounded rect, no side
   buttons, no titanium rail) — the hand-tuned shape site.css retired after the 2026-06-22
   failures. It is replaced by the shared frame every other site already uses, so the whole
   portfolio renders screenshots through ONE calibrated geometry: bezels measured off the real
   iPhone 16 Pro Max / iPad Pro 13, and a screen window DERIVED from the asset's own pixels
   (--shot-w/--shot-h, injected by build.mjs) so nothing ever crops. Aida only tunes the
   per-slot SIZE here via --dv-scale, plus the hero's tilt via the frame's own --rot.
   The films carry the true Apple status bar (9:41 simctl override) and the island in their own
   pixels, so the frame draws no chrome of its own — site.css only draws a status bar on a BARE
   asset, and a frame holding a <video> is never tagged .dv-bare. */
/* Hero: .70 puts the frame footprint at 301px (430px native × .70) — the same width the bespoke
   300px plate had, so the chip anchored to its bottom-left corner below still lands. */
.lin-hero-figure .device.dv-iphone{ --dv-scale:.70; --rot:.6deg; }
/* how-it-works: three frames in one row, sized so the row keeps roughly its old height while the
   WHOLE screen is visible (the crop-card needed object-position:bottom to keep the app's bottom
   bar in view; a full frame shows it by construction, so that hack is gone). ONE scale at every
   width, deliberately: the grid is auto-fit minmax(260px,1fr), so its NARROWEST possible column is
   260px → 206px inside the cell's 1.7rem padding, and .47 (202px) clears that by construction. A
   per-breakpoint scale would be guesswork here, because the column count follows the grid, not the
   media queries below. .46 (198px) also clears the single-column 320px case (201px inside the cell). */
.lin-how-cell .device.dv-iphone{ --dv-scale:.46; margin:0 auto 1.5rem; }
.lin-feature-phone .device.dv-iphone{ --dv-scale:.55; }

/* ---- hero ---- */
.lin-hero{ position:relative; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(2rem,6vw,5rem); align-items:center; padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.6rem,5vw,4rem); }
.lin-hero::before{ content:""; position:absolute; inset:0; background:var(--halo); pointer-events:none; }
.lin-hero > div{ position:relative; }
.lin-hero h1{ font-family:var(--display); font-size:clamp(2.8rem,5.2vw,4.3rem); font-weight:560;
  line-height:1.05; letter-spacing:-.015em; margin:1.3rem 0 1.4rem; max-width:13ch; text-wrap:balance; }
.lin-lede{ font-family:var(--serif); font-size:1.22rem; line-height:1.6; color:var(--text-soft);
  max-width:29rem; margin:0 0 2.1rem; }
.lin-hero-cta{ display:flex; gap:1rem; flex-wrap:wrap; align-items:center; }
.lin-coming{ font-family:var(--serif); font-style:italic; font-size:1.12rem; color:var(--text); }
.lin-ghost{ display:inline-flex; align-items:center; padding:.6rem 1.25rem; border-radius:999px;
  border:1px solid var(--line-2); color:var(--text); font-size:.95rem; font-weight:600;
  text-decoration:none; transition:transform .15s ease; }
.lin-ghost:hover{ color:var(--accent-text); transform:translateY(-1px); }
.lin-store{ display:inline-flex; align-items:center; gap:.7rem; text-align:left; padding:.6rem 1.15rem;
  border-radius:12px; background:var(--text); color:var(--bg); text-decoration:none; }
.lin-store:hover{ color:var(--bg); transform:translateY(-1px); }
.lin-store small{ display:block; font-size:10px; font-weight:500; letter-spacing:.03em; line-height:1.15; }
.lin-store b{ display:block; font-size:16px; font-weight:650; line-height:1.15; }
/* ---- launch swap ----
   Every block that says anything about availability carries data-launch="{{launchState}}",
   which build.mjs resolves from app.toml [store] app_store_url + play_store_url — the same
   facts that resolve {{appStoreAttr}} / {{playStoreAttr}}. Wording and link therefore flip
   TOGETHER at launch and cannot disagree; nothing is hand-flipped per page. These rules live
   HERE rather than in a page's own <style> block so every page gets them (features.html could
   not see index.html's inline copy), and they are container-agnostic so a hero badge row and a
   plain CTA button swap alike.

   The badge rule is the CROSS-PLATFORM half: {{launchState}} goes live as soon as ANY targeted
   store is, so on a one-store launch the block renders and each badge hides itself until its
   OWN store is live. Without it, publishing Aida on Google Play while Apple still reviewed
   would have shown a dead "Download on the App Store" button beside the working Play one. */
.lin-hero-cta .launch-live, .lin-hero-cta .launch-prelaunch{ display:flex; gap:.9rem;
  flex-wrap:wrap; align-items:center; }
[data-launch="prelaunch"] .launch-live{ display:none; }
[data-launch="live"] .launch-prelaunch{ display:none; }
[data-store-badge="prelaunch"], [data-store-badge="absent"]{ display:none; }
.lin-pending{ color:var(--faint); }
.lin-hero-note{ font-size:.92rem; color:var(--text-soft); margin:1.6rem 0 0; }
.lin-hero-note b{ color:var(--text); }
.lin-hero-figure{ display:grid; justify-items:center; }
.lin-film-cap{ font-family:var(--mono); font-size:11.5px; letter-spacing:.05em; color:var(--faint);
  margin:1.1rem 0 0; }
.lin-chip{ position:absolute; display:inline-flex; align-items:center; gap:.6rem; padding:.55rem .85rem;
  background:var(--chip-bg); border:1px solid var(--line); border-radius:12px;
  box-shadow:0 14px 30px -18px rgba(20,17,13,.5); font-size:.85rem; font-weight:600; color:var(--text); }
.lin-chip .tile{ display:inline-grid; place-items:center; width:22px; height:22px; border-radius:7px;
  background:color-mix(in srgb, var(--indigo) 16%, transparent); color:var(--indigo);
  font-size:13px; font-weight:800; }
/* anchored to the PHONE's bottom-left corner (the phone is 300px, centred in the figure),
   with a viewport floor so no breakpoint can push the chip off the page edge */
.lin-chip-hero{ left:max(.2rem, calc(50% - 150px - 1.2rem)); bottom:5.5rem; transform:rotate(-1deg); }

/* ---- trust strip ---- */
.lin-trust{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:1.3rem 0;
  display:flex; flex-wrap:wrap; gap:.8rem 2.2rem; justify-content:center; font-size:14px;
  color:var(--text-soft); }
.lin-trust span{ display:inline-flex; align-items:center; gap:.55rem; }

/* ---- how it works ---- */
.lin-how{ padding:clamp(3.6rem,8vw,6rem) 0; }
.lin-how-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:0;
  border-top:1px solid var(--line); }
.lin-how-cell{ padding:1.9rem 1.7rem 2.2rem; border-bottom:1px solid var(--line); }
.lin-how-cell:not(:last-child){ border-right:1px solid var(--line); }
.lin-rn{ font-family:var(--serif); font-style:italic; font-size:1.2rem; color:var(--accent-text);
  margin:0 0 .6rem; }
.lin-how-cell h3{ font-family:var(--display); font-size:1.3rem; font-weight:560; margin:0 0 .6rem; }
.lin-how-cell p:last-child{ font-size:.98rem; color:var(--text-soft); line-height:1.6; margin:0; }

/* ---- feature rows ---- */
.lin-features{ padding:0 0 clamp(2rem,5vw,3.5rem); }
.lin-features .lin-head{ margin-bottom:1rem; }
.lin-feature{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
  gap:clamp(2rem,6vw,4.5rem); align-items:center; padding:clamp(2.2rem,5vw,3.4rem) 0;
  border-bottom:1px solid var(--line); }
.lin-feature.lin-flip{ grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); }
.lin-feature:last-child{ border-bottom:0; }
.lin-feature-phone{ display:grid; justify-items:center; }
.lin-feature h3{ font-family:var(--display); font-size:clamp(1.5rem,2.6vw,2rem); font-weight:560;
  margin:1rem 0 .9rem; }
.lin-feature-body{ color:var(--text-soft); line-height:1.65; margin:0 0 1.3rem; max-width:34rem; }
.lin-feature ul{ list-style:none; padding:0; margin:0; display:grid; gap:.55rem; font-size:.96rem;
  color:var(--text-soft); }
.lin-feature li{ display:flex; gap:.6rem; align-items:baseline; }
/* The homepage argues three features; this row carries the reader on to the full tour. */
.lin-more{ display:flex; justify-content:center; padding-top:clamp(1.8rem,4vw,2.6rem); }
.lin-more .lin-ghost{ gap:.5rem; }

/* ---- sync band (accent flips to indigo inside) ---- */
.lin-sync{ --accent:var(--indigo); --accent-text:var(--indigo); border:1px solid var(--line);
  border-radius:22px; background:linear-gradient(160deg,var(--surface),var(--blush));
  padding:clamp(2.2rem,5vw,3.6rem); display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(2rem,6vw,4.5rem); align-items:center; margin:clamp(1rem,3vw,2rem) 0; }
.lin-sync h2{ font-family:var(--display); font-size:clamp(1.8rem,3.2vw,2.5rem); font-weight:560;
  line-height:1.12; letter-spacing:-.01em; margin:1rem 0 1rem; }
.lin-sync p{ color:var(--text-soft); line-height:1.65; margin:0 0 1.1rem; }
.lin-sync p:last-of-type{ margin:0; font-size:.96rem; }
/* The cross-device pair: the iPad frame sits left, the iPhone frame overlaps it front-right, so
   one glance reads "both devices, same stitch". Both are the shared site.css frame, so their
   footprints are fixed px (--dv-fw × --dv-scale) rather than the percentages the bare <img>
   plates used — the scales below are picked to land on the same footprints the design had. */
.lin-sync figure{ margin:0; position:relative; padding:0 0 2.4rem; }
.lin-sync .device.dv-ipad{ --dv-scale:.66; }
.lin-sync .device.dv-iphone{ --dv-scale:.32; position:absolute; right:0; bottom:0; z-index:2; }
.lin-chip-sync{ left:.8rem; top:-1rem; z-index:3; }

/* ---- the Mac window ---- */
/* One wide band: short copy above, the window below at near-full column width. The .dv-mac
   footprint is 720px native; .92 lands it inside the 800px text column with air either side. */
.lin-mac{ padding:clamp(3rem,7vw,5rem) 0 clamp(1.4rem,3vw,2.2rem); text-align:center; }
.lin-mac > div{ max-width:640px; margin:0 auto; }
.lin-mac h2{ font-family:var(--display); font-size:clamp(1.8rem,3.2vw,2.5rem); font-weight:560;
  line-height:1.12; letter-spacing:-.01em; margin:1rem 0 1rem; }
.lin-mac p{ color:var(--text-soft); line-height:1.65; margin:0; }
.lin-mac figure{ margin:clamp(1.8rem,4vw,2.6rem) 0 0; display:grid; place-items:center; }
.lin-mac .device.dv-mac{ --dv-scale:.92; }
@media (max-width:760px){ .lin-mac .device.dv-mac{ --dv-scale:.44; } }

/* ---- own it / rent it ---- */
.lin-own{ padding:clamp(3.6rem,8vw,6rem) 0; }
.lin-own-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:0;
  border:1px solid var(--line); background:var(--surface); border-radius:18px; overflow:hidden; }
.lin-own-col{ padding:clamp(1.8rem,4vw,2.7rem); }
.lin-own-col.buy{ background:linear-gradient(160deg,transparent,color-mix(in srgb,var(--accent) 5%,transparent)); }
.lin-own-col.rent{ border-left:1px solid var(--line); }
.lin-own-label{ font-size:11px; font-weight:750; letter-spacing:.08em; text-transform:uppercase;
  color:var(--accent-text); margin:0 0 1rem; }
.lin-own-col.rent .lin-own-label{ color:var(--faint); }
.lin-own-price{ font-family:var(--display); font-size:clamp(1.7rem,3vw,2.3rem); font-weight:560;
  margin:0 0 .8rem; }
.lin-own-price small{ font-size:1.05rem; color:var(--text-soft); font-weight:400; }
.lin-own-col.rent .lin-own-price, .lin-own-col.rent .lin-own-price small{ color:var(--faint); }
.lin-own-col p:last-child{ color:var(--text-soft); font-size:.98rem; line-height:1.6; margin:0; }
.lin-own-col.rent p:last-child{ color:var(--faint); }
.lin-rivals{ font-family:var(--mono); font-size:12px; letter-spacing:.03em; line-height:1.9;
  color:var(--faint); margin:1.3rem 0 0; }

/* ---- pricing ---- */
.lin-pricing{ border-top:1px solid var(--line); padding:clamp(3.6rem,8vw,6rem) 0; display:grid;
  justify-items:center; gap:1.6rem; text-align:center; }
.lin-price-card{ position:relative; width:min(30rem,100%); background:var(--surface);
  border:1px solid var(--line); border-radius:22px; padding:clamp(2rem,5vw,2.8rem);
  box-shadow:0 30px 60px -40px rgba(20,17,13,.5); overflow:hidden; }
.lin-price-card::before{ content:""; position:absolute; inset:0; background:var(--halo); pointer-events:none; }
.lin-price-card > *{ position:relative; }
.lin-badge{ display:inline-flex; padding:.35rem .8rem; border-radius:999px; font-size:11px;
  font-weight:750; letter-spacing:.08em; background:color-mix(in srgb,var(--accent) 10%,transparent);
  color:var(--accent-text); }
.lin-price{ font-family:var(--display); font-size:3.4rem; font-weight:560; margin:.9rem 0 .1rem; }
.lin-cadence{ color:var(--text-soft); margin:0 0 1.4rem; }
.lin-price-card ul{ list-style:none; padding:0; margin:0 auto 1.6rem; display:grid; gap:.6rem;
  font-size:.96rem; color:var(--text-soft); text-align:left; max-width:24rem; }
.lin-price-card li{ display:flex; gap:.6rem; align-items:baseline; }
.lin-check{ color:var(--verified); font-weight:800; flex:none; }
.lin-price-cta{ display:inline-flex; padding:.8rem 1.7rem; border-radius:999px; background:var(--accent);
  color:var(--accent-ink); font-weight:650; text-decoration:none; transition:transform .15s ease; }
.lin-price-cta:hover{ color:var(--accent-ink); transform:translateY(-1px); }
.lin-price-note{ font-size:.88rem; color:var(--text-soft); line-height:1.6; margin:1.1rem 0 0; }

/* ---- promise ---- */
.lin-promise{ padding:0 0 clamp(3.6rem,8vw,6rem); display:grid; justify-items:center; }
.lin-promise-card{ width:min(46rem,100%); background:var(--surface); border:1px solid var(--line);
  border-radius:18px; padding:clamp(2rem,5vw,3.2rem); box-shadow:0 18px 40px -32px rgba(20,17,13,.45); }
.lin-promise-card .lead{ font-family:var(--serif); font-size:1.28rem; line-height:1.55; margin:0 0 1.2rem; }
.lin-promise-card .body{ color:var(--text-soft); line-height:1.65; margin:0 0 1.6rem; }
.lin-promise-card .body a{ font-weight:600; }
.lin-promise-card .sign{ font-family:var(--serif); font-style:italic; color:var(--text-soft); margin:0; }
.lin-promise-card .lin-own-label{ margin-bottom:1.2rem; }

/* ---- faq ---- */
.lin-faq{ padding:0 0 clamp(3.6rem,8vw,6rem); }
.lin-faq-inner{ width:min(46rem,100%); margin:0 auto; }
.lin-faq-inner .lin-head{ margin-bottom:2rem; }
.lin-faq details{ background:var(--surface); border:1px solid var(--line); border-radius:12px;
  margin:0 0 .7rem; }
.lin-faq summary{ list-style:none; cursor:pointer; display:flex; justify-content:space-between;
  align-items:baseline; gap:1rem; padding:1rem 1.2rem; font-weight:620; }
.lin-faq summary::-webkit-details-marker{ display:none; }
.lin-faq summary .pl{ color:var(--accent-text); font-weight:700; transition:transform .2s ease; }
.lin-faq details[open] summary .pl{ transform:rotate(45deg); }
.lin-faq details p{ padding:0 1.2rem 1.1rem; margin:0; color:var(--text-soft); line-height:1.65;
  font-size:.97rem; }

/* ---- responsive + motion ---- */
@media (max-width:860px){
  .lin-hero, .lin-feature, .lin-feature.lin-flip, .lin-sync{ grid-template-columns:1fr; }
  .lin-feature-phone{ order:-1; }
  .lin-nav{ display:none; }
  .lin-own-col.rent{ border-left:0; border-top:1px solid var(--line); }
  .lin-chip-hero{ bottom:4rem; }
}
/* ---- per-band frame scales ----
   The shared frame's footprint is FIXED px (--dv-fw × --dv-scale, 430px native iPhone / 546px
   iPad), while the columns around it are fluid. So every layout band whose column is narrower than
   the base footprint needs its own scale — measured at the TIGHTEST width of that band, not
   guessed. Two bands crunch:

   861–1152px — the hero and the sync band are two-column here and the wrap is still growing (it
   stops at max-width 1152px, above which the base sizes always fit). At 880px the sync column
   holds 277px, so the base .66 iPad (360px) overflowed it by 83px.
   ≤560px — everything is stacked, but the section's own 2.2rem padding leaves the sync figure only
   ~vw−105px; below ~440px that no longer clears even a .46 iPad, and the smallest phones (320px)
   need the single frames down a step too.
   Verified by measuring every slot against its own column at 21 widths from 320px to 1920px: no
   horizontal page overflow anywhere, and every frame's LAYOUT width fits its column. The hero's
   tilt makes its rotated bounding box ~5px wider than that at 320px, which lands inside the
   section's 17.6px gutter — the tilt is the point, so that is left alone. */
@media (min-width:861px) and (max-width:1152px){
  .lin-hero-figure .device.dv-iphone{ --dv-scale:.62; }
  .lin-sync .device.dv-ipad{ --dv-scale:.46; }
  .lin-sync .device.dv-iphone{ --dv-scale:.23; }
}
@media (max-width:560px){
  .lin-hero-figure .device.dv-iphone,
  .lin-feature-phone .device.dv-iphone{ --dv-scale:.62; }
  .lin-sync .device.dv-ipad{ --dv-scale:.46; }
  .lin-sync .device.dv-iphone{ --dv-scale:.23; }
  .lin-chip-hero{ left:.2rem; }
}
@media (max-width:440px){
  .lin-hero-figure .device.dv-iphone,
  .lin-feature-phone .device.dv-iphone{ --dv-scale:.56; }
  .lin-sync .device.dv-ipad{ --dv-scale:.37; }
  .lin-sync .device.dv-iphone{ --dv-scale:.19; }
}
@media (prefers-reduced-motion: reduce){
  .lin-cta-pill, .lin-ghost, .lin-store, .lin-price-cta{ transition:none; }
}
