/* ============================================================
   philippeguillaud.com — night-city editorial
   Palette drawn from the book cover: ink blue, warm bokeh gold, ivory.
   ============================================================ */

:root {
  --ink: #0a0c12;
  --ink-2: #10131c;
  --ink-3: #171b27;
  --line: rgba(255, 255, 255, 0.09);
  --ivory: #f3efe6;
  --ivory-70: rgba(243, 239, 230, 0.72);
  --ivory-50: rgba(243, 239, 230, 0.5);
  --gold: #d5a63b;
  --gold-soft: #e9c56a;
  --gold-dim: rgba(213, 166, 59, 0.18);
  --display: "Bebas Neue", "Oswald", Impact, "Arial Narrow", sans-serif;
  --body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h2 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h3 { font-family: var(--body); font-weight: 500; font-size: 1.15rem; letter-spacing: 0.01em; }
.accent { color: var(--gold); }
.container { width: min(100% - 3rem, var(--max)); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 8.5rem) 0; position: relative; }
.kicker {
  font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 1.2rem;
}
.lede { font-size: 1.12rem; color: var(--ivory-70); max-width: 46ch; margin-top: 1.4rem; }
.section-head { margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }

.skip {
  position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--ink);
  padding: 0.6rem 1rem; z-index: 100;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.7rem; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: 2px;
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 30px -10px rgba(213,166,59,0.55); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { border-color: rgba(243,239,230,0.35); color: var(--ivory); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 4vw, 3rem);
  transition: background 0.4s, backdrop-filter 0.4s, padding 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 12, 18, 0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-color: var(--line);
  padding-block: 0.75rem;
}
.brand { display: flex; align-items: center; gap: 0.8rem; }
.brand-mark {
  font-family: var(--display); font-size: 1.15rem; letter-spacing: 0.08em;
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid var(--gold); color: var(--gold); border-radius: 2px;
}
.brand-name { font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  color: var(--ivory-70); transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: var(--gold); transition: right 0.4s var(--ease);
}
.nav-links a:hover { color: var(--ivory); }
.nav-links a:hover::after { right: 0; }
.nav-links .nav-cta { color: var(--gold); border: 1px solid rgba(213,166,59,0.5); padding: 0.55rem 1rem; border-radius: 2px; }
.nav-links .nav-cta::after { display: none; }
.nav-links .nav-cta:hover { background: var(--gold); color: var(--ink); }
.nav-toggle {
  display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 7px; padding: 0 8px;
}
.nav-toggle span { display: block; height: 1.5px; background: var(--ivory); transition: transform 0.35s var(--ease), opacity 0.3s; }
.nav-toggle.open span:first-child { transform: translateY(4.25px) rotate(45deg); }
.nav-toggle.open span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 40; background: rgba(10,12,18,0.96);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem;
  opacity: 0; pointer-events: none; transition: opacity 0.35s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--display); font-size: 2.4rem; letter-spacing: 0.06em; color: var(--ivory); }
.mobile-menu a:last-child { color: var(--gold); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate;
}
.hero-media, .hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 60% 30%; z-index: -2;
}
.hero-media img { animation: heroDrift 24s ease-in-out infinite alternate; transform-origin: 60% 40%; }
@keyframes heroDrift { from { transform: scale(1.02); } to { transform: scale(1.09); } }
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(10,12,18,0.82) 0%, rgba(10,12,18,0.45) 45%, rgba(10,12,18,0.1) 75%),
    linear-gradient(0deg, var(--ink) 0%, rgba(10,12,18,0.55) 30%, rgba(10,12,18,0) 60%),
    linear-gradient(180deg, rgba(10,12,18,0.55) 0%, rgba(10,12,18,0) 25%);
}
.hero-content {
  width: min(100% - 3rem, var(--max)); margin-inline: auto;
  padding: 6rem 0 clamp(3rem, 8vh, 6rem);
}
.eyebrow {
  font-size: 0.74rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 1.4rem;
}
.hero h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(4.4rem, min(13vw, 22vh), 11.5rem); line-height: 0.86; letter-spacing: 0.01em;
  text-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.hero h1 .line { display: block; }
