:root {
  color-scheme: light;
  --ink: #0f1b2f;
  --muted: #607086;
  --line: #d7e0eb;
  --paper: #f7fbff;
  --panel: #ffffff;
  --accent: #c6a04b;
  --accent-2: #0a5fa8;
  --wash: #edf5fc;
  --gold: #c6a04b;
  --champagne: var(--gold);
  --blue: #005baa;
  --deep-blue: #092b55;
  --shadow: 0 24px 70px rgba(9, 43, 85, 0.1);
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --script: "Snell Roundhand", "Zapfino", "Apple Chancery", cursive;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(115, 190, 230, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(250, 253, 255, 0.96), rgba(237, 245, 252, 0.78)),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

h1,
h2,
h3,
p,
.breadcrumb,
.card,
.value {
  overflow-wrap: anywhere;
}

a {
  color: inherit;
  text-decoration-color: rgba(198, 160, 75, 0.52);
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--accent);
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(247, 251, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.nav {
  max-width: 1680px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.brand-mark {
  font-family: var(--script);
  font-size: 34px;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--gold);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 8px 28px rgba(198, 160, 75, 0.2);
}

.nav-links {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
}

.nav-links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(237, 245, 252, 0.92);
  color: var(--deep-blue);
}

.nav-links .nav-cta {
  border: 1px solid rgba(198, 160, 75, 0.62);
  color: var(--deep-blue);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px 86px;
}

.shop-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: min(82svh, 780px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  margin: 0 0 56px;
  margin-left: -50vw;
  border: 0;
  border-radius: 0;
  background: var(--deep-blue);
  isolation: isolate;
}

.shop-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  box-shadow: none;
}

.shop-hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 42vw);
  margin-right: clamp(64px, 10vw, 320px);
  padding: 80px 0 88px;
  text-align: left;
  color: var(--white);
}

.shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 25, 52, 0.1) 0%, rgba(5, 28, 58, 0.32) 42%, rgba(4, 22, 48, 0.78) 100%),
    linear-gradient(180deg, rgba(2, 16, 34, 0.2), rgba(5, 22, 45, 0.44));
  pointer-events: none;
}

.hero-logo {
  margin: 0 0 24px;
  color: #dcc185;
  font-family: var(--serif);
  font-size: clamp(88px, 7.8vw, 142px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 55px rgba(4, 22, 46, 0.38);
}

.shop-hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 3.2vw, 58px);
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 14px 42px rgba(4, 22, 46, 0.34);
}

.shop-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-hero-copy .lead {
  max-width: 560px;
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 10px 30px rgba(4, 22, 46, 0.32);
}

.shop-hero-copy .link-list {
  gap: 16px;
  justify-content: flex-start;
  margin-top: 22px;
}

.shop-hero-copy .button-link {
  border-color: rgba(239, 226, 193, 0.72);
  color: var(--deep-blue);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 42px rgba(3, 18, 38, 0.18);
  white-space: nowrap;
}

.shop-hero-copy .button-link.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.collection-hero {
  padding: 52px 0 34px;
  border-bottom: 1px solid var(--line);
}

.shop-section {
  padding-top: 40px;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 16px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.shop-story-band {
  max-width: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(114, 193, 226, 0.24), transparent 32%),
    linear-gradient(135deg, var(--deep-blue), var(--blue) 64%, #0a78ba);
  color: var(--white);
  margin: 0 -24px;
  padding: 82px 24px;
  text-align: center;
}

.shop-story-band > * {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.shop-story-band .eyebrow {
  color: var(--champagne);
  margin-bottom: 22px;
}

.shop-story-band h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 1.7;
  word-break: keep-all;
  line-break: strict;
}

.shop-story-band .title-part {
  display: block;
  margin: 0;
}

.shop-story-band p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 2;
}

.philosophy-emphasis {
  color: var(--gold);
  font-weight: 500;
  background: none;
  text-shadow: 0 8px 22px rgba(5, 18, 36, 0.18);
}

.gift-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gift-tile {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(237, 245, 252, 0.72));
  padding: 22px 26px;
}

.gift-tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}

.gift-tile p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.gift-tile-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gift-tile-link:hover {
  border-color: rgba(198, 160, 75, 0.72);
  color: var(--deep-blue);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(9, 43, 85, 0.1);
  transform: translateY(-2px);
}

.gift-tile-arrow {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: var(--gold);
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
}

.home-scene-section {
  padding-top: 46px;
}

.home-choice-group + .home-choice-group {
  margin-top: 32px;
}

.home-choice-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 12px;
}

.home-choice-heading .eyebrow {
  margin: 0;
}

.home-choice-heading h3 {
  margin: 0;
  font-size: 23px;
}

.home-scene-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-scene-grid .gift-tile {
  min-height: 106px;
  padding: 15px 42px 15px 20px;
}

.home-scene-grid .gift-tile > span:first-child {
  font-size: 18px;
}

.home-scene-grid .gift-tile p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.65;
}

.catalog-result-summary {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

#products {
  scroll-margin-top: 82px;
}

.scene-filter-bar {
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
  padding: 2px 0 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.scene-filter-bar a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.scene-filter-bar a:hover,
.scene-filter-bar a.is-active {
  border-color: rgba(198, 160, 75, 0.74);
  background: var(--white);
  color: var(--deep-blue);
}

.scene-filter-bar a.is-active {
  box-shadow: inset 0 -2px 0 var(--gold);
}

.product-embed-card[hidden] {
  display: none;
}

.catalog-empty-state {
  padding: 38px 24px;
  border: 1px solid var(--line);
  text-align: center;
}

.catalog-empty-state[hidden] {
  display: none;
}

.catalog-empty-state p {
  color: var(--muted);
}

.hero {
  padding: 40px 0 32px;
  border-bottom: 1px solid var(--line);
}

.product-hero {
  position: relative;
  left: 50%;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) minmax(250px, 320px);
  gap: 30px;
  align-items: center;
  width: 100vw;
  min-height: 430px;
  margin: 18px 0 0 -50vw;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 38px max(24px, calc((100vw - 1272px) / 2));
  background: url("/assets/raison-product-hero-background.jpg") center / cover no-repeat;
}

.product-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(242, 248, 253, 0.68);
  content: "";
}

.product-hero > * {
  position: relative;
  z-index: 1;
}

.product-hero-visual {
  display: grid;
  place-items: center;
  min-height: 350px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(9, 43, 85, 0.12);
  backdrop-filter: blur(8px);
}

