/* axes: custom DR blue / Bebas Neue / Outfit / sparse / restrained */

:root {
  --night: #02030a;
  --night-soft: #08101d;
  --ink: #07101d;
  --paper: #f3f5f7;
  --white: #fff;
  --muted: #9aa9bb;
  --muted-dark: #536276;
  --accent: #2ea2ff;
  --accent-strong: #0f5aff;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(7, 16, 29, 0.17);
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --fast: 0.2s;
  --smooth: 0.4s;
  --slow: 0.8s;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(5.5rem, 10vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; font: inherit; cursor: pointer; }
::selection { color: var(--night); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.shell { width: min(100%, 1600px); margin-inline: auto; padding-inline: var(--pad); }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.8rem 1rem;
  color: var(--night);
  background: var(--accent);
  transform: translateY(-150%);
  transition: transform var(--fast) var(--ease);
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
h2 { font-size: clamp(3.4rem, 7.4vw, 7.5rem); }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
p { margin-block: 0 1.2rem; }

.eyebrow {
  display: inline-flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  color: var(--accent-strong);
  font-family: "Sora", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
}
.eyebrow::after { width: 100%; height: 2px; background: currentColor; content: ""; }
.eyebrow--dark { color: var(--night); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--smooth) var(--ease), background var(--smooth) var(--ease), border-color var(--smooth) var(--ease);
}
.button svg, .header-cta svg, .mobile-cta svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button--instagram { color: var(--white); background: var(--accent-strong); }
.button--instagram:hover { color: var(--night); background: var(--accent); }
.button--ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.42); }
.button--ghost:hover { color: var(--night); border-color: var(--white); background: var(--white); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0.9rem var(--pad);
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: min-height var(--smooth) var(--ease), background var(--smooth) var(--ease), border-color var(--smooth) var(--ease);
}
.site-header.is-scrolled { min-height: 66px; border-color: var(--line); background: rgba(2, 3, 10, 0.94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; color: inherit; text-decoration: none; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand span { font-family: var(--display); font-size: 1.45rem; letter-spacing: 0.06em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.2rem); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--accent); }
.header-cta { justify-self: end; min-height: 46px; display: inline-flex; align-items: center; gap: 0.65rem; padding: 0.7rem 1rem; color: var(--white); background: var(--accent-strong); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.header-cta:hover { color: var(--night); background: var(--accent); }
.header-cta__short { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--night); }
.hero__media { position: absolute; inset: 0 0 0 47%; overflow: hidden; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: grayscale(25%); transform: scale(1.01); transition: filter var(--slow) var(--ease), transform 7s var(--ease); }
.hero:hover .hero__media img { filter: grayscale(0); transform: scale(1.05); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 0%, var(--night) 40%, rgba(2, 3, 10, 0.92) 53%, rgba(2, 3, 10, 0.2) 82%, rgba(2, 3, 10, 0.34) 100%); }
.hero__content { position: relative; z-index: 2; padding-top: 8rem; padding-bottom: 9.5rem; }
.hero__eyebrow { color: var(--accent); animation: hero-in var(--slow) var(--ease) 0.15s both; }
.hero h1 { max-width: 860px; font-size: clamp(4.8rem, 9.5vw, 10rem); animation: hero-in var(--slow) var(--ease) 0.32s both; }
.hero h1 span { color: var(--accent); }
.hero__lead { max-width: 610px; margin: 1.7rem 0 0; color: #dce6f2; font-size: clamp(1.02rem, 1.35vw, 1.2rem); animation: hero-in var(--slow) var(--ease) 0.5s both; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.8rem; animation: hero-in var(--slow) var(--ease) 0.68s both; }
.hero__conditions-link { min-height: 40px; display: inline-flex; align-items: center; margin-top: 0.7rem; color: var(--muted); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-decoration-color: rgba(255, 255, 255, 0.35); text-underline-offset: 0.3em; text-transform: uppercase; animation: hero-in var(--slow) var(--ease) 0.78s both; }
.hero__conditions-link:hover { color: var(--white); }
.hero__facts { position: absolute; z-index: 3; bottom: 0; left: 50%; width: min(100%, 1600px); display: grid; grid-template-columns: repeat(3, 1fr); transform: translateX(-50%); }
.hero__facts div { padding: 1rem 1.25rem; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: rgba(2, 3, 10, 0.74); backdrop-filter: blur(16px); }
.hero__facts div:first-child { border-left: 1px solid var(--line); }
.hero__facts dt { font-family: var(--display); font-size: clamp(2.15rem, 3.5vw, 3.2rem); line-height: 1; letter-spacing: 0.05em; }
.hero__facts dd { margin: 0.18rem 0 0; color: var(--muted); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }

@keyframes hero-in { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }

.section { padding-block: var(--section); }
.section--light { color: var(--ink); background: var(--paper); }
.section--dark { color: var(--white); background: var(--night); }
.section-heading { max-width: 980px; }

.use-case__grid { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.use-case__media { position: relative; width: 100%; min-width: 0; max-width: 100%; min-height: 680px; margin: 0; overflow: hidden; background: var(--night-soft); }
.use-case__media video { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: 18% 50%; filter: grayscale(25%); }
.use-case__media::after { position: absolute; inset: 60% 0 0; background: linear-gradient(0deg, rgba(2, 3, 10, 0.82), transparent); content: ""; }
.use-case__media figcaption { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; left: 1.4rem; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.3vw, 3.5rem); letter-spacing: 0.04em; line-height: 0.96; text-transform: uppercase; }
.steps { margin: 3.2rem 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line-dark); }
.steps li > span { color: var(--accent-strong); font-family: "Sora", monospace; font-size: 0.68rem; letter-spacing: 0.16em; }
.steps h3 { font-size: 1.75rem; }
.steps p { margin: 0.3rem 0 0; color: var(--muted-dark); }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 0.8rem; margin-top: 1.6rem; color: var(--accent-strong); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--ink); }