.hero-tag { font-size: clamp(1rem, 1.6vw, 1.25rem); color: var(--ivory); margin: 1.8rem 0 2.2rem; max-width: 40ch; line-height: 1.55; }
.hero-tag em { font-family: var(--serif); font-style: italic; font-size: 1.18em; color: var(--ivory-70); }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.scroll-hint {
  position: absolute; right: clamp(1.25rem, 4vw, 3rem); bottom: 2.2rem; width: 1px; height: 64px;
  background: rgba(243,239,230,0.2); overflow: hidden;
}
.scroll-hint span {
  position: absolute; inset: 0; background: var(--gold);
  animation: hint 2.2s var(--ease) infinite;
}
@keyframes hint { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ---------- about ---------- */
.about { background: var(--ink); }
.grid-2 { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.about-lead h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.about-body p { color: var(--ivory-70); }
.about-body a { color: var(--ivory); border-bottom: 1px solid var(--gold); }
.about-body a:hover { color: var(--gold-soft); }
.about-signoff { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--gold-soft) !important; margin-top: 1.5rem; }
.pillars {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: clamp(3.5rem, 8vw, 6rem); background: var(--line);
  border: 1px solid var(--line);
}
.pillar { background: var(--ink-2); padding: 2.2rem 1.8rem 2rem; position: relative; overflow: hidden; transition: background 0.4s; }
.pillar::before {
  content: ""; position: absolute; inset: auto 0 0 0; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease);
}
.pillar:hover { background: var(--ink-3); }
.pillar:hover::before { transform: scaleX(1); }
.pillar-num { font-family: var(--display); color: var(--gold); font-size: 1.1rem; letter-spacing: 0.1em; display: block; margin-bottom: 1.2rem; }
.pillar h3 { margin-bottom: 0.6rem; }
.pillar p { font-size: 0.93rem; color: var(--ivory-70); margin: 0; }
.pillar em { font-style: italic; }

/* ---------- quote band ---------- */
.band {
  padding: clamp(4rem, 8vw, 6.5rem) 0; text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(213,166,59,0.08), transparent 70%),
    var(--ink-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.band blockquote { margin: 0; }
.band p {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.7rem, 3.8vw, 3rem); line-height: 1.25; color: var(--ivory); margin-bottom: 1.4rem;
}
.band cite { font-style: normal; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.band cite em { font-style: italic; text-transform: none; letter-spacing: 0.05em; font-family: var(--serif); font-size: 1.15rem; color: var(--ivory-70); }

/* ---------- speaking ---------- */
.speaking { background: var(--ink); }
.topics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.topic {
  padding: 2.2rem 2.2rem 2rem; border: 1px solid var(--line); border-radius: 4px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0));
  transition: border-color 0.4s, transform 0.5s var(--ease);
}
.topic:hover { border-color: rgba(213,166,59,0.45); transform: translateY(-4px); }
.topic h3 { font-family: var(--display); font-size: 1.7rem; letter-spacing: 0.03em; color: var(--gold-soft); margin-bottom: 0.7rem; font-weight: 400; }
.topic p { color: var(--ivory-70); margin: 0; font-size: 0.98rem; }
.speaking-cta {
  margin-top: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  padding: 2rem 2.2rem; border: 1px solid rgba(213,166,59,0.3); border-radius: 4px; background: var(--gold-dim);
}
.speaking-cta p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.45rem; }

