/* Direction 02 — 一張訂製單。只套用在首頁，不改動後台與資料契約。 */

:root {
  --order-paper: #fbf8f0;
  --order-paper-deep: #eee6d8;
  --order-ink: #171613;
  --order-muted: #696157;
  --order-line: #b8ad9d;
  --order-amber: #e39a12;
  --order-amber-dark: #7a4a00;
  --order-shadow: 5px 6px 0 rgba(23, 22, 19, 0.12);
}

body {
  background: #e9e2d7;
}

h1,
h2,
h3,
.hero-price strong,
.product-selector-button > strong,
.price-grand-total strong,
.intake-summary-total dd {
  font-family: "Noto Serif TC", "PMingLiU", "Songti TC", serif;
}

.site-header {
  border-bottom: 3px solid var(--order-amber);
  background: #141412;
}

.header-inner {
  width: min(calc(100% - 32px), 1200px);
  min-height: 72px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.22em;
}

.main-nav {
  margin-right: auto;
  margin-left: auto;
  gap: 34px;
}

.main-nav a {
  color: #f2ece1;
  font-size: 15px;
}

.header-line {
  min-width: 136px;
  padding: 7px 14px;
  flex-direction: column;
  gap: 0;
  border-color: #d7c7aa;
  color: var(--order-ink);
  background: #fffaf0;
  box-shadow: 3px 3px 0 var(--order-amber);
  line-height: 1.2;
}

.header-line small {
  color: #9b2f24;
  font-size: 10px;
}

.header-line:hover,
.header-line:focus-visible {
  color: var(--order-ink);
  background: #fff3d5;
  box-shadow: 1px 1px 0 var(--order-amber);
}

.hero {
  padding: 0;
  border-bottom: 0;
  background: #f4efe5;
}

.hero-inner {
  width: min(calc(100% - 32px), 1200px);
  min-height: 595px;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 0;
  align-items: stretch;
  border-right: 1px solid var(--order-line);
  border-left: 1px solid var(--order-line);
  background: var(--order-paper);
}

.hero-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 48px 52px 42px;
  justify-content: center;
  border-left: 1px solid var(--order-line);
  background: var(--order-paper);
}

.hero-copy .eyebrow {
  margin-bottom: 4px;
  color: var(--order-amber-dark);
}

.hero-order-number {
  width: 100%;
  margin: 0 0 28px;
  padding: 10px 0 14px;
  border-bottom: 1px dashed var(--order-line);
  color: var(--order-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--order-ink);
  font-size: clamp(50px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--order-muted);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  width: 100%;
  margin-top: 28px;
  display: grid;
  gap: 13px;
}

.hero-actions .button {
  width: 100%;
  min-height: 58px;
  font-size: 18px;
}

.hero-actions .button-primary {
  border-color: #9d6505;
  color: var(--order-ink);
  background: var(--order-amber);
  box-shadow: 3px 3px 0 rgba(23, 22, 19, 0.35);
}

.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible {
  background: #efad2c;
}

.hero-advisor-link {
  width: fit-content;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 2px solid var(--order-amber-dark);
  color: var(--order-amber-dark);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.hero-price {
  width: 100%;
  margin-top: 28px;
  padding: 16px 18px;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--order-line);
  border-radius: 2px;
  background: #f4eee3;
  box-shadow: none;
}

.hero-price strong {
  color: var(--order-ink);
  font-size: 32px;
}

.hero-price em {
  grid-column: 1 / -1;
  color: var(--order-muted);
}

.hero-looks {
  min-height: 595px;
  grid-column: 1;
  grid-row: 1;
  display: block;
  border: 0;
}

.hero-look {
  display: none;
}

.hero-look-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.hero-look-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-look-main figcaption {
  right: 18px;
  bottom: 18px;
  left: auto;
  width: fit-content;
  padding: 10px 13px;
  display: flex;
  gap: 8px;
  color: #fff;
  background: rgba(20, 20, 18, 0.88);
}

.service-strip {
  width: min(calc(100% - 32px), 1200px);
  margin-top: 0;
  border: 0;
  color: #fff;
  background: #171715;
}

.service-strip > div {
  border-color: #48443d;
}

.service-strip dt {
  color: #fff;
}

.service-strip dd {
  color: #c8c0b4;
}