.commission { padding-block: clamp(5rem, 9vw, 8rem); color: var(--night); background: var(--accent); }
.commission__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 10rem); align-items: end; }
.commission h2 { font-size: clamp(7rem, 18vw, 17rem); line-height: 0.75; }
.commission__copy { max-width: 650px; padding-bottom: 0.6rem; }
.commission__copy p { font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.45; }
.commission__copy strong { font-weight: 800; }
.commission__copy span { display: block; padding-top: 1rem; border-top: 1px solid rgba(2, 3, 10, 0.35); font-family: "Sora", monospace; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }

.signals__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3.5rem, 7vw, 6rem); background: var(--line-dark); }
.signals__lead { max-width: 680px; margin-top: 1.4rem; color: var(--muted-dark); font-size: 1.05rem; }
.signal { min-height: 320px; padding: clamp(1.7rem, 3vw, 3rem); background: var(--paper); border-top: 3px solid var(--accent-strong); }
.signal > span { display: block; margin-bottom: clamp(4rem, 8vw, 7rem); color: var(--accent-strong); font-family: "Sora", monospace; font-size: 0.68rem; letter-spacing: 0.16em; }
.signal blockquote { margin: 0; font-family: var(--display); font-size: clamp(2rem, 3.6vw, 3.5rem); letter-spacing: 0.035em; line-height: 0.98; text-transform: uppercase; }
.signal p { margin: 1rem 0 0; color: var(--muted-dark); }