/* ---------- book ---------- */
.book { background: var(--ink-2); overflow: hidden; }
.book-glow {
  position: absolute; width: 60vw; height: 60vw; max-width: 800px; max-height: 800px;
  left: -10%; top: 50%; transform: translateY(-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(213,166,59,0.14), transparent 65%); pointer-events: none;
}
.grid-book { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; position: relative; }
.book-visual { position: relative; height: clamp(420px, 44vw, 560px); }
.book-cover {
  position: absolute; width: clamp(220px, 24vw, 300px); border-radius: 3px; overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.06);
  transition: transform 0.6s var(--ease);
}
.book-cover:first-child { left: 8%; top: 0; transform: rotate(-5deg); z-index: 2; }
.book-cover-fr { right: 6%; bottom: 0; transform: rotate(6deg) translateX(0); opacity: 0.92; }
.book-cover:hover { transform: rotate(0) translateY(-8px) scale(1.03); z-index: 3; opacity: 1; }
.book-copy h2 { font-size: clamp(3rem, 6vw, 5rem); }
.book-sub { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--gold-soft); margin: 0.6rem 0 1.6rem; }
.book-copy p { color: var(--ivory-70); }
.book-lines { list-style: none; padding: 0; margin: 0 0 1.4rem; border-left: 2px solid var(--gold); }
.book-lines li { padding: 0.35rem 0 0.35rem 1.2rem; font-family: var(--serif); font-style: italic; font-size: 1.32rem; color: var(--ivory); line-height: 1.35; }
.book-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.book-site { margin-top: 1.4rem; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; }
.book-site a { color: var(--gold); }

/* ---------- apps ---------- */
.apps { background: var(--ink); }
.app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.app {
  display: flex; flex-direction: column; gap: 1.2rem; padding: 1.6rem;
  border: 1px solid var(--line); border-radius: 6px; background: var(--ink-2);
  transition: transform 0.5s var(--ease), border-color 0.4s, background 0.4s;
}
.app:hover { transform: translateY(-5px); border-color: rgba(213,166,59,0.4); background: var(--ink-3); }
.app img { width: 64px; height: 64px; border-radius: 14px; box-shadow: 0 10px 25px -8px rgba(0,0,0,0.7); }
.app h3 { font-size: 1.02rem; margin-bottom: 0.4rem; }
.app p { font-size: 0.86rem; color: var(--ivory-70); margin: 0 0 0.8rem; line-height: 1.55; }
.app-platform { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.apps-all { margin-top: 2.5rem; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; }
.apps-all a { color: var(--gold); }

/* ---------- ventures ---------- */
.ventures { background: var(--ink-2); border-top: 1px solid var(--line); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  display: grid; grid-template-columns: 180px 1fr; gap: 2rem;
  padding: 2rem 0; border-top: 1px solid var(--line);
}
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.tl-when { font-family: var(--display); font-size: 1.15rem; letter-spacing: 0.08em; color: var(--gold); padding-top: 0.15rem; }
.tl-role { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-50); font-weight: 500; margin-top: 0.3rem; }
.timeline h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }
.timeline p { color: var(--ivory-70); margin: 0; max-width: 62ch; }
.timeline a { border-bottom: 1px solid var(--gold); color: var(--ivory); }

