/* Sylius storefront theme. Generated - edit theme.js, not the built CSS. */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#ffffff;color:#1c2b36;
  font-family:"Segoe UI",Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;line-height:1.6}
img{max-width:100%}
a{color:#0b3255;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{line-height:1.25;margin:0 0 .5em;font-weight:600;color:#082742}
h1{font-size:2.1rem;letter-spacing:-.01em}
h2{font-size:1.6rem}
h3{font-size:1.15rem}
p{margin:0 0 1em}
/* Attribute-driven hiding has to beat any display rule a component sets,
   or a filtered-out card stays on screen while its attribute says otherwise (§5). */
[hidden]{display:none!important}
.wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:12px 18px;z-index:100}
.skip:focus{left:8px;top:8px}

/* ---------------------------------------------------------------- header */
.sylius-announce{background:#eaf2f8;color:#082742;font-size:.82rem;
  text-align:center;padding:7px 16px;border-bottom:1px solid #d7e6f1}
.sylius-utility{border-bottom:1px solid #d9e1e8;font-size:.8rem;color:#5a6b7a}
.sylius-utility .wrap{display:flex;justify-content:space-between;
  align-items:center;gap:16px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}
.sylius-utility a{color:#5a6b7a}
.sylius-masthead .wrap{display:flex;align-items:center;gap:28px;
  padding-top:18px;padding-bottom:18px;flex-wrap:wrap}
.brandmark{display:flex;align-items:baseline;gap:9px;font-size:1.65rem;
  font-weight:700;color:#0b3255;letter-spacing:.02em;text-decoration:none;min-width:0}
.brandmark:hover{text-decoration:none}
.brandmark .mark-sub{font-size:.95rem;font-weight:400;color:#5a6b7a;letter-spacing:.14em;
  text-transform:uppercase}
/* flex:1 alone will not shrink below the intrinsic width of the contents;
   min-width:0 is what actually lets the search box give way (§5). */
.catalog-search{flex:1;min-width:0;display:flex;max-width:640px}
.catalog-search input{flex:1;min-width:0;border:1px solid #d9e1e8;border-right:0;
  border-radius:22px 0 0 22px;padding:10px 18px;font-size:.95rem;font-family:inherit}
.catalog-search button{border:0;background:#0b3255;color:#fff;border-radius:0 22px 22px 0;
  padding:0 22px;font-size:.9rem;cursor:pointer;white-space:nowrap}
.catalog-search button:hover{background:#082742}

/* navy category bar, the reference's strongest structural signal */
.sylius-nav{background:#0b3255;border-bottom:3px solid #0d7c8a}
.sylius-nav .wrap{display:flex;gap:2px;overflow-x:auto;scrollbar-width:thin}
.sylius-nav a{color:#fff;font-size:.86rem;padding:14px 15px;white-space:nowrap;
  display:block;border-bottom:3px solid transparent;margin-bottom:-3px}
.sylius-nav a:hover{background:#164a76;text-decoration:none}
.sylius-nav a[aria-current=page]{background:#082742;border-bottom-color:#fff}
.sylius-promo{border-bottom:1px solid #d9e1e8;font-size:.82rem}
.sylius-promo .wrap{display:flex;justify-content:center;gap:0;flex-wrap:wrap;
  padding-top:9px;padding-bottom:9px}
.sylius-promo span{padding:0 26px;border-left:1px solid #d9e1e8;color:#0b3255}
.sylius-promo span:first-child{border-left:0}

/* ------------------------------------------------------------------ hero */
/* Colour and type carry this, not a stretched photo. */
.hero{background:linear-gradient(160deg,#0b3255 0%,#082742 62%,#06203a 100%);
  color:#fff;padding:60px 0 64px}
.hero h1{color:#fff;font-size:2.7rem;max-width:19ch;margin-bottom:.35em}
.hero p{color:#cfe0ee;font-size:1.08rem;max-width:60ch}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.hero-facts{display:flex;gap:34px;margin-top:26px;flex-wrap:wrap}
.hero-facts div{min-width:0}
.hero-facts b{display:block;font-size:1.85rem;color:#fff;line-height:1.1}
.hero-facts span{font-size:.83rem;color:#a8c4dc;text-transform:uppercase;letter-spacing:.09em}
/* A tight mosaic of small frames. Each cell is far below the 500px source,
   so nothing here is being enlarged. */
.hero-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.hero-mosaic img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;
  border-radius:6px;background:#fff;display:block}

/* --------------------------------------------------------------- sections */
.sylius-section{padding:56px 0}
.sylius-section.alt{background:#f6f9fb}
.section-head{text-align:center;max-width:70ch;margin:0 auto 34px}
.section-head h2{margin-bottom:.3em}
.section-head p{color:#5a6b7a}
.eyebrow{display:block;font-size:.76rem;letter-spacing:.17em;text-transform:uppercase;
  color:#0d7c8a;margin-bottom:.6em;font-weight:600}

/* category tiles: photo over a pale caption band, straight from the reference */
.tile-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px}
.tile{border:1px solid #d9e1e8;background:#fff;display:block;overflow:hidden;min-width:0}
.tile:hover{text-decoration:none;border-color:#0b3255}
.tile img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff;
  display:block;padding:10px}
.tile .cap{background:#eaf2f8;padding:11px 12px;text-align:center;
  font-size:.83rem;letter-spacing:.07em;text-transform:uppercase;color:#082742}
.tile .cap small{display:block;text-transform:none;letter-spacing:0;color:#5a6b7a;
  font-size:.78rem;margin-top:3px}

/* -------------------------------------------------------------- products */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:22px}
.card{border:1px solid #d9e1e8;background:#fff;display:flex;flex-direction:column;min-width:0}
.card:hover{border-color:#0b3255}
.card-img{display:block;background:#fff;padding:12px}
/* width/height attributes on the img would otherwise beat aspect-ratio and
   leave white bands above and below the photo (§5). */
.card-img img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;display:block}
.card-body{padding:0 14px 14px;display:flex;flex-direction:column;flex:1;min-width:0}
.card-cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:#0d7c8a;
  margin-bottom:5px}
.card h3{font-size:.93rem;font-weight:600;margin:0 0 8px;line-height:1.35}
.card h3 a{color:#082742}
.card .meta{font-size:.8rem;color:#5a6b7a;margin:0 0 10px}
.card .price-row{margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;
  gap:10px;flex-wrap:wrap}
.price{font-size:1.15rem;font-weight:700;color:#082742}
.price.none{font-size:.86rem;font-weight:600;color:#b06a1c}
.unit-price{font-size:.76rem;color:#5a6b7a}
.btn{display:inline-block;background:#0b3255;color:#fff;border:0;padding:10px 18px;
  font-size:.87rem;font-weight:600;cursor:pointer;text-align:center;font-family:inherit;
  border-radius:3px}
.btn:hover{background:#082742;text-decoration:none;color:#fff}
.btn.block{display:block;width:100%;margin-top:11px}
.btn.ghost{background:transparent;color:#0b3255;border:1px solid #0b3255}
.btn.ghost:hover{background:#eaf2f8;color:#082742}

/* ------------------------------------------------------------ split panel */
.split{display:grid;grid-template-columns:1fr 1fr;min-height:300px}
.split .pane-dark{background:#0b3255;color:#fff;padding:44px;display:flex;
  flex-direction:column;justify-content:center;min-width:0}
.split .pane-dark h2{color:#fff}
.split .pane-dark p{color:#cfe0ee}
.split .pane-light{background:#eaf2f8;padding:44px;display:flex;flex-direction:column;
  justify-content:center;min-width:0}

/* ------------------------------------------------------------- calculators */
.tool{border:1px solid #d9e1e8;background:#fff;padding:26px}
.tool h3{margin-top:0}
.tool-row{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end;margin-bottom:18px}
.field{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1 1 150px}
.field label{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:#5a6b7a;
  font-weight:600}
.field input,.field select{border:1px solid #d9e1e8;padding:9px 12px;font-size:1rem;
  font-family:inherit;min-width:0;border-radius:3px;background:#fff;color:#1c2b36}
.tool-out{background:#eaf2f8;border-left:4px solid #0d7c8a;padding:16px 18px;
  font-size:.95rem}
.tool-out strong{color:#082742;font-size:1.15rem}
.tool-note{font-size:.8rem;color:#5a6b7a;margin-top:12px}

/* ------------------------------------------------------------------ table */
.table-scroll{overflow-x:auto;border:1px solid #d9e1e8}
table.data{border-collapse:collapse;width:100%;font-size:.88rem;min-width:560px}
table.data th,table.data td{padding:10px 13px;text-align:left;border-bottom:1px solid #d9e1e8}
table.data th{background:#eaf2f8;color:#082742;font-weight:600;white-space:nowrap;
  position:sticky;top:0}
table.data tbody tr:hover{background:#f6f9fb}
table.data td.num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}

/* ------------------------------------------------------------------ notes */
.notice{border:1px solid #d7e6f1;background:#eaf2f8;padding:18px 20px;
  font-size:.9rem;color:#082742;margin:0 0 26px}
.notice strong{display:block;margin-bottom:5px}
.source-list{list-style:none;padding:0;margin:0}
.source-list li{border-bottom:1px solid #d9e1e8;padding:15px 0}
.source-list li:last-child{border-bottom:0}
.source-list .org{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;
  color:#0d7c8a;font-weight:600}
.source-list .read{font-size:.79rem;color:#5a6b7a;display:block;margin-top:4px}

/* ------------------------------------------------------------------ misc */
.crumbs{font-size:.8rem;color:#5a6b7a;padding:15px 0}
.crumbs a{color:#5a6b7a}
.prose{max-width:74ch}
.prose h2{margin-top:1.6em}
.prose ul{padding-left:1.15em}
.prose li{margin-bottom:.45em}
.cols-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.cols-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px}
.panel{border:1px solid #d9e1e8;padding:24px;background:#fff;min-width:0}
.panel h3{margin-top:0}
.pager{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:34px}
.pager a,.pager span{padding:8px 14px;border:1px solid #d9e1e8;font-size:.87rem}
.pager span[aria-current]{background:#0b3255;color:#fff;border-color:#0b3255}
.filter-bar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:26px;
  padding-bottom:18px;border-bottom:1px solid #d9e1e8}
.filter-bar .field{flex:0 1 200px}
.count-note{font-size:.85rem;color:#5a6b7a;margin-left:auto}

/* ---------------------------------------------------------------- footer */
.sylius-footer{background:#082742;color:#c3d6e6;margin-top:60px;
  padding:48px 0 26px;font-size:.87rem}
.sylius-footer h4{color:#fff;font-size:.83rem;text-transform:uppercase;
  letter-spacing:.1em;margin-bottom:14px}
.sylius-footer a{color:#c3d6e6}
.sylius-footer ul{list-style:none;padding:0;margin:0}
.sylius-footer li{margin-bottom:8px}
.foot-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:32px}
.foot-base{border-top:1px solid #164a76;margin-top:34px;padding-top:20px;
  font-size:.8rem;color:#8fb0c9}
.foot-base p{margin:0 0 8px}
.disclosure{color:#a9c4d8}

/* ------------------------------------------------------------- responsive */
@media (max-width:960px){
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero h1{font-size:2.1rem}
  .split{grid-template-columns:1fr}
}
@media (max-width:640px){
  /* Padding is set on .wrap only via the longhand, so a shorthand elsewhere
     cannot flatten it and drop the footer against the left edge (§5). */
  .wrap{padding-left:16px;padding-right:16px}
  .sylius-section{padding:38px 0}
  .hero{padding:40px 0 44px}
  .hero h1{font-size:1.8rem}
  .sylius-masthead .wrap{gap:14px}
  .catalog-search{order:3;flex-basis:100%;max-width:none}
  .split .pane-dark,.split .pane-light{padding:28px}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
  .tile-row{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}
}