/* English product pages: shared site shell, product-specific retail layout. */
.product-collection, .product-detail { --ink:#24251f; --muted:#686b62; --line:#e0e1d9; --paper:#f7f7f2; color:var(--ink); }
.product-collection { padding:88px 0; scroll-margin-top:88px; background:#fff; }
.product-collection > .container, .product-detail.container { max-width:1240px; }
.product-eyebrow { font-size:.7rem; font-weight:700; letter-spacing:.13em; line-height:1.5; margin-bottom:16px; color:var(--muted); }
.collection-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.collection-heading h2 { font-size:clamp(2.5rem,4.6vw,4rem); font-weight:500; line-height:1.04; letter-spacing:-.055em; }
.collection-heading h2 em { font-style:normal; color:#74786a; }
.product-store-link { display:inline-flex; align-items:center; gap:20px; font-size:.85rem; font-weight:500; border-bottom:1px solid #9eaa8b; padding-bottom:4px; }
.product-filters { display:flex; flex-wrap:wrap; gap:12px 32px; border-bottom:1px solid var(--line); margin-bottom:28px; }
.product-filters[hidden] { display:none; }
.product-filters button { font:inherit; font-size:.85rem; padding:0 0 14px; background:none; border:0; border-bottom:2px solid transparent; margin-bottom:-1px; color:var(--muted); cursor:pointer; }
.product-filters button[aria-pressed="true"] { color:var(--ink); border-color:var(--ink); font-weight:700; }
.product-result-count { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.product-collection .grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:48px 28px; }
.product-collection .product-card { border:0; border-radius:0; background:transparent; overflow:visible; padding:0; transition:none; min-width:0; }
.product-collection .product-card:hover { transform:none; box-shadow:none; }
.product-collection .product-card[hidden] { display:none; }
.product-card[data-product-theme="kids-chair-pink"] { --stage:#f8edeb; }
.product-card[data-product-theme^="ice-"] { --stage:#eef3f5; }
.product-card[data-product-theme^="ocean-"] { --stage:#eef2ed; }
.product-card[data-product-theme="ocean-l1"] { --stage:#f1eff7; }
.product-card[data-product-theme^="dinosaur-"] { --stage:#f0f4e7; }
.product-collection .card-img { display:flex; align-items:center; justify-content:center; position:relative; height:auto; aspect-ratio:1.42; background:var(--stage,#f6f5ec); border-radius:14px; padding:30px; margin:0; overflow:hidden; }
.product-collection .card-img img { height:100%; width:100%; object-fit:contain; mix-blend-mode:multiply; transition:transform .4s ease; }
.product-collection .card-img:hover img { transform:scale(1.035); }
.product-image-arrow { position:absolute; right:18px; bottom:18px; border:1px solid #d8dacd; border-radius:50%; width:36px; height:36px; display:grid; place-items:center; background:rgba(255,255,255,.7); font-size:1.25rem; }
.product-card-body { padding:22px 1px 0; flex:1; display:flex; flex-direction:column; }
.product-card-body .product-eyebrow { margin-bottom:8px; font-size:.65rem; }
.product-card-body h3 { font-weight:500; font-size:1.75rem; letter-spacing:-.035em; line-height:1.2; margin-bottom:8px; }
.product-card-facts { color:var(--muted); font-size:.8rem; margin-bottom:13px; }
.product-card-copy { color:var(--muted); font-size:.94rem; line-height:1.6; margin-bottom:24px; }
.product-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:auto; }
.product-actions .btn { font-size:.83rem; min-height:46px; height:auto; padding:12px 20px; border-radius:6px; font-weight:500; gap:18px; justify-content:center; white-space:normal; text-align:center; }
.product-actions .product-details-button { background:var(--ink); color:#fff; border:1px solid var(--ink); }
.product-actions .amazon-button { background:#fedd00; color:#24251f; border:1px solid #fedd00; }
.product-actions .btn:hover { filter:brightness(.96); opacity:1; }
.product-store-note { border-top:1px solid var(--line); margin-top:50px; padding-top:25px; display:flex; justify-content:space-between; gap:20px; font-size:.88rem; color:var(--muted); }
.product-page { background:white; }
.product-detail { padding-top:104px; }
.product-page > header + .product-detail { margin-top:0; }
.product-breadcrumb { font-size:.72rem; color:var(--muted); justify-content:flex-start; margin-bottom:28px; }
.product-breadcrumb ol { display:flex; flex-wrap:wrap; gap:9px; list-style:none; }
.product-breadcrumb li + li:before { content:'/'; margin-right:9px; color:#afb2a7; }
.product-overview { display:grid; grid-template-columns:1.18fr 1fr; gap:64px; align-items:start; }
.product-gallery { min-width:0; }
.product-gallery-main { position:relative; display:block; background:var(--paper); border-radius:14px; padding:30px; }
.product-gallery-main img { height:480px; width:100%; object-fit:contain; mix-blend-mode:multiply; }
.product-zoom-label { position:absolute; right:17px; bottom:15px; font-size:.67rem; background:#ffffffd9; border-radius:4px; padding:5px 10px; }
.product-thumbnails { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.product-thumbnails a { display:flex; width:73px; height:73px; border:1px solid var(--line); border-radius:6px; padding:6px; background:white; }
.product-thumbnails a[aria-current="true"] { border-color:var(--ink); box-shadow:inset 0 0 0 1px var(--ink); }
.product-thumbnails img { width:100%; height:100%; object-fit:contain; }
.product-gallery-hint { color:var(--muted); font-size:.7rem; margin-top:12px; }
.product-summary { padding:10px 0 0; }
.product-summary .product-eyebrow { margin-bottom:12px; }
.product-detail h1 { font-size:clamp(2.5rem,4vw,3.65rem); font-weight:500; letter-spacing:-.05em; line-height:1.02; margin-bottom:16px; }
.product-subtitle { font-size:1rem; color:var(--muted); margin-bottom:26px; }
.product-metrics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-block:1px solid var(--line); padding:17px 0; margin-bottom:24px; }
.product-metrics > div { display:flex; flex-direction:column-reverse; gap:2px; padding:0 16px; border-right:1px solid var(--line); }
.product-metrics > div:first-child { padding-left:0; }
.product-metrics > div:last-child { border-right:0; }
.product-metrics dt { font-size:.72rem; color:var(--muted); }
.product-metrics dd { font-size:1.25rem; font-weight:500; letter-spacing:-.02em; }
.product-intro { font-size:.98rem; color:#50554b; line-height:1.75; margin-bottom:20px; }
.product-highlights { list-style:none; margin:0 0 27px; padding:0; }
.product-highlights li { position:relative; padding-left:19px; color:var(--muted); font-size:.83rem; line-height:1.6; margin-bottom:9px; }
.product-highlights li:before { content:'✓'; position:absolute; left:0; color:#596b43; }
.product-summary .product-actions .amazon-button { width:100%; min-height:52px; font-size:.95rem; justify-content:space-between; padding-inline:22px; }
.product-summary .product-actions { display:block; }
.product-purchase-note { font-size:.7rem; text-align:center; color:var(--muted); margin-top:10px; }
.product-variants { display:flex; gap:8px; flex-wrap:wrap; margin:0 0 22px; font-size:.75rem; }
.product-variants > span { flex-basis:100%; font-weight:500; margin-bottom:3px; }
.product-variants a { padding:8px 14px; border:1px solid var(--line); border-radius:5px; }
.product-variants a[aria-current="page"] { border-color:var(--ink); background:var(--paper); }
.product-detail-nav { display:flex; justify-content:flex-start; gap:38px; margin:64px 0 0; padding:19px 0; border-block:1px solid var(--line); font-size:.83rem; font-weight:500; }
.product-detail section[id] { scroll-margin-top:92px; }
.product-section-title { padding:68px 0 38px; }
.product-section-title h2, .product-package h2, .product-related h2 { font-size:clamp(2rem,3vw,2.7rem); font-weight:500; line-height:1.12; letter-spacing:-.04em; }
.product-feature-row { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:76px; margin-bottom:64px; }
.product-feature-row figure { min-width:0; }
.product-feature-row figure img { width:100%; aspect-ratio:1; object-fit:contain; background:#fff; border-radius:12px; }
.product-feature-row.reverse figure { order:2; }
.product-feature-row.reverse .product-feature-copy { order:1; padding-left:35px; }
.product-feature-copy { padding:20px 25px 20px 0; }
.product-feature-number { display:block; color:#acb4a1; font-size:2.8rem; font-weight:300; margin-bottom:20px; line-height:1; }
.product-feature-copy .product-eyebrow { margin-bottom:15px; }
.product-feature-copy h3 { font-size:clamp(1.85rem,2.5vw,2.5rem); line-height:1.1; font-weight:500; letter-spacing:-.04em; margin-bottom:20px; }
.product-feature-copy > p:not(.product-eyebrow) { color:var(--muted); font-size:.97rem; line-height:1.8; margin-bottom:22px; }
.product-feature-copy ul { border-top:1px solid var(--line); padding-top:16px; }
.product-feature-copy li { color:var(--muted); font-size:.8rem; padding-left:14px; position:relative; margin-bottom:8px; }
.product-feature-copy li:before { content:'—'; position:absolute; left:0; }
.product-detail figcaption { font-size:.67rem; color:var(--muted); margin-top:10px; }
.product-detail figcaption:empty { display:none; }
.product-package { display:grid; grid-template-columns:.85fr 1.15fr; gap:54px; align-items:center; background:var(--paper); border-radius:16px; padding:44px; margin-bottom:72px; }
.product-package h2 { margin-bottom:28px; }
.product-package ul li { display:flex; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:.85rem; }
.product-package li span { color:#647152; }
.product-package figure img { max-height:530px; object-fit:contain; mix-blend-mode:multiply; }
.product-information { display:grid; grid-template-columns:1fr 1fr; gap:76px; padding-bottom:64px; }
.product-information h2 { font-size:1.9rem; line-height:1.2; font-weight:500; letter-spacing:-.035em; margin-bottom:26px; }
.product-specs dl > div { display:grid; grid-template-columns:1fr 1.2fr; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); font-size:.82rem; }
.product-specs dt { color:var(--muted); }
.product-specs dd { text-align:right; }
.product-faq details { border-bottom:1px solid var(--line); padding:16px 0; }
.product-faq summary { cursor:pointer; font-size:.88rem; font-weight:500; padding-right:16px; }
.product-faq details p { padding-top:14px; font-size:.85rem; line-height:1.8; color:var(--muted); }
.product-related { border-top:1px solid var(--line); padding:60px 0 10px; }
.product-related .grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.product-related .collection-heading { margin-bottom:30px; }
.product-related .card-img { aspect-ratio:1.1; padding:22px; }
.product-related .product-card-body h3 { font-size:1.4rem; }
.product-related .product-card-copy { font-size:.85rem; }
.product-related .product-actions { gap:8px; }
.product-related .product-actions .btn { flex:1; font-size:.72rem; padding:10px; gap:5px; }
.product-story { padding:50px 0; max-width:700px; }
.product-story p { margin-top:15px; color:var(--muted); }
.product-collection :focus-visible, .product-detail :focus-visible { outline:3px solid #687953; outline-offset:4px; }
@media (max-width:1000px) {
  .product-overview { gap:30px; }
  .product-gallery-main img { height:400px; }
  .product-feature-row, .product-information { gap:35px; }
  .product-package { padding:30px; gap:30px; }
}
@media (max-width:760px) {
  .product-collection { padding:52px 0; }
  .collection-heading { gap:24px; align-items:start; flex-direction:column; }
  .collection-heading h2 { font-size:3rem; }
  .product-actions .btn { width:auto; }
  .product-collection .grid { gap:34px 18px; }
  .product-collection .card-img { padding:22px; }
  .product-card-body h3 { font-size:1.4rem; }
  .product-card-copy { font-size:.84rem; }
  .product-actions { gap:8px; }
  .product-actions .btn { flex:1; padding:10px 12px; gap:7px; font-size:.75rem; }
  .product-filters { gap:23px; }
  .product-filters button { font-size:.77rem; }
  .product-detail { padding-top:94px; }
  .product-overview { grid-template-columns:1fr; gap:25px; }
  .product-gallery-main img { height:390px; }
  .product-detail h1 { font-size:2.8rem; }
  .product-summary { padding:0; }
  .product-detail-nav { gap:22px; margin-top:36px; font-size:.72rem; overflow-x:auto; white-space:nowrap; }
  .product-feature-row, .product-package, .product-information { grid-template-columns:1fr; }
  .product-feature-row { gap:24px; margin-bottom:50px; }
  .product-feature-row.reverse figure, .product-feature-row.reverse .product-feature-copy { order:initial; }
  .product-feature-copy, .product-feature-row.reverse .product-feature-copy { padding:0; }
  .product-feature-number { font-size:2rem; margin-bottom:18px; }
  .product-section-title { padding-top:48px; }
  .product-package { gap:28px; padding:26px; margin-bottom:50px; }
  .product-information { gap:46px; }
  .product-related .grid { grid-template-columns:1fr; }
  .product-store-note { flex-direction:column; align-items:start; gap:12px; }
}
@media (max-width:480px) {
  .product-collection .grid, .product-related .grid { grid-template-columns:1fr; }
  .product-related .product-card:last-child { display:flex; }
  .product-collection .card-img { aspect-ratio:1.23; padding:26px; }
  .product-actions .btn { font-size:.82rem; min-height:47px; }
  .product-gallery-main { padding:24px; }
  .product-gallery-main img { height:300px; }
  .product-thumbnails { gap:8px; }
  .product-thumbnails a { width:57px; height:57px; }
  .product-metrics dd { font-size:1.13rem; }
  .product-metrics > div { padding-inline:12px; }
  .product-detail-nav { gap:20px; }
  .product-related .product-actions .btn { font-size:.8rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .product-collection .card-img img { transition:none; }
}
