.adr-breath-test #main-content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.adr-breath-test #left-area {
  width: 100%;
  padding: 0;
  float: none;
}

.adr-breath-test #sidebar,
.adr-breath-test h1.main_title,
.adr-breath-test #main-content > .container::before {
  display: none;
}

.adr-breath-test article.page {
  margin: 0;
  padding: 0;
}

.testPage {
  min-height: 100vh;
  overflow: clip;
  background: var(--surface);
}

.liveRegion {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.intro {
  min-height: calc(100vh - 78px);
  padding: clamp(3rem, 7vw, 6.5rem) max(2rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  background: var(--navy);
  color: var(--white);
}

.introCopy { max-width: 800px; }

.intro h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.25rem, 5.5vw, 5.7rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.lede {
  max-width: 710px;
  margin: 1.8rem 0 0;
  color: var(--white);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.6;
}

.copy { max-width: 700px; margin: 1rem 0 0; color: var(--surface); }
.facts { margin: 1.8rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.65rem; list-style: none; }
.facts li { padding: 0.45rem 0.72rem; border: 1px solid rgba(109, 219, 243, 0.38); border-radius: 99px; font-size: 0.78rem; font-weight: 700; list-style: none !important; }
.manifesto { margin: 1rem 0 0; color: var(--cyan); font-size: 0.83rem; font-weight: 700; }

.introVisual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109, 219, 243, 0.34);
  border-radius: 18px;
  background-color: var(--navy-deep);
  background-image: linear-gradient(rgba(109, 219, 243, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 219, 243, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.introVisual::before,
.introVisual::after { position: absolute; background: rgba(109, 219, 243, 0.42); content: ""; }
.introVisual::before { top: 9%; bottom: 9%; left: 50%; width: 1px; }
.introVisual::after { top: 50%; right: 9%; left: 9%; height: 1px; }
.visualLabel { position: absolute; top: 1.4rem; left: 1.4rem; color: var(--cyan); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.orbit { position: relative; z-index: 1; width: 190px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(109, 219, 243, 0.48); border-radius: 50%; box-shadow: 0 0 0 38px rgba(109, 219, 243, 0.04), 0 0 0 78px rgba(109, 219, 243, 0.025); }
.orbit span { padding: 0.65rem 1rem; border: 1px solid var(--yellow); border-radius: 99px; background: var(--navy-deep); font-family: var(--display); font-weight: 700; }
.axisLabel { position: absolute; color: rgba(255, 255, 255, 0.76); font-family: var(--display); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.axisTop { top: 14%; left: 50%; transform: translateX(-50%); }
.axisRight { top: 50%; right: 10%; transform: translateY(-50%); }
.axisBottom { bottom: 14%; left: 50%; transform: translateX(-50%); }
.axisLeft { top: 50%; left: 10%; transform: translateY(-50%); }

.progressWrap {
  position: sticky;
  z-index: 20;
  top: 78px;
  width: 100%;
  padding: 0.7rem max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.progressMeta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; color: var(--navy); font-size: 0.72rem; }
.progressMeta span { font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.progressMeta strong { font-family: var(--display); }
.progressTrack { height: 4px; margin-top: 0.5rem; overflow: hidden; border-radius: 10px; background: var(--line); }
.progressTrack span { height: 100%; display: block; background: var(--cyan-bright); transition: width 220ms ease; }

.stageShell {
  min-height: calc(100vh - 144px);
  padding: clamp(2.5rem, 6vw, 6rem) max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(21, 39, 70, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 39, 70, 0.035) 1px, transparent 1px),
    var(--surface);
  background-size: 52px 52px;
}

.stageCard {
  width: min(1040px, 100%);
  padding: clamp(1.5rem, 4.5vw, 4.5rem);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.stageCard h1,
.resultHeader h1 {
  max-width: 850px;
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.stageCard .section-index,
.resultShell .section-index,
.explainer .section-index { color: #00758f; }
.stageCard .button-secondary,
.resultShell .button-secondary { border-color: var(--navy); color: var(--navy); }
.stageCard button:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }

.safetyNotice { margin: 2rem 0; padding: 1.2rem 1.35rem; border-left: 4px solid var(--yellow); background: #fffaf0; color: var(--text); }
.safetyNotice strong { color: var(--navy); font-family: var(--display); }
.safetyNotice p { margin: 0.55rem 0 0; }

.choiceGroup { margin: 2.2rem 0 0; padding: 0; display: grid; gap: 0.75rem; border: 0; }
.choiceGroup legend { max-width: 820px; margin-bottom: 1.2rem; color: var(--navy); font-family: var(--display); font-size: clamp(1.2rem, 2.1vw, 1.75rem); font-weight: 700; line-height: 1.4; }
.choiceGroup label { min-height: 66px; padding: 0.9rem 1rem; display: flex; align-items: center; gap: 1rem; border: 1px solid var(--line); border-radius: 11px; background: var(--white); cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.choiceGroup label:hover { transform: translateX(3px); border-color: var(--cyan); background: rgba(109, 219, 243, 0.08); }
.choiceGroup label.selected { border-color: #00758f; background: rgba(109, 219, 243, 0.16); box-shadow: inset 4px 0 #00758f; }
.choiceGroup input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--navy); }
.choiceGroup label > span { display: grid; gap: 0.22rem; }
.choiceGroup strong { color: var(--navy); font-family: var(--body); font-size: 1rem; }
.choiceGroup small { color: var(--muted); font-size: 0.82rem; }

.stageActions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.stageActions .button-primary { margin-left: auto; }
.fullWidth { grid-column: 1 / -1; }
.instruction { max-width: 730px; margin: 1.6rem 0 0; color: var(--muted); font-size: 1.02rem; }
.instruction p { margin: 0 0 0.85rem; }
.instruction blockquote { margin: 1rem 0 0; padding: 1.1rem 1.3rem; border-left: 3px solid var(--cyan); background: var(--surface); color: var(--navy); font-family: var(--display); font-size: clamp(1.05rem, 2vw, 1.4rem); }

.timerLayout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.timerPanel { display: grid; place-items: center; text-align: center; }
.timerPanel > p { color: var(--muted); font-size: 0.8rem; font-weight: 700; }
.timerDial { --timer-progress: 0deg; width: 220px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: radial-gradient(circle at center, var(--white) 65%, transparent 66%), conic-gradient(var(--cyan-bright) var(--timer-progress), var(--line) 0); box-shadow: inset 0 0 0 1px rgba(21, 39, 70, 0.08); color: var(--navy); }
.timerDial strong { font-family: var(--display); font-size: 4rem; line-height: 1; }
.timerDial span { color: var(--muted); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }

.movementSequence { margin: 2.4rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.movementSequence div { min-height: 180px; padding: 1.25rem; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-align: center; }
.movementSequence div > span { color: #00758f; font-family: var(--display); font-size: 2.7rem; font-weight: 700; line-height: 1; }
.movementSequence strong { margin-top: 1rem; color: var(--navy); font-family: var(--display); }
.movementSequence small { color: var(--muted); }

.guidanceCard { margin: 2.2rem 0 1rem; padding: 1.5rem; display: grid; grid-template-columns: 46px 1fr; gap: 0.8rem 1rem; border: 1px solid rgba(109, 219, 243, 0.36); border-radius: 14px; background: var(--navy); color: var(--white); }
.guidanceCard > span { color: var(--cyan); font-family: var(--display); font-size: 0.75rem; font-weight: 700; }
.guidanceCard p { margin: 0; }
.neutralNote { color: var(--muted); font-size: 0.8rem; }

.questionCard { max-width: 900px; }
.questionCard h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.questionCount { margin: 1rem 0 0; color: #00758f; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.resultShell { width: min(var(--max), calc(100% - 4rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 0; }
.resultHeader { max-width: 1050px; }
.resultHeader > p:not(.section-index) { max-width: 850px; color: var(--muted); font-size: 1.04rem; }
.resultHeader dl { margin: 2rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.resultHeader dl div { padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.resultHeader dt { color: var(--muted); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.resultHeader dd { margin: 0.3rem 0 0; color: var(--navy); font-family: var(--display); font-weight: 700; }

.axisMap { margin: 4rem 0 1rem; padding: 1.25rem; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; border: 1px solid rgba(109, 219, 243, 0.36); border-radius: 18px; background-color: var(--navy-deep); background-image: linear-gradient(rgba(109, 219, 243, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 219, 243, 0.07) 1px, transparent 1px); background-size: 46px 46px; color: var(--white); }
.axisCard { min-height: 170px; padding: 1.05rem; display: grid; align-content: center; gap: 0.48rem; border: 1px solid rgba(109, 219, 243, 0.3); border-radius: 11px; background: rgba(21, 39, 70, 0.95); }
.axisCard > span { color: var(--cyan); font-family: var(--display); font-size: 0.8rem; font-weight: 700; }
.axisCard > strong { font-size: 0.92rem; }
.axisCard > small { color: var(--surface); font-size: 0.68rem; }
.axisCard meter { width: 100%; height: 12px; accent-color: var(--cyan); }
.resultOverview { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.resultOverview article { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.resultOverview h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.25; }

.guidanceResult,.orientationResult,.keepResult,.partialResult,.reportForm,.detailedReport { margin-top: 1rem; padding: clamp(1.5rem, 4vw, 3.2rem); border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.guidanceResult h2,.orientationResult h2,.keepResult h2 { max-width: 850px; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem, 3.5vw, 3.4rem); line-height: 1.16; }
.guidanceResult > p:last-child,.orientationResult > p,.keepResult > p,.partialResult p { max-width: 800px; color: var(--muted); }
.orientationResult { border-top: 5px solid var(--cyan); }
.orientationLinks { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.8rem 1.25rem; }
.orientationLinks a { min-height: 44px; display: inline-flex; align-items: center; }
.secondaryOrientation { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.secondaryOrientation > strong { color: var(--navy); font-family: var(--display); font-size: 1.25rem; }
.secondaryOrientation p { color: var(--muted); }
.partialResult { border-left: 5px solid var(--yellow); }
.partialResult strong { color: var(--navy); font-family: var(--display); }
.warning { margin: 1rem 0; padding: 1rem 1.25rem; border: 1px solid #d9b74e; border-radius: 12px; background: #fff8dd; color: #4b3d10; }
.warning p { margin: 0.4rem 0; }
.disclaimer { margin: 1.2rem 0; color: var(--muted); font-size: 0.78rem; line-height: 1.6; }

.reportForm { border-top: 5px solid var(--yellow); }
.reportIntro { max-width: 850px; }
.reportIntro h2,.detailedReport > h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.1; }
.reportIntro > p:not(.section-index) { color: var(--muted); }
.reportFields { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.reportFields > div { display: grid; gap: 0.45rem; }
.reportFields label { color: var(--navy); font-weight: 800; }
.reportFields input { min-height: 52px; width: 100%; padding: 0.75rem 0.9rem; border: 1px solid #8b96a8; border-radius: 8px; background: var(--white); color: var(--text); font: inherit; }
.reportFields input:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; border-color: var(--navy); }
.reportFields input[aria-invalid="true"] { border-color: #a12622; box-shadow: inset 4px 0 #a12622; }
.consentRow { min-height: 48px; margin: 1rem 0 0; display: flex; align-items: flex-start; gap: 0.75rem; color: var(--text); cursor: pointer; }
.consentRow input { width: 22px; height: 22px; margin-top: 0.1rem; flex: 0 0 auto; accent-color: var(--navy); }
.privacyNote { max-width: 780px; color: var(--muted); font-size: 0.78rem; }
.privacyNote a { color: #006b83; font-weight: 700; text-underline-offset: 3px; }
.reportForm .button { margin-top: 0.8rem; }
.formStatus { max-width: 820px; min-height: 1.5rem; margin: 1rem 0 0; padding: 0; border-radius: 8px; font-weight: 700; }
.formStatus:not(:empty) { padding: 0.9rem 1rem; }
.status_loading { background: #edf8fb; color: var(--navy); }
.status_success { background: #e8f6ef; color: #155c39; }
.status_error { background: #fff0ef; color: #84241f; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.detailedReport { border-color: rgba(109, 219, 243, 0.55); box-shadow: var(--shadow); }
.detailedLead { max-width: 880px; margin-top: 1.5rem; }
.detailedLead p { color: var(--muted); }
.detailedLead strong { color: var(--navy); }
.dimensionDetails { margin-top: 2rem; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
.dimensionDetails article { padding: 1rem; border-top: 3px solid var(--cyan); background: var(--surface); }
.dimensionDetails span { display: block; color: #00758f; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.dimensionDetails strong { margin-top: 0.5rem; display: block; color: var(--navy); }
.dimensionDetails p { color: var(--muted); font-size: 0.76rem; }
.reportColumns { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.reportColumns article,.practiceCard,.detailedOrientation { padding: 1.4rem; border: 1px solid var(--line); border-radius: 12px; }
.reportColumns h3,.practiceCard h3,.detailedOrientation h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
.reportColumns p,.reportColumns li,.practiceCard > p:last-child,.detailedOrientation p { color: var(--muted); }
.reportColumns ol { padding-left: 1.25rem; }
.reportColumns li + li { margin-top: 0.7rem; }
.practiceCard { margin-top: 1rem; background: var(--navy); color: var(--white); }
.practiceCard h3 { color: var(--white); }
.practiceCard > p:last-child { color: var(--surface); }
.detailedOrientation { margin-top: 1rem; border-left: 5px solid var(--cyan); }
.detailedOrientation h3:not(:first-child) { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }

.explainer { width: 100%; padding: clamp(5rem, 9vw, 9rem) max(2rem, calc((100vw - var(--max)) / 2 + 1.5rem)); display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(3rem, 7vw, 7rem); background: var(--white); }
.explainer h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.3rem, 4.6vw, 4.7rem); line-height: 1.08; letter-spacing: -0.04em; }
.explainer h2 em { color: #00758f; }
.explainer > div:first-child > p:not(.section-index) { color: var(--muted); }
.observationGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.observationGrid article { min-height: 150px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.observationGrid span { color: #00758f; font-family: var(--display); font-size: 0.75rem; font-weight: 700; }
.observationGrid h3 { margin: 2rem 0 0; color: var(--navy); font-size: 1.15rem; }
.experimental { grid-column: 1 / -1; margin: 0; padding: 1rem 1.2rem; border-left: 4px solid var(--yellow); background: #fffaf0; }
.references { grid-column: 1 / -1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.references summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-family: var(--display); font-weight: 700; cursor: pointer; }
.references summary::after { color: #00758f; content: "+"; }
.references[open] summary::after { content: "−"; }
.references > div { padding: 0 0 1.5rem; }
.references ul { columns: 2; }
.references a { color: #006b83; text-decoration-thickness: 2px; text-underline-offset: 3px; }

@media (max-width: 1180px) {
  .progressWrap { top: 78px; }
}

@media (max-width: 980px) {
  .intro { min-height: 0; grid-template-columns: 1fr; }
  .introVisual { min-height: 420px; }
  .timerLayout { grid-template-columns: 1fr; }
  .timerPanel { justify-self: center; }
  .movementSequence { grid-template-columns: 1fr 1fr 1fr; }
  .axisMap { grid-template-columns: 1fr 1fr; }
  .dimensionDetails { grid-template-columns: 1fr 1fr; }
  .explainer { grid-template-columns: 1fr; }
  .experimental,.references { grid-column: auto; }
}

@media (max-width: 680px) {
  .progressWrap { top: 70px; padding-inline: 1rem; }
  .progressMeta strong { max-width: 58%; text-align: right; }
  .intro { padding: 3.5rem 1rem; }
  .intro h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .introVisual { min-height: 350px; }
  .facts { display: grid; grid-template-columns: 1fr 1fr; }
  .facts li { text-align: center; }
  .stageShell { min-height: calc(100vh - 120px); padding: 1rem; place-items: start center; }
  .stageCard { padding: 1.3rem; border-radius: 13px; }
  .stageCard h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .choiceGroup label { min-height: 64px; padding: 0.78rem; }
  .choiceGroup legend { font-size: 1.13rem; }
  .stageActions { display: grid; grid-template-columns: 1fr; }
  .stageActions .button,.stageActions .button-primary { width: 100%; margin-left: 0; }
  .stageActions .button-primary { grid-row: 1; }
  .timerDial { width: 180px; }
  .movementSequence { grid-template-columns: 1fr; }
  .movementSequence div { min-height: 130px; }
  .guidanceCard { grid-template-columns: 38px 1fr; padding: 1rem; }
  .resultShell { width: calc(100% - 2rem); padding: 3.5rem 0; }
  .resultHeader h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .resultHeader dl { grid-template-columns: 1fr; }
  .axisMap { min-height: 0; margin: 2.5rem 0; padding: 1rem; grid-template-columns: 1fr; }
  .axisCard { min-height: 135px; }
  .resultOverview,.reportFields,.dimensionDetails,.reportColumns { grid-template-columns: 1fr; }
  .guidanceResult,.orientationResult,.keepResult,.partialResult,.reportForm,.detailedReport { padding: 1.25rem; }
  .explainer { padding: 5rem 1rem; }
  .observationGrid { grid-template-columns: 1fr; }
  .observationGrid article { min-height: 120px; }
  .references ul { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .progressTrack span,.choiceGroup label { transition: none; }
}

@media print {
  .site-header,
  .footer,
  .progressWrap,
  .explainer,
  .keepResult .stageActions,
  .reportForm { display: none !important; }
  .testPage { background: var(--white); }
  .resultShell { width: 100%; padding: 0; }
  .axisMap { break-inside: avoid; print-color-adjust: exact; }
  .guidanceResult,.orientationResult,.warning,.keepResult,.detailedReport { break-inside: avoid; }
}