.section {
  width: min(calc(100% - 32px), 1120px);
}

.product-section {
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 42px 34px 46px;
  border: 1px solid var(--order-ink);
  border-top: 5px solid var(--order-amber);
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

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

.product-heading h2 {
  margin-bottom: 10px;
}

.product-selector {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.product-selector-button {
  position: relative;
  min-height: 0;
  padding: 22px 18px 18px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 5px;
  overflow: hidden;
  border: 1px solid var(--order-line);
  border-radius: 2px;
  color: var(--order-ink);
  background: #f6f1e7;
  text-align: left;
}

.product-selector-button:last-child {
  border-right: 1px solid var(--order-line);
}

.product-selector-button:hover,
.product-selector-button:focus-visible {
  background: #fffaf0;
  transform: translateY(-2px);
}

.product-selector-button.is-selected {
  border-color: var(--order-ink);
  color: var(--order-ink);
  background: #f3dfb3;
  box-shadow: 3px 3px 0 var(--order-ink);
}

.product-selector-button.is-selected small {
  color: var(--order-muted);
}

.product-selector-button.is-selected > small:last-child {
  color: var(--order-amber-dark);
}

.product-selector-button > span:not(.product-selector-number) {
  grid-row: auto;
}

.product-selector-number {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-width: 30px;
  min-height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--order-amber-dark);
  font-size: 11px;
  font-weight: 900;
}

.product-selector-button > img {
  width: 100%;
  height: 170px;
  margin-bottom: 7px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-selector-button > strong {
  font-size: 27px;
  line-height: 1.25;
}

.product-selector-button > .product-selector-colors {
  color: var(--order-muted);
  font-size: 12px;
  font-weight: 750;
}

.product-selector-prices {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--order-line);
  border-bottom: 1px solid var(--order-line);
}

.product-selector-button > .product-selector-prices {
  color: var(--order-ink);
  font-size: inherit;
  font-weight: inherit;
}

.product-selector-prices > span {
  padding: 7px 4px;
  display: grid;
  border-right: 1px solid var(--order-line);
  text-align: center;
}

.product-selector-prices > span:last-child {
  border-right: 0;
}

.product-selector-prices small {
  color: var(--order-muted);
  font-size: 9px;
  white-space: nowrap;
}

.product-selector-prices b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.product-selector-button > small:last-child {
  margin-top: 7px;
  color: var(--order-amber-dark);
  font-size: 11px;
  font-weight: 900;
}

.product-overview {
  margin-top: 28px;
  border-top: 1px solid var(--order-ink);
  border-bottom: 1px solid var(--order-line);
  background: transparent;
}

.product-garment-figure {
  background: #eee7da;
}

.product-size-chart,
.price-matrix {
  border-color: var(--order-line);
}

.styles-section,
.invitation {
  display: none;
}

.workbench-section {
  padding-top: 58px;
  padding-bottom: 76px;
  color: var(--order-ink);
  background: #e6dfd4;
}

.workbench-heading {
  margin-bottom: 0;
  padding: 25px 28px;
  align-items: center;
  border: 1px solid var(--order-ink);
  border-top: 5px solid var(--order-amber);
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

.workbench-heading h2 {
  color: var(--order-ink);
}

.workbench-heading-status {
  padding-left: 18px;
  border-left: 3px solid var(--order-amber);
}

.workbench-heading-status strong {
  display: block;
  color: var(--order-ink);
  font-size: 18px;
}

.workbench-heading-status p {
  margin: 3px 0 0;
  color: var(--order-muted);
  font-size: 13px;
}

.work-order-steps {
  max-width: var(--split-max);
  margin: 18px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.work-order-steps li {
  min-height: 58px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--order-line);
  background: #f8f4eb;
}

.work-order-steps li:first-child {
  border-color: var(--order-amber-dark);
  background: #f2d592;
}

.work-order-steps span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--order-ink);
  font-size: 12px;
  font-weight: 900;
}

.work-order-steps li:first-child span {
  background: var(--order-amber-dark);
}

.work-order-steps strong {
  font-size: 13px;
}

