:root {
  --guided-ink: #17312d;
  --guided-deep: #073f3b;
  --guided-deeper: #092f2d;
  --guided-navy: #142a46;
  --guided-navy-soft: #203b61;
  --guided-teal: #16a7a0;
  --guided-teal-light: #7ee3d8;
  --guided-cream: #f6f0e4;
  --guided-paper: #fffdf8;
  --guided-sand: #e9dfcf;
  --guided-muted: #5e6f6a;
  --guided-gold: #e9b65f;
  --guided-error: #b84c42;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.guided-public-body {
  min-width: 320px;
  margin: 0;
  color: var(--guided-ink);
  background-color: var(--guided-cream);
  background-image:
    linear-gradient(rgba(7, 63, 59, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 63, 59, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.guided-public-body button,
body.guided-public-body input {
  font: inherit;
}

body.guided-public-body a {
  color: inherit;
}

.guided-public-page {
  min-height: 100vh;
  overflow: hidden;
}

.guided-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--guided-deep);
  transform: translateY(-150%);
}

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

.guided-public-header,
.guided-public-footer {
  width: min(1340px, calc(100% - 48px));
  margin: 0 auto;
}

.guided-public-header {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.guided-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--guided-deep);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.guided-brand img {
  display: block;
  object-fit: contain;
}

.guided-brand strong {
  color: var(--guided-teal);
}

.guided-header-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--guided-muted);
  font-size: 14px;
  font-weight: 600;
}

.guided-header-note svg {
  width: 18px;
  color: var(--guided-teal);
}

.guided-eyebrow {
  margin: 0 0 14px;
  color: var(--guided-teal);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.guided-hero,
.guided-experience,
.guided-transition,
.guided-download-capture,
.guided-next,
.guided-download-hero,
.guided-download-listen,
.guided-download-confirm {
  width: min(1340px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.guided-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: 52px;
  padding: clamp(64px, 8vw, 112px);
  overflow: hidden;
  border-radius: 30px;
  color: var(--guided-cream);
  background:
    radial-gradient(circle at 86% 42%, rgba(22, 167, 160, 0.2), transparent 28%),
    linear-gradient(135deg, var(--guided-deeper), var(--guided-deep));
  box-shadow: 0 24px 70px rgba(9, 47, 45, 0.18);
}

.guided-hero::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(126, 227, 216, 0.2);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.guided-hero-copy {
  position: relative;
  z-index: 2;
}

.guided-hero h1,
.guided-download-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--guided-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 8.3vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.guided-lede {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(246, 240, 228, 0.82);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.guided-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.guided-primary-action,
.guided-resume-action,
.guided-secondary-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}

.guided-primary-action {
  color: #062f2d;
  background: var(--guided-teal-light);
  box-shadow: 0 12px 28px rgba(4, 35, 33, 0.2);
}

.guided-primary-action:hover {
  background: #9cf0e7;
  transform: translateY(-1px);
}

.guided-primary-action svg,
.guided-resume-action svg,
.guided-secondary-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.guided-resume-action {
  border: 1px solid rgba(246, 240, 228, 0.4);
  color: var(--guided-cream);
  background: transparent;
}

.guided-resume-action:hover {
  border-color: var(--guided-cream);
  background: rgba(255, 255, 255, 0.08);
}

.guided-primary-action:focus-visible,
.guided-resume-action:focus-visible,
.guided-secondary-link:focus-visible,
.guided-player-toggle:focus-visible,
.guided-player-progress input:focus-visible,
.guided-download-form-shell input:focus-visible,
.guided-download-form-shell button:focus-visible,
.guided-download-confirm .guided-primary-action:focus-visible,
.guided-next-card a:focus-visible,
.guided-player-fallback summary:focus-visible {
  outline: 3px solid var(--guided-gold);
  outline-offset: 4px;
}

.guided-hero-orbit,
.guided-download-orbit {
  position: relative;
  width: min(33vw, 430px);
  aspect-ratio: 1;
  justify-self: center;
}

.guided-hero-orbit i,
.guided-download-orbit i,
.guided-experience-art i {
  position: absolute;
  border: 1px solid rgba(126, 227, 216, 0.27);
  border-radius: 50%;
}

.guided-hero-orbit i:nth-of-type(1),
.guided-download-orbit i:nth-of-type(1),
.guided-experience-art i:nth-of-type(1) { inset: 0; }
.guided-hero-orbit i:nth-of-type(2),
.guided-download-orbit i:nth-of-type(2),
.guided-experience-art i:nth-of-type(2) { inset: 12%; }
.guided-hero-orbit i:nth-of-type(3),
.guided-download-orbit i:nth-of-type(3),
.guided-experience-art i:nth-of-type(3) { inset: 24%; }
.guided-hero-orbit i:nth-of-type(4),
.guided-download-orbit i:nth-of-type(4),
.guided-experience-art i:nth-of-type(4) { inset: 36%; }

.guided-hero-orbit > span,
.guided-download-orbit > span,
.guided-experience-art > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(126, 227, 216, 0.45);
  border-radius: 50%;
  color: var(--guided-teal-light);
  background: rgba(6, 34, 34, 0.84);
  box-shadow: 0 0 42px rgba(22, 167, 160, 0.3);
  transform: translate(-50%, -50%);
}

.guided-hero-orbit svg,
.guided-download-orbit svg,
.guided-experience-art svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.6;
}