/* ---------- contact ---------- */
.contact {
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(213,166,59,0.12), transparent 70%),
    var(--ink);
}
.contact-card { text-align: center; max-width: 720px; margin-inline: auto; }
.cities { display: inline-flex; align-items: center; gap: 1rem; font-size: 0.74rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1.6rem; }
.cities .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.contact h2 { font-size: clamp(3.4rem, 8vw, 6.5rem); }
.contact p { color: var(--ivory-70); font-size: 1.1rem; margin: 1.4rem auto 2.2rem; max-width: 48ch; }
.contact-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 1.8rem 0; font-size: 0.78rem; color: var(--ivory-50); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer nav { display: flex; gap: 1.6rem; }
.footer nav a { letter-spacing: 0.15em; text-transform: uppercase; transition: color 0.3s; }
.footer nav a:hover { color: var(--gold); }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: 0.12s; }
.hero .reveal:nth-child(3) { transition-delay: 0.26s; }
.hero .reveal:nth-child(4) { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-media img { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .brand-name { display: none; }
  .grid-2, .grid-book { grid-template-columns: 1fr; }
  .book-visual { height: auto; display: flex; gap: 1rem; justify-content: center; margin-bottom: 1rem; }
  .book-cover { position: static; width: 44%; max-width: 240px; }
  .book-cover:first-child { transform: rotate(-3deg); }
  .book-cover-fr { transform: rotate(3deg); }
  .topics { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 0.4rem; }
  .hero-media img { object-position: 55% 20%; }
  .hero-shade {
    background:
      linear-gradient(0deg, var(--ink) 0%, rgba(10,12,18,0.75) 35%, rgba(10,12,18,0.15) 65%, rgba(10,12,18,0.4) 100%);
  }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .pillars, .app-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .btn { width: 100%; }
  .speaking-cta { flex-direction: column; align-items: stretch; text-align: center; }
}

/* ---------- legal pages ---------- */
.legal { padding-top: clamp(8rem, 16vw, 11rem); }
.legal .container { max-width: 760px; }
.legal h1 { font-family: var(--display); font-size: clamp(3rem, 7vw, 5rem); line-height: 0.95; text-transform: uppercase; margin-bottom: 0.4rem; }
.legal .updated { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ivory-50); margin-bottom: 3rem; }
.legal h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 3rem 0 1rem; color: var(--gold-soft); }
.legal h3 { margin: 1.6rem 0 0.5rem; }
.legal p, .legal li { color: var(--ivory-70); }
.legal ul { padding-left: 1.2rem; }
.legal li { margin-bottom: 0.5rem; }
.legal a { color: var(--ivory); border-bottom: 1px solid var(--gold); }
.legal a:hover { color: var(--gold-soft); }
.legal table { width: 100%; border-collapse: collapse; font-size: 0.92rem; margin: 1rem 0 1.5rem; }
.legal th, .legal td { text-align: left; padding: 0.7rem 0.6rem; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ivory-70); }
.legal th { color: var(--ivory); font-weight: 500; font-size: 0.74rem; letter-spacing: 0.15em; text-transform: uppercase; }
.legal .lang-switch { display: inline-flex; gap: 1rem; margin-bottom: 2rem; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; }
.legal .lang-switch a { border: 0; color: var(--ivory-50); }
.legal .lang-switch a[aria-current] { color: var(--gold); border-bottom: 1px solid var(--gold); }
.notfound { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 6rem 1.5rem; }
.notfound h1 { font-family: var(--display); font-size: clamp(6rem, 22vw, 14rem); line-height: 0.85; color: var(--gold); }
.notfound p { color: var(--ivory-70); font-family: var(--serif); font-style: italic; font-size: 1.5rem; margin: 1rem 0 2rem; }

/* ---------- app pages ---------- */
.app-hero { padding-top: clamp(8rem, 16vw, 11rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.app-hero .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.app-hero-icon { width: 96px; height: 96px; border-radius: 22px; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.7); margin-bottom: 1.6rem; }
.app-hero h1 { font-family: var(--display); font-size: clamp(3.4rem, 8vw, 6.5rem); line-height: 0.9; text-transform: uppercase; }
.app-hero .app-sub { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--gold-soft); margin: 0.8rem 0 1.4rem; }
.app-hero p { color: var(--ivory-70); }
.app-badges { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.8rem; align-items: center; }
.app-meta { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.4rem; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory-50); font-weight: 500; }
.app-hero-shot img { border-radius: 14px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.06); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature { padding: 1.8rem; border: 1px solid var(--line); border-radius: 6px; background: var(--ink-2); }
.feature h3 { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.03em; color: var(--gold-soft); margin-bottom: 0.5rem; font-weight: 400; }
.feature p { font-size: 0.93rem; color: var(--ivory-70); margin: 0; }
.shots-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.shots-row img { border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.06); }
.mac-shot img { border-radius: 12px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.06); }
.app-nocatch { text-align: center; max-width: 720px; margin-inline: auto; }
.app-nocatch ul { list-style: none; padding: 0; display: flex; gap: 0.8rem 1.6rem; justify-content: center; flex-wrap: wrap; margin: 1.5rem 0; }
.app-nocatch li { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.app-nocatch li::before { content: "✕ "; color: var(--ivory-50); }
.app-nocatch li.yes::before { content: "✓ "; color: var(--gold); }
@media (max-width: 860px) {
  .app-hero .container { grid-template-columns: 1fr; }
  .app-hero-shot { max-width: 320px; margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .shots-row { grid-template-columns: repeat(2, 1fr); }
}
.apppage .app-hero { padding-top: clamp(7rem, 14vw, 10rem); }
.app-hero-shot { max-width: 360px; justify-self: center; }
