:root {
  --petrol: #0b1f26;
  --petrol-2: #112e36;
  --petrol-3: #07313c;
  --sand: #d6b387;
  --sand-light: #f2efe6;
  --charcoal: #161a1f;
  --muted: rgba(242, 239, 230, 0.72);
  --quiet: rgba(242, 239, 230, 0.54);
  --line: rgba(214, 179, 135, 0.2);
  --blue: #37a7ff;
  --blue-hover: #6bc0ff;
  --ink: #071219;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  background: var(--petrol);
  color: var(--sand-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--petrol);
  color: var(--sand-light);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(17, 46, 54, 0.72), rgba(11, 31, 38, 0) 38%),
    linear-gradient(115deg, rgba(55, 167, 255, 0.07), rgba(11, 31, 38, 0) 44%),
    linear-gradient(25deg, rgba(214, 179, 135, 0.045), rgba(11, 31, 38, 0) 46%);
}

a {
  color: inherit;
}

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

::selection {
  background: rgba(55, 167, 255, 0.34);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  padding: 10px 12px;
  transform: translateY(-160%);
  background: var(--sand-light);
  color: var(--ink);
  text-decoration: none;
}

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

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: clamp(20px, 2vw, 34px) clamp(22px, 4.8vw, 78px) 30px;
}

.home-shell {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(34px, 4vw, 66px);
}

.page-shell {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(40px, 6vw, 92px);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--sand);
  font-size: clamp(32px, 2.4vw, 46px);
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  --mark-size: 40px;
  --ring-size: 34px;
  --ring-left: 32px;
  --ring-border: 3px;
  --ring-glow: 0 0 18px rgba(55, 167, 255, 0.72);
  position: relative;
  display: inline-block;
  width: 66px;
  height: 44px;
  flex: 0 0 auto;
}

/* Canonical Retape mark: sand circle in front, smaller blue ring behind to the right. */
.brand-mark span {
  position: absolute;
  top: 50%;
  width: var(--mark-size);
  height: var(--mark-size);
  border-radius: 999px;
  transform: translateY(-50%);
}

.brand-mark span:first-child {
  left: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 225, 185, 0.44), rgba(214, 179, 135, 0) 34%),
    linear-gradient(145deg, #e5bf8f, var(--sand));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.brand-mark span:last-child {
  left: var(--ring-left);
  width: var(--ring-size);
  height: var(--ring-size);
  border: var(--ring-border) solid var(--blue);
  background: transparent;
  box-shadow: var(--ring-glow);
}

.header-links a,
.site-footer a {
  color: var(--sand-light);
  text-decoration: none;
}

.header-links a {
  color: var(--sand);
  font-size: 15px;
}

.header-links a:hover,
.header-links a:focus,
.site-footer a:hover,
.site-footer a:focus {
  color: var(--blue-hover);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  grid-template-areas:
    "copy stage"
    "action stage";
  grid-template-rows: minmax(0, auto) auto;
  align-items: center;
  column-gap: clamp(34px, 5vw, 96px);
  row-gap: 28px;
}

.brand-hero {
  align-items: stretch;
  position: relative;
  grid-template-areas: "copy stage";
  grid-template-rows: auto;
}

.hero-copy {
  grid-area: copy;
  max-width: 760px;
}

.brand-scene {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px) 0;
  padding-bottom: clamp(132px, 11vw, 170px);
  overflow: hidden;
}

.brand-scene::before,
.brand-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-scene::before {
  inset: 4% -18% 4% -12%;
  background:
    linear-gradient(105deg, rgba(11, 31, 38, 0.98) 0%, rgba(11, 31, 38, 0.8) 38%, rgba(55, 167, 255, 0.14) 64%, rgba(214, 179, 135, 0.11) 100%),
    radial-gradient(circle at 78% 38%, rgba(242, 239, 230, 0.18), transparent 22%),
    linear-gradient(150deg, transparent 50%, rgba(214, 179, 135, 0.13) 50.2%, transparent 51%),
    linear-gradient(170deg, transparent 58%, rgba(55, 167, 255, 0.12) 58.2%, transparent 59%);
  opacity: 0.82;
  mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
}

.brand-scene::after {
  left: 0;
  right: 8%;
  bottom: 10%;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 179, 135, 0.46), rgba(55, 167, 255, 0.2), transparent);
}

.app-icon {
  position: relative;
  z-index: 1;
  width: clamp(116px, 12vw, 164px);
  aspect-ratio: 1;
  margin-bottom: clamp(18px, 2.4vw, 30px);
  border-radius: 26%;
  background:
    radial-gradient(circle at 68% 48%, rgba(55, 167, 255, 0.24), transparent 20%),
    linear-gradient(145deg, #123a45, #071920 72%);
  box-shadow:
    inset 0 1px 0 rgba(242, 239, 230, 0.08),
    0 26px 58px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(55, 167, 255, 0.12);
}

.app-icon span {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.app-icon span:first-child {
  left: 20%;
  z-index: 2;
  width: 43%;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e1bf91, var(--sand));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.app-icon span:last-child {
  left: 47%;
  width: 35%;
  aspect-ratio: 1;
  border: 4px solid var(--blue);
  box-shadow: 0 0 20px rgba(55, 167, 255, 0.86);
}

.brand-name {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--sand-light);
  font-size: clamp(68px, 8.8vw, 126px);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0;
}

.brand-scene .eyebrow {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--sand);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 650;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--sand-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(54px, 5.3vw, 96px);
  line-height: 0.96;
}

.brand-scene h1 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-top: clamp(34px, 3.8vw, 52px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 300;
  line-height: 1.08;
}

.lede {
  max-width: 690px;
  margin: clamp(20px, 2vw, 30px) 0 0;
  color: var(--sand-light);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.43;
}

.brand-scene .lede {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-top: 14px;
  color: rgba(242, 239, 230, 0.78);
  font-size: clamp(18px, 1.2vw, 20px);
}

.blue-line {
  position: relative;
  z-index: 1;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: var(--blue);
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 400;
}

.hero-action {
  grid-area: action;
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.brand-hero .hero-action {
  grid-area: copy;
  align-self: end;
  position: relative;
  z-index: 2;
}

.hero-action p {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.button-primary {
  padding: 0 30px;
  background: var(--blue);
  color: #061118;
  box-shadow: 0 14px 34px rgba(55, 167, 255, 0.2);
}

.button-primary:hover,
.button-primary:focus {
  background: var(--blue-hover);
  color: #fff;
}

.button-secondary {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(55, 167, 255, 0.52);
  color: var(--sand-light);
}

.button-secondary:hover,
.button-secondary:focus {
  background: rgba(55, 167, 255, 0.12);
}

.feature-stage {
  grid-area: stage;
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 18px;
}

.url-pill {
  justify-self: start;
  display: grid;
  gap: 8px;
  color: var(--sand);
}

.url-pill span {
  font-size: 13px;
  letter-spacing: 0.26em;
}

.url-pill strong {
  min-width: min(100%, 280px);
  border: 1px solid rgba(214, 179, 135, 0.78);
  border-radius: 999px;
  padding: 12px 32px 14px;
  color: var(--sand-light);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 300;
  line-height: 1;
}

.url-pill em {
  color: var(--blue);
  font-style: normal;
}

.feature-panels {
  display: grid;
  gap: 18px;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(260px, 0.8fr);
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(214, 179, 135, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(17, 46, 54, 0.82), rgba(11, 31, 38, 0.84)),
    var(--petrol);
}

.feature-copy {
  max-width: 390px;
}

.feature-label {
  margin: 0 0 12px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-copy h2 {
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.04;
}

.feature-copy p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.feature-controls {
  display: none;
}

.phone-mockup {
  position: relative;
  width: min(100%, 330px);
  min-height: 570px;
  justify-self: center;
  padding: 26px 22px;
  border: 1px solid rgba(214, 179, 135, 0.22);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(17, 46, 54, 0.9), rgba(11, 31, 38, 0.96)),
    var(--charcoal);
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.36),
    0 0 0 10px rgba(214, 179, 135, 0.035);
  overflow: hidden;
}

.phone-mockup::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 12px;
  height: 4px;
  border-radius: 99px;
  background: rgba(242, 239, 230, 0.22);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
}