.guided-hero-orbit b {
  position: absolute;
  right: 1%;
  bottom: 8%;
  color: rgba(246, 240, 228, 0.8);
  font-family: "Space Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.guided-experience {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(22, 167, 160, 0.55);
  border-radius: 28px;
  color: var(--guided-cream);
  background: var(--guided-navy);
  box-shadow: 0 22px 60px rgba(20, 42, 70, 0.16);
}

.guided-experience-art {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-right: 1px solid rgba(126, 227, 216, 0.18);
  background:
    radial-gradient(circle at 50% 50%, rgba(22, 167, 160, 0.2), transparent 33%),
    #10263f;
}

.guided-experience-art i:nth-of-type(1) { inset: 13% -12%; }
.guided-experience-art i:nth-of-type(2) { inset: 21% -1%; }
.guided-experience-art i:nth-of-type(3) { inset: 29% 10%; }
.guided-experience-art i:nth-of-type(4) { inset: 37% 21%; }

.guided-experience-art > span {
  width: 88px;
  height: 88px;
}

.guided-experience-art p {
  position: absolute;
  bottom: 38px;
  left: 42px;
  margin: 0;
  color: rgba(246, 240, 228, 0.82);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  line-height: 1.2;
}

.guided-experience-copy {
  padding: clamp(46px, 6vw, 84px);
}

.guided-experience h2,
.guided-transition h2,
.guided-download-capture h2,
.guided-next-heading h2,
.guided-download-listen h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.guided-download-listen .guided-eyebrow {
  color: #0b746e;
}

.guided-experience h2 {
  max-width: 780px;
  color: var(--guided-cream);
  font-size: clamp(3rem, 5.1vw, 5.4rem);
}

.guided-experience-copy > p:not(.guided-eyebrow) {
  max-width: 720px;
  margin: 26px 0;
  color: rgba(246, 240, 228, 0.78);
  font-size: 17px;
}

.guided-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px 0;
  border: 1px solid rgba(246, 240, 228, 0.18);
  border-radius: 14px;
}

.guided-details div {
  padding: 20px 22px;
}

.guided-details div + div {
  border-left: 1px solid rgba(246, 240, 228, 0.18);
}

.guided-details dt,
.guided-player-label,
.guided-player-progress div {
  font-family: "Space Mono", monospace;
}