.product-hero-visual img {
  width: min(78%, 220px);
  max-height: 318px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(9, 43, 85, 0.14));
}

.product-hero-placeholder {
  opacity: 0.9;
}

.product-hero-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76);
}

.product-hero-copy .eyebrow {
  margin-bottom: 0;
}

.product-hero-copy h1 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.16;
}

.product-hero-copy .lead {
  margin: 0;
  max-width: 680px;
}

.product-hero-story {
  display: -webkit-box;
  max-width: 760px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 2px 0 0;
}

.product-hero-facts div {
  min-width: 0;
  border-top: 1px solid rgba(9, 43, 85, 0.12);
  padding-top: 7px;
}

.product-hero-facts dt {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.product-hero-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-purchase-card {
  border: 1px solid rgba(215, 224, 235, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  box-shadow: 0 10px 24px rgba(9, 43, 85, 0.08);
}

.purchase-label {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-purchase-price {
  min-height: 34px;
  margin: 0;
  color: var(--deep-blue);
  font-size: 24px;
  font-weight: 750;
}

.button-link.hero-buy-button {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  background: var(--deep-blue);
  border-color: var(--deep-blue);
  color: var(--white);
}

.sticky-conversion-bar.is-deferred {
  opacity: 0;
  pointer-events: none;
  transform: translate(12px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.sticky-conversion-bar.is-deferred.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.purchase-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.product-meaning-section,
.product-official-section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.product-meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 42px;
  align-items: start;
}

.product-meaning-copy {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.85;
}

.product-meaning-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.product-meaning-tags li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--wash);
  padding: 6px 11px;
  color: var(--deep-blue);
  font-size: 13px;
}

.product-official-summary {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.9;
}

.product-official-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.product-official-grid > section {
  min-width: 0;
}

.product-official-grid h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.product-detail-list {
  margin: 0;
}

.product-detail-list div {
  display: grid;
  grid-template-columns: minmax(92px, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.product-detail-list dt {
  color: var(--muted);
  font-size: 12px;
}

.product-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
}

.product-brewery-copy {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.product-decision-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-decision-cta h2,
.product-decision-cta p {
  margin: 0;
}

.product-decision-cta h2 {
  font-size: 28px;
}

.product-decision-cta div > p:last-child {
  margin-top: 8px;
  color: var(--muted);
}

.source-disclosure {
  margin: 28px 0 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-disclosure summary {
  padding: 16px 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.source-disclosure > div {
  padding: 0 0 18px;
}

.source-disclosure p {
  margin: 6px 0 0;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.diagnosis-prompt-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 28px 0 12px;
  padding: 22px 24px;
  border: 1px solid rgba(198, 160, 75, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 252, 0.78));
}

.diagnosis-prompt-band h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.diagnosis-prompt-band p {
  margin: 0;
  color: var(--muted);
}

.sticky-conversion-bar {
  position: fixed;
  right: 14px;
  top: 64%;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: stretch;
  width: 104px;
  padding: 6px;
  border: 1px solid rgba(198, 160, 75, 0.38);
  border-radius: 8px 0 0 8px;
  background: rgba(250, 253, 255, 0.94);
  box-shadow: 0 10px 24px rgba(9, 43, 85, 0.14);
  transform: translateY(-50%);
  backdrop-filter: blur(18px);
}

.sticky-conversion-bar.is-no-qr {
  width: 184px;
  gap: 8px;
  padding: 12px;
}

.sticky-conversion-qr {
  display: grid;
  gap: 3px;
  justify-items: center;
  padding: 4px;
  border: 1px solid rgba(215, 224, 235, 0.86);
  border-radius: 6px;
  background: var(--white);
}

.sticky-conversion-qr img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sticky-conversion-qr span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.sticky-conversion-copy {
  min-width: 0;
}

.sticky-conversion-copy .eyebrow {
  margin-bottom: 1px;
  font-size: 8px;
}

.sticky-conversion-bar.is-no-qr .sticky-conversion-copy .eyebrow {
  font-size: 10px;
}

.sticky-conversion-title {
  margin: 0;
  color: var(--deep-blue);
  font-family: var(--serif);
  font-size: 6.9px;
  line-height: 1.25;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.sticky-conversion-bar.is-no-qr .sticky-conversion-title {
  font-size: 12px;
}

.sticky-conversion-note {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 5.4px;
  line-height: 1.3;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.sticky-conversion-bar.is-no-qr .sticky-conversion-note {
  font-size: 10px;
}

.sticky-conversion-actions {
  display: grid;
  gap: 4px;
  align-items: stretch;
}

.sticky-primary,
.sticky-secondary {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 6px;
  text-decoration: none;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.sticky-primary {
  color: var(--white);
  background: var(--deep-blue);
}

.sticky-secondary {
  color: var(--deep-blue);
  border: 1px solid rgba(12, 47, 84, 0.2);
  background: var(--white);
}

.sticky-conversion-bar.is-no-qr .sticky-primary,
.sticky-conversion-bar.is-no-qr .sticky-secondary {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-action-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.contact-action-card h2 {
  margin: 0;
  font-size: 24px;
}

.grid > *,
.product-grid > * {
  min-width: 0;
}

.title-part {
  display: inline-block;
  margin-right: 0.16em;
}

.copy-line {
  display: block;
  white-space: nowrap;
}

.shop-story-band .narrow-line,
.narrow-line {
  display: none;
}

.mobile-break {
  display: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
}

h1,
h2,
h3 {
  line-height: 1.32;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: 56px;
  font-family: var(--serif);
  font-weight: 500;
}

h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-family: var(--serif);
  font-weight: 500;
}

h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.breadcrumb {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb ol {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.recommendation-result-section .product-grid {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 920px;
}

.product-embed-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.product-collection-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.product-collection-grid .product-embed-card {
  grid-template-columns: 1fr;
  grid-template-rows: 248px 1fr;
  align-content: stretch;
  height: 680px;
  min-height: 680px;
}

.product-collection-grid .embed-visual {
  order: -1;
  min-height: 0;
  height: 248px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  border-left: 0;
}

.product-collection-grid .embed-visual img {
  width: min(100%, 190px);
  height: 196px;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.product-collection-grid .embed-copy {
  min-width: 0;
  gap: 8px;
  padding: 18px;
}

.product-collection-grid .product-card.product-embed-card h3 {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-collection-grid .embed-story {
  min-height: 38px;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 1.6;
}

.product-collection-grid .embed-tags {
  min-height: 24px;
  gap: 5px;
}

.product-collection-grid .embed-tags span {
  padding: 3px 7px;
  font-size: 10px;
}

.product-collection-grid .embed-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
}

.product-collection-grid .embed-story-link,
.product-collection-grid .embed-buy-button {
  min-width: 0;
  width: 100%;
}

.product-collection-grid .embed-story-link {
  gap: 6px;
  padding-right: 8px;
  padding-left: 10px;
  font-size: 11px;
}

.home-featured-section {
  position: relative;
  overflow: hidden;
}

.home-carousel-wrap {
  position: relative;
}

.home-carousel-next {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(198, 160, 75, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 252, 0.9)),
    var(--white);
  color: rgba(198, 160, 75, 0.96);
  box-shadow: 0 14px 36px rgba(9, 43, 85, 0.18);
  cursor: pointer;
  transform: translateY(-58%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
}

.home-carousel-next svg {
  width: 22px;
  height: 22px;
}

.home-carousel-next path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.home-carousel-next:hover {
  border-color: rgba(198, 160, 75, 0.82);
  color: var(--deep-blue);
  box-shadow: 0 18px 42px rgba(9, 43, 85, 0.22);
  transform: translateY(-58%) translateX(2px);
}

.home-featured-section .section-heading-row {
  align-items: center;
}

.home-featured-section .section-heading-row > a {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration-color: rgba(198, 160, 75, 0.7);
  text-underline-offset: 5px;
}

.product-embed-carousel {
  display: flex;
  grid-template-columns: none;
  gap: 16px;
  margin-right: -24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 24px 14px 0;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.product-embed-carousel::-webkit-scrollbar {
  height: 8px;
}

.product-embed-carousel::-webkit-scrollbar-track {
  background: rgba(215, 224, 235, 0.58);
}

.product-embed-carousel::-webkit-scrollbar-thumb {
  background: rgba(198, 160, 75, 0.66);
  border-radius: 999px;
}

.product-embed-carousel .product-embed-card {
  flex: 0 0 clamp(220px, 22vw, 286px);
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  scroll-snap-align: start;
}

.product-embed-carousel .embed-visual {
  order: -1;
  min-height: 0;
  height: 230px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  border-left: 0;
}

.product-embed-carousel .embed-visual img {
  width: 178px;
  height: 178px;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.product-embed-carousel .embed-copy {
  align-content: start;
  gap: 8px;
  min-height: 236px;
  padding: 18px 18px 20px;
}

.product-embed-carousel .product-card.product-embed-card h3 {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-embed-carousel .embed-story {
  min-height: 38px;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 1.6;
}

.product-embed-carousel .embed-tags {
  min-height: 24px;
  gap: 5px;
}

.product-embed-carousel .embed-tags span {
  font-size: 10px;
  padding: 3px 7px;
}

.product-embed-carousel .embed-facts {
  display: none;
}

.product-embed-carousel .embed-story-link {
  width: 100%;
  min-height: 34px;
  gap: 5px;
  padding: 7px 8px;
  font-size: 10px;
}

.product-embed-carousel .embed-buy-button {
  width: 100%;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 11px;
}

.home-more-row {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.home-more-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 390px);
  min-height: 54px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--muted);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(9, 43, 85, 0.08);
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.home-more-button:hover {
  color: var(--deep-blue);
  box-shadow: 0 16px 36px rgba(9, 43, 85, 0.12);
  transform: translateY(-1px);
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 22px;
  box-shadow: none;
}

.product-card {
  display: grid;
  min-height: 220px;
  align-content: start;
  gap: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(237, 245, 252, 0.74)),
    var(--panel);
}

.product-embed-card {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 200px);
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.embed-copy {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 9px;
  padding: 22px 24px;
}

.embed-card-footer {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.embed-title-slot {
  min-height: 52px;
}

.embed-description-slot {
  min-height: 44px;
}

.product-card.product-embed-card h3 {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.42;
}

.embed-story {
  margin: 0;
}

.embed-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 2px 0 0;
  padding: 0;
}

.embed-facts div {
  min-width: 0;
  border-top: 1px solid rgba(9, 43, 85, 0.12);
  padding-top: 6px;
}

.embed-facts dt {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.embed-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.embed-story {
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.embed-story.is-empty {
  opacity: 0.72;
}

.embed-feature-slot {
  display: grid;
  gap: 5px;
  min-height: 45px;
}

.embed-field-label {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.embed-story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 36px;
  border: 1px solid rgba(217, 190, 126, 0.72);
  border-radius: 999px;
  padding: 7px 14px 7px 16px;
  background:
    linear-gradient(135deg, rgba(250, 254, 255, 0.98), rgba(198, 235, 253, 0.86) 48%, rgba(92, 177, 224, 0.2)),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 1), transparent 44%);
  color: var(--deep-blue);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(198, 160, 75, 0.22),
    0 8px 18px rgba(9, 43, 85, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.embed-story-link > span {
  min-width: 0;
  white-space: nowrap;
}

.embed-story-link::after {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(217, 190, 126, 0.36), rgba(255, 255, 255, 0.18));
  color: #b98d2d;
  font-size: 13px;
  line-height: 1;
  flex: 0 0 20px;
}

.embed-story-link:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 190, 126, 0.96);
  color: var(--deep-blue);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(209, 240, 255, 0.94) 46%, rgba(80, 176, 232, 0.24)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 1), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(198, 160, 75, 0.26),
    0 18px 38px rgba(9, 43, 85, 0.16);
}

.embed-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
}

.embed-tags span {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--ink);
  background: var(--wash);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.embed-tags .embed-empty-value {
  color: var(--muted);
  background: rgba(247, 251, 255, 0.72);
}

.embed-price-slot {
  min-height: 42px;
}

.embed-purchase-slot,
.embed-story-slot {
  display: flex;
  min-height: 38px;
}

.embed-price {
  display: grid;
  gap: 2px;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.embed-price strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.embed-buy-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 300px);
  min-height: 38px;
  padding: 9px 16px;
  background: #06131a;
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.embed-buy-button:hover,
.embed-buy-button:focus-visible {
  color: var(--gold);
  background: #031017;
  box-shadow: inset 0 0 0 1px rgba(198, 160, 75, 0.34);
  transform: translateY(-1px);
}

.embed-buy-button-detail {
  border: 1px solid var(--deep-blue);
  background: var(--white);
  color: var(--deep-blue);
}

.embed-buy-button-detail:hover,
.embed-buy-button-detail:focus-visible {
  color: var(--deep-blue);
  background: var(--wash);
}

.embed-visual {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 170px;
  border-left: 1px solid var(--line);
  background: var(--white);
  text-decoration: none;
}

.embed-visual img {
  width: min(70%, 150px);
  max-height: 170px;
  object-fit: contain;
}

.embed-visual .embed-placeholder-image {
  width: auto;
  height: 160px;
  max-width: 72%;
  max-height: 170px;
}

.sample-image-note {
  color: rgba(96, 112, 134, 0.72);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}

.column-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.column-index-hero {
  max-width: 960px;
}

.column-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.column-summary-band {
  padding-top: 34px;
}

.column-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.column-guide-card {
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.column-guide-card:hover {
  border-color: rgba(198, 160, 75, 0.58);
  box-shadow: 0 18px 40px rgba(11, 42, 74, 0.08);
  transform: translateY(-1px);
}

.column-guide-card span {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.35;
}

.column-guide-card p {
  margin: 0;
  color: var(--muted);
}

.column-list-section {
  scroll-margin-top: 110px;
}

.column-filter-panel {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.column-filter-group {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(211, 224, 235, 0.72);
}

.column-filter-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.column-filter-group p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.primary-filter-group p {
  color: var(--gold);
}

.column-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.column-tag-button {
  appearance: none;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.column-tag-button:hover,
.column-tag-button.active {
  border-color: rgba(198, 160, 75, 0.72);
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep-blue);
}

.column-tag-button.active:not([data-column-clear])::before {
  margin-right: 6px;
  color: var(--gold);
  content: "✓";
}

.column-filter-actions {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(211, 224, 235, 0.72);
}

.column-pending-summary {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.column-free-query {
  width: min(100%, 620px);
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.column-free-query:focus {
  border-color: rgba(198, 160, 75, 0.9);
  outline: 3px solid rgba(198, 160, 75, 0.18);
}

.column-free-query::placeholder {
  color: rgba(96, 112, 134, 0.74);
}

.column-filter-reset {
  appearance: none;
  border: 0;
  padding: 10px 12px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.column-filter-submit {
  min-width: 190px;
  border: 1px solid var(--deep-blue);
  cursor: pointer;
}

.column-results-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 16px;
  padding: 14px 2px;
  border-bottom: 1px solid var(--line);
}

.column-results-summary p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.column-results-summary strong {
  margin-right: 4px;
  color: var(--deep-blue);
  font-size: 28px;
}

.column-results-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.column-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.column-card[hidden] {
  display: none;
}

.column-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.column-card-link:hover {
  border-color: rgba(198, 160, 75, 0.72);
  background: rgba(255, 255, 255, 0.98);
  color: inherit;
  box-shadow: 0 12px 28px rgba(9, 43, 85, 0.1);
  transform: translateY(-2px);
}

.column-card-link:focus-visible {
  outline: 3px solid rgba(198, 160, 75, 0.72);
  outline-offset: 3px;
}

.column-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}

.column-card p {
  margin: 0;
  color: var(--muted);
}

.column-card-read {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 8px 18px;
  border: 1px solid rgba(198, 160, 75, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.column-card-read::after {
  color: var(--gold);
  content: "\2192";
  font-size: 16px;
}

.column-card-link:hover .column-card-read {
  border-color: var(--deep-blue);
  background: var(--deep-blue);
  color: var(--white);
}

.column-card-link:hover .column-card-read::after {
  color: var(--white);
}

.column-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-tag-list li {
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(237, 245, 252, 0.82);
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.column-empty-message {
  margin: 20px 0;
}

.column-article {
  max-width: 880px;
  margin: 0 auto;
}

.column-article-header {
  padding: 34px 0 28px;
  border-bottom: 1px solid var(--line);
}

.column-article-header h1 {
  max-width: 780px;
}

.column-answer-panel,
.column-toc,
.column-evidence,
.column-visual-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.column-date-line {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.column-answer-panel,
.column-toc {
  margin: 28px 0;
  padding: 24px;
}

.column-answer-panel h2,
.column-toc h2 {
  margin: 0 0 16px;
}

.column-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.column-visual-card h3,
.column-subsection h3 {
  margin: 0 0 8px;
  color: var(--deep-blue);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.column-visual-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.column-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.4em;
}

.column-toc a,
.column-source-list a,
.column-evidence a {
  color: var(--deep-blue);
  font-weight: 800;
}

.column-decision-map {
  margin: 30px 0;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(237, 245, 252, 0.78));
}

.column-decision-map-head {
  max-width: 720px;
  margin-bottom: 20px;
}

.column-decision-map-head h2 {
  margin: 0 0 10px;
}

.column-decision-map-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.column-axis-labels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.column-axis-labels span {
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(211, 224, 235, 0.78);
  background: rgba(255, 255, 255, 0.72);
}

.column-decision-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.column-decision-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(211, 224, 235, 0.92);
  background: rgba(255, 255, 255, 0.86);
}

.column-decision-card > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.column-decision-card h3 {
  margin: 0;
  color: var(--deep-blue);
  font-family: inherit;
  font-size: 19px;
  font-weight: 900;
}

.column-decision-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.column-decision-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.column-decision-card div {
  display: grid;
  gap: 3px;
}

.column-decision-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.column-decision-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
}

.column-body-section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.column-body-section h2 {
  margin-bottom: 14px;
}

.column-body-section p {
  color: var(--ink);
  font-size: 17px;
  line-height: 2;
}

.column-subsection {
  margin-top: 24px;
}

.column-mini-point {
  margin: 14px 0 0;
  padding: 16px;
  border-left: 3px solid rgba(198, 160, 75, 0.68);
  background: rgba(247, 250, 252, 0.72);
}

.column-mini-point h4 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.column-mini-point p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.column-section-cta {
  margin-top: 18px;
}

.column-diagram {
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid rgba(211, 224, 235, 0.9);
  background: rgba(247, 250, 252, 0.78);
}

.column-diagram figcaption {
  display: grid;
  gap: 4px;
  margin: 0 0 16px;
}

.column-diagram figcaption span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.column-diagram figcaption strong {
  color: var(--deep-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.column-diagram figcaption small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.column-diagram ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-diagram li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(211, 224, 235, 0.84);
  background: rgba(255, 255, 255, 0.86);
}

.column-diagram-step {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(198, 160, 75, 0.7);
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 900;
}

.column-diagram h3 {
  margin: 0 0 4px;
  color: var(--deep-blue);
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.column-diagram p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.column-table-wrap {
  margin: 22px 0 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.column-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.column-table th,
.column-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(211, 224, 235, 0.78);
  text-align: left;
  vertical-align: top;
}

.column-table th {
  color: var(--deep-blue);
  background: rgba(237, 245, 252, 0.84);
  font-size: 13px;
  font-weight: 900;
}

.column-table td {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.75;
}

.column-table tr:last-child td {
  border-bottom: 0;
}

.column-evidence {
  margin: 20px 0 0;
  padding: 18px;
}

.column-evidence h3 {
  margin: 0 0 10px;
  color: var(--deep-blue);
  font-family: inherit;
  font-size: 15px;
}

.column-evidence ul,
.column-source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

.column-evidence span,
.column-source-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.column-visual-grid {
  margin-top: 22px;
}

.column-visual-card {
  padding: 18px;
}

/* Simple article reading layout overrides */
.column-index-hero {
  max-width: 900px;
  padding-bottom: 26px;
}

.column-index-hero h1 {
  font-size: clamp(32px, 4.6vw, 50px);
  line-height: 1.25;
}

.column-index-hero .lead {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.9;
}

.column-list-section {
  padding-top: 28px;
}

.column-summary-band {
  padding-top: 28px;
}

.column-guide-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.column-guide-card {
  min-height: 128px;
  padding: 20px;
}

.column-guide-card span {
  font-family: inherit;
  color: var(--deep-blue);
  font-size: 19px;
  font-weight: 900;
}

.column-guide-card p {
  font-size: 14px;
  line-height: 1.75;
}

.column-filter-panel {
  padding: 16px;
}

.column-filter-panel summary {
  color: var(--deep-blue);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.column-filter-inner {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.column-filter-group {
  grid-template-columns: 130px minmax(0, 1fr);
}

.column-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.column-card {
  min-height: 0;
  padding: 20px;
  border-left: 3px solid rgba(198, 160, 75, 0.72);
  background: rgba(255, 255, 255, 0.84);
}

.column-card h2 {
  font-size: 20px;
  line-height: 1.5;
}

.column-card p {
  font-size: 14px;
  line-height: 1.8;
}

.column-article {
  max-width: 1060px;
}

.column-article-header {
  max-width: 900px;
  padding: 42px 0 24px;
}

.column-article-header h1 {
  max-width: 900px;
  font-size: clamp(32px, 4.3vw, 52px);
  line-height: 1.28;
}

.column-article-header .lead {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.95;
}

.column-reader-tools {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin: 24px auto 34px;
}

.column-reader-tools .column-answer-panel,
.column-reader-tools .column-toc {
  margin: 0;
}

.column-answer-panel,
.column-toc {
  padding: 20px 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.column-answer-panel h2,
.column-toc h2 {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.column-summary-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-summary-list a {
  display: grid;
  gap: 3px;
  padding: 0 0 0 14px;
  border-left: 3px solid rgba(198, 160, 75, 0.62);
  color: inherit;
  text-decoration: none;
}

.column-summary-list strong {
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.5;
}

.column-summary-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.column-toc ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.2em;
}

.column-toc a {
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.column-decision-map {
  margin: 28px 0 38px;
  padding: 22px;
}

.column-decision-map-head h2 {
  font-size: 26px;
  line-height: 1.45;
}

.column-decision-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.column-body-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px 0;
}

.column-body-section h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 3.4vw, 34px);
  line-height: 1.45;
}

.column-body-section p {
  font-size: 16px;
  line-height: 2;
}

.column-subsection h3 {
  font-size: 22px;
}

.column-diagram,
.column-table-wrap,
.column-evidence,
.column-visual-grid {
  margin-top: 24px;
}

.column-diagram ol {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.column-article > .diagnosis-prompt-band {
  max-width: 900px;
  margin: 42px auto 0;
}

.product-card h3 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.meta-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.meta-item {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.label {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.value {
  display: block;
  font-weight: 650;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag {
  border: 1px solid var(--line);
  background: var(--wash);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
}

.story-panel {
  background: var(--white);
  border-left: 4px solid var(--accent);
  padding: 20px 22px;
}

.relation {
  display: grid;
  gap: 12px;
}

.relation-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.score {
  color: var(--accent);
  font-weight: 750;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.button-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.74);
}

.button-link.secondary {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
}

.notice {
  color: var(--muted);
  font-size: 13px;
}

.diagnosis-form {
  display: grid;
  gap: 22px;
}

.diagnosis-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: clamp(360px, 38svh, 460px);
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 0 34px;
  margin-left: -50vw;
  padding: 44px 24px 40px;
  border-bottom: 1px solid var(--line);
  background: #e7f3fb;
  isolation: isolate;
}

.diagnosis-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(237, 245, 252, 0.96) 0%, rgba(237, 245, 252, 0.8) 46%, rgba(237, 245, 252, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(227, 241, 250, 0.7));
  pointer-events: none;
}

.diagnosis-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.diagnosis-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 44px;
  align-items: end;
}

.diagnosis-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.26;
  word-break: keep-all;
  line-break: strict;
}

.diagnosis-hero h1 span {
  display: block;
  white-space: nowrap;
}

.diagnosis-line-mobile {
  display: none !important;
}

.diagnosis-hero .lead {
  max-width: 780px;
}

.diagnosis-hero-copy {
  display: grid;
  gap: 8px;
}

.diagnosis-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin-top: 4px;
}

.diagnosis-hero-points span {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.diagnosis-hero-points span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 50%;
  background: rgba(198, 160, 75, 0.72);
}

.diagnosis-preview {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(198, 160, 75, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(237, 245, 252, 0.7));
  box-shadow: 0 18px 54px rgba(9, 43, 85, 0.08);
}

.diagnosis-preview ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis-preview li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--deep-blue);
  font-weight: 800;
  line-height: 1.6;
}

.diagnosis-preview li span {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 18px;
}

@media (max-width: 1280px) {
  .diagnosis-hero-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .diagnosis-preview {
    max-width: 620px;
  }
}

.diagnosis-section {
  padding-top: 34px;
  border-bottom: 0;
}

.diagnosis-flow {
  padding: 30px;
  border: 1px solid rgba(198, 160, 75, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 251, 255, 0.72));
  box-shadow: 0 24px 70px rgba(9, 43, 85, 0.08);
}

.diagnosis-flow-head {
  display: grid;
  gap: 6px;
}

.diagnosis-flow-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
}

.diagnosis-flow-head p {
  margin: 0;
  color: var(--muted);
}

.diagnosis-steps {
  display: grid;
  gap: 18px;
}

.diagnosis-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(215, 224, 235, 0.92);
  background: rgba(255, 255, 255, 0.78);
}

.step-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--deep-blue);
  font-weight: 800;
}

.diagnosis-step h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.step-help {
  margin: -6px 0 14px;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.field select,
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.field textarea {
  resize: vertical;
}

.check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.check-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--white);
}

.check-option input {
  accent-color: var(--accent);
}

.emotion-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
}

.emotion-card {
  min-height: 118px;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  padding: 15px;
  color: var(--deep-blue);
  cursor: pointer;
}

.emotion-card span {
  display: grid;
  gap: 6px;
}

.emotion-card strong {
  font-size: 17px;
  line-height: 1.45;
}

.emotion-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.emotion-card:has(input:checked) {
  border-color: rgba(198, 160, 75, 0.82);
  background: rgba(255, 248, 229, 0.92);
  box-shadow: inset 0 0 0 1px rgba(198, 160, 75, 0.28);
}

.emotion-free-field {
  margin-top: 14px;
}

.advanced-diagnosis-options {
  border: 1px solid rgba(215, 224, 235, 0.92);
  background: rgba(255, 255, 255, 0.62);
}

.advanced-diagnosis-options summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--deep-blue);
  font-weight: 800;
}

.advanced-diagnosis-inner {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 20px;
}

.diagnosis-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.submit-button {
  justify-self: start;
  background: var(--accent);
  color: var(--white);
  cursor: pointer;
  min-height: 52px;
  padding: 0 28px;
  font-size: 17px;
}

.recommendation-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
}

.recommendation-image-wrap {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 224, 235, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.95), rgba(237, 245, 252, 0.7));
  overflow: hidden;
}

