.titan-buying-page {
  background:
    radial-gradient(circle at 50% 15%, rgba(68, 72, 79, 0.13), transparent 31%),
    #030303;
}

.titan-main {
  width: 100%;
  overflow: clip;
}

.titan-breadcrumb {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
}

.titan-breadcrumb a {
  padding-inline: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.42);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  backdrop-filter: blur(12px) saturate(125%);
}

.titan-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #000;
}

.titan-hero-media,
.titan-hero-media img,
.titan-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.titan-hero-media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.titan-hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.32)),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.35));
}

.titan-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 36px, 1100px);
  text-align: center;
}

.titan-hero-eyebrow {
  margin: 0;
  color: var(--apex-red);
  font-size: clamp(0.68rem, 1vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.titan-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(7rem, 20vw, 18rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.44);
}

.titan-hero-subtitle {
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.95rem, 1.7vw, 1.35rem);
  letter-spacing: 0.025em;
}

.titan-js .titan-hero-media,
.titan-js .titan-hero-eyebrow,
.titan-js .titan-hero h1,
.titan-js .titan-hero-subtitle {
  opacity: 0;
}

.titan-js .titan-hero h1,
.titan-js .titan-hero-eyebrow,
.titan-js .titan-hero-subtitle {
  transform: translateY(12px);
}

.titan-js .titan-hero-ready .titan-hero-media {
  animation: titan-media-reveal 720ms cubic-bezier(.22, .8, .32, 1) both;
}

.titan-js .titan-hero.titan-hero-ready h1 {
  animation: titan-copy-reveal 620ms cubic-bezier(.22, .8, .32, 1) 180ms both;
}

.titan-js .titan-hero-ready .titan-hero-eyebrow {
  animation: titan-copy-reveal 520ms cubic-bezier(.22, .8, .32, 1) 330ms both;
}

.titan-js .titan-hero-ready .titan-hero-subtitle {
  animation: titan-copy-reveal 520ms cubic-bezier(.22, .8, .32, 1) 470ms both;
}

@keyframes titan-media-reveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes titan-copy-reveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.titan-preview-chapter {
  position: relative;
  min-height: 165vh;
  min-height: 165dvh;
  background: #050505;
}

.titan-preview-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 48px max(24px, 4vw);
  box-sizing: border-box;
}

.titan-preview-stage {
  width: min(86vw, 1320px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #08090a;
}

.titan-preview-image-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.titan-preview-stage .apex-main-image[hidden] {
  display: none;
}

.titan-preview-selector {
  position: absolute;
  z-index: 4;
  bottom: clamp(16px, 2.2vw, 28px);
  left: 50%;
  width: auto;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(6, 7, 8, 0.48);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%);
}

.titan-preview-colours,
.titan-config-colours {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.titan-buying-page .titan-preview-colours .swatch.apex-colour-option {
  width: 48px;
  height: 48px;
  padding: 9px;
  justify-content: center;
  border-radius: 999px;
}

.titan-buying-page .titan-preview-colours .swatch-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.titan-buying-page .titan-preview-colours .swatch.apex-colour-option .dot {
  width: 26px;
  height: 26px;
}

.titan-content {
  width: min(var(--apex-content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(110px, 13vw, 180px) 0 clamp(88px, 10vw, 150px);
}

.titan-options {
  padding-bottom: 0;
}

.titan-options-header {
  max-width: 820px;
}

.titan-config-price {
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.titan-config-price strong {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.titan-config-price span,
.titan-option-note {
  color: var(--apex-muted);
  font-size: 0.74rem;
}

.titan-option-note {
  margin: -7px 0 18px;
}

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

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

.titan-density-grid .apex-choice-surface {
  min-height: 96px;
}

.titan-order {
  margin-top: clamp(90px, 10vw, 142px);
}

.titan-information {
  padding-top: clamp(130px, 15vw, 210px);
}

.titan-story-copy {
  max-width: 900px;
}

.titan-why {
  margin-top: clamp(80px, 10vw, 140px);
}

.titan-why > h2 {
  margin-top: 7px;
}

.titan-why-grid {
  margin-top: clamp(36px, 5vw, 62px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--apex-line);
  border-bottom: 1px solid var(--apex-line);
}

.titan-why-grid article {
  min-height: 260px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--apex-line);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 62%);
}

.titan-why-grid article:last-child {
  border-right: 0;
}

.titan-why-grid span {
  color: var(--apex-red);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.titan-why-grid h3 {
  margin: 70px 0 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
}

.titan-why-grid p {
  margin: 18px 0 0;
  color: var(--apex-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

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

.titan-benefits li:nth-child(3n) {
  border-right: 0;
}

.titan-benefits li:nth-child(-n + 3) {
  border-bottom: 1px solid var(--apex-line);
}

.titan-story-media {
  margin: clamp(86px, 10vw, 144px) 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.titan-story-media .apex-feature-media {
  aspect-ratio: 16 / 10;
  margin: 0;
}

.titan-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .titan-preview-chapter {
    min-height: 0;
  }

  .titan-preview-sticky {
    position: static;
    min-height: 0;
    padding: 84px 18px;
  }

  .titan-preview-stage {
    width: min(100%, 760px);
  }

  .titan-content {
    width: min(100% - 36px, var(--apex-content));
    padding-top: 100px;
  }

  .titan-why-grid {
    grid-template-columns: 1fr;
  }

  .titan-why-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--apex-line);
  }

  .titan-why-grid article:last-child {
    border-bottom: 0;
  }

  .titan-why-grid h3 {
    margin-top: 42px;
  }

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

  .titan-benefits li,
  .titan-benefits li:nth-child(3n) {
    border-right: 1px solid var(--apex-line);
  }

  .titan-benefits li:nth-child(2n) {
    border-right: 0;
  }

  .titan-benefits li:nth-child(-n + 4) {
    border-bottom: 1px solid var(--apex-line);
  }

  .titan-benefits li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .titan-breadcrumb {
    top: env(safe-area-inset-top);
    padding-top: 12px;
  }

  .titan-hero-copy {
    width: min(100% - 28px, 700px);
  }

  .titan-hero h1 {
    font-size: clamp(6rem, 34vw, 10rem);
  }

  .titan-preview-sticky {
    padding: 70px 14px;
  }

  .titan-preview-stage {
    aspect-ratio: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .titan-preview-image-frame {
    position: relative;
    inset: auto;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--apex-line);
    border-radius: 22px;
    background: #08090a;
  }

  .titan-preview-selector {
    bottom: 14px;
  }

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

  .titan-content {
    width: min(100% - 28px, var(--apex-content));
    padding-top: 84px;
  }

  .titan-size-grid,
  .titan-density-grid,
  .titan-story-media,
  .titan-benefits {
    grid-template-columns: 1fr;
  }

  .titan-config-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .titan-density-grid .apex-choice-surface {
    min-height: 76px;
  }

  .titan-order {
    margin-top: 76px;
  }

  .titan-why {
    margin-top: 82px;
  }

  .titan-benefits li,
  .titan-benefits li:nth-child(2n),
  .titan-benefits li:nth-child(3n) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--apex-line);
  }

  .titan-benefits li:last-child {
    border-bottom: 0;
  }

  .titan-story-media {
    margin-block: 78px;
  }

  .titan-story-media .apex-feature-media {
    aspect-ratio: 1 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .titan-js .titan-hero-media,
  .titan-js .titan-hero-eyebrow,
  .titan-js .titan-hero h1,
  .titan-js .titan-hero-subtitle {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