.phone-top strong {
  color: var(--sand);
  font-weight: 700;
}

.waveform {
  height: 178px;
  margin: 96px 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.waveform i {
  display: block;
  width: 9px;
  height: var(--h);
  min-height: 26px;
  border-radius: 99px;
  background: var(--sand);
}

.waveform-blue i:nth-child(2n) {
  background: var(--blue);
}

.duration-row {
  display: flex;
  justify-content: space-between;
  color: var(--quiet);
  font-size: 13px;
}

.record-button {
  width: 100%;
  min-height: 58px;
  margin-top: 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #e4c196, var(--sand));
  color: var(--ink);
  font-weight: 800;
}

.status-stack,
.action-stack,
.chapter-list {
  display: grid;
  gap: 12px;
}

.status-stack {
  margin-top: 56px;
}

.status-stack span,
.chapter-list span {
  border: 1px solid rgba(214, 179, 135, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(22, 26, 31, 0.32);
  color: var(--sand-light);
  font-size: 14px;
}

.phone-protected .waveform {
  height: 138px;
  margin-top: 48px;
}

.phone-focused {
  display: grid;
  align-content: start;
}

.action-stack {
  margin-top: 86px;
}

.action-stack span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 179, 135, 0.18);
  border-radius: 8px;
  color: var(--sand-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
}

.action-stack span:nth-child(2) {
  border-color: rgba(55, 167, 255, 0.56);
  color: var(--blue-hover);
}

.quiet-note {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.phone-chapters .waveform {
  height: 128px;
  margin-top: 68px;
}

.chapter-list span {
  position: relative;
  padding-left: 32px;
}

.chapter-list span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 99px;
  background: var(--blue);
}

.mission-band {
  max-width: 1050px;
  margin: clamp(64px, 8vw, 124px) 0 0;
}

.mission-band h2 {
  max-width: 1020px;
  font-size: clamp(34px, 4vw, 70px);
  line-height: 1.04;
}

.story-grid {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-grid article,
.access-section {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.story-grid span {
  color: var(--sand);
  font-size: 13px;
  font-weight: 700;
}

.story-grid h2 {
  margin-top: 14px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.09;
}

.story-grid p,
.access-section p,
.legal-page p,
.confirmation-page p {
  color: var(--muted);
}

.story-grid p {
  margin: 12px 0 0;
}

.access-section {
  margin-top: clamp(56px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 90px);
  align-items: start;
}

.access-section h2 {
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.04;
}

.access-section p {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: clamp(17px, 1.2vw, 20px);
}

.site-footer {
  margin-top: clamp(42px, 6vw, 84px);
  border-top: 1px solid var(--line);
  padding-top: 18px;
  padding-bottom: clamp(24px, 3vw, 48px);
  color: var(--muted);
  font-size: 15px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px clamp(22px, 4vw, 56px);
}

.legal-page,
.confirmation-page {
  width: min(100%, 840px);
}

.legal-page h1,
.confirmation-page h1 {
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
}

.legal-page section {
  margin-top: 34px;
}

.legal-page h2 {
  font-family: inherit;
  color: var(--sand);
  font-size: 19px;
  font-weight: 700;
}

.legal-page h3 {
  margin: 24px 0 8px;
  color: var(--sand-light);
  font-size: 18px;
  font-weight: 700;
}

.legal-page p,
.confirmation-page p {
  font-size: 18px;
}

.legal-page ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 18px;
}

.legal-page li + li {
  margin-top: 7px;
}

.legal-page a {
  color: var(--sand-light);
}

.last-updated {
  margin-top: 18px;
}

.legal-note {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 15px !important;
}

.confirmation-page {
  align-self: center;
}

.confirmation-page p {
  max-width: 620px;
  margin: 22px 0 28px;
}

.auth-shell {
  gap: clamp(34px, 4.6vw, 72px);
}

.auth-page {
  width: min(100%, 720px);
  align-self: center;
}

.auth-card {
  border: 1px solid rgba(214, 179, 135, 0.22);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 88% 14%, rgba(55, 167, 255, 0.14), rgba(11, 31, 38, 0) 34%),
    rgba(7, 18, 25, 0.42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.auth-card h1 {
  margin: 12px 0 0;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
}

.auth-copy {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
}

.auth-form {
  margin-top: clamp(28px, 3.4vw, 42px);
  display: grid;
  gap: 20px;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field label {
  color: var(--sand);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-field input {
  min-height: 58px;
  border: 1px solid rgba(214, 179, 135, 0.44);
  border-radius: 12px;
  padding: 0 18px;
  background: rgba(11, 31, 38, 0.62);
  color: var(--sand-light);
  outline: none;
}

.auth-field input:focus {
  border-color: rgba(55, 167, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(55, 167, 255, 0.16);
}

.auth-field p {
  margin: 0;
  color: var(--quiet);
  font-size: 14px;
}

.auth-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(180deg, #e5bd86, var(--sand));
  color: #20140c;
  font: inherit;
  font-size: 19px;
  text-decoration: none;
  cursor: pointer;
}

.auth-button:disabled {
  cursor: not-allowed;
  opacity: 0.64;
}

.auth-button:hover:not(:disabled),
.auth-button:focus {
  background: linear-gradient(180deg, #f0c995, #dec090);
  outline: 3px solid rgba(55, 167, 255, 0.22);
  outline-offset: 3px;
}

.auth-status {
  margin-top: 24px;
  border-radius: 12px;
  padding: 16px 18px;
  color: var(--sand-light);
  font-size: 16px;
}

.auth-status strong,
.auth-status span {
  display: block;
}

.auth-status span {
  margin-top: 6px;
  color: var(--muted);
}

.auth-status.is-loading {
  border: 1px solid rgba(55, 167, 255, 0.28);
  background: rgba(55, 167, 255, 0.08);
}

.auth-status.is-error {
  border: 1px solid rgba(242, 160, 60, 0.42);
  background: rgba(242, 160, 60, 0.1);
}

.auth-status.is-success {
  border: 1px solid rgba(55, 167, 255, 0.42);
  background: rgba(55, 167, 255, 0.1);
}

.auth-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.auth-secondary-link {
  display: inline-flex;
  align-items: center;
  color: var(--sand-light);
  text-underline-offset: 5px;
}

.confirmation-body {
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(55, 167, 255, 0.1), rgba(11, 31, 38, 0) 30%),
    linear-gradient(180deg, #0a232b 0%, #071920 100%);
}

.confirmation-body::before {
  background:
    linear-gradient(180deg, rgba(17, 46, 54, 0.46), rgba(11, 31, 38, 0) 42%),
    linear-gradient(115deg, rgba(55, 167, 255, 0.05), rgba(11, 31, 38, 0) 44%);
}

.confirmation-shell {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.confirmation-header,
.confirmation-footer {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding-inline: clamp(22px, 4.8vw, 78px);
}

.confirmation-header {
  padding-top: clamp(18px, 2vw, 30px);
}

.confirmation-header .brand {
  color: var(--sand-light);
  font-size: clamp(28px, 2vw, 38px);
}

.confirmation-header .brand-mark {
  --mark-size: 34px;
  --ring-size: 29px;
  --ring-left: 27px;
  --ring-border: 3px;
  --ring-glow: 0 0 16px rgba(55, 167, 255, 0.7);
  width: 54px;
  height: 34px;
}

.app-confirmation-page {
  position: relative;
  z-index: 1;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: clamp(36px, 4.4vw, 72px);
  padding: clamp(28px, 5vh, 70px) clamp(22px, 6vw, 92px) clamp(36px, 5vh, 66px);
  text-align: center;
  isolation: isolate;
}

.app-confirmation-page::before,
.app-confirmation-page::after {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  bottom: 19vh;
  z-index: -1;
  height: 18vh;
  min-height: 150px;
  border-radius: 48% 52% 0 0 / 64% 72% 0 0;
  background: rgba(17, 62, 72, 0.5);
  transform: rotate(-4deg);
  opacity: 0.78;
}

.app-confirmation-page::after {
  bottom: 12vh;
  height: 16vh;
  background: rgba(15, 54, 63, 0.62);
  transform: rotate(6deg);
  opacity: 0.86;
}

.app-confirmation-card {
  display: grid;
  justify-items: center;
  gap: clamp(44px, 6vh, 78px);
}

.confirmation-brand {
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}

.confirmation-mark {
  position: relative;
  display: block;
  width: clamp(182px, 22vw, 322px);
  height: clamp(118px, 14vw, 202px);
}

.confirmation-mark span {
  position: absolute;
  top: 0;
  width: clamp(118px, 14vw, 202px);
  height: clamp(118px, 14vw, 202px);
  border-radius: 50%;
}

.confirmation-mark span:first-child {
  left: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 225, 185, 0.52), rgba(214, 179, 135, 0) 34%),
    linear-gradient(145deg, #e5bf8f, var(--sand));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.confirmation-mark span:last-child {
  right: clamp(22px, 2.4vw, 38px);
  top: 11%;
  width: clamp(88px, 10.4vw, 150px);
  height: clamp(88px, 10.4vw, 150px);
  border: clamp(6px, 0.54vw, 8px) solid #b9ecff;
  background: rgba(55, 167, 255, 0.04);
  box-shadow:
    0 0 26px rgba(55, 167, 255, 0.58),
    inset 0 0 18px rgba(55, 167, 255, 0.26);
}

.confirmation-copy {
  width: min(100%, 760px);
  display: grid;
  justify-items: center;
}

.confirmation-copy h1 {
  margin: 0;
  color: var(--sand-light);
  font-size: clamp(56px, 6.2vw, 110px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.confirmation-subtitle {
  margin: clamp(20px, 2.4vw, 34px) 0 0;
  color: #85cfff;
  font-size: clamp(27px, 2.7vw, 47px);
  font-weight: 300;
  line-height: 1.18;
}

.confirmation-copy i {
  width: 58px;
  height: 2px;
  margin: clamp(32px, 3.8vw, 54px) 0;
  display: block;
  background: var(--sand);
}

.confirmation-phone-note {
  max-width: 710px;
  margin: 0;
  color: var(--sand-light);
  font-size: clamp(26px, 2.45vw, 42px);
  font-weight: 500;
  line-height: 1.25;
}

.confirmation-app-button {
  min-width: clamp(232px, 24vw, 354px);
  min-height: clamp(58px, 5vw, 82px);
  margin-top: clamp(30px, 3.4vw, 52px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid rgba(255, 222, 178, 0.45);
  border-radius: 999px;
  background: linear-gradient(180deg, #e6c093, var(--sand));
  color: #20140c;
  font-size: clamp(19px, 1.65vw, 28px);
  text-decoration: none;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.26);
}

.confirmation-app-button:hover,
.confirmation-app-button:focus {
  background: linear-gradient(180deg, #f0c995, #dec090);
  outline: 3px solid rgba(55, 167, 255, 0.26);
  outline-offset: 4px;
}

.confirmation-button {
  margin-top: clamp(18px, 1.8vw, 26px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(242, 239, 230, 0.78);
  font-size: clamp(15px, 1.1vw, 18px);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.confirmation-button:hover,
.confirmation-button:focus {
  color: var(--blue-hover);
  outline: none;
}

.confirmation-footer {
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: clamp(24px, 3vw, 42px);
}

@media (min-width: 861px) {
  .retape-js .feature-panels {
    position: relative;
    min-height: 650px;
  }

  .retape-js .feature-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px);
    transition: opacity 240ms ease, transform 240ms ease;
  }

  .retape-js .feature-panel.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .retape-js .feature-controls {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

.feature-controls button {
    min-height: 54px;
    border: 1px solid rgba(214, 179, 135, 0.18);
    border-radius: 8px;
    padding: 10px 11px;
    background: rgba(22, 26, 31, 0.24);
    color: var(--quiet);
    cursor: pointer;
    text-align: left;
  }

  .feature-controls span {
    display: block;
    margin-bottom: 3px;
    color: var(--sand);
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .feature-controls button:hover,
  .feature-controls button:focus,
  .feature-controls button.is-active {
    border-color: rgba(55, 167, 255, 0.58);
    background: rgba(55, 167, 255, 0.11);
    color: var(--sand-light);
    outline: none;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "stage"
      "action";
  }

  .brand-hero .hero-action {
    grid-area: action;
    align-self: auto;
  }

  .brand-scene {
    min-height: auto;
    padding-bottom: clamp(40px, 8vw, 72px);
  }

  .feature-panel {
    grid-template-columns: minmax(240px, 0.8fr) minmax(260px, 1fr);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 860px) {
  .site-shell {
    padding: 24px 20px 28px;
  }

  .site-header {
    align-items: flex-start;
  }

  .header-links {
    display: none;
  }

  .brand {
    gap: 13px;
    font-size: 36px;
  }

  .brand-mark {
    --mark-size: 32px;
    --ring-size: 27px;
    --ring-left: 25px;
    --ring-border: 3px;
    width: 54px;
    height: 32px;
  }

  .hero {
    row-gap: 28px;
  }

  .hero h1 {
    font-size: clamp(47px, 13vw, 70px);
    max-width: 12ch;
  }

  .lede {
    font-size: 19px;
  }

  .feature-panels {
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 88%);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding: 0 2px 16px;
  }

  .feature-panel {
    scroll-snap-align: start;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 16px;
  }

  .phone-mockup {
    width: min(100%, 290px);
    min-height: 500px;
    border-radius: 30px;
  }

  .waveform {
    margin-top: 74px;
  }

  .feature-controls {
    display: none !important;
  }

  .hero-action {
    align-items: stretch;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }

  .mission-band {
    margin-top: 56px;
  }

  .mission-band h2,
  .access-section h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .access-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .auth-actions {
    display: grid;
  }

  .auth-actions .auth-button,
  .auth-actions .auth-secondary-link {
    width: 100%;
    justify-content: center;
  }

  .app-confirmation-page {
    gap: 42px;
    padding: 42px 22px 36px;
  }

  .app-confirmation-page::before {
    bottom: 25vh;
  }

  .app-confirmation-page::after {
    bottom: 18vh;
  }

  .app-confirmation-card {
    gap: 34px;
  }

  .confirmation-copy h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .confirmation-subtitle {
    font-size: clamp(25px, 7vw, 36px);
  }

}

@media (max-width: 460px) {
  .eyebrow {
    letter-spacing: 0.18em;
  }

  .feature-panels {
    grid-auto-columns: minmax(280px, 94%);
  }

  .feature-copy h2 {
    font-size: 28px;
  }

  .confirmation-mark {
    width: 174px;
    height: 110px;
  }

  .confirmation-mark span {
    width: 110px;
    height: 110px;
  }

  .confirmation-mark span:last-child {
    top: 12px;
    right: 14px;
    width: 86px;
    height: 86px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Cinematic homepage direction */
.home-shell {
  width: 100%;
  max-width: none;
  padding: 0 clamp(20px, 2.8vw, 42px);
  gap: 0;
}

.home-shell main {
  min-width: 0;
}

.home-shell .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: clamp(76px, 4.4vw, 118px);
  margin-inline: calc(clamp(20px, 2.8vw, 42px) * -1);
  padding-inline: clamp(20px, 2.8vw, 42px);
  align-items: center;
  background: rgba(9, 27, 34, 0.96);
  border-bottom: 1px solid rgba(214, 179, 135, 0.16);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  transition:
    min-height 180ms ease,
    padding 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    backdrop-filter 180ms ease;
}

.home-shell .brand {
  gap: clamp(14px, 0.95vw, 24px);
  font-size: clamp(30px, 2.15vw, 58px);
  font-weight: 400;
  color: var(--sand-light);
  transition: gap 180ms ease, font-size 180ms ease, transform 180ms ease;
}

.home-shell .brand-mark {
  --mark-size: clamp(40px, 2.2vw, 58px);
  --ring-size: clamp(34px, 1.9vw, 50px);
  --ring-left: clamp(32px, 1.75vw, 46px);
  --ring-border: clamp(3px, 0.16vw, 4px);
  --ring-glow: 0 0 18px rgba(55, 167, 255, 0.86);
  width: clamp(66px, 3.65vw, 96px);
  height: clamp(44px, 2.45vw, 64px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: width 180ms ease, height 180ms ease, transform 180ms ease;
}

.home-shell .brand-mark span {
  transition:
    left 180ms ease,
    width 180ms ease,
    height 180ms ease,
    border-width 180ms ease,
    box-shadow 180ms ease;
}

.home-shell .brand-mark span:first-child {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.home-shell .header-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.9vw, 116px);
  color: rgba(242, 239, 230, 0.72);
  transition: gap 180ms ease, opacity 180ms ease;
}

.home-shell .header-links a {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 0.78vw, 22px);
  margin: -10px -14px;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: clamp(18px, 1.12vw, 31px);
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    font-size 180ms ease;
}

.home-shell .header-links a.is-active,
.home-shell .header-links a.is-active:hover,
.home-shell .header-links a.is-active:focus {
  background-color: var(--sand) !important;
  color: var(--petrol) !important;
}

.home-shell .nav-chevron {
  width: clamp(10px, 0.55vw, 15px);
  height: clamp(10px, 0.55vw, 15px);
  display: inline-block;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.9;
}

.home-shell .header-cta {
  min-height: clamp(40px, 2.5vw, 66px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 179, 135, 0.72);
  border-radius: 999px;
  padding: 0 clamp(34px, 2.35vw, 64px);
  color: #f4c46f;
  font-size: clamp(18px, 1.12vw, 31px);
  text-decoration: none;
  white-space: nowrap;
  transition:
    min-height 180ms ease,
    padding 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    font-size 180ms ease;
}

.retape-js .home-shell .site-header.is-condensed {
  min-height: clamp(58px, 3.05vw, 82px);
  background: rgba(9, 27, 34, 0.98);
  border-bottom: 1px solid rgba(214, 179, 135, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.retape-js .home-shell .site-header.is-condensed .brand {
  gap: clamp(10px, 0.66vw, 16px);
  font-size: clamp(22px, 1.24vw, 34px);
}

.retape-js .home-shell .site-header.is-condensed .brand-mark {
  --mark-size: clamp(28px, 1.45vw, 40px);
  --ring-size: clamp(25px, 1.32vw, 36px);
  --ring-left: clamp(22px, 1.16vw, 31px);
  --ring-border: 2px;
  --ring-glow: 0 0 13px rgba(55, 167, 255, 0.72);
  width: clamp(48px, 2.5vw, 68px);
  height: clamp(32px, 1.66vw, 45px);
}

.retape-js .home-shell .site-header.is-condensed .header-links {
  gap: clamp(24px, 3.1vw, 88px);
  color: rgba(242, 239, 230, 0.82);
}

.retape-js .home-shell .site-header.is-condensed .header-links a {
  font-size: clamp(15px, 0.88vw, 24px);
}

.retape-js .home-shell .site-header.is-condensed .header-cta {
  min-height: clamp(34px, 1.85vw, 50px);
  padding-inline: clamp(24px, 1.6vw, 44px);
  background: rgba(214, 179, 135, 0.08);
  font-size: clamp(15px, 0.88vw, 24px);
}

.cinema-hero {
  min-height: calc(100svh - 96px);
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1) 0;
  padding: clamp(20px, 2.2vw, 34px) clamp(54px, 5vw, 100px) clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(560px, 0.8fr) minmax(360px, 0.6fr);
  align-items: start;
  gap: clamp(10px, 2.2vw, 48px);
  position: relative;
  overflow: hidden;
  background: var(--petrol);
}

.cinema-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(74vw, 1380px);
  background:
    linear-gradient(90deg, rgba(11, 31, 38, 0.46), rgba(11, 31, 38, 0.12) 42%, rgba(11, 31, 38, 0.24) 100%),
    linear-gradient(180deg, rgba(11, 31, 38, 0.02), rgba(11, 31, 38, 0.38)),
    url("../img/retape-hero-background.png") right center / auto 100% no-repeat;
  opacity: 0.95;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 16%, #000 46%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 16%, #000 46%);
}

.cinema-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(214, 179, 135, 0.24);
}

.cinema-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 760px;
  padding-top: clamp(18px, 2.2vw, 34px);
}

.cinema-copy h1 {
  margin-top: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(58px, 5vw, 92px);
  font-weight: 300;
  line-height: 1.08;
}

.cinema-copy h1 span,
.flow-copy h2 span {
  color: var(--sand);
}

.cinema-copy .lede {
  max-width: 660px;
  color: rgba(242, 239, 230, 0.78);
  font-size: clamp(20px, 1.38vw, 27px);
  line-height: 1.45;
}

.hero-email-form {
  margin-top: clamp(30px, 3.4vw, 52px);
  max-width: 740px;
}

.email-form-label {
  display: block;
  margin-bottom: 18px;
  color: var(--sand);
  font-size: clamp(14px, 1vw, 19px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.email-control {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 230px);
  min-height: 64px;
  border: 1px solid rgba(214, 179, 135, 0.7);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(11, 31, 38, 0.44);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.email-control input {
  min-width: 0;
  border: 0;
  padding: 0 34px;
  background: transparent;
  color: var(--sand-light);
  font-size: clamp(20px, 1.4vw, 27px);
  outline: none;
}

.email-control input::placeholder {
  color: rgba(242, 239, 230, 0.62);
}

.email-control:focus-within {
  border-color: rgba(55, 167, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(55, 167, 255, 0.16), 0 20px 42px rgba(0, 0, 0, 0.18);
}

.email-control button {
  border: 0;
  border-radius: 999px;
  margin: -1px;
  background: linear-gradient(180deg, #e5bd86, var(--sand));
  color: #22140a;
  font-size: clamp(19px, 1.35vw, 25px);
  cursor: pointer;
}

.email-control button:hover,
.email-control button:focus {
  background: linear-gradient(180deg, #f0c995, #dec090);
  outline: none;
}

.hero-email-form p {
  margin: 18px 0 0;
  color: rgba(242, 239, 230, 0.72);
  font-size: clamp(16px, 1.1vw, 21px);
}

.hero-phone {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: start;
  margin-right: clamp(12px, 3.2vw, 82px);
}

.hero-carousel {
  position: relative;
  width: clamp(320px, 23vw, 390px);
  aspect-ratio: 1 / 2;
  overflow: hidden;
  isolation: isolate;
  filter: drop-shadow(0 38px 66px rgba(0, 0, 0, 0.42));
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(15%);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-slide.is-exiting {
  z-index: 1;
  opacity: 0;
  transform: translateX(-18%);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hero-carousel-next {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: clamp(-18px, -1vw, -12px);
  width: clamp(48px, 3vw, 62px);
  height: clamp(48px, 3vw, 62px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 179, 135, 0.68);
  border-radius: 999px;
  background: rgba(9, 27, 34, 0.82);
  color: var(--sand);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.hero-carousel-next:hover,
.hero-carousel-next:focus {
  border-color: rgba(55, 167, 255, 0.74);
  color: var(--blue-hover);
  outline: none;
}

.hero-carousel-next span {
  width: 15px;
  height: 15px;
  display: block;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

@media (min-width: 2400px) {
  .cinema-hero {
    min-height: calc(100svh - 120px);
    padding: 42px 125px 72px;
    grid-template-columns: minmax(700px, 0.8fr) minmax(450px, 0.6fr);
    gap: 60px;
  }

  .cinema-hero::before {
    width: min(74vw, 1725px);
  }

  .cinema-copy {
    max-width: 950px;
    padding-top: 42px;
  }

  .cinema-copy h1 {
    margin-top: 22px;
    font-size: 115px;
  }

  .cinema-copy .lede {
    max-width: 825px;
    font-size: 34px;
  }

  .hero-email-form {
    max-width: 925px;
    margin-top: 64px;
  }

  .email-form-label {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .email-control {
    grid-template-columns: 1fr minmax(225px, 288px);
    min-height: 80px;
  }

  .email-control input {
    padding-inline: 42px;
    font-size: 34px;
  }

  .email-control button {
    font-size: 31px;
  }

  .hero-email-form p {
    margin-top: 22px;
    font-size: 26px;
  }

  .hero-phone {
    margin-right: 102px;
  }

  .hero-carousel {
    width: 488px;
  }

  .hero-carousel-next {
    width: 78px;
    height: 78px;
  }

  .hero-carousel-next span {
    width: 19px;
    height: 19px;
  }
}

.phone-device {
  width: min(38vw, 360px);
  min-width: 310px;
  aspect-ratio: 0.52;
  padding: 28px 24px;
  border: 2px solid rgba(214, 179, 135, 0.44);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(7, 18, 25, 0.84), rgba(11, 31, 38, 0.98)),
    var(--charcoal);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.46),
    inset 0 0 0 8px rgba(0, 0, 0, 0.34);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: var(--sand-light);
  font-size: 13px;
}

.phone-status span:last-child {
  font-size: 24px;
}

.search-pill {
  margin: 22px 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(242, 239, 230, 0.065);
  color: rgba(242, 239, 230, 0.48);
  font-size: 13px;
}

.tape-list {
  display: grid;
  gap: 14px;
}

.tape-list article {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  border-radius: 18px;
  padding: 11px 12px;
  background: rgba(242, 239, 230, 0.05);
}

.tape-list strong {
  color: var(--sand-light);
  font-weight: 500;
}

.tape-list em {
  color: var(--quiet);
  font-style: normal;
  font-size: 12px;
}

.mini-wave,
.big-wave {
  display: block;
  height: 24px;
  background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 9px);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.mini-wave.blue,
.big-wave.blue {
  color: var(--blue);
}

.mini-wave.sand,
.big-wave.sand {
  color: var(--sand);
}

.phone-dock {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-dock span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(242, 239, 230, 0.08);
}

.phone-dock button {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(55, 167, 255, 0.9);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--sand) 0 26%, transparent 27%),
    rgba(55, 167, 255, 0.16);
  box-shadow: 0 0 28px rgba(55, 167, 255, 0.45);
}

.how-works {
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1);
  padding: clamp(54px, 5.6vw, 88px) clamp(24px, 4vw, 68px) clamp(42px, 4.6vw, 72px);
  min-width: 0;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(180deg, #f8f0e6 0%, #f2e7da 100%);
  color: #071219;
}

.how-works-heading {
  width: min(100%, 1320px);
  margin: 0 auto;
  text-align: center;
}

.how-eyebrow {
  margin: 0 0 6px;
  color: #a66231;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.how-works h2 {
  color: #071219;
  font-size: clamp(48px, 4.4vw, 88px);
  line-height: 0.98;
}

@media (min-width: 1180px) {
  .how-works h2 {
    white-space: nowrap;
  }
}

.how-works-heading p:last-child {
  margin: clamp(18px, 1.8vw, 26px) auto 0;
  color: rgba(7, 18, 25, 0.88);
  font-size: clamp(18px, 1.35vw, 25px);
  line-height: 1.45;
}

.how-steps {
  width: min(100%, 1760px);
  margin: clamp(38px, 4.2vw, 66px) auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 2.4vw, 48px);
}

.how-step {
  position: relative;
  display: grid;
  align-items: start;
  justify-items: center;
  gap: clamp(20px, 2.2vw, 34px);
  min-width: 0;
  text-align: center;
}

.how-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: min(54vw, 470px);
  right: calc(clamp(20px, 2.4vw, 48px) * -0.74);
  width: 31px;
  height: 18px;
  background:
    linear-gradient(45deg, transparent 48%, #a66231 49%, #a66231 54%, transparent 55%) right center / 14px 14px no-repeat,
    linear-gradient(#a66231, #a66231) left 50% / 24px 1px no-repeat;
  opacity: 0.84;
}

.how-step-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.how-step-copy span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(166, 98, 49, 0.86);
  border-radius: 999px;
  color: #a66231;
  font-size: 18px;
  line-height: 1;
}

.how-step-copy h3 {
  margin: 4px 0 0;
  color: #071219;
  font-size: clamp(17px, 1.1vw, 22px);
  font-weight: 720;
  line-height: 1.16;
}

.how-step-copy p {
  max-width: 230px;
  margin: 0;
  color: rgba(7, 18, 25, 0.86);
  font-size: clamp(14px, 0.92vw, 18px);
  line-height: 1.45;
}

.how-step img {
  width: min(100%, 292px);
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 24px rgba(7, 18, 25, 0.22));
}

.how-close {
  width: min(100%, 900px);
  margin: clamp(24px, 3vw, 44px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #071219;
  font-size: clamp(19px, 1.5vw, 28px);
  line-height: 1.3;
  text-align: center;
}

.how-close-icon {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid rgba(166, 98, 49, 0.86);
  border-radius: 999px;
  color: #a66231;
}

.how-close-icon::before {
  content: "";
  position: absolute;
  inset: 12px;
  background: currentColor;
  -webkit-mask: url("../img/noun-friends-7990147.png") center / contain no-repeat;
  mask: url("../img/noun-friends-7990147.png") center / contain no-repeat;
}

.how-carousel-controls {
  display: none;
}

.principle-strip {
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1);
  border-bottom: 1px solid rgba(214, 179, 135, 0.18);
  padding: clamp(34px, 4.5vw, 58px) clamp(42px, 6vw, 96px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background: rgba(7, 23, 29, 0.5);
}

.principle-strip article {
  min-height: 142px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-right: 1px solid rgba(214, 179, 135, 0.14);
  text-align: center;
}

.principle-strip article:last-child {
  border-right: 0;
}

.principle-strip p {
  margin: 0;
  color: rgba(242, 239, 230, 0.82);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.42;
}

.line-icon {
  width: 54px;
  height: 54px;
  display: block;
  border: 2px solid var(--sand);
  border-radius: 999px;
  color: var(--sand);
  opacity: 0.95;
}

.line-icon.ear,
.line-icon.lock,
.line-icon.people,
.line-icon.tape {
  border-radius: 12px;
}

.line-icon.rings {
  box-shadow: inset 0 0 0 9px var(--petrol), inset 0 0 0 11px var(--sand), inset 0 0 0 22px var(--petrol), inset 0 0 0 24px var(--sand);
}

.flow-section {
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1);
  padding: clamp(56px, 6vw, 84px) clamp(42px, 4.2vw, 72px);
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(36px, 5vw, 86px);
  border-bottom: 1px solid rgba(214, 179, 135, 0.18);
}

.flow-copy h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 300;
  line-height: 1.12;
}

.flow-copy p:last-child {
  max-width: 430px;
  color: rgba(242, 239, 230, 0.75);
  font-size: 17px;
  line-height: 1.75;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
}

.flow-steps article {
  border-left: 1px solid rgba(214, 179, 135, 0.15);
  padding-left: clamp(22px, 2.5vw, 42px);
}

.step-number {
  margin: 0 0 8px;
  color: var(--sand);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.flow-steps h3 {
  margin: 0;
  color: var(--sand-light);
  font-size: 22px;
  font-weight: 500;
}

.flow-steps p:not(.step-number) {
  min-height: 72px;
  color: rgba(242, 239, 230, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.mini-card {
  min-height: 300px;
  border: 1px solid rgba(214, 179, 135, 0.32);
  border-radius: 22px;
  padding: 26px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  background: linear-gradient(180deg, rgba(17, 46, 54, 0.68), rgba(11, 31, 38, 0.88));
}

.big-wave {
  width: 100%;
  height: 54px;
}

.mini-card strong {
  color: var(--sand-light);
  font-size: 20px;
  font-weight: 400;
}

.mini-card button {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(214, 179, 135, 0.68);
  border-radius: 999px;
  background: radial-gradient(circle, var(--sand) 0 24%, transparent 25%), rgba(214, 179, 135, 0.12);
}

.send-mark {
  position: relative;
  width: 112px;
  height: 80px;
  display: block;
}

.send-mark i {
  position: absolute;
  top: 12px;
  width: 64px;
  height: 64px;
  border-radius: 999px;
}

.send-mark i:first-child {
  left: 12px;
  z-index: 2;
  background: linear-gradient(145deg, #e1bf91, var(--sand));
}

.send-mark i:last-child {
  right: 12px;
  border: 3px solid var(--blue);
  box-shadow: 0 0 24px rgba(55, 167, 255, 0.7);
}

.send-card em {
  color: var(--quiet);
  font-style: normal;
}

.experience-section {
  scroll-margin-top: clamp(76px, 4.4vw, 118px);
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1);
  padding: 0 clamp(24px, 3.6vw, 54px) clamp(36px, 5vw, 72px);
  background:
    radial-gradient(circle at 22% 18%, rgba(55, 167, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(242, 160, 60, 0.08), transparent 30%),
    linear-gradient(180deg, #06151b 0%, #071e27 48%, #06151b 100%);
  color: var(--sand-light);
  overflow: hidden;
}

.experience-hero {
  min-height: clamp(470px, 46vw, 650px);
  margin: 0 calc(clamp(24px, 3.6vw, 54px) * -1);
  padding: clamp(70px, 7vw, 108px) clamp(34px, 5.4vw, 82px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(214, 179, 135, 0.28);
  background:
    linear-gradient(90deg, rgba(6, 18, 24, 0.98) 0%, rgba(6, 18, 24, 0.86) 32%, rgba(6, 18, 24, 0.28) 62%, rgba(6, 18, 24, 0.2) 100%),
    linear-gradient(180deg, rgba(6, 18, 24, 0.05), rgba(6, 18, 24, 0.56)),
    url("../img/experience-header.png") right 42% / cover no-repeat;
}

.experience-hero-copy {
  width: min(100%, 590px);
}

.experience-eyebrow {
  margin: 0;
  color: #f2a03c;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 740;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.experience-hero h2,
.experience-relationships h3,
.experience-card h3 {
  color: #f3ddc9;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.experience-hero h2 {
  margin: 24px 0 18px;
  font-size: clamp(46px, 4.4vw, 76px);
  line-height: 1.08;
}

.experience-hero p:not(.experience-eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(242, 239, 230, 0.88);
  font-size: clamp(17px, 1.24vw, 22px);
  line-height: 1.72;
}

.experience-hero-copy i {
  width: 50px;
  height: 2px;
  display: block;
  margin: 30px 0 28px;
  background: #f2a03c;
}

.experience-flow {
  width: min(100%, 1160px);
  margin: 36px auto 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 84px);
  align-items: center;
}

.receiver-role {
  justify-self: end;
  text-align: right;
}

.experience-role h3 {
  margin: 0 0 8px;
  color: #f2a03c;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.experience-role p {
  margin: 0;
  color: rgba(242, 239, 230, 0.82);
  font-size: clamp(16px, 1.12vw, 20px);
  line-height: 1.55;
}

.receiver-role h3 {
  color: var(--blue);
}

.experience-rings {
  position: relative;
  width: 94px;
  height: 58px;
  justify-self: center;
}

.experience-rings span {
  position: absolute;
  top: 5px;
  width: 48px;
  height: 48px;
  border: 2px solid #f2a03c;
  border-radius: 999px;
}

.experience-rings span:first-child {
  left: 12px;
}

.experience-rings span:last-child {
  right: 12px;
  border-color: var(--blue);
}

.experience-cards {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.experience-card {
  position: relative;
  min-height: clamp(300px, 28vw, 420px);
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(214, 179, 135, 0.32);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10, 24, 30, 0.92), rgba(6, 18, 24, 0.98));
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 18, 24, 0) 0%, rgba(6, 18, 24, 0.72) 48%, rgba(6, 18, 24, 0.95) 100%),
    linear-gradient(180deg, rgba(6, 18, 24, 0.08), rgba(6, 18, 24, 0.42));
}

.experience-card.image-right {
  grid-template-columns: 1fr 0.95fr;
}

.experience-card.image-right::before {
  background:
    linear-gradient(90deg, rgba(6, 18, 24, 0.95) 0%, rgba(6, 18, 24, 0.72) 52%, rgba(6, 18, 24, 0) 100%),
    linear-gradient(180deg, rgba(6, 18, 24, 0.08), rgba(6, 18, 24, 0.42));
}

.experience-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.experience-card.image-right img {
  grid-column: 2;
}

.experience-card-copy {
  position: relative;
  z-index: 2;
  padding: clamp(32px, 4vw, 58px) clamp(28px, 4vw, 48px) 104px;
  display: grid;
  align-content: start;
}

.experience-card.image-right .experience-card-copy {
  grid-column: 1;
  grid-row: 1;
}

.experience-card-kicker {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #f2a03c;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.is-listening .experience-card-kicker {
  color: var(--blue);
}

.experience-card-kicker span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0;
}

.experience-card h3 {
  margin: 0 0 22px;
  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.08;
  white-space: nowrap;
}

.experience-card-copy > p:last-child {
  margin: 0;
  color: rgba(242, 239, 230, 0.86);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.62;
}

.experience-audio {
  position: absolute;
  z-index: 3;
  left: 30%;
  right: 24px;
  bottom: 28px;
  min-height: 70px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(214, 179, 135, 0.34);
  border-radius: 999px;
  padding: 8px 22px 8px 8px;
  background: rgba(7, 18, 25, 0.78);
  backdrop-filter: blur(10px);
}

.image-right .experience-audio {
  left: 24px;
  right: 30%;
}

.experience-audio > span:last-child {
  color: rgba(242, 239, 230, 0.9);
  font-size: 14px;
}

.audio-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: block;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #f2a03c;
}

.is-listening .audio-icon {
  color: var(--blue);
}

.audio-icon.mic::before {
  content: "";
  position: absolute;
  inset: 12px;
  background: currentColor;
  -webkit-mask: url("../img/noun-microphone-856584.png") center / contain no-repeat;
  mask: url("../img/noun-microphone-856584.png") center / contain no-repeat;
}

.audio-icon.mic::after {
  content: none;
}

.audio-icon.play::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid currentColor;
}

.audio-wave {
  height: 34px;
  display: block;
  color: #f2a03c;
  background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 9px);
  clip-path: polygon(
    0 52%, 3% 44%, 6% 58%, 9% 38%, 12% 62%, 15% 22%, 18% 74%, 21% 32%,
    24% 66%, 27% 16%, 30% 82%, 33% 28%, 36% 68%, 39% 40%, 42% 60%, 45% 24%,
    48% 76%, 51% 34%, 54% 66%, 57% 18%, 60% 80%, 63% 30%, 66% 72%, 69% 42%,
    72% 58%, 75% 26%, 78% 74%, 81% 38%, 84% 62%, 87% 46%, 90% 56%, 93% 36%,
    96% 64%, 100% 50%, 100% 100%, 0 100%
  );
}

.audio-wave.blue {
  color: var(--blue);
}

.experience-relationships {
  width: min(100%, 1320px);
  margin: clamp(36px, 4.4vw, 64px) auto 0;
  text-align: center;
}

.experience-relationships h3 {
  margin: 12px 0 32px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.12;
}

.relationship-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 38px);
  text-align: left;
}

.relationship-grid article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  align-items: start;
  border-right: 1px solid rgba(214, 179, 135, 0.22);
  padding-right: clamp(16px, 2.8vw, 40px);
}

.relationship-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.relationship-grid strong {
  color: var(--sand-light);
  font-size: clamp(18px, 1.24vw, 22px);
  font-weight: 520;
  line-height: 1.28;
}

.relationship-grid p {
  margin: 14px 0 0;
  color: rgba(242, 239, 230, 0.8);
  font-size: 15px;
  line-height: 1.55;
}

.relationship-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #f2a03c;
}

.relationship-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.relationship-icon.people::before {
  -webkit-mask-image: url("../img/noun-friends-7990147.png");
  mask-image: url("../img/noun-friends-7990147.png");
}

.relationship-icon.home::before {
  -webkit-mask-image: url("../img/noun-home-heart-6420377.png");
  mask-image: url("../img/noun-home-heart-6420377.png");
}

.relationship-icon.work::before {
  -webkit-mask-image: url("../img/noun-work-6760661.png");
  mask-image: url("../img/noun-work-6760661.png");
}

.relationship-icon.globe::before {
  -webkit-mask-image: url("../img/noun-globe-8095330.png");
  mask-image: url("../img/noun-globe-8095330.png");
}

.relationship-icon.heart::before {
  -webkit-mask-image: url("../img/noun-heart-2070151.png");
  mask-image: url("../img/noun-heart-2070151.png");
}

.relationship-icon.heart::after {
  content: none;
}

.experience-close {
  width: min(100%, 1380px);
  margin: clamp(30px, 3.6vw, 50px) auto 0;
  border: 1px solid rgba(214, 179, 135, 0.34);
  border-radius: 14px;
  padding: clamp(18px, 2vw, 28px) clamp(22px, 3vw, 42px);
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(7, 18, 25, 0.62);
  color: rgba(242, 239, 230, 0.9);
  font-size: clamp(17px, 1.24vw, 21px);
  line-height: 1.45;
}

.philosophy-section {
  scroll-margin-top: clamp(76px, 4.4vw, 118px);
  margin: 0 calc(clamp(20px, 2.8vw, 42px) * -1);
  padding: 0 clamp(24px, 3.6vw, 54px) clamp(42px, 5vw, 78px);
  background:
    radial-gradient(circle at 74% 6%, rgba(214, 179, 135, 0.16), transparent 30%),
    linear-gradient(180deg, #06151b 0%, #071e27 52%, #06151b 100%);
  color: var(--sand-light);
  overflow: hidden;
}

.philosophy-hero {
  min-height: clamp(520px, 48vw, 700px);
  margin: 0 calc(clamp(24px, 3.6vw, 54px) * -1);
  padding: clamp(86px, 9vw, 138px) clamp(34px, 5.4vw, 82px) clamp(54px, 6vw, 92px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 21, 27, 0.96) 0%, rgba(6, 21, 27, 0.82) 36%, rgba(6, 21, 27, 0.22) 67%, rgba(6, 21, 27, 0.28) 100%),
    linear-gradient(180deg, rgba(6, 21, 27, 0.06), rgba(6, 21, 27, 0.94)),
    url("../img/philosophy-runner.png") right 42% / cover no-repeat,
    url("../img/retape-hero-background.png") right center / cover no-repeat;
}

.philosophy-hero-copy {
  width: min(100%, 720px);
}

.philosophy-section h2,
.philosophy-section h3 {
  color: var(--sand-light);
}

.philosophy-hero h2 {
  font-size: clamp(44px, 4.4vw, 74px);
  line-height: 1.08;
}

.philosophy-hero p:last-child {
  max-width: 690px;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: rgba(242, 239, 230, 0.82);
  font-size: clamp(17px, 1.18vw, 21px);
  line-height: 1.75;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
  margin-top: clamp(-52px, -3vw, -22px);
  position: relative;
  z-index: 2;
}

.belief-grid article {
  min-height: 330px;
  padding: 28px 22px 24px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  border: 1px solid rgba(214, 179, 135, 0.38);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 24, 30, 0.88), rgba(6, 18, 24, 0.92));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.belief-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #f2a03c;
  border-radius: 999px;
  color: #f2a03c;
  font-size: 16px;
}

.belief-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: block;
  color: #f2a03c;
}

.belief-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.belief-ear::before {
  -webkit-mask-image: url("../img/noun-ear-4917689-cropped.png");
  mask-image: url("../img/noun-ear-4917689-cropped.png");
}

.belief-clock::before {
  -webkit-mask-image: url("../img/noun-clock-8020403.png");
  mask-image: url("../img/noun-clock-8020403.png");
}

.belief-person::before {
  -webkit-mask-image: url("../img/noun-love-4939234.png");
  mask-image: url("../img/noun-love-4939234.png");
}

.belief-circles::before {
  -webkit-mask-image: url("../img/noun-venn-diagram-934157.png");
  mask-image: url("../img/noun-venn-diagram-934157.png");
}

.belief-tape::before {
  -webkit-mask-image: url("../img/noun-casette-8163838.png");
  mask-image: url("../img/noun-casette-8163838.png");
}

.belief-grid h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.belief-grid i,
.philosophy-statement i {
  width: 30px;
  height: 2px;
  display: block;
  background: #f2a03c;
}

.belief-grid p {
  margin: 0;
  color: rgba(242, 239, 230, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.philosophy-statement {
  margin-top: clamp(34px, 4vw, 54px);
  border: 1px solid rgba(214, 179, 135, 0.42);
  border-radius: 22px;
  padding: clamp(18px, 1.7vw, 26px);
  display: grid;
  grid-template-columns: minmax(340px, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
  background: linear-gradient(135deg, rgba(11, 31, 38, 0.76), rgba(6, 18, 24, 0.92));
}

.philosophy-photo {
  min-height: clamp(280px, 28vw, 420px);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(6, 18, 24, 0.28), rgba(6, 18, 24, 0.05)),
    url("../img/philosophy-drive.png") center / cover no-repeat,
    url("../img/retape-hero-background.png") center / cover no-repeat;
}

.philosophy-statement h3,
.connection-copy h3 {
  margin: 0;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 400;
  line-height: 1.12;
}

.philosophy-statement h3 span {
  color: #f2a03c;
  font-style: italic;
}

.philosophy-statement i {
  margin: 22px 0 28px;
}

.philosophy-statement p,
.connection-copy > p {
  margin: 0;
  color: rgba(242, 239, 230, 0.82);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.75;
}

.connection-grid {
  margin-top: clamp(34px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(360px, 1fr);
  gap: clamp(36px, 5vw, 86px);
  align-items: center;
}

.phone-feature {
  position: relative;
  width: min(100%, 608px);
  justify-self: end;
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(190px, 260px);
  align-items: center;
  gap: 18px;
}

.phone-feature img {
  width: min(100%, 330px);
  display: block;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.38));
}

.note-card {
  align-self: end;
  margin-bottom: 110px;
  border: 1px solid rgba(214, 179, 135, 0.36);
  border-radius: 14px;
  padding: 24px;
  background: rgba(10, 24, 30, 0.9);
}

.note-card strong {
  display: block;
  margin-bottom: 12px;
}

.note-card ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(242, 239, 230, 0.78);
  font-size: 14px;
  line-height: 1.9;
}

.note-card li::marker {
  color: #f2a03c;
}

.phone-feature > p {
  position: absolute;
  right: 56px;
  bottom: 46px;
  margin: 0;
  color: #f2a03c;
  font-size: 24px;
  font-style: italic;
  line-height: 1.1;
  transform: rotate(-8deg);
}

.connection-copy {
  display: grid;
  gap: 18px;
}

.connection-copy article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(214, 179, 135, 0.22);
  padding: 18px 0;
}

.connection-copy article:last-child {
  border-bottom: 0;
}

.connection-copy strong {
  color: var(--sand-light);
  font-size: 20px;
  font-weight: 600;
}

.connection-copy article p {
  margin: 3px 0 0;
  color: rgba(242, 239, 230, 0.72);
}

.small-line-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-block;
  border: 1px solid rgba(242, 160, 60, 0.62);
  border-radius: 999px;
  color: #f2a03c;
  flex: 0 0 auto;
}

.small-line-icon::before {
  content: "";
  position: absolute;
  inset: 13px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.small-line-icon.heart::before {
  -webkit-mask-image: url("../img/noun-love-4939234.png");
  mask-image: url("../img/noun-love-4939234.png");
}

.small-line-icon.leaf::before {
  -webkit-mask-image: url("../img/noun-sprout-8183414.png");
  mask-image: url("../img/noun-sprout-8183414.png");
}

.small-line-icon.people-mini::before {
  -webkit-mask-image: url("../img/noun-group-3455271.png");
  mask-image: url("../img/noun-group-3455271.png");
}

.philosophy-close {
  margin: clamp(34px, 4vw, 54px) 0 0;
  border: 1px solid rgba(214, 179, 135, 0.36);
  border-radius: 16px;
  padding: clamp(20px, 2vw, 30px);
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(10, 24, 30, 0.72);
  color: rgba(242, 239, 230, 0.88);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.5;
}

.philosophy-close strong {
  color: #f2a03c;
  font-weight: 600;
}

.final-cta {
  margin: clamp(46px, 5vw, 76px) auto 0;
  border: 1px solid rgba(214, 179, 135, 0.28);
  border-radius: 18px;
  padding: clamp(30px, 4vw, 58px);
  background:
    radial-gradient(circle at 82% 22%, rgba(55, 167, 255, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(10, 24, 30, 0.92), rgba(6, 18, 24, 0.98));
  color: var(--sand-light);
}

.final-cta h2 {
  max-width: 900px;
  font-size: clamp(36px, 4vw, 68px);
  line-height: 1.05;
}

.final-cta .hero-email-form {
  margin-top: clamp(24px, 3vw, 42px);
}

@media (max-width: 1080px) {
  .cinema-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 52px;
  }

  .hero-phone {
    justify-self: start;
    margin-right: 0;
  }

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

  .how-steps {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 20px;
  }

  .how-step:not(:last-child)::after {
    right: -24px;
    transform: scale(0.82);
  }

  .how-step img {
    width: min(100%, 230px);
  }

  .principle-strip article:nth-child(2n) {
    border-right: 0;
  }

  .flow-section {
    grid-template-columns: 1fr;
  }

  .experience-flow {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .receiver-role {
    justify-self: center;
    text-align: center;
  }

  .experience-rings {
    order: -1;
  }

  .experience-cards {
    grid-template-columns: 1fr;
  }

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

  .relationship-grid article:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  .belief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .belief-grid article:last-child {
    grid-column: 1 / -1;
  }

  .philosophy-statement,
  .connection-grid {
    grid-template-columns: 1fr;
  }

  .phone-feature {
    max-width: 650px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .home-shell .header-links {
    display: none;
  }

  .home-shell .header-cta {
    display: none;
  }

  .cinema-hero {
    min-height: calc(100svh - 88px);
    margin-top: 12px;
    padding: 34px 20px 42px;
    align-content: start;
    gap: 18px;
  }

  .cinema-copy {
    display: contents;
  }

  .cinema-copy .eyebrow {
    position: relative;
    z-index: 2;
    grid-row: 1;
    margin: 0;
  }

  .cinema-copy h1 {
    position: relative;
    z-index: 2;
    grid-row: 2;
    max-width: 100%;
    margin-top: 4px;
  }

  .cinema-copy .lede {
    position: relative;
    z-index: 2;
    grid-row: 4;
    max-width: 100%;
    margin-top: 4px;
  }

  .hero-email-form {
    position: relative;
    z-index: 2;
    grid-row: 5;
    width: 100%;
    margin-top: 10px;
  }

  .how-works {
    padding: 46px 20px 48px;
    overflow-x: hidden;
  }

  .how-works h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .how-works-heading p:last-child br {
    display: none;
  }

  .how-steps {
    width: auto;
    max-width: none;
    margin-inline: -20px;
    padding: 0 20px 12px;
    display: flex;
    gap: 26px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .how-steps::-webkit-scrollbar {
    display: none;
  }

  .how-step {
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: center;
  }

  .how-step:not(:last-child)::after {
    display: none;
  }

  .how-step img {
    width: min(100%, 250px);
  }

  .how-carousel-controls {
    width: min(100%, 330px);
    margin: 4px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .how-carousel-button,
  .how-carousel-dots button {
    border: 1px solid rgba(166, 98, 49, 0.5);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    color: #a66231;
    cursor: pointer;
  }

  .how-carousel-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
  }

  .how-carousel-button span {
    width: 12px;
    height: 12px;
    display: block;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(2px) rotate(45deg);
  }

  .how-carousel-button.is-next span {
    transform: translateX(-2px) rotate(225deg);
  }

  .how-carousel-dots {
    display: flex;
    gap: 8px;
  }

  .how-carousel-dots button {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
  }

  .how-carousel-dots button[aria-current="true"] {
    background: #a66231;
    color: #fff7ef;
  }

  .how-close {
    flex-direction: column;
    gap: 14px;
  }

  .cinema-hero::before {
    inset: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(180deg, rgba(11, 31, 38, 0.24) 0%, rgba(11, 31, 38, 0.36) 34%, rgba(11, 31, 38, 0.94) 100%),
      linear-gradient(90deg, rgba(11, 31, 38, 0.38), rgba(11, 31, 38, 0.04) 58%, rgba(11, 31, 38, 0.42)),
      url("../img/retape-hero-background.png") 58% center / auto 100% no-repeat;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .cinema-copy h1 {
    font-size: clamp(40px, 10.9vw, 50px);
    line-height: 1.1;
  }

  .email-control {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .email-control input {
    min-height: 64px;
    padding: 0 24px;
  }

  .email-control button {
    min-height: 58px;
    margin: 0;
    border-radius: 0 0 26px 26px;
  }

  .hero-phone {
    position: relative;
    z-index: 2;
    grid-row: 3;
    width: 100%;
    justify-self: center;
    margin: 0;
    display: grid;
    place-items: center;
  }

  .hero-carousel {
    width: min(45vw, 176px);
    min-width: 0;
  }

  .hero-carousel-next {
    right: max(8px, calc(50% - 98px));
    width: 42px;
    height: 42px;
    background: rgba(9, 27, 34, 0.9);
  }

  .principle-strip {
    padding: 28px 20px;
    grid-template-columns: 1fr;
  }

  .principle-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(214, 179, 135, 0.14);
  }

  .principle-strip article:last-child {
    border-bottom: 0;
  }

  .flow-section {
    padding: 46px 20px;
  }

  .experience-section {
    padding: 0 20px 44px;
  }

  .experience-hero {
    min-height: 560px;
    margin-inline: -20px;
    padding: 70px 20px 46px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(6, 18, 24, 0.18) 0%, rgba(6, 18, 24, 0.96) 76%),
      url("../img/experience-header.png") 62% top / auto 100% no-repeat;
  }

  .experience-hero h2 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .experience-flow {
    margin-top: 30px;
    gap: 22px;
  }

  .experience-cards {
    gap: 16px;
  }

  .experience-card,
  .experience-card.image-right {
    min-height: 560px;
    grid-template-columns: 1fr;
  }

  .experience-card::before,
  .experience-card.image-right::before {
    background:
      linear-gradient(180deg, rgba(6, 18, 24, 0.08) 0%, rgba(6, 18, 24, 0.7) 48%, rgba(6, 18, 24, 0.96) 100%);
  }

  .experience-card img,
  .experience-card.image-right img {
    grid-column: 1;
    grid-row: 1;
    min-height: 560px;
  }

  .experience-card-copy,
  .experience-card.image-right .experience-card-copy {
    grid-column: 1;
    grid-row: 1;
    align-content: end;
    padding: 260px 24px 118px;
  }

  .experience-audio,
  .image-right .experience-audio {
    left: 18px;
    right: 18px;
    bottom: 22px;
    grid-template-columns: 48px 1fr auto;
    gap: 12px;
    min-height: 62px;
    padding-right: 16px;
  }

  .audio-icon {
    width: 48px;
    height: 48px;
  }

  .relationship-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .relationship-grid article,
  .relationship-grid article:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 179, 135, 0.22);
    padding: 0 0 22px;
  }

  .relationship-grid article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .experience-close {
    align-items: flex-start;
    gap: 18px;
  }

  .philosophy-section {
    padding: 0 20px 44px;
  }

  .philosophy-hero {
    min-height: 520px;
    margin-inline: -20px;
    padding: 70px 20px 46px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(6, 21, 27, 0.26) 0%, rgba(6, 21, 27, 0.96) 78%),
      url("../img/philosophy-runner.png") 66% top / auto 72% no-repeat,
      url("../img/retape-hero-background.png") 62% top / auto 72% no-repeat;
  }

  .philosophy-hero h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .belief-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .belief-grid article,
  .belief-grid article:last-child {
    grid-column: auto;
    min-height: 260px;
  }

  .philosophy-statement {
    padding: 16px;
  }

  .philosophy-photo {
    min-height: 230px;
  }

  .connection-grid {
    gap: 28px;
  }

  .phone-feature {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .phone-feature img {
    width: min(100%, 300px);
  }

  .note-card {
    margin: 0;
    width: min(100%, 310px);
  }

  .phone-feature > p {
    position: static;
    transform: rotate(-5deg);
    text-align: center;
  }

  .connection-copy article {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .philosophy-close {
    align-items: flex-start;
    gap: 16px;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .flow-steps article {
    padding-left: 0;
    border-left: 0;
  }
}