.workbench {
  margin-top: 12px;
  border-color: var(--order-ink);
  border-top-width: 1px;
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

.control-panel {
  background: var(--order-paper);
}

.preview-panel {
  color: var(--order-ink);
  background: #e9e1d4;
}

.preview-kicker,
.preview-status p,
.result-meta dt {
  color: var(--order-muted);
}

.side-tabs {
  border-color: var(--order-line);
  background: #f7f1e6;
}

.side-tabs button {
  color: var(--order-muted);
}

.side-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--order-ink);
}

.result-meta {
  border-color: var(--order-line);
}

.model-turntable-section {
  margin-top: 22px;
  border: 1px solid var(--order-ink);
  border-top: 5px solid var(--order-amber);
  color: var(--order-ink);
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

.model-turntable-kicker {
  color: var(--order-amber-dark);
}

.model-turntable-copy h3 {
  color: var(--order-ink);
}

.model-turntable-copy > p {
  color: var(--order-muted);
}

.model-turntable-boundary {
  border-left-color: var(--order-amber);
  color: var(--order-muted);
  background: #eee6d7;
}

.model-turntable-boundary strong {
  color: var(--order-ink);
}

.model-turntable-badge {
  border-color: var(--order-ink);
  color: #fff;
  background: var(--order-ink);
}

.model-turntable-player > p {
  color: var(--order-muted);
}

.how-section,
.faq-section,
.proof-section {
  background: transparent;
}

.mitt-assistant-launcher {
  top: auto;
  right: 24px;
  bottom: 24px;
  min-width: 150px;
  min-height: 56px;
  padding: 9px 15px;
  flex-direction: row;
  gap: 8px;
  border-right: 1px solid #f0c36d;
  border-radius: 3px;
  box-shadow: 4px 4px 0 rgba(23, 23, 21, 0.3);
}

.mitt-assistant-launcher span,
.mitt-assistant-launcher small {
  writing-mode: horizontal-tb;
}

.mitt-assistant-launcher span {
  letter-spacing: 0.04em;
}

.mitt-assistant-launcher small {
  padding-left: 8px;
  border-left: 1px solid rgba(77, 53, 15, 0.4);
  letter-spacing: 0;
}

@media (min-width: 761px) {
  .mitt-assistant-launcher {
    display: none;
  }
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }

  .hero-copy {
    padding-right: 34px;
    padding-left: 34px;
  }

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

  .product-selector-prices > span:nth-child(2) {
    border-right: 0;
  }

  .product-selector-prices > span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--order-line);
  }

  .work-order-steps {
    grid-template-columns: repeat(5, 168px);
    overflow-x: auto;
    scrollbar-width: thin;
  }
}

@media (max-width: 760px) {
  .header-inner,
  .hero-inner,
  .service-strip,
  .section {
    width: min(calc(100% - 20px), 1120px);
  }

  .header-inner {
    min-height: 62px;
  }

  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .hero-looks {
    min-height: 330px;
    grid-column: 1;
    grid-row: 1;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 28px 22px 30px;
    border-top: 1px solid var(--order-line);
    border-left: 0;
  }

  .hero-order-number {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-look-main figcaption {
    right: 10px;
    bottom: 10px;
  }

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

  .service-strip > div:nth-child(2) {
    border-right: 0;
  }

  .service-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid #48443d;
  }

  .product-section {
    margin-top: 22px;
    margin-bottom: 22px;
    padding: 28px 16px 34px;
  }

  .product-selector {
    grid-template-columns: 1fr;
  }

  .product-selector-button {
    padding: 18px 16px 16px;
    grid-template-columns: 116px 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 14px;
  }

  .product-selector-button > img {
    height: 150px;
    margin: 0;
    grid-row: 1 / 5;
  }

  .product-selector-button > strong,
  .product-selector-colors,
  .product-selector-prices,
  .product-selector-button > small:last-child {
    grid-column: 2;
  }

  .product-selector-button > strong {
    align-self: end;
    font-size: 25px;
  }

  .product-selector-prices {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-selector-prices > span:nth-child(2) {
    border-right: 1px solid var(--order-line);
  }

  .product-selector-prices > span:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .product-selector-prices small {
    font-size: 8px;
  }

  .product-selector-prices b {
    font-size: 12px;
  }

  .workbench-section {
    padding-top: 28px;
  }

  .workbench-heading {
    padding: 22px 18px;
  }

  .workbench-heading-status {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px dashed var(--order-line);
    border-left: 0;
  }

  .work-order-steps {
    margin-top: 12px;
    grid-template-columns: repeat(5, 152px);
  }

  .work-order-steps li {
    min-height: 52px;
  }

  .model-turntable-section {
    padding: 22px 16px;
  }

  .mitt-assistant-launcher {
    right: 12px;
    bottom: 12px;
    min-width: 128px;
    min-height: 50px;
    padding: 8px 12px;
  }
}

@media (max-width: 430px) {
  .product-selector-button {
    grid-template-columns: 98px 1fr;
    column-gap: 10px;
  }

  .product-selector-button > img {
    height: 132px;
  }

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

  .product-selector-prices > span:nth-child(2) {
    border-right: 0;
  }

  .product-selector-prices > span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--order-line);
  }
}

