:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --subtle: #86868b;
  --paper: #f5f5f7;
  --card: #ffffff;
  --soft: #fbfbfd;
  --line: #d2d2d7;
  --button: #1d1d1f;
  --blue-soft: #e8f2fb;
  --green-soft: #eaf5ee;
  --amber-soft: #f7f1e3;
  --shadow: 0 18px 55px rgba(0, 0, 0, .065);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }

.site-header {
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  backdrop-filter: saturate(180%) blur(18px);
}
.header-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 18px 20px 17px;
}
.header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.brand { min-width: 0; text-decoration: none; }
.brand-name {
  margin: 0;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.brand-tagline {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .01em;
}
.date {
  flex: none;
  margin: 0 0 1px;
  color: var(--subtle);
  font-size: 10px;
  line-height: 1.35;
  text-align: right;
}
.date span { display: block; }
.source-update-details {
  margin-top: 8px;
  color: var(--subtle);
  font-size: 9px;
  line-height: 1.35;
  text-align: right;
}
.source-update-details summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}
.source-update-details summary::-webkit-details-marker { display: none; }
.source-update-details summary::after {
  content: "+";
  color: var(--muted);
  font-size: 11px;
  line-height: 1;
}
.source-update-details[open] summary::after { content: "−"; }
.source-updates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
  margin: 8px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .06);
  color: var(--subtle);
  font-size: 9px;
  line-height: 1.35;
}
.source-update { display: flex; justify-content: space-between; gap: 8px; }
.source-update dt, .source-update dd { margin: 0; }
.source-update dd { color: var(--muted); font-variant-numeric: tabular-nums; }