.portfolio { padding-block: var(--section); overflow: hidden; }
.portfolio__header { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.portfolio__header > p { max-width: 420px; margin: 0 0 0.7rem; color: var(--muted); font-size: 1.05rem; }
.portfolio__header > p a { color: var(--white); text-decoration-color: var(--accent); text-underline-offset: 0.25em; }
.portfolio__header > p a:hover { color: var(--accent); }
.portfolio-mobile-guide { display: none; }
.portfolio-reel {
  display: flex;
  gap: 2px;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-inline: var(--pad);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-padding-inline: var(--pad);
  scroll-snap-type: x mandatory;
}
.portfolio-reel::-webkit-scrollbar { display: none; }
.portfolio-card { position: relative; flex: 0 0 min(47vw, 760px); aspect-ratio: 16 / 10; overflow: hidden; color: var(--white); background: var(--night-soft); scroll-snap-align: start; text-decoration: none; }
.portfolio-card::after { position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(2, 3, 10, 0.9), transparent); content: ""; }
.portfolio-card img, .portfolio-card picture { width: 100%; height: 100%; }
.portfolio-card img { object-fit: cover; filter: grayscale(25%) brightness(0.8); transition: filter var(--slow) var(--ease), transform var(--slow) var(--ease); }
.portfolio-card:nth-child(1) img { object-position: 64% center; }
.portfolio-card:nth-child(2) img { object-position: 50% center; }
.portfolio-card:nth-child(3) img { object-position: 52% center; }
.portfolio-card--proof img { object-position: left top; }
.portfolio-card:hover img { filter: grayscale(0) brightness(0.82); transform: scale(1.04); }
.portfolio-card__number, .portfolio-card__label, .portfolio-card strong { position: absolute; z-index: 2; }
.portfolio-card__number { top: 1.2rem; right: 1.2rem; font-family: var(--display); font-size: clamp(3.5rem, 6vw, 6rem); line-height: 1; opacity: 0.5; }
.portfolio-card__label { left: 1.4rem; bottom: 4.8rem; color: var(--accent); font-family: "Sora", monospace; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; }
.portfolio-card strong { right: 1.4rem; bottom: 1.2rem; left: 1.4rem; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: 0.04em; line-height: 0.95; text-transform: uppercase; }
.portfolio-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-top: 1.4rem; color: var(--muted); }
.portfolio-hint { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; }
.portfolio-progress { display: flex; gap: 0.35rem; }
.portfolio-progress i { width: 24px; height: 2px; background: rgba(255, 255, 255, 0.24); }
.portfolio-progress i.is-active { background: var(--accent); }
.portfolio-buttons { justify-self: end; display: flex; align-items: center; gap: 0.8rem; }
.portfolio-buttons button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; }
.portfolio-buttons button:hover { color: var(--night); border-color: var(--accent); background: var(--accent); }
.portfolio-buttons span { min-width: 56px; text-align: center; font-family: "Sora", monospace; font-size: 0.67rem; }
.portfolio-buttons b { color: var(--white); font-weight: 700; }

.faq__grid { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr); gap: clamp(4rem, 8vw, 10rem); align-items: start; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; min-height: 72px; display: flex; align-items: center; padding: 1.25rem 3.5rem 1.25rem 0; font-size: 1.05rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 50%; right: 0; width: 20px; height: 1px; background: var(--accent-strong); content: ""; transition: transform var(--smooth) var(--ease); }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: none; }
.faq-list details p { max-width: 650px; margin: 0; padding: 0 3.5rem 1.4rem 0; color: var(--muted-dark); }