/* 2026-08-22 — 三題導購公開測試。只改入口與導購層，正式工作台與案件契約不變。 */
.guide-open {
  overflow: hidden;
}

.header-boundary {
  min-height: 42px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6e685f;
  color: #f4efe7;
  background: #1c1c19;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero-prompt {
  margin: 11px 0 0;
  color: var(--order-ink);
  font-size: 15px;
  font-weight: 900;
}

.hero-manual-link {
  width: fit-content;
  min-height: 44px;
  padding: 9px 0 7px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid var(--order-ink);
  color: var(--order-ink);
  font-weight: 900;
  text-decoration: none;
}

.hero-manual-link:hover,
.hero-manual-link:focus-visible {
  color: var(--order-amber-dark);
  border-bottom-color: var(--order-amber-dark);
}

.guide-intro {
  width: min(calc(100% - 32px), 1120px);
  margin: 42px auto 0;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 28px 46px;
  align-items: center;
  border: 1px solid var(--order-ink);
  border-top: 5px solid var(--order-amber);
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

.guide-intro h2 {
  max-width: 720px;
  margin: 5px 0 12px;
  color: var(--order-ink);
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.2;
}

.guide-intro > div > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--order-muted);
  font-size: 16px;
  line-height: 1.75;
}

.guide-intro ol {
  margin: 0;
  padding: 0;
  display: grid;
  border-top: 1px solid var(--order-line);
  list-style: none;
}

.guide-intro li {
  min-height: 58px;
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--order-line);
}

.guide-intro li span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--order-ink);
  font-size: 12px;
  font-weight: 900;
}

.guide-intro li strong {
  font-size: 16px;
}

.guide-intro-button {
  min-height: 52px;
  grid-column: 1 / -1;
  border-color: #9d6505;
  color: var(--order-ink);
  background: var(--order-amber);
  box-shadow: 3px 3px 0 rgba(23, 22, 19, 0.35);
  font-size: 17px;
}

.guide-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0;
  color: var(--order-ink);
  background: #e8e1d5;
}

.guide-dialog:not([open]) {
  display: none;
}

.guide-dialog::backdrop {
  background: rgba(15, 15, 13, 0.82);
}

.guide-shell {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto auto 1fr;
  background: #e8e1d5;
}

.guide-test-strip {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 4px solid var(--order-amber);
  color: #ded7cc;
  background: #171714;
  font-size: 11px;
}

.guide-test-strip strong {
  padding: 2px 8px;
  border-radius: 999px;
  color: #171714;
  background: var(--order-amber);
  font-size: 10px;
}

.guide-header {
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #3d3a34;
  color: #f3eee5;
  background: #171714;
}

.guide-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.guide-brand img {
  width: 58px;
  height: 38px;
  object-fit: contain;
}

.guide-brand span {
  display: grid;
  gap: 1px;
}

.guide-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  letter-spacing: 0.18em;
}

.guide-brand small {
  color: #bbb3a8;
  font-size: 11px;
}

.guide-progress {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #999186;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
}

.guide-progress li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-progress li + li::before {
  width: 42px;
  height: 1px;
  margin-right: 16px;
  display: block;
  background: #5c574f;
  content: "";
}

.guide-progress span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #656057;
  font-size: 11px;
}

.guide-progress .is-current {
  color: #fff;
}

.guide-progress .is-current span {
  border-color: var(--order-amber);
  color: #171714;
  background: var(--order-amber);
}

.guide-human-boundary {
  min-height: 42px;
  padding: 9px 14px;
  display: grid;
  place-items: center;
  border: 1px solid #656057;
  font-size: 12px;
  white-space: nowrap;
}