.guided-details dt {
  margin-bottom: 6px;
  color: var(--guided-teal-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guided-details dd {
  margin: 0;
  color: rgba(246, 240, 228, 0.9);
  font-size: 15px;
  line-height: 1.45;
}

.guided-player-shell {
  padding: 22px;
  border: 1px solid rgba(126, 227, 216, 0.28);
  border-radius: 18px;
  background: rgba(8, 28, 51, 0.42);
}

.guided-player-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--guided-teal-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-player-label span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.guided-player-label svg {
  width: 18px;
}

.guided-player-label strong {
  color: rgba(246, 240, 228, 0.78);
}

.guided-custom-player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.guided-player-toggle {
  --guided-progress: 0%;
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #062f2d;
  background: conic-gradient(var(--guided-teal-light) var(--guided-progress), rgba(126, 227, 216, 0.2) 0);
  cursor: pointer;
}

.guided-player-toggle::before {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--guided-teal-light);
  content: "";
}

.guided-player-toggle svg {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.guided-player-progress div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(246, 240, 228, 0.72);
  font-size: 12px;
}

.guided-player-progress div strong {
  color: var(--guided-cream);
  font-weight: 700;
}

.guided-player-progress input {
  width: 100%;
  height: 22px;
  margin-top: 8px;
  accent-color: var(--guided-teal-light);
  cursor: pointer;
}

.guided-player-fallback {
  margin-top: 14px;
  color: rgba(246, 240, 228, 0.68);
  font-size: 13px;
}

.guided-player-fallback summary {
  width: max-content;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guided-player-fallback audio {
  width: 100%;
  margin-top: 12px;
}

.guided-player-shell > p {
  margin: 14px 0 0;
  color: rgba(246, 240, 228, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.guided-transition {
  margin-top: 34px;
  padding: clamp(54px, 7vw, 88px);
  border: 1px solid rgba(7, 63, 59, 0.16);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.9);
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.guided-transition.is-complete {
  border-color: var(--guided-teal);
  box-shadow: 0 18px 54px rgba(22, 167, 160, 0.14);
}

.guided-transition h2 {
  max-width: 850px;
  color: var(--guided-deep);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.guided-transition-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--guided-sand);
}

.guided-transition-steps div {
  padding: 26px 28px 0 0;
}

.guided-transition-steps div + div {
  padding-left: 28px;
  border-left: 1px solid var(--guided-sand);
}

.guided-transition-steps strong {
  color: var(--guided-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
}

.guided-transition-steps p {
  margin: 8px 0 0;
  color: var(--guided-muted);
  font-size: 16px;
}

.guided-download-capture {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
  margin-top: 34px;
  padding: clamp(48px, 6vw, 80px);
  border-radius: 28px;
  color: var(--guided-cream);
  background: var(--guided-deep);
}

.guided-download-capture .guided-eyebrow {
  color: var(--guided-teal-light);
}

.guided-download-capture h2 {
  color: var(--guided-cream);
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
}

.guided-download-capture > div:first-child > p:not(.guided-eyebrow) {
  margin: 22px 0 0;
  color: rgba(246, 240, 228, 0.78);
  font-size: 17px;
}

.guided-download-capture .guided-download-form-shell {
  align-self: center;
  padding: 28px;
  background: rgba(4, 38, 36, 0.62);
}

.guided-download-form-shell {
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(126, 227, 216, 0.24);
  border-radius: 18px;
  color: var(--guided-cream);
  background: rgba(4, 38, 36, 0.9);
}

.guided-download-form-shell form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.guided-download-form-shell label {
  display: grid;
  gap: 9px;
}

.guided-download-form-shell label > span {
  color: var(--guided-teal-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-download-form-shell input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(246, 240, 228, 0.28);
  border-radius: 10px;
  color: var(--guided-ink);
  background: var(--guided-paper);
}

.guided-download-form-shell button {
  min-height: 52px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  color: var(--guided-deep);
  background: var(--guided-teal-light);
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
}

.guided-download-form-shell button:disabled,
.guided-download-confirm .guided-primary-action:disabled {
  cursor: wait;
  opacity: 0.65;
}

.guided-download-success {
  display: flex;
  align-items: center;
  gap: 13px;
}

.guided-download-success svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--guided-teal-light);
}

.guided-download-success div {
  display: grid;
  gap: 2px;
}

.guided-download-success strong {
  font-size: 19px;
}

.guided-download-success span {
  color: rgba(246, 240, 228, 0.75);
  font-size: 14px;
}

.guided-download-status {
  min-height: 24px;
  margin: 13px 0 0;
  color: var(--guided-teal-light);
  font-size: 14px;
}

.guided-download-status.is-error {
  color: #ffaaa2;
}

.guided-download-fine {
  margin: 8px 0 0;
  color: rgba(246, 240, 228, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

.guided-download-fine a {
  text-underline-offset: 3px;
}

.guided-next {
  padding: clamp(72px, 9vw, 120px) 0;
}

.guided-next-heading {
  max-width: 850px;
}

.guided-next-heading h2 {
  color: var(--guided-deep);
  font-size: clamp(3rem, 5.3vw, 5.5rem);
}

.guided-next-heading > p:not(.guided-eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--guided-muted);
  font-size: 17px;
}

.guided-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.guided-next-card {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(7, 63, 59, 0.15);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 32px rgba(23, 49, 45, 0.06);
}

.guided-next-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--guided-deep);
  background: #d8f1eb;
}

.guided-next-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.guided-next-card > p {
  margin: 0 0 10px;
  color: var(--guided-teal);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.guided-next-card h3 {
  margin: 0;
  color: var(--guided-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.guided-next-card > span:not(.guided-next-icon) {
  margin: 18px 0 28px;
  color: var(--guided-muted);
  font-size: 15px;
}

.guided-next-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--guided-deep);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.guided-next-card > a:hover {
  color: var(--guided-teal);
}

.guided-next-card > a svg {
  width: 18px;
  transition: transform 0.18s ease;
}

.guided-next-card > a:hover svg {
  transform: translateX(3px);
}

.guided-public-footer {
  display: grid;
  min-height: 100px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(7, 63, 59, 0.16);
}

.guided-public-footer p {
  margin: 0;
  color: var(--guided-muted);
  font-family: "Space Mono", monospace;
  font-size: 12px;
}

.guided-public-footer nav {
  display: flex;
  justify-self: end;
  gap: 22px;
  color: var(--guided-muted);
  font-size: 14px;
}

.guided-public-footer nav a {
  text-decoration: none;
}

.guided-public-footer nav a:hover {
  color: var(--guided-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Download page */
.guided-download-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: center;
  gap: 60px;
  padding: clamp(58px, 8vw, 108px);
  overflow: hidden;
  border-radius: 30px;
  color: var(--guided-cream);
  background: linear-gradient(135deg, var(--guided-deeper), var(--guided-navy));
}

.guided-download-copy {
  position: relative;
  z-index: 2;
}

.guided-download-hero h1 {
  font-size: clamp(4.2rem, 7vw, 7.5rem);
}

.guided-download-copy > p:not(.guided-eyebrow):not(.guided-download-note) {
  max-width: 670px;
  margin: 26px 0 30px;
  color: rgba(246, 240, 228, 0.8);
  font-size: 18px;
}

.guided-download-copy .guided-primary-action {
  width: max-content;
}

.guided-download-copy .guided-download-form-shell {
  max-width: 720px;
  margin-top: 30px;
  background: rgba(4, 38, 36, 0.72);
}

.guided-download-note {
  margin: 15px 0 0;
  color: rgba(246, 240, 228, 0.7);
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.guided-download-listen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 34px;
  margin-bottom: 90px;
  padding: clamp(42px, 6vw, 70px);
  border: 1px solid rgba(7, 63, 59, 0.15);
  border-radius: 24px;
  background: var(--guided-paper);
}

.guided-download-listen h2 {
  color: var(--guided-deep);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}

.guided-download-listen p:not(.guided-eyebrow) {
  max-width: 650px;
  margin: 15px 0 0;
  color: var(--guided-muted);
}

.guided-secondary-link {
  flex: 0 0 auto;
  border: 1px solid rgba(7, 63, 59, 0.28);
  color: var(--guided-deep);
  background: transparent;
}

.guided-secondary-link:hover {
  border-color: var(--guided-deep);
  background: #e7f4ef;
}

.guided-download-confirm {
  margin-bottom: 34px;
  padding: clamp(58px, 8vw, 100px);
  border: 1px solid rgba(7, 63, 59, 0.15);
  border-radius: 30px;
  text-align: center;
  background: var(--guided-paper);
  box-shadow: 0 22px 60px rgba(23, 49, 45, 0.08);
}

.guided-download-confirm-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  color: var(--guided-deep);
  background: #d8f1eb;
}

.guided-download-confirm-icon svg {
  width: 34px;
  height: 34px;
}

.guided-download-confirm h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--guided-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.guided-download-confirm > p:not(.guided-eyebrow):not(.guided-download-status):not(.guided-download-fine) {
  max-width: 680px;
  margin: 25px auto 30px;
  color: var(--guided-muted);
  font-size: 18px;
}

.guided-download-confirm .guided-primary-action {
  width: max-content;
  margin: 0 auto;
}

.guided-download-confirm > .guided-eyebrow,
.guided-download-confirm .guided-download-status {
  color: #0b746e;
}

.guided-download-confirm .guided-download-status.is-error {
  color: var(--guided-error);
}

.guided-download-confirm .guided-download-fine {
  color: var(--guided-muted);
}

.guided-confirm-fallback {
  display: inline-block;
  color: var(--guided-deep);
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 1050px) {
  .guided-hero,
  .guided-download-hero {
    grid-template-columns: minmax(0, 1fr) 300px;
    padding: 70px 58px;
  }

  .guided-hero h1 {
    font-size: clamp(4.7rem, 9.5vw, 7rem);
  }

  .guided-experience {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .guided-experience-art {
    min-height: 700px;
  }

  .guided-download-capture {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  body.guided-public-body {
    font-size: 16px;
    background-size: 44px 44px;
  }

  .guided-public-header,
  .guided-public-footer,
  .guided-hero,
  .guided-experience,
  .guided-transition,
  .guided-download-capture,
  .guided-next,
  .guided-download-hero,
  .guided-download-listen,
  .guided-download-confirm {
    width: min(100% - 28px, 1340px);
  }

  .guided-public-header {
    min-height: 74px;
  }

  .guided-header-note {
    font-size: 13px;
  }

  .guided-header-note svg {
    display: none;
  }

  .guided-hero,
  .guided-download-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 52px 28px 42px;
    border-radius: 22px;
  }

  .guided-hero h1,
  .guided-download-hero h1 {
    font-size: clamp(3.7rem, 16vw, 5.5rem);
    line-height: 0.94;
  }

  .guided-lede {
    margin-top: 23px;
    font-size: 17px;
  }

  .guided-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .guided-primary-action,
  .guided-resume-action {
    width: 100%;
  }

  .guided-hero-orbit,
  .guided-download-orbit {
    width: min(72vw, 330px);
  }

  .guided-experience {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .guided-experience-art {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid rgba(126, 227, 216, 0.18);
  }

  .guided-experience-art i:nth-of-type(1) { inset: -20% 3%; }
  .guided-experience-art i:nth-of-type(2) { inset: -7% 15%; }
  .guided-experience-art i:nth-of-type(3) { inset: 6% 27%; }
  .guided-experience-art i:nth-of-type(4) { inset: 19% 39%; }

  .guided-experience-art p {
    bottom: 24px;
    left: 26px;
    font-size: 25px;
  }

  .guided-experience-copy {
    padding: 38px 24px;
  }

  .guided-experience h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .guided-details {
    grid-template-columns: 1fr;
  }

  .guided-details div + div {
    border-top: 1px solid rgba(246, 240, 228, 0.18);
    border-left: 0;
  }

  .guided-player-shell {
    padding: 18px;
  }

  .guided-custom-player {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
  }

  .guided-player-toggle {
    width: 58px;
    height: 58px;
  }

  .guided-player-progress div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .guided-transition,
  .guided-download-capture {
    padding: 42px 24px;
    border-radius: 22px;
  }

  .guided-transition h2,
  .guided-download-capture h2,
  .guided-next-heading h2 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .guided-transition-steps {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .guided-transition-steps div {
    padding: 22px 0;
  }

  .guided-transition-steps div + div {
    padding-left: 0;
    border-top: 1px solid var(--guided-sand);
    border-left: 0;
  }

  .guided-download-form-shell {
    padding: 22px;
  }

  .guided-download-form-shell form {
    grid-template-columns: 1fr;
  }

  .guided-next {
    padding: 72px 0;
  }

  .guided-next-grid {
    grid-template-columns: 1fr;
  }

  .guided-next-card {
    min-height: 350px;
  }

  .guided-public-footer {
    min-height: auto;
    grid-template-columns: 1fr auto;
    padding: 28px 0;
  }

  .guided-public-footer > p {
    display: none;
  }

  .guided-download-listen {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .guided-download-confirm {
    padding: 50px 24px;
    border-radius: 22px;
  }

  .guided-download-confirm h1 {
    font-size: clamp(3.5rem, 15vw, 5.2rem);
  }

  .guided-download-confirm .guided-primary-action {
    width: 100%;
  }

  .guided-secondary-link {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .guided-brand {
    font-size: 18px;
  }

  .guided-brand img {
    width: 38px;
    height: 38px;
  }

  .guided-header-note {
    max-width: 110px;
    text-align: right;
  }

  .guided-hero h1,
  .guided-download-hero h1 {
    font-size: clamp(3.3rem, 15.8vw, 4.35rem);
  }

  .guided-player-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .guided-public-footer nav {
    gap: 13px;
    font-size: 13px;
  }
}

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

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