.final-cta { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--night); }
.final-cta__media { position: absolute; inset: 0 0 0 52%; }
.final-cta__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(35%); }
.final-cta__shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 0%, var(--night) 46%, rgba(2, 3, 10, 0.7) 66%, rgba(2, 3, 10, 0.22)); }
.final-cta__content { position: relative; z-index: 2; }
.final-cta h2 { max-width: 900px; }
.final-cta h2 span { color: var(--accent); }
.final-cta__content > p:not(.eyebrow) { max-width: 540px; margin: 1.5rem 0 2rem; color: #dbe5ef; font-size: 1.08rem; }
.final-cta__person { display: grid; gap: 0.1rem; margin-top: 1.7rem; color: var(--muted); font-size: 0.76rem; line-height: 1.55; }
.final-cta__person strong { color: var(--white); font-size: 0.88rem; }
.final-cta__person span { margin-bottom: 0.35rem; }
.final-cta__person a { width: fit-content; text-underline-offset: 0.25em; }
.final-cta__person a:hover { color: var(--white); }

.conditions { padding-block: 2.6rem; color: var(--muted); background: var(--night-soft); border-top: 1px solid var(--line); }
.conditions__inner { display: grid; grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1.72fr); gap: clamp(2rem, 6vw, 7rem); }
.conditions h2 { color: var(--white); font-family: "Sora", monospace; font-size: 0.68rem; letter-spacing: 0.16em; line-height: 1.5; }
.conditions p { max-width: 1150px; margin: 0; font-size: 0.74rem; }