.guide-main {
  width: min(calc(100% - 40px), 1160px);
  margin: 0 auto;
  padding: 28px 0 48px;
}

.guide-topline {
  min-height: 44px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  color: var(--order-muted);
  font-size: 12px;
  font-weight: 800;
}

.guide-topline button {
  width: fit-content;
  min-height: 44px;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid var(--order-ink);
  color: var(--order-ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.guide-topline button:last-child {
  justify-self: end;
}

.guide-paper,
.guide-recommendation {
  position: relative;
  min-height: 580px;
  padding: 50px;
  border: 1px solid var(--order-ink);
  background: var(--order-paper);
  box-shadow: var(--order-shadow);
}

.guide-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  overflow: hidden;
  background: #d7cfc1;
}

.guide-bar span {
  width: 33.333%;
  height: 100%;
  display: block;
  background: var(--order-amber);
  transition: width 180ms ease;
}

.guide-paper h2,
.guide-recommendation h2 {
  max-width: 850px;
  margin: 9px 0 14px;
  color: var(--order-ink);
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.12;
}

.guide-help {
  margin: 0;
  color: var(--order-muted);
  font-size: 17px;
}

.guide-options {
  max-width: 960px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-option {
  min-height: 82px;
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--order-line);
  color: var(--order-ink);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.guide-option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.guide-option:hover,
.guide-option:focus-visible,
.guide-option[aria-pressed="true"] {
  border-color: var(--order-ink);
  background: #fff7e7;
  box-shadow: 3px 3px 0 var(--order-amber);
}

.guide-option > span {
  display: grid;
  gap: 4px;
}

.guide-option strong {
  font-size: 18px;
}

.guide-option small {
  color: var(--order-muted);
  font-size: 12px;
}

.guide-option b {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--order-line);
  color: var(--order-muted);
  font-size: 11px;
}

.guide-rule {
  max-width: 960px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--order-line);
  color: var(--order-muted);
  font-size: 12px;
  line-height: 1.65;
}

.guide-recommendation {
  padding-top: 42px;
}

.guide-recommendation-heading {
  padding-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--order-ink);
}

.guide-recommendation-heading h2 {
  margin-bottom: 9px;
}

.guide-recommendation-heading p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--order-muted);
  font-size: 17px;
  line-height: 1.65;
}

.guide-recommendation-heading > span {
  min-height: 42px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #62745b;
  color: #385131;
  background: #f7fbf5;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.guide-recommendation-heading > span[data-available="false"] {
  border-color: #9d7b45;
  color: #744d0d;
  background: #fff8e9;
}

.guide-recommendation-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
}

.guide-recommendation-grid figure {
  margin: 0;
  padding: 30px;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--order-line);
  background: #eee7da;
}

.guide-recommendation-grid figure img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.guide-recommendation-grid figcaption {
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid var(--order-line);
  color: var(--order-muted);
  font-size: 12px;
  line-height: 1.55;
}

.guide-recommendation-copy {
  padding: 30px;
}

.guide-answer-summary {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--order-line);
}

.guide-answer-summary div {
  min-height: 72px;
  padding: 12px;
  border-right: 1px solid var(--order-line);
}

.guide-answer-summary div:last-child {
  border-right: 0;
}

.guide-answer-summary dt {
  color: var(--order-muted);
  font-size: 10px;
}

.guide-answer-summary dd {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 900;
}

.guide-next-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 5px solid var(--order-amber);
  background: #f4dfb0;
}

.guide-next-note strong {
  font-size: 16px;
}

.guide-next-note p {
  margin: 5px 0 0;
  color: var(--order-muted);
  font-size: 13px;
  line-height: 1.55;
}

.guide-public-prices {
  margin-top: 22px;
}

.guide-public-prices > strong {
  display: block;
  font-size: 13px;
}

.guide-public-prices > div {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--order-line);
}

.guide-public-prices > div span {
  min-height: 70px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid var(--order-line);
}

.guide-public-prices > div span:last-child {
  border-right: 0;
}

.guide-public-prices small {
  color: var(--order-muted);
  font-size: 9px;
}

.guide-public-prices strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.guide-public-prices > p,
.guide-capability-note {
  margin: 9px 0 0;
  color: var(--order-muted);
  font-size: 11px;
  line-height: 1.55;
}

