/* Shared navigation and the ready-to-ship collection. */
.nav-toggle{display:none}.header{position:relative;z-index:15}.header nav a[aria-current="page"]{color:#245849;text-decoration:underline;text-underline-offset:6px}.stock-home{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding:36px;background:#eef4ef;border:1px solid #dfe8e0;border-radius:12px;margin-top:40px;margin-bottom:56px}.stock-home h2{font-size:38px;line-height:1.15;margin:14px 0}.stock-home p{max-width:560px;color:#536571;line-height:1.7}.stock-home-photos{display:grid;grid-template-columns:1fr 1fr;gap:15px}.stock-home-photos img{width:100%;height:210px;object-fit:contain;background:#fff;border-radius:6px;padding:12px}.stock-home-photos img:last-child{object-fit:cover;padding:0}.stock-home .button{margin-top:16px}.stock-home-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px;font-size:14px;text-decoration:underline;text-underline-offset:4px}
.stock-page{background:#fbfaf6}.stock-page .announcement{background:#153344;color:#fff}.stock-hero{padding:44px 0 48px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.stock-hero h1{font-size:clamp(40px,4.2vw,62px);letter-spacing:-2.5px;line-height:1.07;margin:18px 0 22px}.stock-hero h1 span{color:#568271}.stock-hero-copy>p{max-width:480px;font-size:17px;line-height:1.75;color:#556773}.stock-hero .button{margin:14px 0 22px}.stock-promise{display:flex;flex-wrap:wrap;gap:18px;color:#355d51;font-size:13px}.stock-hero-art{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;padding:22px;background:#e9efea;border-radius:14px;position:relative}.stock-hero-art figure{margin:0;background:#fff;padding:16px 14px 12px;border-radius:8px;box-shadow:0 10px 26px #1734420d}.stock-hero-art figure:first-child{transform:rotate(-3deg)}.stock-hero-art figure:last-child{transform:rotate(3deg);margin-top:45px}.stock-hero-art img{width:100%;height:235px;object-fit:contain}.stock-hero-art figure:last-child img{height:165px;object-fit:cover;border-radius:3px}.stock-hero-art figcaption{font-size:11px;letter-spacing:1.5px;margin-top:12px;color:#4f625f}.stock-process{padding:24px 0;border-top:1px solid #dce3dc;border-bottom:1px solid #dce3dc;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.stock-process>div{display:flex;align-items:center;gap:14px}.stock-process b{font-size:12px;width:32px;height:32px;border-radius:50%;border:1px solid #a8c2b3;display:grid;place-items:center;flex-shrink:0}.stock-process p{margin:0;font-size:14px;font-weight:600}.stock-process small{display:block;color:#677978;font-weight:400;margin-top:5px;font-size:12px}.stock-catalog{scroll-margin-top:24px;padding-bottom:64px}.stock-catalog .section-heading{margin-bottom:25px}.stock-catalog h2{font-size:38px;line-height:1.15}.stock-catalog .section-heading>p{max-width:360px;font-size:14px}.catalog-controls{padding:22px;background:white;border:1px solid #dfe5dd;border-radius:9px;margin-bottom:25px}.catalog-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.catalog-tabs button{border:1px solid #d8e0d8;border-radius:30px;min-height:44px;padding:10px 19px;background:white;color:#344e59;font:inherit;font-size:14px;cursor:pointer}.catalog-tabs button[aria-pressed="true"]{background:#153344;border-color:#153344;color:white}.catalog-filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.catalog-filters label{display:block;font-size:12px;font-weight:600;color:#52676c}.catalog-filters input,.catalog-filters select{width:100%;height:46px;border:1px solid #d6ded8;background:#fbfcfa;border-radius:5px;padding:0 12px;margin-top:7px;font:inherit;font-size:15px;color:#173442}.catalog-status{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0;color:#687973;font-size:13px}.catalog-status button{background:none;border:0;text-decoration:underline;min-height:44px;font:inherit;color:#245849;cursor:pointer}.stock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.stock-card{background:#fff;border:1px solid #e0e6df;border-radius:9px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,border-color .15s}.stock-card:hover{border-color:#aec5b5;box-shadow:0 6px 22px #203e3710}.stock-card-image{aspect-ratio:1/1.05;width:100%;padding:18px;background:#f0f2ed;border:0;display:block;cursor:pointer;overflow:hidden}.stock-card-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .2s}.stock-card-image:hover img{transform:scale(1.035)}.stock-card[data-category="food"] .stock-card-image{padding:0;aspect-ratio:1/1.05;background:#e8ede5}.stock-card[data-category="food"] .stock-card-image img{object-fit:cover}.stock-card-body{padding:17px;flex:1;display:flex;flex-direction:column}.stock-code{font-size:11px;letter-spacing:1.1px;color:#60766b;margin-bottom:8px}.stock-card h3{font-size:17px;line-height:1.35;letter-spacing:-.2px;margin:0 0 9px}.stock-card p{font-size:12px;color:#667877;line-height:1.6;margin:0 0 8px}.stock-card .stock-size{min-height:38px}.stock-card .button{margin-top:auto;min-height:44px;padding:11px 12px;font-size:13px;justify-content:space-between;width:100%;gap:5px}.stock-card .stock-moq{font-weight:600;color:#2d5949;margin-bottom:14px}.catalog-empty{padding:50px 20px;text-align:center;background:#eef3ee;border-radius:8px}.catalog-empty h3{font-size:24px;margin:0 0 12px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:32px}.catalog-pagination .button{min-width:105px;padding:12px 18px}.catalog-pagination span{font-size:14px}.catalog-pagination button:disabled{opacity:.4;cursor:default}.stock-guidance{padding:40px 0 52px;border-top:1px solid #dce3dc;display:grid;grid-template-columns:1fr 1fr;gap:48px}.stock-guidance h3{font-size:23px;margin:0 0 15px}.stock-guidance p{font-size:14px;line-height:1.75;color:#596d71}.stock-guidance a{text-decoration:underline;text-underline-offset:4px;color:#245849}.stock-page .footer{padding-bottom:36px}.stock-page .footer .wrap{gap:20px;flex-wrap:wrap}.stock-page .footer .brand{font-size:24px}
.stock-dialog{width:min(1020px,calc(100% - 32px));max-height:90dvh;padding:28px;border:0;border-radius:12px;color:#173442;background:#fcfcf8;overflow:auto}.stock-dialog::backdrop{background:#102d40a6}.stock-dialog .dialog-header{align-items:flex-start;gap:15px}.stock-dialog h2{font-size:28px;line-height:1.2;letter-spacing:-.5px}.stock-dialog .dialog-header .eyebrow{font-size:10px}.stock-detail-grid{display:grid;grid-template-columns: .82fr 1.18fr;gap:30px;margin-top:18px}.stock-detail-visual{align-self:start}.stock-detail-photo{background:#eef1eb;border-radius:8px;padding:20px}.stock-detail-photo img{width:100%;height:300px;object-fit:contain;display:block}.stock-detail-visual>p{font-size:13px;color:#687b77;line-height:1.7}.stock-spec-link{display:inline-flex;align-items:center;min-height:44px;font-size:13px;text-decoration:underline;text-underline-offset:4px}.stock-details{margin:18px 0 12px;display:grid;grid-template-columns:110px 1fr;gap:10px;font-size:13px;line-height:1.5}.stock-details dt{color:#687b77}.stock-details dd{margin:0;font-weight:600}.stock-form-head{font-size:19px;margin:0 0 8px}.stock-form-intro{font-size:13px;color:#607571;line-height:1.6;margin:0 0 18px}.stock-dialog .form-grid{gap:14px}.stock-dialog label{display:block;font-size:13px;font-weight:500}.stock-dialog input,.stock-dialog select,.stock-dialog textarea{font-size:16px!important;width:100%;margin-top:7px;border:1px solid #c9d6cd;background:#fff;border-radius:5px;padding:11px;min-height:44px;font-family:inherit;color:#173442}.stock-dialog .full-label{margin-top:15px}.stock-dialog .submit-request{width:100%;justify-content:center;margin-top:14px;min-height:48px}.stock-dialog .form-consent{font-size:11px}.stock-dialog .form-consent a{text-decoration:underline}.stock-dialog .submission-result{margin-top:16px}.stock-dialog [hidden],.stock-page [hidden],.stock-card[hidden]{display:none!important}.stock-form-fallback{font-size:12px;margin-top:15px;color:#61736f}.stock-dialog .honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.stock-dialog input[readonly]{background:#edf1ec}
@media(max-width:1150px){.header #site-navigation{display:none;margin:0}.nav-toggle{display:flex;margin-left:0;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:1px solid #c9d8d0;background:#fff;border-radius:6px;font-size:23px;color:#153344;cursor:pointer}.header .header-quote{margin-left:auto}.header #site-navigation.is-open{display:flex;position:absolute;right:0;top:calc(100% - 5px);width:min(360px,100%);flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#fff;border:1px solid #dce5dd;border-radius:8px;box-shadow:0 14px 35px #15334420;z-index:30}.header #site-navigation>a{padding:14px;min-height:48px;font-size:15px}.stock-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stock-hero{gap:30px}.stock-hero-art img{height:190px}.stock-hero-art figure:last-child img{height:150px}.stock-home{gap:24px}.stock-home-photos img{height:190px}}
@media(max-width:800px){.stock-hero{grid-template-columns:1fr;padding:30px 0 32px;gap:25px}.stock-hero-copy>p{max-width:650px}.stock-hero h1{font-size:45px;letter-spacing:-1.5px}.stock-hero-art{max-width:550px;width:100%;justify-self:center}.stock-hero-art img{height:200px}.stock-process{gap:18px;margin-bottom:32px}.stock-process>div{align-items:flex-start;gap:8px}.stock-process small{line-height:1.5}.stock-catalog .section-heading{display:block}.stock-catalog .section-heading>p{max-width:100%;margin-top:14px}.catalog-filters{grid-template-columns:1fr 1fr}.catalog-filters label:first-child{grid-column:1/-1}.stock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stock-home{grid-template-columns:1fr}.stock-home h2{font-size:32px}.stock-home-photos{max-width:430px}.stock-detail-grid{grid-template-columns:1fr}.stock-detail-visual{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.stock-detail-photo{grid-row:1/4}.stock-detail-photo img{height:210px}.stock-detail-visual>p{margin:0}.stock-details{margin-top:0;grid-template-columns:90px 1fr}.stock-guidance{gap:30px}}
@media(max-width:600px){.header .header-quote{display:none}.header .nav-toggle{margin-left:auto}.stock-hero h1{font-size:39px}.stock-hero-copy>p{font-size:15px}.stock-hero-art{padding:15px;gap:12px}.stock-hero-art figure{padding:10px}.stock-hero-art img{height:175px}.stock-hero-art figure:last-child img{height:130px}.stock-hero-art figcaption{font-size:9px;letter-spacing:.8px}.stock-process{grid-template-columns:1fr;padding:20px 0;gap:15px}.stock-process small{display:inline;margin-left:7px}.stock-process>div{align-items:center}.stock-catalog h2{font-size:32px}.catalog-controls{padding:14px}.catalog-tabs{gap:7px}.catalog-tabs button{padding:9px 12px;font-size:12px}.catalog-filters{gap:12px}.catalog-filters input,.catalog-filters select{font-size:16px}.stock-card-image{padding:10px}.stock-card-body{padding:12px}.stock-card h3{font-size:15px}.stock-card .button{font-size:12px;padding:10px 9px}.stock-card .stock-size{min-height:38px}.stock-card .stock-code{font-size:10px;letter-spacing:.5px}.stock-guidance{grid-template-columns:1fr;gap:18px}.stock-dialog{padding:18px;width:calc(100% - 18px);max-height:94dvh}.stock-dialog h2{font-size:24px}.stock-detail-grid{gap:22px}.stock-detail-visual{display:block}.stock-detail-photo img{height:190px}.stock-details{margin-top:16px;grid-template-columns:100px 1fr}.stock-dialog .form-grid{grid-template-columns:1fr}.stock-home{padding:23px;gap:18px;margin-top:20px}.stock-home h2{font-size:28px}.stock-home-photos img{height:155px}.stock-home-links{gap:12px}.catalog-pagination{gap:14px}.catalog-pagination .button{min-width:85px;font-size:13px}.stock-promise{font-size:12px;gap:12px}}
@media(prefers-reduced-motion:reduce){.stock-card,.stock-card-image img{transition:none}}