main {
  display: flex;
  flex-direction: column;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 16px 20px 88px;
}
.eyebrow, .section-label, .card-kicker, .panel-label {
  margin: 0;
  color: var(--subtle);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lead {
  max-width: 710px;
  margin: 14px 0 0;
  font-size: clamp(20px, 5.7vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.025em;
}
.feature-grid { margin-top: 42px; border-top: 1px solid var(--line); }
.feature-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}
.feature-item h2, .feature-item h3 { margin: 0; font-size: 14px; font-weight: 500; letter-spacing: -.01em; }
.feature-icon { display: grid; place-items: center; width: 32px; height: 32px; color: #77777c; }
.feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-banner, .stale-banner {
  margin: 0 0 14px;
  padding: 12px 16px;
  border: 1px solid #dfd4b7;
  border-radius: 12px;
  background: #fbf7ec;
  color: #6d5b2e;
  font-size: 12px;
}
.recommendation-group {
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(0, 0, 0, .055);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.recommendation-product {
  overflow: hidden;
  display: grid;
  background: var(--card);
}
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 30px;
}
.card-kicker { order: 1; margin-bottom: 16px; }
.product-heading { order: 2; }
.product-image {
  position: absolute;
  z-index: 1;
  top: 66px;
  right: 20px;
  width: 108px;
  height: 144px;
  margin: 0;
  pointer-events: none;
}
.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.has-product-image .product-heading,
.has-product-image .condition,
.has-product-image .price,
.has-product-image .points-display {
  max-width: calc(100% - 118px);
}
.has-product-image .product-heading h2 { font-size: clamp(31px, 8.5vw, 38px); }
.product-heading h2 {
  margin: 0;
  font-size: clamp(38px, 11vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.product-heading p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 21px;
  font-weight: 450;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.condition {
  order: 3;
  align-self: flex-start;
  display: inline-flex;
  margin: 14px 0 0;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: #315b7b;
  font-size: 12px;
  font-weight: 600;
}
.product-description {
  order: 8;
  max-width: 510px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.price {
  order: 4;
  margin: 22px 0 0;
  font-size: clamp(39px, 11vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}
.price small { margin-left: 4px; font-size: 16px; font-weight: 500; letter-spacing: 0; }
.points-display { order: 5; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.seller { order: 6; margin: 9px 0 18px; color: var(--subtle); font-size: 12px; }
.buy-button {
  order: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--button);
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.buy-button:hover { background: #3a3a3c; transform: translateY(-1px); }
.buy-button:focus-visible, .alternative-button:focus-visible, .brand:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .35);
  outline-offset: 3px;
}
.longevity-panel {
  padding: 30px 24px 34px;
  border-top: 1px solid var(--line);
  background: var(--soft);
}
.longevity-badge {
  display: inline-flex;
  margin-top: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #3f4b43;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
}
.level-strong { background: var(--green-soft); color: #326043; }
.level-acceptable { background: var(--amber-soft); color: #6f5b29; }
.level-weak { background: #ececef; color: #5a5a5f; }
.longevity-panel > p:not(.panel-label) { margin: 17px 0 22px; color: var(--muted); font-size: 13px; }
.longevity-panel dl { margin: 0; border-top: 1px solid var(--line); }
.longevity-panel dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.longevity-panel dt { color: var(--subtle); }
.longevity-panel dd { margin: 0; font-weight: 550; }

.decision-card {
  padding: 34px 24px 38px;
  border-top: 1px solid var(--line);
  background: var(--card);
}
.decision-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(25px, 6.8vw, 34px);
  font-weight: 550;
  line-height: 1.3;
  letter-spacing: -.035em;
}
.decision-line {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.75;
  letter-spacing: 0;
}
.reason-grid { margin-top: 28px; }
.plain-reasons { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-reasons li {
  position: relative;
  padding: 15px 0 15px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.plain-reasons li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8c8c91;
}
.comparison-evidence {
  max-width: 760px;
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.comparison-flow { margin-top: 22px; }
.comparison-offer { padding: 2px 0; }
.comparison-role {
  display: block;
  margin-bottom: 5px;
  color: var(--subtle);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
}
.comparison-offer h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.025em;
}
.comparison-offer > strong {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.comparison-offer small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.comparison-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  color: #4f4f53;
  font-size: 12px;
  font-weight: 550;
  text-decoration: none;
}
.comparison-detail-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.comparison-detail-link span { transition: transform .18s ease; }
.comparison-detail-link:hover span { transform: translateX(2px); }
.comparison-premium {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  color: var(--muted);
}
.comparison-premium span { font-size: 18px; line-height: 1; }
.comparison-premium strong { color: var(--ink); font-size: 15px; font-weight: 600; }
.comparison-candidate { padding-top: 2px; }
.comparison-improvements-label { margin: 28px 0 0; color: var(--muted); font-size: 12px; }
.comparison-improvements { margin: 12px 0 0; padding-left: 20px; color: #47474b; font-size: 13px; }
.comparison-improvements li { margin: 7px 0; }
.comparison-conclusion {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.estimate { color: var(--subtle); font-size: 11px; }

.alternatives { margin: 34px 0 12px; }
.section-heading { margin-bottom: 24px; }
.section-heading h2, .method h2 {
  margin: 10px 0 0;
  font-size: clamp(26px, 7vw, 38px);
  font-weight: 550;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.alternative-grid { display: grid; gap: 12px; }
.alternative-card {
  position: relative;
  min-height: 235px;
  padding: 23px;
  border: 1px solid rgba(0, 0, 0, .075);
  border-radius: 20px;
  background: var(--card);
  transition: transform .18s ease, box-shadow .18s ease;
}
.alternative-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, .055); }
.alternative-card > p { margin: 0 0 30px; color: var(--subtle); font-size: 11px; font-weight: 600; }
.alternative-card h3 { margin: 0; padding-right: 50px; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.alternative-card h3 span { color: var(--muted); font-weight: 450; }
.alternative-card strong { display: block; margin-top: 7px; font-size: 26px; font-weight: 600; letter-spacing: -.03em; }
.alternative-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }
.alternative-product-image {
  position: absolute;
  top: 62px;
  right: 18px;
  width: 88px;
  height: 112px;
  margin: 0;
  pointer-events: none;
}
.alternative-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.has-alternative-image h3,
.has-alternative-image > strong,
.has-alternative-image > small { max-width: calc(100% - 104px); }
.mini-longevity {
  display: inline-flex;
  margin-top: 13px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .05em;
}
.alternative-button {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--button);
  color: white;
  font-size: 0;
  text-decoration: none;
}
.alternative-button span { font-size: 13px; }

.method {
  display: grid;
  gap: 38px;
  margin-top: 86px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}
.method-steps { display: grid; gap: 28px; }
.method article span { color: var(--subtle); font-size: 11px; }
.method article h3 { margin: 10px 0 7px; font-size: 17px; font-weight: 600; }
.method article p { margin: 0; color: var(--muted); font-size: 13px; }

.about-site {
  margin-top: 104px;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}
.about-introduction h2 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(29px, 8vw, 44px);
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -.04em;
}
.about-copy { margin-top: 28px; }
.about-copy p {
  max-width: 760px;
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.about-value { margin-top: 68px; }
.about-estimate { margin: 32px 0 0; }
.about-site ~ .stale-banner { margin-top: 74px; }
.stale-banner + .status { margin-top: 28px; }

.status { margin-top: 74px; padding-top: 18px; border-top: 1px solid var(--line); }
.status summary { color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 550; }
.status-list { margin-top: 16px; }
.status-list p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  margin: 10px 0;
  font-size: 12px;
}
.status-list span { font-size: 10px; text-transform: uppercase; }
.status-list small { grid-column: 1 / -1; }
.status-failed { color: #a53636; }
.status-success { color: #337349; }
.status-skipped { color: #846c36; }
.muted, .status-list small { color: var(--subtle); }
.empty-state {
  padding: 40px 25px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.empty-state h2 { margin: 12px 0; font-size: 30px; font-weight: 600; letter-spacing: -.035em; }
code { padding: 2px 6px; border-radius: 5px; background: #ececef; }

footer {
  padding: 28px 20px 38px;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  text-align: center;
  font-size: 10px;
}
footer p { margin: 5px auto; max-width: 760px; }

@media (min-width: 700px) {
  .header-inner { padding: 20px 28px 19px; }
  .brand-name { font-size: 23px; }
  .brand-tagline { font-size: 12px; }
  .date { font-size: 11px; }
  .source-update-details { margin-top: 10px; font-size: 10px; }
  .source-updates {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 620px;
    margin-left: auto;
    font-size: 10px;
  }
  main { padding: 76px 28px 110px; }
  .lead { margin-top: 18px; }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
    border-bottom: 1px solid var(--line);
  }
  .feature-item {
    display: flex;
    min-height: 112px;
    padding: 20px 24px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .feature-item:first-child { padding-left: 0; }
  .feature-item:last-child { padding-right: 0; border-right: 0; }
  .recommendation-group { border-radius: 32px; }
  .recommendation-product { grid-template-columns: minmax(0, 1fr) 300px; }
  .hero-copy { display: block; min-height: 570px; padding: 58px 56px; }
  .product-image { top: 112px; right: 44px; width: 200px; height: 270px; }
  .has-product-image .product-heading,
  .has-product-image .condition,
  .has-product-image .price,
  .has-product-image .points-display { max-width: calc(100% - 230px); }
  .product-heading h2,
  .has-product-image .product-heading h2 { font-size: clamp(48px, 6vw, 68px); }
  .product-heading p { font-size: 24px; }
  .longevity-panel { padding: 48px 32px; border-top: 0; border-left: 1px solid var(--line); }
  .decision-card { padding: 54px 56px 60px; }
  .decision-heading h2 { font-size: clamp(32px, 3.6vw, 44px); }
  .decision-line { margin-top: 16px; font-size: 15px; }
  .plain-reasons { max-width: 760px; }
  .comparison-evidence { margin-top: 54px; padding-top: 40px; }
  .alternatives { margin: 78px 0 0; }
  .alternative-grid { grid-template-columns: repeat(3, 1fr); }
  .method { grid-template-columns: .85fr 2fr; gap: 70px; margin-top: 116px; padding-top: 52px; }
  .method-steps { grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .about-site { margin-top: 132px; padding-top: 62px; }
  .about-introduction { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 72px; }
  .about-introduction h2 { font-size: clamp(40px, 4.4vw, 56px); }
  .about-copy { margin-top: 0; padding-top: 4px; }
  .about-value { margin-top: 92px; }
  .status-list p { grid-template-columns: 180px 80px 1fr; }
  .status-list small { grid-column: auto; }
}

@media (max-width: 420px) {
  .header-top { align-items: flex-start; }
  .brand-tagline { max-width: 205px; }
  .date { max-width: 92px; }
  .hero-copy { padding-inline: 22px; }
  .buy-button { width: 100%; }
}

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

/* Model and storage pages */
.header-model-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header-model-link { color: var(--muted); font-size: 11px; text-decoration: none; }
.model-main { display: block; padding-top: 22px; }
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  margin: 0 0 20px;
  color: var(--subtle);
  font-size: 10px;
  white-space: nowrap;
}
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.model-hero, .variant-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .055);
  border-radius: 26px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.model-hero { min-height: 356px; padding: 34px 25px; }
.model-hero-copy { position: relative; z-index: 2; }
.legacy-label {
  display: inline-flex;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ececef;
  color: #5a5a5f;
  font-size: 10px;
  font-weight: 650;
}
.model-hero h1, .variant-hero h1 {
  margin: 15px 0 0;
  font-size: clamp(38px, 11vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.has-model-hero-image .model-hero-copy h1 { max-width: calc(100% - 92px); }
.model-meta { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.model-longevity-summary { max-width: 340px; margin-top: 68px; }
.model-longevity-summary p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.model-hero-image {
  position: absolute;
  top: 73px;
  right: 8px;
  width: 118px;
  height: 166px;
  margin: 0;
}
.model-hero-image img, .variant-image img { width: 100%; height: 100%; object-fit: contain; }
.model-capacities, .offer-section, .same-storage-comparison { margin-top: 68px; }
.model-section-heading { margin-bottom: 24px; }
.model-section-heading h2, .model-notes h2, .value-assessment h2 {
  margin: 9px 0 0;
  font-size: clamp(27px, 7vw, 38px);
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.model-section-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.capacity-grid { display: grid; gap: 12px; }
.capacity-card {
  display: block;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  background: var(--card);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.capacity-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, .055); }
.capacity-card-top { display: flex; justify-content: space-between; align-items: center; }
.capacity-size { font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.capacity-arrow { color: var(--subtle); }
.capacity-price { margin: 28px 0 0; }
.capacity-price span { display: block; color: var(--subtle); font-size: 10px; }
.capacity-price strong { display: block; margin-top: 3px; font-size: 27px; font-weight: 600; letter-spacing: -.03em; }
.capacity-condition, .capacity-sources { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.capacity-unavailable { margin: 38px 0 0; color: var(--muted); font-size: 17px; font-weight: 550; }
.model-notes {
  display: grid;
  gap: 28px;
  margin-top: 72px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.model-notes ul { margin: 0; padding: 0; list-style: none; }
.model-notes li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.legacy-note { margin: 0; color: var(--muted); font-size: 12px; }

.variant-hero { display: grid; }
.variant-hero-copy { position: relative; z-index: 2; min-height: 432px; padding: 32px 24px; }
.has-variant-image .variant-hero-copy h1 { max-width: calc(100% - 88px); }
.variant-hero h1 span { display: block; margin-top: 8px; color: var(--muted); font-size: .55em; font-weight: 450; letter-spacing: -.025em; }
.variant-image {
  position: absolute;
  z-index: 1;
  top: 72px;
  right: 8px;
  width: 112px;
  height: 160px;
  margin: 0;
}
.variant-price-label { margin: 45px 0 0; color: var(--subtle); font-size: 10px; }
.variant-price { margin: 5px 0 0; font-size: clamp(40px, 11vw, 58px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.variant-price small { margin-left: 3px; font-size: 15px; font-weight: 500; letter-spacing: 0; }
.variant-best-meta { margin: 9px 0 17px; color: var(--muted); font-size: 11px; }
.variant-buy-button { width: 100%; }
.variant-unavailable { margin-top: 58px; padding: 24px 0; border-top: 1px solid var(--line); }
.variant-unavailable strong { font-size: 22px; }
.variant-unavailable p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.variant-longevity { padding: 25px 24px 29px; border-top: 1px solid var(--line); background: var(--soft); }
.variant-longevity > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.value-assessment {
  margin-top: 34px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
}
.value-assessment > p:last-of-type { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.value-assessment dl { margin: 20px 0 0; border-top: 1px solid var(--line); }
.value-assessment dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.value-assessment dt { color: var(--subtle); }
.value-assessment dd { margin: 0; font-weight: 600; }
.offer-groups { display: grid; gap: 38px; }
.offer-group h3 { margin: 0 0 13px; font-size: 17px; font-weight: 600; }
.offer-list { display: grid; gap: 10px; }
.offer-card { padding: 20px; border: 1px solid rgba(0, 0, 0, .075); border-radius: 18px; background: var(--card); }
.offer-condition { margin: 0; color: var(--subtle); font-size: 10px; font-weight: 600; }
.offer-main h4 { margin: 4px 0 0; font-size: 14px; font-weight: 550; }
.offer-price { margin: 13px 0 0; font-size: 28px; font-weight: 600; letter-spacing: -.03em; }
.offer-points { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.offer-facts { margin: 17px 0; border-top: 1px solid var(--line); }
.offer-facts div { display: grid; grid-template-columns: 52px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.offer-facts dt { color: var(--subtle); }
.offer-facts dd { margin: 0; }
.offer-buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  border-radius: 999px;
  background: var(--button);
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.no-current-offers { padding: 28px 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.no-current-offers h3 { margin: 0; font-size: 20px; }
.no-current-offers p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.offer-updated { margin: 15px 0 0; color: var(--subtle); font-size: 10px; text-align: right; }
.comparison-list { border-top: 1px solid var(--line); }
.comparison-list a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.comparison-list a > span:last-child { text-align: right; }
.comparison-list strong, .comparison-list small { display: block; }
.comparison-list strong { font-size: 13px; }
.comparison-list small { margin-top: 3px; color: var(--subtle); font-size: 10px; }

.model-directory { margin-top: 104px; padding-top: 42px; border-top: 1px solid var(--line); }
.model-directory .section-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.model-directory-grid { display: grid; gap: 8px; }
.model-directory-card { display: flex; justify-content: space-between; gap: 20px; padding: 17px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.model-directory-card > span:last-child { text-align: right; }
.model-directory-card strong, .model-directory-card small { display: block; }
.model-directory-card strong { font-size: 14px; font-weight: 600; }
.model-directory-card small { color: var(--subtle); font-size: 9px; }

@media (min-width: 700px) {
  .model-main { padding-top: 38px; }
  .breadcrumbs { margin-bottom: 28px; font-size: 11px; }
  .model-hero { min-height: 490px; padding: 74px 68px; }
  .model-hero h1 { font-size: 68px; }
  .has-model-hero-image .model-hero-copy h1 { max-width: calc(100% - 300px); }
  .model-hero-image { top: 48px; right: 72px; width: 260px; height: 380px; }
  .model-longevity-summary { margin-top: 88px; }
  .capacity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .model-notes { grid-template-columns: .8fr 1.1fr; gap: 70px; }
  .model-notes .legacy-note { grid-column: 2; }
  .variant-hero { grid-template-columns: minmax(0, 1fr) 280px; min-height: 560px; }
  .variant-hero-copy { min-height: 560px; padding: 64px 58px; }
  .variant-hero h1 { font-size: 58px; }
  .has-variant-image .variant-hero-copy h1 { max-width: calc(100% - 230px); }
  .variant-image { top: 105px; right: 300px; width: 210px; height: 300px; }
  .variant-price-label { margin-top: 74px; }
  .variant-buy-button { width: auto; min-width: 260px; }
  .variant-longevity { padding: 64px 32px; border-top: 0; border-left: 1px solid var(--line); }
  .value-assessment { padding: 36px 40px; }
  .offer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .model-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; }
}

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