:root {
  --stage: #050505;
  --graphite: #121214;
  --asphalt: #1b1b1f;
  --ivory: #f5f1ea;
  --paper: #fffdf8;
  --rosso: #d00000;
  --rosso-bright: #ff2a1d;
  --rosso-dark: #9f160f;
  --champagne: var(--rosso-bright);
  --gold-text: var(--rosso-dark);
  --signal: var(--rosso-bright);
  --focus: #7dd7ff;
  --coral: #d00000;
  --white-04: rgb(255 255 255 / 0.04);
  --white-08: rgb(255 255 255 / 0.08);
  --white-10: rgb(255 255 255 / 0.1);
  --white-16: rgb(255 255 255 / 0.16);
  --shadow-premium: 0 24px 80px rgb(0 0 0 / 0.38);
  --radius-lg: 2rem;
  --radius-md: 1.5rem;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--stage);
  color: var(--ivory);
  font-family:
    Inter,
    Atkinson Hyperlegible,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: var(--rosso);
  color: var(--ivory);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ivory);
  color: var(--stage);
  padding: 0.75rem 1rem;
  font-weight: 900;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(100% - 2rem, var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--white-10);
  background: rgb(5 5 5 / 0.86);
  backdrop-filter: blur(18px);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.is-scrolled .site-header {
  border-bottom-color: rgb(255 42 29 / 0.22);
  background: rgb(5 5 5 / 0.94);
  box-shadow: 0 16px 44px rgb(0 0 0 / 0.28);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--shell));
  min-height: 76px;
  margin-inline: auto;
}

.brand {
  color: var(--ivory);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.24em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand::before {
  content: "";
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  margin-right: 0.65rem;
  border-radius: 999px;
  background: var(--rosso);
  box-shadow: 0 0 0 0.24rem rgb(225 6 0 / 0.16);
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.05rem;
}

.desktop-nav a,
.site-footer a {
  position: relative;
  color: rgb(247 242 234 / 0.72);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--rosso-bright);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--ivory);
}

