/* CEG review, September 2026: original visual identity and media retained. */
.nav-toggle { font: 650 .9rem/1.1 var(--font); padding: .7rem .65rem; white-space: nowrap; }
.menu-icon { font-size: 1.25rem; vertical-align: -.05em; margin-right: .3rem; }
.nav-group { position: relative; }
.nav-group summary { list-style: none; cursor: pointer; font-size: .82rem; font-weight: 600; color: var(--slate); white-space: nowrap; padding: .65rem .15rem; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: '⌄'; display: inline-block; margin-left: .4rem; }
.nav-group[open] summary::after { transform: rotate(180deg); }
.nav-group.is-current summary { color: var(--green-800); text-decoration: underline; text-underline-offset: 6px; }
.nav-submenu { position: absolute; top: 100%; left: 0; min-width: 210px; background: #fff; padding: .5rem; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); z-index: 5; }
.nav-submenu a { display: block; padding: .7rem; border-radius: 6px; }
.nav-submenu a:hover { background: var(--green-50); }
.nav-links { gap: .55rem; }
.nav-links > a { font-size: .8rem; }
.nav-cta { padding-inline: .85rem; }
.offer-banner { padding: .65rem 1rem; }
.offer-banner .offer-edit { opacity: 1; font-size: .8rem; }
.delivery-line { display: block; font-size: .86rem; margin-top: .2rem; }
.delivery-line svg { width: 17px; height: 17px; vertical-align: -.15em; margin-right: .3rem; }
.hero { padding-block: 2.6rem 3rem; }
.hero-grid { grid-template-areas: 'heading visual' 'details visual'; gap: 1rem 2.5rem; align-items: center; }
.hero-heading { grid-area: heading; }
.hero-heading .hero-badge { margin-bottom: .8rem; }
.hero-heading h1 { margin-bottom: 0; }
.hero-details { grid-area: details; }
.hero-visual { grid-area: visual; }
.hero-visual img { width: 100%; height: auto; object-fit: contain; }
.hero-lead { margin-bottom: 1.25rem; }
.hero-points { margin-top: 1.25rem; }
.hero-points li { font-size: .84rem; }
.explore-link { display: inline-block; margin-top: 1rem; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.catalog-card .card-next { display: block; color: var(--green-800); font-weight: 650; font-size: .84rem; margin-top: .7rem; }
.catalog-card .thumb.offers-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; background: var(--cream); }
.catalog-card .thumb.offers-pair img { min-width: 0; width: 100%; height: 100%; object-fit: contain; }
.catalog-card .offer-lines { display: grid; gap: .35rem; }
.detail-callout { margin: 1.5rem 0; padding: 1.25rem; border: 1px solid var(--line); border-left: 4px solid var(--green-700); border-radius: 10px; background: var(--green-50); }
.detail-callout h2 { font-size: 1.2rem; margin-bottom: .45rem; }
.detail-callout p + p { margin-top: .6rem; }
.section-jumps { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 1.5rem; }
.section-jumps a { border: 1px solid var(--line); border-radius: 999px; padding: .6rem .85rem; font-weight: 650; background: #fff; }
.next-section { padding: 2.25rem 0; background: var(--green-50); border-top: 1px solid var(--line); }
.next-section h2 { font-size: 1.45rem; margin-bottom: .5rem; }
.next-section > .container > p { color: var(--slate); max-width: 65ch; }
.next-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1rem; }
.next-links a { display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: 1rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 650; min-height: 52px; }
.next-links a:hover { border-color: var(--green-700); }
.consultation-steps { list-style: decimal; padding-left: 1.5rem; }
.consultation-steps li { margin-bottom: .65rem; }
.source-note { margin: 1rem 0; color: var(--slate); line-height: 1.6; }
.source-note a { font-weight: 650; text-decoration: underline; }
.shipping-note { font-size: .92rem; }
[id] { scroll-margin-top: 6rem; }
@media (max-width: 1279px) {
  .nav { position: relative; }
  .nav-toggle { display: block; min-height: 44px; min-width: 76px; flex-shrink: 0; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; padding: .65rem 1rem 1rem; border: 1px solid var(--line); border-radius: 0 0 12px 12px; gap: .1rem; box-shadow: var(--shadow); max-height: calc(100dvh - 90px); overflow-y: auto; overscroll-behavior: contain; }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-group summary { display: flex; align-items: center; min-height: 44px; padding: .65rem .5rem; font-size: .95rem; }
  .nav-group summary { justify-content: space-between; }
  .nav-submenu { position: static; box-shadow: none; border: 0; border-left: 2px solid var(--green-500); border-radius: 0; margin-left: .6rem; padding: .2rem .4rem; min-width: 0; }
  .nav-submenu a { min-height: 44px; font-size: .9rem; }
  .nav-links .lang-switch { align-self: flex-start; padding: .35rem 0; }
  .nav-links .lang-btn { min-height: 44px; }
  .nav-links .nav-cta { justify-content: center; margin-top: .4rem; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: 'heading' 'visual' 'details'; gap: 1.15rem; }
  .hero { padding-block: 1.5rem 2rem; }
  .hero-visual { max-width: 650px; }
  .hero-float { display: none; }
  .hero-heading h1 { font-size: clamp(1.65rem, 5.5vw, 2.4rem); }
  .next-links { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .nav { gap: .4rem; padding-block: .65rem; }
  .logo { flex-shrink: 1; min-width: 0; font-size: .88rem; gap: .45rem; }
  .logo-mark, .logo-mark img { width: 42px; height: 42px; }
  .logo-text small { font-size: .6rem; letter-spacing: 0; }
  .nav-toggle { min-width: 76px; }
  .hero-badge { font-size: .75rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
  .hero-actions .btn { padding: .8rem .6rem; font-size: .86rem; }
  .hero-actions .btn:last-child { grid-column: 1 / -1; }
  .hero-points { gap: .55rem; flex-direction: column; }
  .offer-banner { font-size: .8rem; line-height: 1.5; }
  .delivery-line, .offer-banner .offer-edit { font-size: .73rem; }
  .catalog-card .thumb.offers-pair { aspect-ratio: auto; grid-template-columns: 1fr; }
  .catalog-card .thumb.offers-pair img { height: auto; }
  .section-jumps { display: grid; grid-template-columns: 1fr; }
  .next-section { padding-block: 1.75rem; }
}
@media (max-width: 359px) {
  .logo-text { max-width: 152px; }
  .logo-text small { font-size: .58rem; }
  .logo-mark, .logo-mark img { width: 34px; height: 34px; }
  .nav-toggle { min-width: 68px; font-size: .8rem; padding-inline: .4rem; }
}