.guide-capability-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--order-line);
  background: #f6f1e8;
}

.guide-recommendation-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.guide-recommendation-actions .button {
  min-height: 52px;
  border-color: #9d6505;
  color: var(--order-ink);
  background: var(--order-amber);
  box-shadow: 3px 3px 0 rgba(23, 22, 19, 0.35);
}

.guide-recommendation-actions .text-link {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--order-ink);
  color: var(--order-ink);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.footer-assistant {
  min-height: 36px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #8c8377;
  color: #ded7cc;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.footer-assistant:hover,
.footer-assistant:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
}

.mitt-assistant-launcher {
  display: none !important;
}

@media (max-width: 980px) {
  .guide-header {
    grid-template-columns: auto 1fr;
  }

  .guide-progress {
    display: none;
  }

  .guide-human-boundary {
    justify-self: end;
  }

  .guide-recommendation-grid {
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  }

  .guide-public-prices > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-public-prices > div span:nth-child(2) {
    border-right: 0;
  }

  .guide-public-prices > div span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--order-line);
  }
}

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

  .hero-prompt {
    margin-top: 8px;
    font-size: 14px;
  }

  .guide-intro {
    width: min(calc(100% - 20px), 1120px);
    margin-top: 22px;
    padding: 25px 17px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .guide-intro h2 {
    font-size: 31px;
  }

  .guide-intro-button {
    grid-column: auto;
  }

  .guide-test-strip {
    min-height: 25px;
    font-size: 10px;
  }

  .guide-header {
    min-height: 64px;
    padding: 10px 14px;
    gap: 12px;
  }

  .guide-brand img {
    width: 50px;
    height: 34px;
  }

  .guide-brand strong {
    font-size: 16px;
  }

  .guide-human-boundary {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .guide-main {
    width: min(calc(100% - 20px), 1160px);
    padding: 12px 0 28px;
  }

  .guide-topline {
    margin-bottom: 10px;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    font-size: 10px;
  }

  .guide-topline button {
    min-height: 44px;
  }

  .guide-paper,
  .guide-recommendation {
    min-height: calc(100dvh - 175px);
    padding: 30px 16px 24px;
    box-shadow: 3px 3px 0 rgba(23, 22, 19, 0.12);
  }

  .guide-paper h2,
  .guide-recommendation h2 {
    margin-top: 8px;
    font-size: clamp(39px, 11.8vw, 50px);
    line-height: 1.1;
  }

  .guide-help {
    font-size: 14px;
    line-height: 1.55;
  }

  .guide-options {
    margin-top: 25px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .guide-option,
  .guide-option:last-child:nth-child(odd) {
    min-height: 75px;
    grid-column: auto;
  }

  .guide-option strong {
    font-size: 16px;
  }

  .guide-rule {
    margin-top: 20px;
  }

  .guide-recommendation {
    padding-top: 24px;
  }

  .guide-recommendation-heading {
    padding-bottom: 18px;
    display: grid;
    align-items: start;
    gap: 14px;
  }

  .guide-recommendation-heading h2 {
    font-size: 45px;
  }

  .guide-recommendation-heading p:last-child {
    font-size: 14px;
  }

  .guide-recommendation-heading > span {
    width: fit-content;
  }

  .guide-recommendation-grid {
    grid-template-columns: 1fr;
  }

  .guide-recommendation-grid figure {
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--order-line);
  }

  .guide-recommendation-grid figure img {
    max-height: 300px;
  }

  .guide-recommendation-copy {
    padding: 20px 0 0;
  }

  .guide-answer-summary {
    grid-template-columns: 1fr;
  }

  .guide-answer-summary div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--order-line);
  }

  .guide-answer-summary div:last-child {
    border-bottom: 0;
  }

  .guide-public-prices > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-recommendation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .guide-recommendation-actions .button,
  .guide-recommendation-actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .guide-main {
    width: calc(100% - 16px);
  }

  .guide-paper,
  .guide-recommendation {
    padding-right: 14px;
    padding-left: 14px;
  }

  .guide-paper h2,
  .guide-recommendation h2 {
    font-size: 39px;
  }

  .guide-option {
    padding-right: 12px;
    padding-left: 12px;
  }

  .guide-option b {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}