.desktop-nav a[aria-current="page"] {
  color: var(--rosso-bright);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu summary {
  min-height: 44px;
  border: 1px solid var(--white-16);
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
  padding: 0.72rem 1rem;
  color: var(--ivory);
  font-weight: 900;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  display: grid;
  gap: 0.35rem;
  min-width: min(82vw, 320px);
  border: 1px solid var(--white-10);
  border-radius: 1.5rem;
  background: var(--graphite);
  padding: 0.8rem;
  box-shadow: var(--shadow-premium);
}

.mobile-panel a {
  min-height: 44px;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  color: var(--ivory);
  font-weight: 800;
  text-decoration: none;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 48px;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 0.86rem 1.14rem;
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgb(255 255 255 / 0.24), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::after {
  opacity: 1;
}

.button-primary {
  background: var(--rosso);
  color: var(--ivory);
  box-shadow: 0 12px 30px rgb(225 6 0 / 0.28);
}

.button-primary:hover {
  background: var(--rosso-dark);
}

.button-secondary {
  border: 1px solid rgb(255 42 29 / 0.45);
  background: rgb(225 6 0 / 0.08);
  color: var(--ivory);
}

.button-secondary:hover {
  border-color: var(--rosso-bright);
  background: rgb(225 6 0 / 0.16);
}

.button-dark {
  background: var(--stage);
  color: var(--ivory);
  box-shadow: inset 0 0 0 1px rgb(225 6 0 / 0.34);
}

.button-dark:hover {
  background: var(--graphite);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--ivory);
  font-weight: 900;
  text-decoration-color: rgb(255 42 29 / 0.82);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.42rem;
}

.hero {
  overflow: hidden;
  background: linear-gradient(135deg, #050505 0%, #121214 56%, #2c0603 100%);
}

.hero-grid {
  display: grid;
  gap: 3rem;
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.product-card h2 {
  margin: 0;
  color: var(--ivory);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(3rem, 11vw, 6.4rem);
}

.detail-hero {
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
  background: linear-gradient(135deg, #050505 0%, #111113 58%, #2b0604 100%);
}

.detail-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.detail-hero h1 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(2.65rem, 7vw, 5.6rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--white-10);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-premium);
  object-fit: cover;
  transition:
    transform 360ms ease,
    border-color 240ms ease,
    filter 240ms ease;
}

.detail-media:hover img {
  border-color: rgb(255 42 29 / 0.34);
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.018);
}

.hero-lead {
  max-width: 690px;
  margin: 1.5rem 0 0;
  color: rgb(247 242 234 / 0.8);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.7;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.intent-panel {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.intent-panel a {
  display: grid;
  gap: 0.22rem;
  min-height: 70px;
  border: 1px solid var(--white-10);
  border-radius: 1.2rem;
  background: var(--white-04);
  padding: 1rem;
  color: var(--ivory);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.intent-panel a:hover {
  transform: translateY(-2px);
  border-color: rgb(255 42 29 / 0.62);
  background: rgb(225 6 0 / 0.1);
  box-shadow: 0 18px 50px rgb(0 0 0 / 0.18);
}

.intent-panel span {
  color: rgb(247 242 234 / 0.62);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.45;
}

.intent-panel strong {
  font-size: 1rem;
  line-height: 1.35;
}

.proof-list {
  display: grid;
  gap: 0.8rem;
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  position: relative;
  min-height: 54px;
  border: 1px solid var(--white-10);
  border-radius: 1.2rem;
  background: var(--white-04);
  padding: 1rem 1rem 1rem 2.8rem;
  color: rgb(247 242 234 / 0.82);
  font-size: 0.94rem;
  font-weight: 750;
}

.proof-list li::before,
.offer-copy li::before,
.contact-notes li::before {
  content: "";
  position: absolute;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 0 0 0.26rem rgb(225 6 0 / 0.14);
}

.proof-list li::before {
  top: 1.4rem;
  left: 1.25rem;
}

.hero-media {
  position: relative;
}

.hero-media > img,
.offer-media img {
  width: 100%;
  border: 1px solid rgb(255 42 29 / 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-premium);
  object-fit: cover;
  transition:
    transform 380ms ease,
    border-color 240ms ease,
    filter 240ms ease;
}

.hero-media:hover > img,
.offer-media:hover img {
  border-color: rgb(255 42 29 / 0.36);
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.018);
}

.hero-media > img {
  aspect-ratio: 4 / 3;
}

.offer-media img {
  aspect-ratio: 4 / 3;
}

.sound-card {
  width: min(calc(100% - 2rem), 560px);
  margin: -3.5rem auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid rgb(255 42 29 / 0.2);
  border-radius: 1.5rem;
  background: rgb(18 18 20 / 0.94);
  padding: 1.2rem;
  box-shadow: var(--shadow-premium);
  backdrop-filter: blur(12px);
}

.sound-card p {
  margin: 0 0 0.75rem;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sound-card strong {
  display: block;
  color: rgb(247 242 234 / 0.76);
  font-size: 0.94rem;
  line-height: 1.55;
}

.waveform {
  display: flex;
  align-items: end;
  gap: 0.26rem;
  height: 48px;
  margin-bottom: 0.85rem;
}

.waveform span {
  width: 0.28rem;
  min-height: 14px;
  border-radius: 999px;
  background: var(--signal);
  transform-origin: bottom;
  animation: wave 1.5s ease-in-out infinite;
}

.waveform span:nth-child(2n) {
  height: 36px;
  animation-delay: 120ms;
}

.waveform span:nth-child(3n) {
  height: 48px;
  animation-delay: 240ms;
}

.waveform span:nth-child(4n) {
  height: 24px;
  animation-delay: 360ms;
}

.media-strip {
  border-block: 1px solid var(--white-10);
  background: var(--asphalt);
  padding-block: 1.35rem;
}

.media-strip-inner {
  display: grid;
  gap: 1rem;
}

.media-strip h2 {
  margin: 0;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.media-strip ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-strip li {
  display: grid;
  place-items: center;
  gap: 0.45rem;
  min-height: 76px;
  border: 1px solid var(--white-10);
  border-radius: 1rem;
  background: var(--paper);
  padding: 0.55rem;
  color: rgb(247 242 234 / 0.78);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.media-strip li img {
  width: 100%;
  max-width: 132px;
  max-height: 52px;
  object-fit: contain;
}

.media-strip li span {
  color: rgb(5 5 5 / 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.compact-section {
  padding-block: clamp(3.5rem, 6vw, 5rem);
}

.dark {
  background: var(--stage);
}

.graphite {
  border-block: 1px solid var(--white-10);
  background: linear-gradient(180deg, var(--graphite) 0%, var(--asphalt) 100%);
}

.light {
  background: var(--ivory);
  color: var(--stage);
}

.split {
  display: grid;
  gap: 2rem;
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.product-card h2 {
  font-size: clamp(2.15rem, 5vw, 4.1rem);
}

.light .section-heading h2,
.light .product-card h2 {
  color: var(--stage);
}

.section-heading p:not(.eyebrow),
.statement p,
.timeline p,
.service-card p,
.offer-copy p,
.product-card p,
.contact-notes,
.contact-form,
.testimonials blockquote {
  color: rgb(247 242 234 / 0.74);
  line-height: 1.75;
}

.light .section-heading p:not(.eyebrow),
.light .service-card p,
.light .product-card p {
  color: rgb(8 8 8 / 0.7);
}

.statement {
  border: 1px solid var(--white-10);
  border-radius: var(--radius-lg);
  background: var(--white-04);
  padding: clamp(1.5rem, 3vw, 2.1rem);
}

.statement h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.08;
}

.statement p {
  margin: 1rem 0 0;
}

.cards,
.stats,
.testimonials,
.product-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgb(5 5 5 / 0.1);
  border-radius: var(--radius-md);
  background: var(--paper);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 20px 60px rgb(5 5 5 / 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-card:hover {
  border-color: rgb(208 0 0 / 0.22);
  transform: translateY(-3px);
  box-shadow: 0 26px 80px rgb(5 5 5 / 0.14);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--rosso);
  color: var(--ivory);
  font-size: 0.8rem;
  font-weight: 950;
}

.service-card h3 {
  margin: 1.4rem 0 0;
  color: var(--stage);
  font-size: 1.55rem;
}

.service-card strong {
  display: block;
  margin-top: auto;
  padding-top: 1.4rem;
  color: rgb(8 8 8 / 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-card a {
  width: fit-content;
  margin-top: 1.4rem;
  border-radius: 999px;
  background: var(--stage);
  color: var(--ivory);
  box-shadow: inset 0 0 0 1px rgb(225 6 0 / 0.34);
  padding: 0.74rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-card a:hover {
  background: var(--rosso);
  box-shadow: 0 12px 30px rgb(208 0 0 / 0.22);
  transform: translateY(-1px);
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article,
.stats article,
.testimonials figure,
.offer,
.contact-form {
  border: 1px solid var(--white-10);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.025));
}

.timeline article {
  padding: clamp(1.3rem, 3vw, 1.8rem);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.timeline article:hover {
  border-color: rgb(255 42 29 / 0.26);
  box-shadow: 0 18px 54px rgb(0 0 0 / 0.18);
  transform: translateY(-2px);
}

.timeline time,
.timeline-label {
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.timeline h3,
.offer-copy h3 {
  margin: 0.8rem 0 0;
  color: var(--ivory);
  font-size: clamp(1.5rem, 4vw, 2.55rem);
  line-height: 1.1;
}

.timeline p {
  margin: 0.85rem 0 0;
}

.stats {
  grid-template-columns: 1fr;
}

.stats article {
  padding: 1.6rem;
}

.stats strong {
  display: block;
  color: var(--signal);
  font-size: clamp(2.9rem, 8vw, 4rem);
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 0.9rem;
  color: rgb(247 242 234 / 0.72);
  font-weight: 750;
  line-height: 1.55;
}

.testimonials {
  margin-top: 1rem;
}

.testimonials figure {
  margin: 0;
  padding: 1.6rem;
}

.testimonials blockquote {
  margin: 0;
  color: var(--ivory);
  font-size: 1.05rem;
  font-weight: 750;
}

.testimonials figcaption {
  margin-top: 1.3rem;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-grid {
  grid-template-columns: 1fr;
}

.proof-grid.compact {
  margin-top: 0;
}

.proof-card {
  border: 1px solid var(--white-10);
  border-radius: var(--radius-lg);
  background: var(--white-04);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.proof-card:hover {
  border-color: rgb(255 42 29 / 0.28);
  box-shadow: 0 18px 54px rgb(0 0 0 / 0.18);
  transform: translateY(-2px);
}

.proof-card img {
  width: 100%;
  height: 220px;
  border-radius: 1.25rem;
  background: var(--paper);
  object-fit: cover;
  transition:
    filter 240ms ease,
    transform 320ms ease;
}

.proof-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.012);
}

.proof-card h3 {
  margin: 1.15rem 0 0;
  color: var(--ivory);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.15;
}

.proof-card h3:first-child {
  margin-top: 0.1rem;
}

.proof-card p {
  margin: 0.8rem 0 0;
  color: rgb(247 242 234 / 0.74);
  line-height: 1.65;
}

.light-proof {
  border-color: rgb(5 5 5 / 0.1);
  background: var(--paper);
  box-shadow: 0 20px 60px rgb(5 5 5 / 0.08);
}

.light-proof h3 {
  color: var(--stage);
}

.light-proof p {
  color: rgb(8 8 8 / 0.7);
}

.light .eyebrow,
.light-timeline time,
.light-timeline .timeline-label {
  color: var(--gold-text);
}

.media-logo-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.media-logo-grid article {
  display: grid;
  gap: 0.75rem;
  place-items: center;
  min-height: 170px;
  border: 1px solid rgb(5 5 5 / 0.1);
  border-radius: var(--radius-md);
  background: var(--paper);
  padding: 1rem;
  box-shadow: 0 20px 60px rgb(5 5 5 / 0.06);
}

.media-logo-grid img {
  width: min(100%, 150px);
  max-height: 78px;
  object-fit: contain;
}

.media-logo-grid strong {
  color: rgb(5 5 5 / 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.video-grid.single {
  max-width: 840px;
}

.video-card {
  border: 1px solid var(--white-10);
  border-radius: var(--radius-lg);
  background: var(--white-04);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.video-card:hover {
  border-color: rgb(255 42 29 / 0.28);
  box-shadow: 0 18px 54px rgb(0 0 0 / 0.18);
  transform: translateY(-2px);
}

.video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 1.15rem;
  background: var(--stage);
}

.video-cover-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.15rem;
  background: var(--stage);
  color: var(--ivory);
  text-decoration: none;
}

.video-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  object-fit: cover;
  transition:
    filter 240ms ease,
    transform 320ms ease;
}

.video-cover-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgb(0 0 0 / 0.56) 100%),
    linear-gradient(135deg, rgb(208 0 0 / 0.16), transparent 48%);
  pointer-events: none;
}

.play-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  background: rgb(5 5 5 / 0.76);
  padding: 0.62rem 0.9rem;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.video-card:hover .video-cover {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.025);
}

.video-card h3 {
  margin: 1rem 0 0;
  color: var(--ivory);
  font-size: 1.25rem;
  line-height: 1.2;
}

.video-card p {
  margin: 0.65rem 0 0;
  color: rgb(247 242 234 / 0.74);
  line-height: 1.65;
}

.final-cta {
  max-width: 820px;
}

.final-cta h2 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1;
}

.final-cta p:not(.eyebrow) {
  color: rgb(247 242 234 / 0.76);
  line-height: 1.75;
}

.contact-intents {
  margin-top: 0;
}

.light-timeline article {
  border-color: rgb(5 5 5 / 0.1);
  background: var(--paper);
  box-shadow: 0 20px 60px rgb(5 5 5 / 0.06);
}

.light-timeline h3 {
  color: var(--stage);
}

.light-timeline p {
  color: rgb(8 8 8 / 0.7);
}

.faq-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.faq-grid details {
  border: 1px solid var(--white-10);
  border-radius: 1.25rem;
  background: var(--white-04);
  padding: 1rem 1.1rem;
}

.faq-grid summary {
  min-height: 44px;
  cursor: pointer;
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
}

.faq-grid summary::marker {
  color: var(--champagne);
}

.faq-grid p {
  margin: 0.7rem 0 0;
  color: rgb(247 242 234 / 0.74);
  line-height: 1.7;
}

.offer-stack {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.offer {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.offer:hover {
  border-color: rgb(255 42 29 / 0.25);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.2);
  transform: translateY(-2px);
}

.offer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.4rem, 3vw, 1.5rem);
}

.offer-copy p:not(.eyebrow) {
  margin: 1.1rem 0 0;
}

.offer-copy ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.offer-copy li {
  position: relative;
  padding-left: 1.55rem;
  color: rgb(247 242 234 / 0.8);
  font-size: 0.95rem;
  font-weight: 750;
}

.offer-copy li::before {
  top: 0.48rem;
  left: 0;
}

.offer-copy .button {
  margin-top: 1.8rem;
}

.product-grid {
  margin-top: 0;
}

.product-card {
  border: 1px solid rgb(5 5 5 / 0.1);
  border-radius: var(--radius-lg);
  background: var(--paper);
  padding: clamp(1.5rem, 4vw, 2.3rem);
  box-shadow: 0 20px 60px rgb(5 5 5 / 0.08);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgb(208 0 0 / 0.2);
  box-shadow: 0 26px 76px rgb(5 5 5 / 0.14);
  transform: translateY(-2px);
}

.product-image {
  width: 100%;
  height: clamp(260px, 34vw, 380px);
  max-height: 360px;
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
  object-fit: cover;
  transition:
    filter 240ms ease,
    transform 320ms ease;
}

.product-card:hover .product-image {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.012);
}

.dark-card .product-image {
  max-height: none;
  background: transparent;
  object-fit: cover;
  object-position: center 38%;
}

.product-card .eyebrow {
  color: var(--gold-text);
}

.dark-card {
  border-color: rgb(255 42 29 / 0.18);
  background: linear-gradient(145deg, var(--stage) 0%, var(--asphalt) 100%);
  color: var(--ivory);
}

.dark-card .eyebrow {
  color: var(--champagne);
}

.light .dark-card h2 {
  color: var(--ivory);
}

.light .dark-card p,
.dark-card p {
  color: rgb(247 242 234 / 0.74);
}

.product-card .button {
  margin-top: 1.6rem;
}

.contact-grid {
  display: grid;
  gap: 2rem;
}

.contact-notes {
  display: grid;
  gap: 0.85rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-notes li {
  position: relative;
  padding-left: 1.65rem;
  color: rgb(247 242 234 / 0.76);
  font-weight: 750;
}

.contact-notes li::before {
  top: 0.55rem;
  left: 0;
}

.contact-form {
  padding: clamp(1.2rem, 4vw, 2rem);
  box-shadow: var(--shadow-premium);
}

.form-helper {
  margin: 0 0 1.2rem;
  border: 1px solid rgb(255 42 29 / 0.24);
  border-radius: 1rem;
  background: rgb(225 6 0 / 0.09);
  padding: 0.9rem 1rem;
  color: rgb(247 242 234 / 0.78);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.48rem;
  color: var(--ivory);
  font-size: 0.92rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 1rem;
  background: var(--stage);
  color: var(--ivory);
  padding: 0.8rem 0.9rem;
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form > label {
  margin-top: 1rem;
}

.consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  margin-top: 1rem;
  color: rgb(247 242 234 / 0.76) !important;
  font-weight: 650 !important;
}

.consent input {
  width: 1.18rem;
  height: 1.18rem;
  min-height: auto;
  margin-top: 0.22rem;
  accent-color: var(--rosso);
}

.contact-form button {
  margin-top: 1.4rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 1rem 0 0;
  color: rgb(247 242 234 / 0.72);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.55;
}

.ux-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 640ms ease,
    transform 640ms ease;
}

.ux-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.ux-reveal,
.proof-card.ux-reveal,
.video-card.ux-reveal {
  transition:
    opacity 640ms ease,
    transform 640ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-card.ux-reveal.is-visible:hover {
  transform: translateY(-3px);
}

.proof-card.ux-reveal.is-visible:hover,
.video-card.ux-reveal.is-visible:hover,
.offer.ux-reveal.is-visible:hover {
  transform: translateY(-2px);
}

.site-footer {
  border-top: 1px solid var(--white-10);
  background: var(--graphite);
  padding-block: 2rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgb(247 242 234 / 0.6);
  font-size: 0.92rem;
}

.footer-inner p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sticky-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  border: 1px solid var(--white-10);
  border-radius: 999px;
  background: rgb(5 5 5 / 0.92);
  padding: 0.45rem;
  box-shadow: var(--shadow-premium);
  backdrop-filter: blur(16px);
}

.sticky-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  color: var(--ivory);
  font-size: 0.88rem;
  font-weight: 950;
  text-decoration: none;
}

.sticky-actions a:first-child {
  background: var(--rosso);
  color: var(--ivory);
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.48);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: rise 540ms ease-out both;
}

.hero-media.reveal {
  animation-delay: 120ms;
}

@media (min-width: 640px) {
  .proof-list,
  .stats,
  .testimonials,
  .product-grid,
  .proof-grid,
  .media-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-strip ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intent-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .desktop-nav,
  .header-cta {
    display: flex;
  }

  .mobile-menu {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
  }

  .detail-hero-grid {
    grid-template-columns: 1fr 0.92fr;
  }

  .split {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .three-columns,
  .stats,
  .testimonials,
  .proof-grid,
  .media-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-strip-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .media-strip ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .offer {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .offer-reverse .offer-media {
    order: 2;
  }

  .contact-grid {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid.single {
    grid-template-columns: 1fr;
  }

  .sticky-actions {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1080px) {
  .header-cta {
    display: none;
  }

  .desktop-nav {
    gap: 0.8rem;
  }

  .brand {
    font-size: 0.74rem;
  }
}

@media (max-width: 899px) {
  body {
    padding-bottom: 5.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
