/* Adult PU rainsuit page only — clean, mobile-first, no tables */
:root {
  --navy: #0b3655;
  --orange: #ec7834;
  --bg: #ffffff;
  --soft: #f4f7fa;
  --line: #d7e2ec;
  --text: #333;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 24px)); margin: 0 auto; }
body { padding-bottom: 76px; }

.topbar { background: var(--navy); color: #fff; font-size: 13px; }
.topbar a { color: #fff; }
.topbar-inner { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 8px 0; justify-content: space-between; }
.navbar { background: #fff; border-bottom: 3px solid var(--orange); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.navbar-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 10px 0 8px; flex-wrap: wrap; }
.logo img { width: 170px; height: auto; }
.nav { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.nav a { font-weight: 700; font-size: 14px; color: var(--navy); }
.nav a[aria-current="page"] { color: var(--orange); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; padding: 8px 12px; border-radius: 4px; font-weight: 700; cursor: pointer; }

/* Multi-row header (utility + original row2/row3 menus) */
.nav-stack {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
}
.nav-util,
.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}
.nav-util {
  padding: 4px 0 2px;
  border-bottom: 1px solid var(--line);
}
.nav-util a {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  padding: 4px 2px;
}
.nav-util a:hover { color: var(--orange); }
.nav-row--main {
  background: var(--navy);
  border-radius: 6px;
  padding: 7px 10px;
  gap: 6px 12px;
}
.nav-row--main a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-row--main a:hover { color: #ffd2b3; }
.nav-row--sub {
  background: #f0f5f9;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px 10px;
  gap: 6px 12px;
}
.nav-row--sub a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-row--sub a:hover { color: var(--orange); }
.nav-stack .btn-quote { margin-left: auto; padding: 8px 12px; font-size: 13px; }
.btn-quote, .btn-ghost, .btn-light, .btn-wa {
  border: 0; cursor: pointer; border-radius: 4px; font-weight: 700; font-family: inherit; display: inline-block; padding: 10px 14px; font-size: 14px;
}
.btn-quote { background: var(--orange); color: #fff !important; }
.btn-ghost { background: #e8eef4; color: var(--navy) !important; }
.btn-light { background: #fff; color: var(--navy) !important; border: 1px solid var(--line); }
.btn-wa { background: #25D366; color: #fff !important; }

.page { padding: 18px 0 28px; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: start; margin-bottom: 22px; }
.eyebrow { color: var(--orange); font-weight: 700; margin: 0 0 6px; text-transform: uppercase; font-size: 12px; letter-spacing: .04em; }
.hero h1 { margin: 0 0 10px; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.25; }
.lead { margin: 0 0 12px; color: #555; font-size: 15px; }
.intro-more { margin: 0 0 14px; color: #444; font-size: 14px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.bullets { margin: 0; padding-left: 18px; color: #444; }
.bullets li { margin: 0 0 4px; }

/* Hero main image: show COMPLETE photo, no crop */
.hero-media {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-media img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 6px;
}

.layout { display: grid; grid-template-columns: 280px 1fr; gap: 18px; align-items: start; }

.cats {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  position: sticky;
  top: 78px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cats h2 { margin: 0 0 6px; font-size: 18px; color: #fff; clear: both; }
.cats-tip { margin: 0 0 12px; font-size: 11px; color: #9eb6c9; clear: both; line-height: 1.4; }
.cat-group {
  display: block;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  margin: 0 0 10px;
  overflow: hidden;
  clear: both;
  float: none;
  position: relative;
  z-index: 1;
}
.cat-group summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 12px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  line-height: 1.35;
  min-height: 44px;
}
.cat-group summary::-webkit-details-marker { display: none; }
.cat-group summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 4px;
  font-size: 16px;
  color: #ffd2b3;
}
.cat-group[open] summary::after { content: "–"; }
.cat-group summary .count {
  color: #ffd2b3;
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  margin-right: 8px;
}
.cat-group[open] summary { background: rgba(236,120,52,.95); }
.cat-group ul { list-style: none; margin: 0; padding: 0; background: rgba(0,0,0,.18); }
.cat-group li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  clear: both;
}
.cat-group li:last-child { border-bottom: 0; }

/* Main menu title inside summary (14 top-level groups) */
.cat-main-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  flex: 1;
  line-height: 1.35;
  word-break: break-word;
}
.cat-main-link:hover,
.cat-main-link:focus {
  color: #ffe8d6 !important;
  text-decoration: underline;
}
.cat-group--solo summary {
  cursor: default;
}
.cat-group--solo summary::after {
  display: none;
}
.cat-group--solo .cat-main-link {
  cursor: pointer;
}

/* Workshop photos — full display, no crop */
.workshop-side {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.workshop-side-title {
  margin: 0 0 10px;
  color: #ffd2b3;
  font-size: 13px;
  font-weight: 700;
}
.workshop-shot {
  margin: 0 0 8px;
  background: rgba(0,0,0,.2);
  border-radius: 6px;
  overflow: hidden;
}
.workshop-shot img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}

.workshop-main {
  margin-bottom: 20px;
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.workshop-main h2 { margin-top: 0; }
.workshop-hero {
  margin: 0 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.workshop-hero img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
  background: #f7fafc;
}
.workshop-hero figcaption,
.workshop-card figcaption {
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  color: #555;
  background: #fff;
  border-top: 1px solid var(--line);
}
.workshop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
/* Compact workshop thumbs: avoid enlarging low-res originals */
.workshop-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  justify-items: center;
}
.workshop-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 220px;
}
.workshop-card img {
  width: 100%;
  max-width: 220px;
  height: auto !important;
  max-height: 160px;
  margin: 0 auto;
  object-fit: contain !important;
  display: block;
  background: #f7fafc;
}

.page-pvc-shower .cats {
  top: 120px;
  max-height: calc(100vh - 140px);
}
.page-pvc-shower .hero {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: stretch;
}
.page-pvc-shower .hero-media {
  padding: 8px;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pvc-shower .hero-media img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  min-height: 420px;
  object-fit: contain !important;
}
.page-pvc-shower .product-grid--thumbs {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.page-pvc-shower .product-card--thumb {
  border-radius: 10px;
  border: 1px solid #d7e2ea;
  background: #fff;
  box-shadow: 0 1px 0 rgba(11, 54, 85, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.page-pvc-shower .product-card--thumb:hover {
  transform: translateY(-2px);
  border-color: #b8c9d6;
  box-shadow: 0 8px 20px rgba(11, 54, 85, 0.08);
}
.page-pvc-shower .product-card--thumb > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.page-pvc-shower .product-card--thumb .img-wrap {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f4f8fb 0%, #eef3f7 100%);
  border-bottom: 1px solid #e4edf3;
  overflow: hidden;
}
.page-pvc-shower .product-card--thumb img {
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent;
  padding: 8px;
}
.page-pvc-shower .product-card--thumb .card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  border-top: none;
  background: #fff;
}
.page-pvc-shower .product-card--thumb h3 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-pvc-shower .product-card--thumb .card-blurb {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #5a6b78;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-pvc-shower .product-card--thumb .card-more {
  margin-top: auto;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.02em;
}
.page-pvc-shower .product-main > h2 {
  margin-bottom: 6px;
}
.page-pvc-shower .product-main > .gallery-lead {
  margin: 0 0 16px;
  color: #5a6b78;
  font-size: 15px;
  line-height: 1.5;
  max-width: 52rem;
}

@media (max-width: 900px) {
  .page-pvc-shower .hero {
    grid-template-columns: 1fr;
  }
  .page-pvc-shower .hero-media {
    min-height: 0;
  }
  .page-pvc-shower .hero-media img {
    min-height: 280px;
  }
  .page-pvc-shower .product-grid--thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .page-pvc-shower .product-grid--thumbs {
    grid-template-columns: 1fr;
  }
  .page-pvc-shower .product-card--thumb h3 {
    font-size: 14px;
  }
}

/* Level colors: parent / child / leaf */
.cat-link {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  border-left: 3px solid transparent;
}
.cat-link--parent {
  color: #ffffff;
  font-weight: 700;
  background: rgba(255,255,255,.04);
  border-left-color: #ec7834;
}
.cat-link--parent:hover,
.cat-link--parent:focus {
  background: rgba(236,120,52,.28);
  color: #ffe8d6;
}
.cat-link--child {
  color: #9fd0f5;
  font-weight: 600;
  font-size: 12.5px;
  padding-left: 22px;
  background: rgba(80,160,220,.08);
  border-left-color: #5eb0e8;
}
.cat-link--child:hover,
.cat-link--child:focus {
  background: rgba(94,176,232,.22);
  color: #d6efff;
}
.cat-link--leaf {
  color: #a8e0b8;
  font-weight: 500;
  font-size: 12px;
  padding-left: 34px;
  background: rgba(70,160,100,.07);
  border-left-color: #6bcf8a;
}
.cat-link--leaf:hover,
.cat-link--leaf:focus {
  background: rgba(107,207,138,.2);
  color: #e3ffe9;
}

.content h2 { color: var(--navy); margin: 0 0 8px; }
.content h3 { color: var(--navy); margin: 18px 0 8px; font-size: 1.05rem; }
.product-lead { margin: 0 0 14px; color: #555; }

/* Full uncropped product photos */
.product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.product-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.product-card a { display: block; color: var(--navy); }
.product-card .img-wrap,
.product-card img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  background: #f7fafc;
}
.product-card--hero {
  background: var(--soft);
}
.product-card h3 {
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  border-top: 1px solid var(--line);
  background: #fff;
}
.product-card a:hover h3 { color: var(--orange); }

/* SEO / AI readable copy */
.seo-copy {
  margin-top: 22px;
  padding: 18px 18px 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.seo-copy p { margin: 0 0 12px; color: #444; font-size: 15px; }
.seo-copy ul { margin: 0 0 12px; padding-left: 18px; color: #444; }
.seo-copy li { margin: 0 0 6px; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0 12px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  padding: 10px 0;
}
.faq details p { margin: 0 0 12px; font-size: 14px; }

.trust-strip {
  margin-top: 18px;
  padding: 12px;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
}
.trust-label {
  margin: 0 0 8px;
  font-size: 12px;
  color: #789;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}
.trust-logos img {
  width: auto;
  height: 28px;
  max-width: 72px;
  object-fit: contain;
  opacity: .9;
}

.seo-copy h2 { color: var(--navy); margin: 0 0 10px; font-size: 1.35rem; }
.seo-copy h3 { color: var(--navy); margin: 18px 0 8px; font-size: 1.12rem; }
.seo-copy h4 { color: #1a4a6e; margin: 12px 0 6px; font-size: 1rem; }
.seo-copy p, .seo-copy li { font-size: 14px; line-height: 1.6; color: #444; }
.seo-copy .intro-lead { font-size: 15px; color: #333; margin: 0 0 12px; }
.product-intro {
  margin: 0 0 20px;
  padding: 16px 16px 8px;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 48%);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.product-intro .spec-list { margin: 0 0 8px; padding-left: 18px; }
.product-intro .faq { margin: 8px 0 12px; }
.product-intro .intro-figure {
  margin: 14px 0 16px;
  padding: 10px 10px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}
.product-intro .intro-figure img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  margin: 0 auto;
  background: #fafafa;
}
.product-intro .intro-figure figcaption {
  margin: 8px 2px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #5a6a7a;
  text-align: left;
}
.product-intro .intro-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0 16px;
}
.product-intro .intro-gallery .intro-figure { margin: 0; }
@media (max-width: 720px) {
  .product-intro .intro-gallery { grid-template-columns: 1fr; }
  .product-intro .intro-figure img { max-height: 280px; }
}
.workshop-note { margin: 0 0 10px; font-size: 13px; color: #666; }
.cats > h2 { font-size: 16px; }

/* Compact elegant footer */
.site-footer { background: var(--navy); color: #c9d8e6; margin-top: 28px; }
.footer-slim {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 18px 28px;
  padding: 22px 0 16px;
  align-items: start;
}
.footer-brand h3 { color: #fff; margin: 0 0 6px; font-size: 15px; }
.footer-brand p { margin: 0 0 10px; font-size: 12px; line-height: 1.45; color: #a9bdd0; max-width: 260px; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.footer-contact a {
  color: #e8f1f8;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 1px;
}
.footer-contact a:hover { color: #ffd2b3; border-color: #ffd2b3; }
.foot-col h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .9;
}
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col li { margin: 0; }
.foot-col a {
  display: block;
  color: #b7c9d8;
  font-size: 12px;
  line-height: 1.3;
  padding: 3px 0;
}
.foot-col a:hover { color: #ffd2b3; }
.copy {
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  padding: 10px;
  font-size: 11px;
  color: #8fa6b8;
}

.cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center;
  padding: 10px; background: rgba(11,54,85,.97); box-shadow: 0 -4px 16px rgba(0,0,0,.25);
}
.cta-bar::before {
  content: "Quick actions";
  color: #9eb6c9;
  font-size: 11px;
  margin-right: 4px;
}

.modal[hidden] { display: none !important; }
.modal {
  position: fixed; inset: 0; z-index: 80; background: rgba(11,54,85,.55);
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.modal-card { width: min(520px, 100%); background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.3); max-height: calc(100vh - 24px); overflow-y: auto; }
.modal-head { background: var(--navy); color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; position: sticky; top: 0; }
.modal-head h3 { margin: 0; font-size: 18px; }
.modal-x { background: transparent; border: 0; color: #fff; font-size: 24px; cursor: pointer; }
.modal-body { padding: 14px; }
.modal-body label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin: 8px 0 4px; }
.modal-body input, .modal-body textarea {
  width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 4px; font: inherit;
}
.modal-body textarea { min-height: 90px; resize: vertical; }
.modal-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.note { font-size: 12px; color: #777; margin: 10px 0 0; }
.err { color: #b00020; font-size: 13px; margin-top: 8px; }
.modal-success { padding: 20px; text-align: center; color: var(--navy); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .layout { grid-template-columns: 1fr; }
  .cats { position: static; max-height: none; padding: 10px; }
  .product-hero { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-slim { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-brand { grid-column: 1 / -1; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav-stack { display: none; width: 100%; }
  .nav-stack.open { display: flex; }
  .nav-stack.open .nav-util,
  .nav-stack.open .nav-row {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-stack.open a, .nav-stack.open .btn-quote,
  .nav.open a, .nav.open .btn-quote {
    display: block;
    width: 100%;
    padding: 12px 8px;
    border-bottom: 1px solid var(--line);
  }
  .trust-logos img { height: 24px; max-width: 64px; }
  .cta-bar::before { display: none; }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .footer-slim { grid-template-columns: 1fr; }
  .cta-bar .btn-light:nth-of-type(1) { display: none; }
}
