/* Approved product card template */
.product-details-link { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:14px 4px 0; padding-top:14px; border-top:1px solid rgba(255,255,255,.14); color:#f3f0e5; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.product-details-link span { color:var(--accent-text, var(--red)); font-size:18px; transition:transform .2s ease; }
.product-details-link:hover { color:var(--accent-text, var(--red)); }
.product-details-link:hover span { transform:translate(2px,-2px); }
.product-page { background:var(--emerald, #032221); color:#f3f0e5; }
.product-breadcrumb { padding-top:28px; color:#a9b2aa; font-size:13px; }
.product-breadcrumb a { border-bottom:1px solid rgba(255,255,255,.35); }
.product-detail-hero { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(38px,5vw,72px); align-items:center; padding-block:80px; }
.product-detail-media { width:100%; height:auto; aspect-ratio:1/1; min-height:0; display:grid; place-items:center; background:#fff; border-radius:8px; overflow:hidden; }
.product-detail-media img { width:100%; height:100%; min-height:0; display:block; object-fit:contain; }
.product-detail-copy .section-kicker { color:#f3f0e5; }
.product-detail-copy h1 { margin:0; font-size:clamp(42px,3.4vw,56px); line-height:1; white-space:nowrap; }
.product-detail-copy h1.product-title-long { max-width:100%; font-size:clamp(34px,2.65vw,45px); line-height:1.06; white-space:normal; text-wrap:balance; }
.product-detail-copy h1 em,.product-video-heading h2 em,.product-page-section-head h2 em,.product-faq-intro h2 em,.inquiry-copy h2 em { color:var(--accent-text, var(--red)); font-style:normal; }
.product-latin { margin:28px 0 0; color:#c7d0c8; font-size:18px; font-style:italic; }
.product-detail-lede { max-width:630px; margin:28px 0; color:#d6dad6; font-size:18px; line-height:1.55; }
.product-facts { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.product-facts div { min-height:88px; padding:18px; border:1px solid var(--accent-text, var(--red)); border-radius:5px; }
.product-facts span { display:block; margin-bottom:8px; color:#9fb0a3; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.product-facts strong { color:#fff; font-size:16px; }
.product-detail-actions { display:flex; align-items:center; gap:18px; margin-top:30px; flex-wrap:wrap; }
.product-detail-actions .button { background:var(--accent-text, var(--red)); border-color:var(--accent-text, var(--red)); color:#102012; font-weight:600; }
.product-detail-actions .text-link { color:#fff; }
.product-video-section { padding-block:80px; background:#211d19; color:#f3f0e5; }
.product-video-heading { max-width:1050px; margin:0 0 42px; }
.product-video-heading h2 { margin:0; font-size:clamp(40px,3.4vw,54px); line-height:1.05; text-wrap:balance; }
.product-video-compact { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr); gap:clamp(38px,4vw,58px); align-items:center; }
.product-video-media { min-width:0; }
.product-video-frame { position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:6px; background:#000; box-shadow:0 22px 55px rgba(0,0,0,.18); }
.product-video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.product-video-youtube { display:inline-flex; gap:12px; width:fit-content; margin-top:16px; color:#f3f0e5; border-bottom:1px solid currentColor; }
.product-video-placeholder img { width:100%; height:100%; display:block; object-fit:cover; opacity:.45; }
.product-video-placeholder > div { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; padding:30px; text-align:center; background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.65)); }
.product-video-placeholder strong { color:#fff; font-size:24px; }
.product-video-placeholder span { max-width:480px; color:#d3cdc4; font-size:15px; }
.product-video-copy { padding:30px 0 30px 30px; border-left:2px solid var(--accent-text, var(--red)); }
.product-video-copy > strong { display:block; margin-bottom:18px; color:#f3f0e5; font-size:12px; letter-spacing:.11em; text-transform:uppercase; }
.product-video-copy > p { margin:0; color:#c7c0b7; font-size:18px; line-height:1.55; }
.product-video-copy ul { display:grid; gap:12px; margin:24px 0 0; padding:20px 0 0; border-top:1px solid rgba(255,255,255,.16); list-style:none; }
.product-video-copy li { position:relative; padding-left:19px; color:#f3f0e5; font-size:15px; line-height:1.4; }
.product-video-copy li::before { content:""; position:absolute; left:0; top:.58em; width:6px; height:6px; border-radius:50%; background:var(--accent-text, var(--red)); }
.related-products-section { padding-block:80px; background:var(--emerald, #032221); color:#f3f0e5; }
.category-discovery-section { padding-block:80px; background:#211d19; color:#f3f0e5; }
.product-page-section-head { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:80px; align-items:end; margin-bottom:46px; }
.product-page-section-head h2 { margin:0; font-size:clamp(40px,3.5vw,56px); line-height:1.05; }
.product-page-section-head > p { margin:0; color:#b7b4ad; font-size:18px; line-height:1.55; }
.discovery-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.discovery-grid-five { grid-template-columns:repeat(5,minmax(0,1fr)); }
.product-carousel { position:relative; }
.product-carousel-track { display:flex; gap:16px; overflow-x:auto; overflow-y:hidden; scroll-behavior:smooth; scroll-snap-type:x mandatory; scrollbar-width:none; }
.product-carousel-track::-webkit-scrollbar { display:none; }
.product-carousel-track .discovery-card { flex:0 0 calc((100% - 64px)/5); scroll-snap-align:start; }
.product-carousel-arrow { position:absolute; z-index:8; top:50%; width:54px; height:88px; padding:0; border:0; background:transparent; color:var(--accent-text, var(--red)); cursor:pointer; transform:translateY(-50%); }
.product-carousel-arrow-prev { left:-54px; }
.product-carousel-arrow-next { right:-54px; }
.product-carousel-arrow span { position:absolute; top:50%; width:38px; height:38px; border-top:6px solid currentColor; border-left:6px solid currentColor; }
.product-carousel-arrow-prev span { left:14px; transform:translateY(-50%) rotate(-45deg); }
.product-carousel-arrow-next span { right:14px; transform:translateY(-50%) rotate(135deg); }
.product-carousel-arrow:disabled { opacity:.28; cursor:default; }
.discovery-card { min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:6px; background:#000; color:#f3f0e5; }
.discovery-card > a { display:flex; min-height:100%; flex-direction:column; }
.discovery-image { display:block; aspect-ratio:1/1; overflow:hidden; background:#fff; }
.discovery-image img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .4s ease; }
.discovery-copy { display:flex; flex-direction:column; padding:14px 16px 15px; }
.discovery-copy small { color:var(--accent-text, var(--red)); font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.discovery-copy strong { margin:7px 0 14px; overflow:hidden; font-size:18px; font-weight:500; line-height:1.15; text-overflow:ellipsis; white-space:nowrap; }
.discovery-copy > span { display:flex; align-items:center; justify-content:space-between; gap:14px; padding-top:12px; border-top:1px solid rgba(255,255,255,.16); font-size:10px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.discovery-copy b { color:var(--accent-text, var(--red)); font-size:18px; font-weight:500; }
.discovery-card a:hover .discovery-image img { transform:scale(1.035); }
.catalog-link-row { display:flex; align-items:center; gap:28px; margin-top:34px; }
.catalog-link-row .button { background:var(--accent-text, var(--red)); border-color:var(--accent-text, var(--red)); color:#102012; }
.catalog-link-row p { max-width:540px; margin:0; color:#c7c0b7; }
.product-faq-section { padding-block:80px; background:var(--emerald, #032221); color:#f3f0e5; }
.product-faq-layout { display:grid; grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr); gap:110px; align-items:start; }
.product-faq-intro h2 { margin:0; font-size:clamp(46px,3.8vw,58px); line-height:1.05; }
.product-faq-intro > p:last-child { max-width:430px; margin-top:25px; color:#b9c0ba; font-size:18px; line-height:1.55; }
.product-faq-list details { border-color:rgba(255,255,255,.2); }
.product-faq-list details p { color:#b9c0ba; }

@media (min-width:961px) {
  .product-page .product-detail-hero,.product-page .product-video-section,.product-page .related-products-section,.product-page .category-discovery-section,.product-page .product-faq-section,.product-page .inquiry { height:740px; min-height:740px; }
  .product-page .product-detail-hero { padding-block:93px; }
  .product-page .product-video-section { padding-block:75px; }
  .product-page .related-products-section { padding-block:130.5px; }
  .product-page .category-discovery-section { padding-block:21.5px; }
  .product-page .product-faq-section { padding-block:139px; }
  .product-page .inquiry { padding-block:55px; }
}

@media (max-width:960px) {
  .product-detail-hero,.product-video-compact,.product-page-section-head,.product-faq-layout { grid-template-columns:1fr; gap:38px; }
  .discovery-grid,.discovery-grid-five { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .product-carousel-track .discovery-card { flex-basis:calc((100% - 16px)/2); }
  .product-video-copy { padding:28px 0 0; border-top:2px solid var(--accent-text, var(--red)); border-left:0; }
}

@media (max-width:720px) {
  .product-breadcrumb { padding-top:18px; }
  .product-detail-hero { padding-block:25px 48px; }
  .product-detail-copy h1 { white-space:normal; }
  .product-facts { grid-template-columns:1fr; }
  .discovery-grid,.discovery-grid-five { grid-template-columns:1fr; }
  .product-carousel-track .discovery-card { flex-basis:100%; }
  .product-carousel-arrow-prev { left:-8px; }
  .product-carousel-arrow-next { right:-8px; }
  .catalog-link-row { align-items:flex-start; flex-direction:column; }
  .product-page .product-detail-hero,.product-page .product-video-section,.product-page .related-products-section,.product-page .category-discovery-section,.product-page .product-faq-section,.product-page .inquiry { height:auto; min-height:0; }
}
