/* Just My Size - site styles. Namespace: jms-. Palette: plum on powder rose. */

@font-face {
  font-family: Fraunces;
  src: url('/fonts/fraunces.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --plum: #6d3a55;
  --plum-deep: #522840;
  --plum-soft: #8d567317;
  --plum-mid: #8a5570;
  --ink: #382330;
  --muted: #7c6472;
  --line: #e9d6df;
  --blush: #faf3f5;
  --card: #fffbfc;
  --rose: #f4e3ea;
  --coral: #d95d63;
  --gold: #c08a2e;
  --disp: Fraunces, Georgia, serif;
  --body: 'Nunito Sans', -apple-system, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--blush);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum-mid); }

.jms-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ---------- header ---------- */
.jms-header {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.jms-header .jms-wrap { display: flex; align-items: center; gap: 28px; min-height: 66px; }
.jms-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--plum); }
.jms-logo svg { width: 34px; height: 30px; flex: none; }
.jms-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.jms-logo-text b {
  font-family: var(--disp);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.jms-logo-text small { font-size: 10.5px; color: var(--muted); letter-spacing: 0.02em; }
.jms-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.jms-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
}
.jms-nav a:hover { color: var(--plum); }
.jms-nav-cta {
  border: 1px solid var(--plum);
  color: var(--plum) !important;
  border-radius: 999px;
  padding: 7px 16px;
}
.jms-nav-cta:hover { background: var(--plum); color: #fff !important; }
.jms-burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.jms-burger span { display: block; width: 22px; height: 2px; background: var(--plum); margin: 5px 0; border-radius: 2px; }

/* ---------- buttons ---------- */
.jms-btn {
  display: inline-block;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 999px;
  padding: 11px 24px;
  cursor: pointer;
  border: 1px solid var(--plum);
  transition: background 0.15s, color 0.15s;
}
.jms-btn--solid { background: var(--plum); color: #fff; }
.jms-btn--solid:hover { background: var(--plum-deep); }
.jms-btn--frame { background: transparent; color: var(--plum); }
.jms-btn--frame:hover { background: var(--plum); color: #fff; }
.jms-btn--card { display: block; margin-top: 12px; }
.jms-btn--sm { padding: 8px 16px; font-size: 13px; }
.jms-btn--lg { padding: 14px 36px; font-size: 16px; }

/* ---------- hero ---------- */
.jms-hero {
  background:
    radial-gradient(900px 420px at 88% -8%, #ffffff 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(155deg, #fdf7f9 0%, var(--rose) 58%, #ecd3de 100%);
  border-bottom: 1px solid var(--line);
}
.jms-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 52px;
}
.jms-hero-kicker {
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.jms-hero h1 {
  font-family: var(--disp);
  font-size: 48px;
  font-weight: 640;
  line-height: 1.1;
  color: var(--plum-deep);
  margin: 0 0 18px;
}
.jms-hero h1 em { font-style: italic; font-weight: 560; color: var(--coral); }
.jms-hero-lead { max-width: 540px; color: var(--ink); margin: 0; }
.jms-hero-sizes {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.jms-hero-sizes span { font-size: 13px; color: var(--muted); margin-right: 4px; }
.jms-hero-sizes b {
  font-family: var(--disp);
  font-size: 14px;
  font-weight: 640;
  color: var(--plum);
  border: 1px solid var(--plum-mid);
  border-radius: 999px;
  padding: 4px 12px;
  background: #fffbfc99;
}
.jms-hero-sizes i {
  font-style: normal;
  font-family: var(--disp);
  font-size: 14px;
  font-weight: 640;
  color: #fff;
  background: var(--plum);
  border-radius: 999px;
  padding: 5px 13px;
}
.jms-hero-actions { display: flex; gap: 14px; margin: 26px 0 0; flex-wrap: wrap; }
.jms-hero-collage { position: relative; padding: 0 0 30px 44px; }
.jms-collage-main {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}
.jms-collage-main img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.jms-collage-side {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 152px;
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 14px 32px rgba(82, 40, 64, 0.16);
  transform: rotate(-3deg);
}
.jms-collage-side img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.jms-collage-tag {
  position: absolute;
  top: 16px;
  right: -10px;
  transform: rotate(4deg);
  background: var(--coral);
  color: #fff;
  font-family: var(--disp);
  font-size: 19px;
  font-weight: 640;
  border-radius: 12px;
  padding: 8px 16px 10px;
  box-shadow: 0 10px 24px rgba(217, 93, 99, 0.35);
}
.jms-collage-tag small {
  display: block;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 2px;
}
.jms-collage-rate {
  position: absolute;
  right: 22px;
  bottom: 6px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(82, 40, 64, 0.12);
}
.jms-hero-ticker { border-top: 1px solid #e3c9d6; background: #fffbfc8f; }
.jms-hero-ticker .jms-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.jms-hero-ticker span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.jms-hero-ticker span + span::before {
  content: '\2726';
  color: var(--coral);
  margin-right: 18px;
  font-size: 10px;
}

/* ---------- product card ---------- */
.jms-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jms-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--coral);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 3px 11px;
}
.jms-flag--alt { background: var(--plum); }
.jms-card-img { display: block; background: #fff; }
.jms-card-img img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 14px; }
.jms-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.jms-card-body h3 { font-family: var(--disp); font-size: 19px; font-weight: 620; margin: 0 0 6px; }
.jms-card-body h3 a { color: var(--plum-deep); text-decoration: none; }
.jms-card-body h3 a:hover { text-decoration: underline; }
.jms-rating { font-size: 13.5px; color: var(--muted); }
.jms-card-note { font-size: 13.5px; color: var(--muted); margin: 8px 0 0; }
.jms-stars { color: var(--gold); letter-spacing: 2px; margin-right: 6px; }
.jms-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.jms-price { font-family: var(--disp); font-size: 20px; font-weight: 640; color: var(--plum); }
.jms-card-link { font-size: 14px; font-weight: 700; white-space: nowrap; }
.jms-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 14px;
}
.jms-card-actions .jms-btn { padding: 9px 20px; font-size: 13.5px; }

/* ---------- sections ---------- */
.jms-section { padding: 58px 0; }
.jms-section--card { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.jms-sec-head { max-width: 720px; margin-bottom: 30px; }
.jms-sec-head h1,
.jms-sec-head h2 {
  font-family: var(--disp);
  font-size: 32px;
  font-weight: 640;
  color: var(--plum-deep);
  line-height: 1.15;
  margin: 0 0 10px;
}
.jms-sec-head h1 { font-size: 38px; }
.jms-sec-head p { color: var(--muted); margin: 0; }
.jms-sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.jms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jms-grid--cats { grid-template-columns: repeat(5, 1fr); }
.jms-cat-tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
}
.jms-cat-tile img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 12px; background: #fff; }
.jms-cat-tile b { font-family: var(--disp); font-size: 15.5px; font-weight: 620; color: var(--plum-deep); padding: 10px 14px 2px; }
.jms-cat-tile span { font-size: 12.5px; color: var(--muted); padding: 0 14px 12px; }
.jms-cat-tile:hover b { text-decoration: underline; }

/* ---------- catalog group headers ---------- */
.jms-cathead {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin: 40px 0 18px;
}
.jms-cathead:first-of-type { margin-top: 0; }
.jms-cathead h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--disp);
  font-size: 24px;
  font-weight: 640;
  color: var(--plum-deep);
  margin: 0;
}
.jms-cathead h3 a { color: var(--plum-deep); text-decoration: none; }
.jms-cathead h3 a:hover { text-decoration: underline; }
.jms-cathead > span { font-size: 13.5px; color: var(--muted); }
.jms-cathead-dot {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line);
}