.site-footer { padding-block: 2rem; color: var(--muted); background: var(--night); border-top: 1px solid var(--line); }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; font-size: 0.72rem; }
.brand--footer { color: var(--white); }
.brand--footer img { width: 34px; height: 34px; }
.brand--footer span { font-size: 1.2rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { color: var(--white); }
.site-footer__inner > span { justify-self: end; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity var(--slow) var(--ease), transform var(--slow) var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.steps .reveal:nth-child(2), .signals__grid .reveal:nth-child(2) { transition-delay: 0.08s; }
.steps .reveal:nth-child(3), .signals__grid .reveal:nth-child(3) { transition-delay: 0.16s; }

@media (max-width: 1050px) {
  .use-case__grid, .commission__inner, .faq__grid { grid-template-columns: 1fr; }
  .use-case__media { min-height: 560px; }
  .use-case__media video { min-height: 560px; }
  .commission__copy { max-width: 760px; }
  .signals__grid { grid-template-columns: 1fr; }
  .signal { min-height: 0; }
  .signal > span { margin-bottom: 3rem; }
  .portfolio-card { flex-basis: 68vw; }
}

@media (max-width: 820px) {
  :root { --section: clamp(5rem, 18vw, 7rem); }
  h2 { font-size: clamp(3.15rem, 14vw, 5.1rem); }
  .site-header { min-height: 64px; grid-template-columns: 1fr auto; padding-block: 0.55rem; }
  .site-header.is-scrolled { min-height: 60px; }
  .brand img { width: 34px; height: 34px; }
  .brand span { font-size: 1.15rem; }
  .desktop-nav { display: none; }
  .header-cta { min-height: 42px; padding: 0.6rem 0.75rem; }
  .header-cta__wide { display: none; }
  .header-cta__short { display: inline; }

  .hero { min-height: 880px; align-items: end; }
  .hero__media { inset: 0; opacity: 0.55; }
  .hero__media img { object-position: 61% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(2, 3, 10, 0.18), rgba(2, 3, 10, 0.72) 38%, var(--night) 73%); }
  .hero__content { padding-top: 7rem; padding-bottom: 11.5rem; }
  .hero__eyebrow { width: 100%; font-size: 0.59rem; letter-spacing: 0.12em; }
  .hero h1 { max-width: 100%; font-size: clamp(3.65rem, 16.8vw, 6.5rem); letter-spacing: 0.02em; }
  .hero__lead { max-width: 100%; font-size: 0.98rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__facts div { padding: 0.8rem 0.6rem; }
  .hero__facts dt { font-size: clamp(1.75rem, 7.5vw, 2.5rem); }
  .hero__facts dd { min-height: 2.4em; font-size: 0.54rem; letter-spacing: 0.05em; }

  .use-case__grid { gap: 3rem; }
  .use-case__media { min-height: 520px; aspect-ratio: 3 / 4; }
  .use-case__media video { min-height: 520px; object-position: 18% 50%; }
  .use-case__media figcaption { font-size: 2.4rem; }
  .commission h2 { font-size: clamp(7rem, 38vw, 11rem); }
  .commission__inner { gap: 2.2rem; }

  .portfolio__header { align-items: start; flex-direction: column; gap: 1rem; }
  .portfolio__header > p { margin: 0; }
  .portfolio-mobile-guide {
    width: calc(100% - (var(--pad) * 2));
    min-height: 54px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    margin: 2rem var(--pad) 0;
    padding: 0.75rem 1rem;
    color: var(--night);
    border: 0;
    background: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
  }
  .portfolio-mobile-guide span { font-family: "Sora", monospace; white-space: nowrap; }
  .portfolio-mobile-guide strong { justify-self: center; font-size: inherit; }
  .portfolio-mobile-guide i { font-size: 1.45rem; font-style: normal; line-height: 1; animation: portfolio-cue 1.8s var(--ease) infinite; }
  .portfolio-reel { gap: 12px; margin-top: 0.75rem; padding-right: 17vw; padding-left: 5vw; scroll-padding-left: 5vw; }
  .portfolio-card { flex: 0 0 78vw; aspect-ratio: 4 / 5; }
  .portfolio-card img { filter: grayscale(12%) brightness(0.76); }
  .portfolio-card:nth-child(1) img { object-position: 66% center; }
  .portfolio-card:nth-child(2) img { object-position: 50% center; }
  .portfolio-card:nth-child(3) img { object-position: 52% center; }
  .portfolio-card--proof img { object-position: top center; }
  .portfolio-card::after { inset: 40% 0 0; }
  .portfolio-card__label { bottom: 4rem; }
  .portfolio-card strong { font-size: 3rem; }
  .portfolio-controls { grid-template-columns: 1fr auto; }
  .portfolio-progress { display: flex; grid-column: 1; grid-row: 1; padding-left: var(--pad); }
  .portfolio-buttons { grid-column: 2; grid-row: 1; }
  .portfolio-hint { display: none; }

  .faq__grid { gap: 3rem; }
  .final-cta { min-height: 760px; align-items: end; }
  .final-cta__media { inset: 0; opacity: 0.55; }
  .final-cta__media img { object-position: center 18%; }
  .final-cta__shade { background: linear-gradient(180deg, rgba(2, 3, 10, 0.1), rgba(2, 3, 10, 0.82) 55%, var(--night) 82%); }
  .final-cta__content { padding-bottom: 6.5rem; }
  .conditions__inner { grid-template-columns: 1fr; gap: 0.8rem; }
  .site-footer__inner { grid-template-columns: 1fr; align-items: start; }
  .site-footer__inner > span { justify-self: start; }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    left: 0.75rem;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
    color: var(--white);
    background: var(--accent-strong);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity var(--smooth) var(--ease), transform var(--smooth) var(--ease);
  }
  .mobile-cta > span { position: absolute; right: 1rem; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(130%); }
}

@media (max-width: 420px) {
  .brand span { font-size: 1.05rem; }
  .header-cta svg { width: 17px; height: 17px; }
  .header-cta { padding-inline: 0.65rem; font-size: 0.64rem; }
  .hero h1 { font-size: clamp(3.45rem, 16.4vw, 4.5rem); }
  .hero__facts dd { font-size: 0.5rem; }
  .commission__copy p { font-size: 1.15rem; }
  .portfolio-card { flex-basis: 78vw; }
  .portfolio-card strong { font-size: 2.65rem; }
  .portfolio-buttons button { display: none; }
  .portfolio-buttons { gap: 0; }
}

@keyframes portfolio-cue {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__media img { transform: none !important; }
}

@media print {
  .site-header, .hero__actions, .mobile-cta, .portfolio-buttons { display: none; }
  .hero, .final-cta { min-height: auto; padding: 3rem 0; }
  .hero__media, .hero__shade, .final-cta__media, .final-cta__shade { display: none; }
}