.recommendation-image {
  width: 100%;
  max-height: 175px;
  object-fit: contain;
}

.recommendation-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.fit-message {
  display: grid;
  gap: 7px;
  padding-left: 14px;
  border-left: 4px solid var(--accent);
}

.fit-message span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.fit-message strong {
  color: var(--deep-blue);
  font-family: var(--serif);
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1.35;
}

.fit-detail {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.75;
}

.recommendation-actions {
  display: grid;
  gap: 8px;
  width: min(100%, 280px);
  margin-top: 4px;
}

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

.result-retry-panel {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(198, 160, 75, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.result-retry-panel p {
  margin: 0;
  color: var(--muted);
}

.result-retry-panel .button-link {
  width: min(100%, 360px);
  justify-content: center;
}

.compact-section {
  padding-bottom: 28px;
}

.section-heading {
  display: grid;
  gap: 4px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 42px 24px 34px;
  color: var(--muted);
  font-size: 13px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.footer-brand {
  width: fit-content;
  font-family: var(--script);
  font-size: 32px;
  line-height: 1;
  color: var(--gold);
  text-decoration: none;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-menu a {
  color: var(--ink);
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--accent);
}

.footer-inner p {
  margin: 0;
  max-width: 820px;
}

.copyright {
  padding-top: 8px;
  color: rgba(96, 112, 134, 0.78);
  font-size: 12px;
  letter-spacing: 0;
}

@media (max-width: 1280px) {
  .shop-hero-copy {
    width: min(620px, 44vw);
    margin-right: clamp(56px, 7vw, 112px);
    padding: 52px 24px 42px;
  }

  .hero-logo {
    margin-bottom: 18px;
    font-size: 112px;
  }

  .shop-hero-copy h1 {
    font-size: 40px;
  }

  .shop-hero-copy .lead {
    max-width: 680px;
    font-size: 17px;
  }

  .shop-hero-copy .link-list {
    margin-top: 18px;
  }
}

@media (max-width: 1180px) {
  .shop-hero-copy {
    width: min(500px, 44vw);
    margin-right: clamp(48px, 6vw, 84px);
    padding: 42px 22px 32px;
  }

  .hero-logo {
    margin-bottom: 14px;
    font-size: 96px;
  }

  .shop-hero-copy h1 {
    font-size: 36px;
  }

  .shop-hero-copy .lead {
    max-width: 720px;
    font-size: 16px;
  }

  .shop-hero-copy .button-link {
    min-height: 38px;
    padding: 7px 16px;
  }
}

@media (max-width: 1080px) {
  .product-hero {
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    align-items: start;
  }

  .product-hero .hero-purchase-card {
    grid-column: 1 / -1;
  }

  .product-hero-visual {
    min-height: 270px;
  }

  .product-hero-visual img {
    max-height: 240px;
  }

  .shop-hero-copy {
    width: min(430px, 44vw);
    margin-right: clamp(36px, 5vw, 64px);
    padding: 36px 20px 28px;
  }

  .hero-logo {
    font-size: 86px;
  }

  .shop-hero-copy h1 {
    font-size: 32px;
  }

  .shop-hero-copy .lead {
    font-size: 15px;
  }

  .shop-story-band h2 {
    font-size: 25px;
  }

  .shop-story-band p {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .nav {
    position: relative;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    padding: 18px 24px;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin-left: auto;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(198, 160, 75, 0.46);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    cursor: pointer;
  }

  .mobile-menu summary span {
    width: 18px;
    height: 1px;
    display: block;
    margin: 3px 0;
    background: var(--deep-blue);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu:not([open]) .mobile-menu-links {
    display: none;
  }

  .mobile-menu-links {
    position: absolute;
    top: calc(100% - 4px);
    right: 18px;
    left: 18px;
    z-index: 10;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(215, 224, 235, 0.92);
    border-radius: 8px;
    background: rgba(247, 251, 255, 0.98);
    box-shadow: 0 18px 45px rgba(9, 43, 85, 0.14);
    backdrop-filter: blur(18px);
  }

  .mobile-menu-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 6px;
    color: var(--ink);
    text-decoration: none;
    font-size: 15px;
  }

  .mobile-menu-links a:hover {
    background: rgba(237, 245, 252, 0.92);
  }

  .mobile-menu-links .nav-cta {
    color: var(--deep-blue);
    background: var(--white);
    border: 1px solid rgba(198, 160, 75, 0.58);
    font-weight: 700;
  }
}

@media (max-width: 860px) {
  .nav {
    gap: 18px;
  }

  .nav-links {
    font-size: 13px;
  }

  .nav-links a {
    min-height: 32px;
    padding: 5px 8px;
  }

  .hero-logo {
    font-size: 72px;
  }

  .shop-hero-copy h1 {
    font-size: 30px;
  }

  .shop-hero-copy .link-list {
    gap: 10px;
  }

  .shop-story-band h2 {
    font-size: 22px;
  }

  .shop-story-band p {
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .nav {
    position: relative;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    padding: 18px 24px;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin-left: auto;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(198, 160, 75, 0.46);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    cursor: pointer;
  }

  .mobile-menu summary span {
    width: 18px;
    height: 1px;
    display: block;
    margin: 3px 0;
    background: var(--deep-blue);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu:not([open]) .mobile-menu-links {
    display: none;
  }

  .mobile-menu-links {
    position: absolute;
    top: calc(100% - 4px);
    right: 18px;
    left: 18px;
    z-index: 10;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(215, 224, 235, 0.92);
    border-radius: 8px;
    background: rgba(247, 251, 255, 0.98);
    box-shadow: 0 18px 45px rgba(9, 43, 85, 0.14);
    backdrop-filter: blur(18px);
  }

  .mobile-menu-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 6px;
    color: var(--ink);
    text-decoration: none;
    font-size: 15px;
  }

  .mobile-menu-links a:hover {
    background: rgba(237, 245, 252, 0.92);
  }

  .mobile-menu-links .nav-cta {
    color: var(--deep-blue);
    background: var(--white);
    border: 1px solid rgba(198, 160, 75, 0.58);
    font-weight: 700;
  }

  .page {
    padding: 0 18px 64px;
  }

  .diagnosis-hero,
  .diagnosis-prompt-band,
  .column-guide-grid,
  .column-decision-grid,
  .column-diagram ol,
  .column-card-grid,
  .compact-form-grid,
  .emotion-card-grid,
  .contact-action-grid {
    grid-template-columns: 1fr;
  }

  .product-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    margin: 12px 0 0 -50vw;
    padding: 18px;
    background-position: 46% center;
  }

  .product-hero-visual {
    min-height: 250px;
  }

  .product-hero-visual img {
    width: min(54%, 180px);
    max-height: 224px;
  }

  .product-hero-copy {
    gap: 10px;
  }

  .product-hero-copy h1 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.16;
  }

  .product-hero-story {
    font-size: 13px;
    line-height: 1.7;
  }

  .product-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .product-hero .hero-purchase-card {
    grid-column: auto;
  }

  .product-meaning-section,
  .product-official-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .product-meaning-layout,
  .product-official-grid,
  .product-decision-cta {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .product-meaning-copy {
    font-size: 20px;
    line-height: 1.8;
  }

  .product-detail-list div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .product-decision-cta .button-link {
    width: 100%;
    justify-content: center;
  }

  .diagnosis-hero h1 {
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.34;
  }

  .diagnosis-hero {
    width: 100vw;
    min-height: auto;
    gap: 24px;
    margin-bottom: 24px;
    margin-left: -50vw;
    padding: 34px 18px 26px;
  }

  .diagnosis-hero::after {
    background:
      linear-gradient(180deg, rgba(237, 245, 252, 0.94) 0%, rgba(237, 245, 252, 0.78) 58%, rgba(237, 245, 252, 0.62) 100%),
      linear-gradient(90deg, rgba(237, 245, 252, 0.98), rgba(237, 245, 252, 0.46));
  }

  .diagnosis-hero-image {
    object-position: 64% center;
  }

  .diagnosis-hero-content,
  .diagnosis-hero-copy,
  .diagnosis-preview {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .diagnosis-line-desktop {
    display: none !important;
  }

  .diagnosis-line-mobile {
    display: block !important;
  }

  .diagnosis-hero h1 span {
    white-space: normal;
  }

  .diagnosis-hero .lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }

  .diagnosis-hero-points {
    display: flex;
    gap: 0;
    width: 100%;
  }

  .diagnosis-hero-points span {
    width: auto;
    text-align: left;
    font-size: 11px;
  }

  .diagnosis-preview {
    padding: 18px;
  }

  .diagnosis-preview .button-link {
    width: 100%;
    justify-content: center;
  }

  .diagnosis-flow {
    padding: 14px;
  }

  .diagnosis-step {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .step-number {
    width: 34px;
    height: 34px;
  }

  .diagnosis-step h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.55;
  }

  .step-help {
    margin: -2px 0 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .emotion-card-grid {
    gap: 8px;
  }

  .emotion-card {
    min-height: 52px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .emotion-card span {
    gap: 2px;
  }

  .emotion-card strong {
    font-size: 15px;
    line-height: 1.45;
  }

  .emotion-card small {
    display: none;
  }

  .emotion-free-field {
    margin-top: 10px;
  }

  .diagnosis-submit-row .button-link {
    width: 100%;
    justify-content: center;
  }

  .recommendation-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .recommendation-image-wrap {
    min-height: 170px;
  }

  .recommendation-image {
    max-height: 160px;
  }

  .fit-message strong {
    font-size: 21px;
    line-height: 1.36;
  }

  .fit-detail {
    font-size: 14px;
    line-height: 1.8;
  }

  .recommendation-actions {
    width: 100%;
  }

  .hero-purchase-card {
    padding: 18px;
  }

  .hero-purchase-card h2,
  .contact-action-card h2,
  .diagnosis-prompt-band h2 {
    font-size: 20px;
  }

  .hero-purchase-price {
    font-size: 24px;
  }

  .diagnosis-prompt-band {
    margin: 22px 0 8px;
    padding: 18px;
  }

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

  .column-guide-card {
    min-height: auto;
    padding: 20px;
  }

  .column-guide-card span {
    font-size: 22px;
  }

  .column-index-hero h1,
  .column-article-header h1 {
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: 1.32;
  }

  .column-article-header {
    padding: 28px 0 20px;
  }

  .column-article-header .lead,
  .column-index-hero .lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .column-reader-tools {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 20px 0 26px;
  }

  .column-filter-panel {
    gap: 18px;
    padding: 18px;
  }

  .column-filter-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .column-filter-group p {
    margin-top: 0;
  }

  .column-filter-actions {
    grid-template-columns: 1fr;
  }

  .column-filter-submit,
  .column-filter-reset {
    width: 100%;
    justify-content: center;
  }

  .column-results-summary {
    display: grid;
    gap: 2px;
  }

  .column-tag-filter {
    flex-wrap: wrap;
    gap: 8px;
  }

  .column-tag-button {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .column-card h2 {
    font-size: 19px;
  }

  .column-body-section p {
    font-size: 15px;
    line-height: 1.9;
  }

  .column-body-section {
    padding: 30px 0;
  }

  .column-body-section h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .sticky-conversion-bar {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    transform: none;
  }

  .sticky-conversion-bar.is-deferred {
    transform: translateY(12px);
  }

  .sticky-conversion-bar.is-deferred.is-visible {
    transform: none;
  }

  .sticky-conversion-bar.is-no-qr.is-deferred .sticky-conversion-copy {
    display: none;
  }

  .sticky-conversion-bar.is-no-qr.is-deferred {
    width: auto;
    padding: 8px;
  }

  .sticky-conversion-qr {
    display: none;
  }

  .sticky-conversion-title {
    font-size: 15px;
  }

  .sticky-conversion-note {
    display: block;
    font-size: 12px;
  }

  .sticky-conversion-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .sticky-conversion-actions .sticky-primary:only-child {
    grid-column: 1 / -1;
  }

  .sticky-primary,
  .sticky-secondary {
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .diagnosis-prompt-band .button-link,
  .contact-action-card .button-link {
    width: 100%;
    justify-content: center;
  }

  .shop-hero {
    aspect-ratio: auto;
    left: 50%;
    width: 100vw;
    min-height: 76svh;
    justify-content: center;
    margin: 0 0 42px;
    margin-left: -50vw;
    padding: 0;
    border-radius: 0;
  }

  .shop-hero-image {
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 24% center;
  }

  .shop-hero-copy {
    width: min(92vw, 520px);
    margin: 0 auto;
    padding: 48px 18px;
    text-align: center;
  }

  .shop-hero-copy h1 {
    font-size: clamp(24px, 7vw, 30px);
    white-space: nowrap;
    word-break: normal;
    line-break: auto;
  }

  .hero-logo {
    font-size: 68px;
    letter-spacing: 0;
  }

  .shop-hero-copy .lead {
    word-break: keep-all;
    line-break: strict;
  }

  .shop-hero-copy .link-list {
    justify-content: center;
  }

  .section-heading-row {
    display: block;
  }

  .shop-story-band .wide-line,
  .wide-line {
    display: none;
  }

  .shop-story-band .narrow-line,
  .narrow-line {
    display: block;
  }

  .mobile-break {
    display: block;
  }

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

  .section {
    padding: 28px 0;
  }

  .section-heading-row h2 {
    font-size: 26px;
  }

  .section-heading-row > a {
    font-size: 14px;
  }

  .home-carousel-next {
    right: 4px;
    width: 38px;
    height: 38px;
  }

  .home-carousel-next svg {
    width: 18px;
    height: 18px;
  }

  .product-embed-carousel {
    gap: 12px;
    margin-right: -18px;
    padding-right: 18px;
  }

  .product-embed-carousel .product-embed-card {
    flex-basis: min(76vw, 260px);
  }

  .product-embed-carousel .embed-visual {
    min-height: 0;
    height: 170px;
    padding: 12px;
  }

  .product-embed-carousel .embed-visual img {
    width: 136px;
    height: 136px;
    max-width: 100%;
    max-height: none;
  }

  .product-embed-carousel .embed-copy {
    min-height: 206px;
    padding: 16px;
  }

  .home-more-row {
    margin-top: 12px;
  }

  .home-more-button {
    width: min(100%, 280px);
    min-height: 46px;
    font-size: 14px;
  }

  .shop-story-band {
    margin: 0 -18px;
    padding: 48px 22px;
    overflow: hidden;
  }

  .shop-story-band > * {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-story-band h2 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 1.85;
    word-break: keep-all;
    line-break: strict;
  }

  .shop-story-band .title-part {
    display: block;
    margin: 0;
  }

  .shop-story-band .title-part.wide-line,
  .shop-story-band .copy-line.wide-line {
    display: none;
  }

  .shop-story-band .title-part.narrow-line,
  .shop-story-band .copy-line.narrow-line {
    display: block;
  }

  .shop-story-band p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 2;
    word-break: keep-all;
    line-break: strict;
  }

  .gift-tile-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-scene-grid .gift-tile {
    min-height: 108px;
    padding: 14px 28px 14px 14px;
  }

  .home-scene-grid .gift-tile > span:first-child {
    font-size: 16px;
  }

  .home-scene-grid .gift-tile p {
    font-size: 11px;
    line-height: 1.55;
  }

  .home-scene-grid .gift-tile-arrow {
    right: 10px;
    bottom: 12px;
    font-size: 17px;
  }

  .gift-tile {
    min-height: 96px;
    padding: 15px 18px;
  }

  .gift-tile span {
    font-size: 19px;
    line-height: 1.35;
  }

  .gift-tile p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.75;
  }

  .card {
    padding: 18px;
  }

  .product-card {
    min-height: 0;
  }

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

  .embed-copy {
    padding: 18px 18px;
    gap: 8px;
  }

  .product-card.product-embed-card h3 {
    font-size: 16px;
    line-height: 1.45;
  }

  .embed-facts {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .embed-facts div {
    padding-top: 6px;
  }

  .embed-facts dt {
    font-size: 10px;
  }

  .embed-facts dd {
    font-size: 13px;
  }

  .embed-story {
    font-size: 12px;
    line-height: 1.65;
  }

  .embed-story-link {
    min-height: 38px;
    padding: 8px 14px 8px 16px;
    font-size: 12px;
  }

  .embed-story-link::after {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .embed-tags span {
    font-size: 11px;
  }

  .embed-buy-button {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .embed-visual {
    min-height: 132px;
    border-left: 0;
    border-top: 1px solid var(--line);
    gap: 6px;
  }

  .embed-visual img {
    width: min(58%, 130px);
    max-height: 132px;
  }

  .embed-visual .embed-placeholder-image {
    width: auto;
    height: 126px;
    max-width: 58%;
    max-height: 132px;
  }

  .sample-image-note {
    font-size: 10px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .card p {
    font-size: 14px;
  }

  .tag {
    padding: 3px 9px;
    font-size: 12px;
  }

  h1 {
    max-width: 100%;
    font-size: 31px;
    word-break: normal;
    line-break: strict;
  }

  .lead {
    font-size: 16px;
    word-break: normal;
    line-break: strict;
  }

  .breadcrumb ol {
    display: block;
  }

  .breadcrumb li {
    display: inline;
    min-width: 0;
    word-break: break-all;
  }

  .grid,
  .product-grid,
  .meta-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .check-option {
    border-radius: 8px;
  }
}