/* ---------- band ---------- */
.jms-band { background: var(--plum); color: #f3e4ec; padding: 62px 0; }
.jms-band .jms-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.jms-band h2 { font-family: var(--disp); font-size: 32px; font-weight: 640; color: #fff; margin: 0 0 14px; }
.jms-band p { color: #e3c8d6; }
.jms-band p a { color: #fff; }
.jms-band .jms-btn--solid { background: #fff; color: var(--plum); border-color: #fff; margin-top: 8px; }
.jms-band .jms-btn--solid:hover { background: var(--rose); }
.jms-band-img img { border-radius: 16px; }

/* ---------- picks / why chosen ---------- */
.jms-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jms-pick {
  background: var(--blush);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
}
.jms-pick-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 8px; }
.jms-pick h3 { font-family: var(--disp); font-size: 17.5px; font-weight: 620; color: var(--plum-deep); margin: 0 0 8px; }
.jms-pick p { font-size: 14.5px; margin: 0 0 14px; }
.jms-pick-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
  color: var(--muted);
  flex-wrap: wrap;
}
.jms-pick-meta a { font-weight: 700; }
.jms-picks-note { font-size: 12.5px; color: var(--muted); margin: 18px 0 0; text-align: center; }

/* ---------- trust ---------- */
.jms-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jms-trust-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
}
.jms-trust-item svg { width: 30px; height: 30px; color: var(--coral); margin-bottom: 12px; }
.jms-trust-item h3 { font-family: var(--disp); font-size: 17.5px; font-weight: 620; color: var(--plum-deep); margin: 0 0 8px; }
.jms-trust-item p { font-size: 14px; color: var(--muted); margin: 0; }
.jms-truststrip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 16px;
}
.jms-truststrip span { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.jms-truststrip svg { width: 18px; height: 18px; color: var(--plum-mid); flex: none; }

/* ---------- faq ---------- */
.jms-faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.jms-faq summary {
  font-family: var(--disp);
  font-size: 16.5px;
  font-weight: 620;
  color: var(--plum-deep);
  cursor: pointer;
  padding: 15px 0;
  list-style-position: outside;
}
.jms-faq p { margin: 0 0 16px; color: var(--ink); font-size: 15px; }

/* ---------- breadcrumbs ---------- */
.jms-crumbs { font-size: 13px; color: var(--muted); padding-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.jms-crumbs a { color: var(--muted); }
.jms-crumbs span { color: var(--muted); }

/* ---------- product page ---------- */
.jms-pdp { padding: 40px 0; }
.jms-pdp-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: start; }
.jms-pdp-img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  position: sticky;
  top: 86px;
}
.jms-pdp-kicker {
  display: inline-block;
  color: var(--coral);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
}
.jms-pdp-info h1 {
  font-family: var(--disp);
  font-size: 34px;
  font-weight: 640;
  color: var(--plum-deep);
  line-height: 1.15;
  margin: 0 0 10px;
}
.jms-pdp-rating { font-size: 14.5px; color: var(--muted); margin-bottom: 16px; }
.jms-pdp-intro { margin: 0 0 22px; }
.jms-price--big { display: block; font-size: 30px; margin: 12px 0 16px; }
.jms-pdp-hi { margin: 0 0 26px; padding: 0 0 0 20px; }
.jms-pdp-hi li { margin-bottom: 8px; }
.jms-pdp-note { font-size: 13px; color: var(--muted); margin: 12px 0 0; max-width: 420px; }
.jms-buybox {
  background: var(--rose);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 24px;
}
.jms-buybox-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.jms-buybox-price { font-family: var(--disp); font-size: 30px; font-weight: 640; color: var(--plum); line-height: 1; }
.jms-buybox-price small { font-family: var(--body); font-size: 12.5px; font-weight: 400; color: var(--muted); display: block; margin-top: 6px; }
.jms-buybox-small { font-size: 12.5px; color: var(--muted); margin: 12px 0 0; }
.jms-hi { margin: 0; padding: 0 0 0 20px; }
.jms-hi li { margin-bottom: 9px; }

/* spec table */
.jms-spec { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.jms-spec th, .jms-spec td { text-align: left; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.jms-spec tr:last-child th, .jms-spec tr:last-child td { border-bottom: 0; }
.jms-spec th { width: 220px; color: var(--muted); font-weight: 700; }

/* ---------- docs ---------- */
.jms-section--narrow .jms-wrap { max-width: 800px; }
.jms-section--narrow h1 {
  font-family: var(--disp);
  font-size: 36px;
  font-weight: 640;
  color: var(--plum-deep);
  line-height: 1.15;
  margin: 0 0 16px;
}
.jms-section--narrow h2 {
  font-family: var(--disp);
  font-size: 22px;
  font-weight: 620;
  color: var(--plum-deep);
  margin: 30px 0 8px;
}
.jms-section--narrow ul { padding-left: 22px; }
.jms-section--narrow li { margin-bottom: 8px; }
.jms-doc-updated { font-size: 13px; color: var(--muted); }
.jms-doc { max-width: 760px; }
.jms-doc h1 { font-family: var(--disp); font-size: 36px; font-weight: 640; color: var(--plum-deep); line-height: 1.15; margin: 0 0 18px; }
.jms-doc h2 { font-family: var(--disp); font-size: 23px; font-weight: 620; color: var(--plum-deep); margin: 30px 0 10px; }
.jms-doc-note {
  font-size: 13.5px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 28px;
}
.jms-doc .jms-spec { margin: 18px 0; }

/* ---------- 404 ---------- */
.jms-404 { text-align: center; padding: 40px 0; }
.jms-404 h1 { font-family: var(--disp); font-size: 84px; font-weight: 640; color: var(--plum); margin: 0; line-height: 1; }
.jms-404 p { color: var(--muted); margin: 14px 0 26px; }
.jms-404 .jms-hero-actions { justify-content: center; }

/* ---------- footer ---------- */
.jms-footer { background: var(--plum-deep); color: #d9bfce; margin-top: 60px; }
.jms-footer .jms-wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  padding-top: 48px;
  padding-bottom: 38px;
}
.jms-footer .jms-logo { color: #fff; }
.jms-footer .jms-logo-text small { color: #c39cb1; }
.jms-footer-brand p { font-size: 13.5px; margin: 14px 0 0; }
.jms-footer h4 {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 4px 0 12px;
}
.jms-footer a { display: block; color: #d9bfce; text-decoration: none; font-size: 14px; margin-bottom: 8px; }
.jms-footer a:hover { color: #fff; }
.jms-footer-bottom { border-top: 1px solid #6b4059; padding: 18px 0 26px; }
.jms-footer-bottom .jms-wrap { display: block; padding-top: 0; padding-bottom: 0; font-size: 13px; }
.jms-disclosure { margin: 12px auto 0; width: 100%; max-width: 720px; }

/* ---------- reviews ---------- */
.jms-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.jms-review {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
}
.jms-review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.jms-review-head img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.jms-review-meta { line-height: 1.35; }
.jms-review-meta b { display: block; font-size: 14.5px; color: var(--ink); }
.jms-review-meta span { font-size: 12.5px; color: var(--muted); }
.jms-review-stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; margin-bottom: 6px; }
.jms-review-hl { font-family: var(--disp); font-size: 17px; font-weight: 600; color: var(--plum-deep); margin: 0 0 8px; line-height: 1.3; }
.jms-review p { font-size: 14px; color: var(--muted); margin: 0; }

/* ---------- needs ---------- */
.jms-needs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.jms-need {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  align-items: start;
}
.jms-need-img img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 10px; }
.jms-need-body h3 { font-family: var(--disp); font-size: 18px; font-weight: 620; color: var(--plum-deep); margin: 0 0 6px; line-height: 1.25; }
.jms-need-body p { font-size: 14px; color: var(--muted); margin: 0 0 14px; }
.jms-need-foot { display: flex; align-items: center; gap: 14px; }
.jms-need-foot .jms-price { font-weight: 700; color: var(--plum); }
.jms-need-foot a { font-size: 13.5px; }

/* ---------- sizes ---------- */
.jms-sizes {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.jms-size {
  display: grid;
  grid-template-columns: 70px 1.6fr 90px 130px;
  gap: 18px;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}
.jms-size:last-child { border-bottom: 0; }
.jms-size-cat {
  font-family: var(--disp);
  font-size: 15px;
  font-weight: 700;
  color: var(--plum);
  background: var(--rose);
  border-radius: 8px;
  padding: 6px 0;
  text-align: center;
}
.jms-size-info a { font-weight: 600; color: var(--ink); text-decoration: none; display: block; margin-bottom: 2px; }
.jms-size-info a:hover { color: var(--plum); }
.jms-size-info span { font-size: 13.5px; color: var(--muted); }
.jms-size .jms-price { font-weight: 700; color: var(--plum); text-align: right; }

/* ---------- dark band ---------- */
.jms-band-dark {
  background: var(--plum-deep);
  color: #d9bfce;
  padding: 52px 0;
  margin: 0;
}
.jms-band-dark h2 { font-family: var(--disp); font-size: 26px; font-weight: 640; color: #fff; margin: 0 0 14px; }
.jms-band-dark p { max-width: 720px; margin: 0; line-height: 1.7; }
.jms-band-dark a { color: var(--rose); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .jms-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .jms-hero h1 { font-size: 36px; }
  .jms-hero-collage { max-width: 440px; }
  .jms-grid, .jms-picks, .jms-trust, .jms-reviews { grid-template-columns: repeat(2, 1fr); }
  .jms-grid--cats { grid-template-columns: repeat(3, 1fr); }
  .jms-needs { grid-template-columns: 1fr; }
  .jms-size { grid-template-columns: 60px 1fr 80px 110px; gap: 12px; padding: 14px 16px; }
  .jms-band .jms-wrap { grid-template-columns: 1fr; }
  .jms-band-img { max-width: 420px; }
  .jms-pdp-grid { grid-template-columns: 1fr; }
  .jms-pdp-img { position: static; max-width: 460px; margin: 0 auto; }
  .jms-footer .jms-wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .jms-nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--card);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 20px 18px;
    gap: 14px;
  }
  .jms-nav--open { display: flex; }
  .jms-burger { display: block; margin-left: auto; }
  .jms-hero-grid { padding-top: 40px; padding-bottom: 44px; }
  .jms-hero h1 { font-size: 31px; }
  .jms-hero-collage { padding-left: 30px; }
  .jms-collage-side { width: 118px; }
  .jms-collage-tag { right: 0; font-size: 16px; }
  .jms-collage-rate { right: 12px; }
  .jms-hero-ticker span + span::before { margin-right: 10px; }
  .jms-hero-ticker .jms-wrap { gap: 6px 10px; }
  .jms-grid, .jms-picks, .jms-trust, .jms-reviews { grid-template-columns: 1fr; }
  .jms-grid--cats { grid-template-columns: repeat(2, 1fr); }
  .jms-need { grid-template-columns: 100px 1fr; gap: 14px; padding: 16px; }
  .jms-size { grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
  .jms-size-cat { grid-column: 1 / -1; text-align: left; padding: 4px 10px; }
  .jms-size-info { grid-column: 1 / -1; }
  .jms-section { padding: 42px 0; }
  .jms-sec-head h2 { font-size: 26px; }
  .jms-cathead h3 { font-size: 21px; }
  .jms-pdp-info h1 { font-size: 27px; }
  .jms-spec th { width: 130px; }
  .jms-footer .jms-wrap { grid-template-columns: 1fr; gap: 26px; }
}
