/* Scoped catalog presentation; shared navigation and product detail remain independent. */
.inbox_products_main.catalog_refresh{background:#f7f8fa;padding:32px;overflow:visible;font-family:"Inter","Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2328}
.catalog_refresh *{box-sizing:border-box}
.catalog_wrap{max-width:1180px;margin:0 auto}
.catalog_header{background:#edf6f1;border:1px solid #dcebe2;border-radius:18px;padding:30px 34px;margin-bottom:32px}
.catalog_eyebrow{font-size:11px;font-weight:750;letter-spacing:1.6px;color:#137a4a}
.catalog_header h1{font-size:clamp(28px,3vw,38px);line-height:1.18;letter-spacing:-1.2px;max-width:850px;margin:12px 0;text-wrap:balance}
.catalog_header p{font-size:14px;line-height:1.7;color:#526359;max-width:710px;margin:0}
.catalog_header_links{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:20px}
.catalog_header_links a{display:inline-flex;align-items:center;gap:9px;color:#126f44;font-size:13px;font-weight:650;text-decoration:none;min-height:30px}
.catalog_header .catalog_custom_note{margin-top:14px;font-size:12px}
.catalog_section_heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.catalog_section_heading h2{display:flex;align-items:center;gap:10px;font-size:20px;letter-spacing:-.4px;margin:0}
.catalog_section_heading h2 span{font-size:12px;border:1px solid #dce3de;border-radius:7px;padding:4px 8px;color:#526359;font-weight:600}
.catalog_section_heading>span{color:#626d78;font-size:12px}
#product-catalog{scroll-margin-top:24px}
.catalog_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.catalog_card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e1e6e4;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px #172c2010;transition:border-color .18s,box-shadow .18s}
.catalog_card:hover{border-color:#afcbb9;box-shadow:0 7px 22px #172c2014}
.catalog_media{display:flex;align-items:center;justify-content:center;padding:12px 12px 0;background:#fff;overflow:hidden;align-self:start}
.catalog_media img{width:100%;height:auto;display:block;border-radius:9px;border:1px solid #e7ebe8}
.catalog_media_placeholder{padding:50px 0;color:#137a4a;font-size:28px;font-weight:700}
.catalog_card_body{display:flex;flex-direction:column;flex:1;padding:21px}
.catalog_card_meta{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px;font-size:11px;line-height:1.5;color:#536158}
.catalog_version{font-size:11px;flex-shrink:0;background:#f1f5f2;border-radius:5px;padding:2px 6px;color:#53675b}
.catalog_private{flex-basis:100%;font-size:11px;color:#875811;margin-top:9px}
.catalog_card h3{font-size:25px;line-height:1.25;letter-spacing:-.65px;margin:10px 0}
.catalog_card h3 a{color:#202a24;text-decoration:none}
.catalog_summary{font-size:12px;line-height:1.8;color:#59656c;margin:0 0 16px}
.catalog_features{padding:0;margin:0 0 22px;list-style:none;display:grid;gap:8px}
.catalog_features li{display:flex;align-items:baseline;gap:9px;color:#405047;font-size:12px;line-height:1.6}
.catalog_features i{color:#137a4a;font-size:10px}
.catalog_card_bottom{margin-top:auto}
.catalog_price{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px;padding:17px 0;border-top:1px solid #edf0ee}
.catalog_price strong{font-size:25px;letter-spacing:-.7px;color:#243229}
.catalog_price span{font-size:11px;color:#637168}
.catalog_actions{display:flex;gap:8px;flex-wrap:wrap}
.catalog_actions a{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;min-height:43px;padding:10px 13px;font-size:12px;font-weight:650;text-decoration:none;line-height:1.4}
.catalog_primary{flex:1;background:#137a4a;color:#fff;border:1px solid #137a4a}
.catalog_primary:hover{background:#0f633d;color:#fff}
.catalog_secondary{color:#40594a;border:1px solid #dce4df;background:#fff}
.catalog_secondary:hover{background:#f0f6f2;color:#126f44}
.catalog_actions i{font-size:10px}
.catalog_terms{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:30px;padding:25px 0;border-top:1px solid #dfe6e2}
.catalog_terms>div{display:flex;gap:13px;align-items:flex-start}
.catalog_terms>div>i{color:#137a4a;background:#e7f1eb;padding:11px;border-radius:10px;font-size:14px}
.catalog_terms h2{font-size:13px;line-height:1.6;margin:0 0 6px;font-weight:650}
.catalog_terms h2 span{display:inline-block;font-size:9px;font-weight:600;color:#627064;background:#e9eeeb;border-radius:4px;padding:2px 6px;margin-left:5px}
.catalog_terms p{color:#637168;font-size:12px;line-height:1.7;margin:0}
.catalog_admin{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #e1e6e4;padding:20px 0;font-size:12px;color:#626d67}
.catalog_admin a{color:#137a4a;font-weight:650;text-decoration:none}
.catalog_admin i{margin-right:6px}
.catalog_empty{padding:45px;background:#fff;border-radius:16px;border:1px solid #e1e6e4;text-align:center}
.catalog_refresh a:focus-visible{outline:3px solid #137a4a;outline-offset:4px}
.catalog_media:focus-visible{outline-offset:-5px}
.catalog_refresh a:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:1100px){.catalog_grid{gap:16px}.catalog_card_body{padding:17px}.catalog_actions a{padding:10px}.catalog_card_meta{flex-wrap:wrap}}
@media(max-width:1279px){.inbox_products_main.catalog_refresh{padding:88px 24px 24px!important}.catalog_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog_header{padding:26px}.catalog_section_heading>span{display:none}}
@media(max-width:600px){.inbox_products_main.catalog_refresh{padding:80px 16px 20px!important}.catalog_grid{grid-template-columns:1fr;gap:20px}.catalog_header{padding:24px 20px;margin-bottom:26px}.catalog_header h1{font-size:29px;letter-spacing:-.8px}.catalog_header p{font-size:13px}.catalog_header_links{gap:10px 20px;margin-top:16px}.catalog_card_body{padding:21px}.catalog_card_meta{flex-wrap:nowrap}.catalog_summary{font-size:13px}.catalog_features li{font-size:13px}.catalog_terms{grid-template-columns:1fr;gap:22px}.catalog_admin{flex-wrap:wrap}#product-catalog{scroll-margin-top:80px}}
@media(prefers-reduced-motion:reduce){.catalog_card{transition:none}}

/* Share content rows across each catalog row without clipping longer descriptions. */
@supports (grid-template-rows:subgrid){
 @media(min-width:601px){
  .catalog_grid{row-gap:0}
  .catalog_card{display:grid;grid-row:span 6;grid-template-rows:subgrid;margin-bottom:22px}
  .catalog_card_body{display:grid;grid-row:span 5;grid-template-rows:subgrid;row-gap:0}
  .catalog_card_meta{align-content:start}
  .catalog_features{align-content:start}
  .catalog_card_bottom{margin-top:0;align-self:end}
  .catalog_terms{margin-top:8px}
 }
}
