:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--ink: #08213f;--ink-2: #163452;--muted: #64748b;--soft: #f4f8fb;--soft-blue: #e8f5fb;--teal: #147f7a;--teal-dark: #0d5f61;--coral: #f26b5a;--coral-dark: #d85343;--line: #dce6ee;--surface: #ffffff;--shadow: 0 18px 45px rgba(8, 33, 63, .11);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);letter-spacing:0}body,button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:0 34px;background:#fffffff0;border-bottom:1px solid rgba(220,230,238,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:baseline;gap:16px;min-width:0}.brand-name{font-family:inherit;font-size:clamp(34px,3vw,46px);line-height:1;color:var(--ink)}.brand-company{max-width:270px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;line-height:1.35}.nav{display:flex;align-items:center;gap:26px;color:var(--ink-2);font-size:14px;font-weight:650}.nav a{padding:10px 0}.nav a:hover,.text-link:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:10px}.icon-button,.inquiry-button,.button,.filter-chip,.add-button,.remove-button,.qty-stepper button{border:0;cursor:pointer}.icon-button{display:grid;place-items:center;width:42px;height:42px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.menu-button{display:none}.inquiry-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 14px;color:var(--coral-dark);background:#fff4f1;border:1px solid rgba(242,107,90,.55);border-radius:var(--radius);font-weight:750}.inquiry-button strong{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;color:#fff;background:var(--coral);border-radius:999px;font-size:12px}.section-band{padding:76px clamp(22px,5vw,74px)}.hero{display:grid;grid-template-columns:minmax(330px,.85fr) minmax(440px,1.15fr);gap:clamp(34px,5vw,78px);align-items:center;min-height:calc(100vh - 76px);max-height:760px;overflow:hidden;background:radial-gradient(circle at 89% 14%,rgba(232,245,251,.95),transparent 28%),linear-gradient(112deg,#fff,#fff 45%,#f6fbfd)}.hero-copy{max-width:630px}.hero h1{margin:0 0 14px;font-family:inherit;font-size:clamp(74px,8vw,128px);line-height:.9;font-weight:700;color:var(--ink)}.hero h2{margin:0;font-size:clamp(36px,4vw,64px);line-height:1.05;font-weight:750;color:var(--ink)}.hero p{max-width:530px;margin:26px 0 0;color:var(--ink-2);font-size:clamp(17px,1.3vw,20px);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:var(--radius);font-size:15px;font-weight:780;line-height:1;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.button:hover,.add-button:hover,.inquiry-button:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:var(--ink);box-shadow:0 13px 25px #08213f29}.button.primary:hover{background:#0c315d}.button.secondary{color:var(--coral-dark);background:transparent;border:1px solid rgba(242,107,90,.65)}.button.secondary:hover{color:#fff;background:var(--coral);border-color:var(--coral)}.proof-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:34px;max-width:610px}.proof-strip span{display:flex;align-items:center;gap:8px;color:var(--ink-2);font-size:14px;font-weight:650}.proof-strip svg{flex:0 0 auto;color:var(--teal)}.hero-image-frame{position:relative;min-height:560px;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-image-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.7);border-radius:inherit;pointer-events:none}.hero-image-frame img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.category-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:20px clamp(22px,5vw,74px) 0;background:var(--surface)}.category-tile{position:relative;display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:18px;min-height:118px;padding:14px 18px 14px 14px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.category-tile img{width:92px;height:88px;object-fit:cover;border-radius:6px}.category-tile strong{display:block;color:var(--ink);font-family:inherit;font-size:27px;line-height:1.05}.category-tile small{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.35}.category-tile svg{color:var(--teal)}.pathways{background:#fbfdfe}.pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pathway-card{display:grid;gap:12px;min-height:214px;padding:26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.pathway-card strong{color:var(--ink);font-family:inherit;font-size:28px;line-height:1.08}.pathway-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.pathway-card span,.term-item a,.trust-item a,.related-links a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:820}.home-inquiry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(22px,4vw,48px);align-items:center;background:#f9fbfc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-inquiry h2{max-width:760px;margin:0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.home-inquiry p{max-width:680px;margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.home-inquiry-actions{display:flex;justify-content:flex-end}.catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:clamp(28px,5vw,72px);align-items:end;min-height:360px;background:linear-gradient(112deg,#fff,#fff 52%,#eef9fb);border-bottom:1px solid var(--line)}.catalog-hero h1{max-width:760px;margin:0;color:var(--ink);font-family:inherit;font-size:clamp(62px,7vw,104px);line-height:.95}.catalog-hero p{max-width:760px;margin:24px 0 0;color:var(--ink-2);font-size:clamp(17px,1.3vw,20px);line-height:1.65}.catalog-hero-panel{display:grid;gap:12px;padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.catalog-hero-panel strong{color:var(--coral-dark);font-family:inherit;font-size:72px;line-height:.9}.catalog-hero-panel span{color:var(--ink-2);font-size:15px;font-weight:780}.catalog-buyer-panel{display:grid;grid-template-columns:minmax(280px,.35fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:start;padding-top:54px;padding-bottom:54px;background:#fbfdfe;border-bottom:1px solid var(--line)}.catalog-buyer-panel .module-heading{position:sticky;top:96px;margin-bottom:0}.catalog-cta-row{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:34px}.section-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:end;margin-bottom:28px}.section-heading.compact{max-width:860px;margin-right:auto;margin-left:auto;text-align:center;grid-template-columns:1fr;justify-items:center}.section-index{display:inline-grid;place-items:center;width:42px;height:42px;color:var(--teal-dark);background:var(--soft-blue);border:1px solid rgba(20,127,122,.25);border-radius:50%;font-size:13px;font-weight:800}.section-heading h2,.factory-copy h2,.contact-intro h2{margin:0;color:var(--ink);font-family:inherit;font-size:clamp(32px,3.4vw,52px);line-height:1.05}.section-heading p,.factory-copy p,.contact-intro p{max-width:680px;margin:10px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--ink-2);font-size:14px;font-weight:750;white-space:nowrap}.filter-row{display:flex;gap:10px;padding-bottom:26px;overflow-x:auto;scrollbar-width:none}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-4px 0 18px}.search-box{position:relative;display:flex;align-items:center;width:min(520px,100%);color:var(--muted)}.search-box svg{position:absolute;left:14px;pointer-events:none}.search-box input{min-height:46px;padding-left:44px;font-size:14px}.catalog-count{flex:0 0 auto;color:var(--muted);font-size:13px;font-weight:780}.load-more-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;margin-top:34px;color:var(--muted);font-size:13px;font-weight:720}.filter-row::-webkit-scrollbar{display:none}.filter-chip{min-height:40px;padding:0 16px;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap}.filter-chip.is-active{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product-image{position:relative;display:block;width:100%;aspect-ratio:3 / 4;padding:0;background:var(--soft);border:0;overflow:hidden;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.product-card:hover .product-image img{transform:scale(1.035)}.image-count{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;color:var(--ink);background:#ffffffe6;border:1px solid rgba(8,33,63,.1);border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 22px #08213f1f}.product-body{display:flex;flex:1;flex-direction:column;padding:18px}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-title-row small{color:var(--muted);font-size:12px;font-weight:750}.product-title-row h3{margin:4px 0 0;color:var(--ink);font-size:17px;line-height:1.25;display:-webkit-box;min-height:42px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-title-row span{flex:0 0 auto;color:var(--coral-dark);font-size:14px;font-weight:800}.product-title-row .quote-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;color:var(--teal-dark);background:#eef8f7;border:1px solid rgba(20,127,122,.24);border-radius:999px;font-size:12px;white-space:nowrap}.product-meta{display:grid;gap:7px;margin:14px 0 0}.product-meta div{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;font-size:13px;line-height:1.35}.product-meta dt{color:var(--muted);font-weight:750}.product-meta dd{margin:0;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-description{display:-webkit-box;min-height:38px;margin:12px 0 0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.swatches{display:flex;gap:7px;margin-top:auto;padding-top:2px}.swatches span{width:17px;height:17px;border:1px solid rgba(8,33,63,.12);border-radius:50%;background:#b8d4d0}.swatches span:nth-child(2){background:#ecb9b7}.swatches span:nth-child(3){background:#9ab5d0}.product-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:16px}.details-button,.add-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 13px;color:var(--teal-dark);background:#f6fbfb;border:1px solid rgba(20,127,122,.36);border-radius:var(--radius);font-size:14px;font-weight:780}.details-button{color:var(--ink-2);background:var(--surface);border-color:var(--line)}.add-button.is-added{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.wholesale{background:linear-gradient(90deg,#f7fbfd,#fff 68%)}.term-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.term-item{padding:26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.term-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:22px;color:var(--teal-dark);background:var(--soft-blue);border-radius:50%}.term-item h3,.trust-item h3{margin:0;color:var(--ink);font-size:18px;line-height:1.2}.term-item p,.trust-item p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.term-item,.trust-item{display:grid}.factory-section{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(420px,1.18fr);gap:clamp(28px,5vw,70px);align-items:center;padding:86px clamp(22px,5vw,74px);background:#fff}.factory-copy .section-index{margin-bottom:24px}.factory-points{display:grid;gap:13px;margin-top:30px}.factory-points span{display:flex;align-items:center;gap:10px;color:var(--ink-2);font-weight:720}.factory-points svg{color:var(--teal-dark)}.factory-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.factory-image{width:100%;aspect-ratio:1.75 / 1;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.trust{background:#f9fbfc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trust-item{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.trust-item span{display:grid;place-items:center;width:50px;height:50px;margin-bottom:18px;color:var(--ink);background:#eef7f7;border-radius:50%}.contact{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(580px,1fr);gap:clamp(28px,5vw,72px);background:#fff}.contact-intro{align-self:start}.contact-intro .section-index{margin-bottom:24px}.wide-mobile{margin-top:26px}.line-sheet-form{padding:clamp(22px,3vw,34px);background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}label{display:grid;gap:7px;color:var(--ink-2);font-size:13px;font-weight:780}input,select,textarea{width:100%;min-height:44px;padding:0 12px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:6px;outline:none;font-size:14px;transition:border-color .16s ease,box-shadow .16s ease}textarea{min-height:116px;padding-top:12px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #147f7a1f}.selected-list{margin:22px 0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.selected-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line)}.selected-header strong{color:var(--ink);font-size:15px}.selected-header span,.empty-message{color:var(--muted);font-size:14px}.empty-message{margin:0;padding:18px;line-height:1.55}.selected-item{display:grid;grid-template-columns:62px minmax(0,1fr) minmax(140px,180px) auto auto;gap:14px;align-items:center;padding:12px 16px;border-top:1px solid var(--line)}.selected-item:first-of-type{border-top:0}.selected-item img,.drawer-item img{width:62px;height:62px;object-fit:cover;border-radius:6px}.selected-item strong,.drawer-item strong{display:block;color:var(--ink);font-size:14px}.selected-item small,.drawer-item small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.qty-stepper{display:inline-flex;align-items:center;justify-content:center;min-width:105px;height:38px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.qty-stepper button{display:grid;place-items:center;width:34px;height:100%;color:var(--ink);background:transparent}.qty-stepper span{min-width:34px;text-align:center;color:var(--ink);font-size:14px;font-weight:760}.remove-button{display:grid;place-items:center;width:36px;height:36px;color:#9b3c32;background:#fff4f1;border-radius:6px}.message-label{margin-top:4px}.form-status{margin:16px 0 0;padding:12px 14px;border-radius:6px;font-size:14px;font-weight:700}.form-status.success{color:#0d5f61;background:#eef8f7}.form-status.error{color:#9b3c32;background:#fff4f1}.form-status.loading{color:var(--ink-2);background:var(--soft-blue)}.form-status.notice{color:#7a4c08;background:#fff8df}.form-submit{width:100%;margin-top:18px}.form-submit:disabled{cursor:wait;opacity:.7;transform:none}.site-footer{display:grid;grid-template-columns:1.6fr .8fr .8fr 1.25fr;gap:32px;padding:46px clamp(22px,5vw,74px);color:#ffffffd1;background:#06213e}.site-footer strong{display:block;color:#fff;font-family:inherit;font-size:34px;line-height:1}.site-footer span{display:block;margin-bottom:12px;color:#fff;font-size:13px;font-weight:800;text-transform:uppercase}.site-footer p,.site-footer a{display:block;margin:8px 0 0;font-size:13px;line-height:1.5}.footer-social{margin-top:18px}.site-footer .footer-social span{margin-bottom:8px;color:#ffffffb8}.social-link{display:inline-flex;align-items:center;gap:8px}.social-link svg{flex:0 0 auto}.contact-info{background:#fff;border-bottom:1px solid var(--line)}.contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.contact-info-card{display:grid;gap:10px;min-height:178px;padding:24px;color:var(--ink);background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.contact-info-card[href]:hover{border-color:#147f7a57;box-shadow:0 12px 28px #08213f14}.contact-info-icon{display:grid;place-items:center;width:48px;height:48px;color:var(--teal-dark);background:var(--soft-blue);border-radius:50%}.contact-info-card strong{color:var(--ink);font-size:16px}.contact-info-card p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.6}.info-hero,.product-page-hero{display:grid;align-items:end;min-height:330px;background:linear-gradient(112deg,#fff,#fff 52%,#eef9fb);border-bottom:1px solid var(--line)}.info-hero>div,.product-page-hero>div{max-width:920px}.info-hero svg{margin-bottom:18px;color:var(--teal-dark)}.info-hero h1,.product-page-hero h1{max-width:900px;margin:0;color:var(--ink);font-family:inherit;font-size:clamp(52px,6vw,90px);line-height:.98}.info-hero p,.product-page-hero p{max-width:820px;margin:22px 0 0;color:var(--ink-2);font-size:clamp(17px,1.25vw,20px);line-height:1.65}.info-hero .button{margin-top:28px}.info-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(28px,5vw,72px);align-items:start}.info-main{display:grid;gap:18px}.info-main section,.info-aside{padding:clamp(22px,3vw,32px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.story-block{background:linear-gradient(180deg,#fff,#f8fcfd)}.info-main h2{margin:0;color:var(--ink);font-family:inherit;font-size:clamp(26px,2.4vw,38px);line-height:1.08}.info-main p{margin:12px 0 0;color:var(--ink-2);font-size:15px;line-height:1.75}.story-block p{max-width:820px;font-size:16px}.process-list{display:grid;gap:12px;margin-top:20px}.process-list div{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.process-list span{display:grid;place-items:center;width:42px;height:42px;color:var(--teal-dark);background:var(--soft-blue);border-radius:50%;font-size:12px;font-weight:850}.process-list strong{color:var(--ink);font-size:15px}.faq-block{display:grid;gap:10px}.faq-block details{padding:16px 18px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.faq-block summary{cursor:pointer;color:var(--ink);font-size:15px;font-weight:820}.faq-block details p{margin-top:10px;color:var(--muted)}.info-aside{position:sticky;top:96px;display:grid;gap:12px;background:#fbfdfe}.info-aside strong{color:var(--ink);font-size:16px}.info-aside span{display:flex;align-items:center;gap:9px;color:var(--ink-2);font-size:14px;line-height:1.4}.info-aside svg{flex:0 0 auto;color:var(--teal-dark)}.info-aside .button{margin-top:10px}.related-links{display:grid;gap:10px;margin-top:10px;padding-top:18px;border-top:1px solid var(--line)}.related-links em{color:var(--muted);font-size:12px;font-style:normal;font-weight:850;text-transform:uppercase}.contact-guide{background:#fbfdfe;border-bottom:1px solid var(--line)}.policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.policy-card{padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.policy-card strong{color:var(--ink);font-size:17px}.policy-card p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase}.breadcrumb a{color:var(--teal-dark)}.product-page-shell{background:#fbfdfe}.product-planning{background:#fff;border-top:1px solid var(--line)}.product-page-card{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(380px,1.08fr);width:min(1120px,100%);margin:0 auto;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.product-modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:28px}.product-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:100%;background:#08213f8a;border:0}.product-modal{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.92fr) minmax(380px,1.08fr);width:min(1080px,100%);max-height:min(820px,calc(100vh - 56px));overflow:hidden;background:var(--surface);border-radius:var(--radius);box-shadow:0 28px 80px #08213f47}.product-modal-close{position:absolute;top:16px;right:16px;z-index:3;background:#ffffffeb;box-shadow:0 8px 22px #08213f24}.product-detail-media{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:0;padding:22px;background:#f5f9fb}.product-detail-main-image{min-height:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product-detail-main-image img{width:100%;height:100%;min-height:470px;max-height:610px;object-fit:contain}.product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.product-thumbnails button{aspect-ratio:3 / 4;padding:0;overflow:hidden;background:var(--surface);border:2px solid transparent;border-radius:6px}.product-thumbnails button.is-active{border-color:var(--teal)}.product-thumbnails img{width:100%;height:100%;object-fit:cover}.product-detail-copy{min-width:0;overflow-y:auto;padding:42px 34px 34px}.product-detail-copy>small{display:block;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.product-detail-copy h2{margin:8px 46px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(32px,4vw,48px);line-height:1.04}.product-detail-copy p{margin:16px 0 0;color:var(--ink-2);font-size:15px;line-height:1.65}.detail-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px 0 0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line)}.detail-spec-grid div{min-width:0;padding:14px;background:var(--surface)}.detail-spec-grid dt{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.detail-spec-grid dd{margin:6px 0 0;color:var(--ink);font-size:13px;line-height:1.45}.detail-size-list{margin:24px 0 0}.detail-size-list strong{display:block;margin-bottom:10px;color:var(--ink);font-size:14px}.detail-size-list div{display:flex;flex-wrap:wrap;gap:8px}.detail-size-list span{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;color:var(--ink-2);background:var(--soft);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:700}.detail-buyer-note{display:grid;gap:12px;margin-top:24px;padding:18px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.detail-buyer-note strong{color:var(--ink);font-size:15px}.detail-buyer-note p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.65}.detail-buyer-note div{display:grid;gap:8px}.detail-buyer-note span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:760;line-height:1.35}.detail-buyer-note svg{flex:0 0 auto;color:var(--teal-dark)}.product-detail-copy .button{width:100%;margin-top:28px}.product-file{background:#fff;border-top:1px solid var(--line)}.product-file-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:22px;max-width:1180px;margin:0 auto}.product-file-panel,.size-chart-panel,.packing-panel{padding:28px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.product-file-panel.is-primary{background:var(--surface)}.product-file-table{display:grid;gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.product-file-table div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:16px 18px;background:var(--surface)}.product-file-table strong,.packing-grid strong{color:var(--ink);font-size:14px;line-height:1.35}.product-file-table p,.packing-grid p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.6}.check-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:10px;color:var(--ink-2);font-size:14px;line-height:1.55}.check-list svg{flex:0 0 auto;margin-top:3px;color:var(--teal-dark)}.product-file-panel .button{width:100%;margin-top:26px}.product-size-pack{background:#f5f9fb;border-top:1px solid var(--line)}.product-size-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:22px;max-width:1180px;margin:0 auto}.size-table{display:grid;gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.size-table>div{display:grid;grid-template-columns:1.05fr 1fr 1.1fr 1.15fr;gap:1px;background:var(--line)}.size-table span{min-width:0;padding:13px 14px;color:var(--ink-2);background:var(--surface);font-size:13px;line-height:1.45}.size-table-head span{color:var(--muted);background:#f6fbfb;font-size:11px;font-weight:850;text-transform:uppercase}.table-note{margin:16px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.packing-grid{display:grid;gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.packing-grid div{padding:18px;background:var(--surface)}.packing-grid p{margin-top:8px}.product-operations{background:#fff;border-top:1px solid var(--line)}.product-operations>.module-heading,.product-faq>.module-heading{max-width:1180px;margin-right:auto;margin-left:auto}.product-workflow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;max-width:1180px;margin:26px auto 0;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.product-workflow div{min-height:140px;padding:22px;background:#fbfdfe}.product-workflow span{color:var(--teal-dark);font-size:12px;font-weight:850}.product-workflow strong{display:block;margin-top:22px;color:var(--ink);font-size:15px;line-height:1.35}.product-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1180px;margin:22px auto 0}.product-support-card{display:grid;gap:12px;min-height:190px;padding:22px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product-support-card strong{color:var(--ink);font-family:inherit;font-size:23px;line-height:1.1}.product-support-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.product-support-card span{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:800}.product-faq{background:#fbfdfe;border-top:1px solid var(--line)}.product-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1180px;margin:24px auto 0}.product-faq-grid details{padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product-faq-grid summary{color:var(--ink);cursor:pointer;font-size:15px;font-weight:820}.product-faq-grid p{margin:14px 0 0;color:var(--ink-2);font-size:14px;line-height:1.65}.related-product-section{background:#fff;border-top:1px solid var(--line)}.category-page-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.62fr);gap:clamp(28px,5vw,72px);align-items:end;min-height:520px;background:linear-gradient(112deg,#fff,#fff,#eef8fb);border-bottom:1px solid var(--line)}.category-page-copy h1{max-width:920px;margin:16px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(48px,5.8vw,88px);line-height:.98}.category-page-copy p{max-width:760px;margin:22px 0 0;color:var(--ink-2);font-size:18px;line-height:1.7}.category-page-media{position:relative;overflow:hidden;min-height:420px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.category-page-media img{width:100%;height:100%;min-height:420px;object-fit:cover}.category-page-media div{position:absolute;right:18px;bottom:18px;width:min(220px,calc(100% - 36px));padding:18px;background:#fffffff0;border:1px solid rgba(8,33,63,.1);border-radius:var(--radius);box-shadow:0 14px 34px #08213f1f}.category-page-media span,.category-metrics span{display:block;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.category-page-media strong{display:block;margin-top:5px;color:var(--ink);font-family:inherit;font-size:58px;line-height:.9}.category-page-media p{margin:8px 0 0;color:var(--ink-2);font-size:13px;line-height:1.45}.category-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding-top:0;padding-bottom:0;overflow:hidden;background:var(--line);border-bottom:1px solid var(--line)}.category-metrics div{min-height:116px;padding:24px;background:#fbfdfe}.category-metrics strong{display:block;margin-top:8px;color:var(--ink);font-size:18px;line-height:1.3}.category-program{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:22px;background:#fff;border-top:1px solid var(--line)}.category-program-main,.category-rfq-panel{padding:28px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.category-rfq-panel{background:#06213e;border-color:#06213e}.category-rfq-panel .module-heading span,.category-rfq-panel .module-heading h2,.category-rfq-panel .check-list li{color:#fff}.category-rfq-panel .check-list li{color:#ffffffd1}.category-rfq-panel .check-list svg{color:#9be4de}.category-operations{background:#f5f9fb;border-top:1px solid var(--line)}.category-operations-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-operations-grid article{min-height:190px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.category-operations-grid strong{color:var(--ink);font-family:inherit;font-size:25px;line-height:1.1}.category-operations-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.category-product-list{background:#fff;border-top:1px solid var(--line)}.category-crosslinks{background:#fbfdfe;border-top:1px solid var(--line)}.category-crosslink-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category-crosslink-grid a{display:grid;gap:18px;min-height:122px;padding:20px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.category-crosslink-grid strong{font-family:inherit;font-size:23px;line-height:1.1}.category-crosslink-grid span{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:820}.operations-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:clamp(34px,5vw,78px);align-items:center;min-height:610px;background:linear-gradient(112deg,#fff,#fff 48%,#f1f8fa),radial-gradient(circle at 88% 18%,rgba(20,127,122,.12),transparent 30%);border-bottom:1px solid var(--line)}.operations-hero-copy svg,.operations-profile-copy .section-index,.operations-documents-copy .section-index{color:var(--teal-dark)}.operations-hero-copy h1{max-width:820px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,94px);line-height:.96}.operations-hero-copy p{max-width:710px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.7}.operations-hero-media{position:relative;min-height:440px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.operations-hero-media img{width:100%;height:100%;min-height:440px;object-fit:cover}.operations-hero-media div{position:absolute;right:22px;bottom:22px;left:22px;padding:22px;color:#fff;background:#06213ee6;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.operations-hero-media span{display:block;color:#ffffffb3;font-size:11px;font-weight:850;text-transform:uppercase}.operations-hero-media strong{display:block;margin-top:8px;font-family:inherit;font-size:clamp(31px,3vw,48px);line-height:1}.operations-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#fff}.operations-proof article,.operations-card-grid article,.operations-method-grid article{min-height:210px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.operations-proof article:hover,.operations-card-grid article:hover,.operations-method-grid article:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.operations-proof svg,.operations-card-grid svg,.operations-method-grid span{color:var(--teal-dark)}.operations-proof strong,.operations-card-grid strong,.operations-method-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:25px;line-height:1.08}.operations-proof p,.operations-card-grid p,.operations-method-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.operations-profile,.operations-documents{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.operations-profile-copy,.operations-documents-copy{position:sticky;top:104px}.operations-profile-copy h2,.operations-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.operations-profile-copy p,.operations-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.operations-workflow,.operations-qc,.operations-fulfillment{border-top:1px solid var(--line)}.operations-workflow{background:#06213e}.operations-workflow .section-index,.operations-workflow h2,.operations-workflow p{color:#fff}.operations-workflow .section-heading p{color:#ffffffbd}.operations-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.operations-timeline article{min-height:260px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.operations-timeline article:first-child{border-left:0}.operations-timeline span{color:#9be4de;font-size:12px;font-weight:850}.operations-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.operations-timeline p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.operations-qc,.operations-fulfillment{background:#fff}.operations-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.operations-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.operations-method-grid span{display:grid;place-items:center;width:46px;height:46px;background:#eef8f7;border-radius:var(--radius)}.operations-documents{background:#f8fbfc}.operations-documents-copy .button{margin-top:26px}.verification-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,470px);gap:clamp(32px,5vw,76px);align-items:center;min-height:590px;background:linear-gradient(115deg,#fff,#fff,#f4f9fb),radial-gradient(circle at 88% 16%,rgba(242,107,90,.12),transparent 28%);border-bottom:1px solid var(--line)}.verification-hero-copy svg,.verification-profile-copy .section-index,.verification-documents-copy .section-index{color:var(--teal-dark)}.verification-hero-copy h1{max-width:840px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(52px,6vw,92px);line-height:.98}.verification-hero-copy p{max-width:780px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.72}.verification-file{padding:clamp(26px,4vw,36px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.verification-file>span{color:#ffffffad;font-size:11px;font-weight:850;text-transform:uppercase}.verification-file>strong{display:block;margin-top:10px;color:#fff;font-family:inherit;font-size:clamp(32px,4vw,48px);line-height:1.02}.verification-file div{display:grid;overflow:hidden;margin-top:24px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius)}.verification-file p{display:grid;grid-template-columns:minmax(92px,.34fr) minmax(0,1fr);gap:12px;margin:0;padding:13px 0;border-top:1px solid rgba(255,255,255,.14)}.verification-file p:first-child{border-top:0}.verification-file em{padding-left:14px;color:#ffffff94;font-size:12px;font-style:normal}.verification-file b{min-width:0;padding-right:14px;color:#fff;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.verification-ledger{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:#fff;border-bottom:1px solid var(--line)}.verification-ledger div{min-height:128px;padding:24px 18px;border-left:1px solid var(--line)}.verification-ledger div:first-child{border-left:0}.verification-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.verification-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.verification-profile,.verification-documents{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.verification-profile-copy,.verification-documents-copy{position:sticky;top:104px}.verification-profile-copy h2,.verification-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.verification-profile-copy p,.verification-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.verification-checklist,.verification-links{background:#fff;border-top:1px solid var(--line)}.verification-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.verification-card-grid article{min-height:220px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.verification-card-grid article:hover,.verification-link-grid a:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.verification-card-grid svg{color:var(--teal-dark)}.verification-card-grid strong,.verification-link-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:25px;line-height:1.08}.verification-card-grid p,.verification-link-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.verification-documents{background:#f8fbfc}.verification-documents-copy .button{margin-top:26px}.verification-flow{background:#06213e;border-top:1px solid var(--line)}.verification-flow .section-index,.verification-flow h2,.verification-flow p{color:#fff}.verification-flow .section-heading p{color:#ffffffbd}.verification-flow-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.verification-flow-grid article{min-height:235px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.verification-flow-grid article:first-child{border-left:0}.verification-flow-grid span{color:#9be4de;font-size:12px;font-weight:850}.verification-flow-grid strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.verification-flow-grid p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.verification-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.verification-link-grid a{display:grid;min-height:210px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.verification-link-grid span{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:820}.line-sheet-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:clamp(30px,5vw,78px);align-items:end;min-height:560px;background:linear-gradient(112deg,#fff,#fff 48%,#f1f7f5),linear-gradient(180deg,#fff0,#147f7a0d);border-bottom:1px solid var(--line)}.line-sheet-hero-copy svg,.line-sheet-scope-copy .section-index{color:var(--teal-dark)}.line-sheet-hero-copy h1{max-width:920px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(50px,5.8vw,90px);line-height:.98}.line-sheet-hero-copy p{max-width:780px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.72}.line-sheet-panel{padding:clamp(26px,4vw,38px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.line-sheet-panel>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.line-sheet-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4.2vw,56px);line-height:.98}.line-sheet-panel p{margin:18px 0 0;color:#ffffffc7;font-size:14px;line-height:1.72}.line-sheet-panel div{display:grid;gap:10px;margin-top:24px}.line-sheet-panel div span{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:780}.line-sheet-panel div svg{color:#9be4de}.line-sheet-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;background:#fff;border-top:1px solid var(--line)}.line-sheet-proof article{min-height:220px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.line-sheet-proof article:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.line-sheet-proof svg{color:var(--teal-dark)}.line-sheet-proof strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:25px;line-height:1.08}.line-sheet-proof p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.line-sheet-scope{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.line-sheet-scope-copy{position:sticky;top:104px}.line-sheet-scope-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.line-sheet-scope-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.line-sheet-scope-copy .button{margin-top:26px}.line-sheet-workflow{background:#06213e;border-top:1px solid var(--line)}.line-sheet-workflow .section-index,.line-sheet-workflow h2,.line-sheet-workflow p{color:#fff}.line-sheet-workflow .section-heading p{color:#ffffffbd}.line-sheet-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.line-sheet-workflow-grid article{min-height:235px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.line-sheet-workflow-grid article:first-child{border-left:0}.line-sheet-workflow-grid span{color:#9be4de;font-size:12px;font-weight:850}.line-sheet-workflow-grid strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.line-sheet-workflow-grid p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.line-sheet-proof-strip{background:#f8fbfc;border-top:1px solid var(--line)}.line-sheet-request-section{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(620px,1fr);gap:clamp(28px,5vw,72px);background:#fff;border-top:1px solid var(--line)}.line-sheet-request-form{align-self:start}.help-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:clamp(30px,5vw,78px);align-items:end;min-height:560px;background:linear-gradient(112deg,#fff,#fff 48%,#eef8fb),linear-gradient(180deg,#fff0,#f26b5a0a);border-bottom:1px solid var(--line)}.help-hero-copy svg,.help-faq-intro .section-index,.help-prep-copy .section-index{color:var(--teal-dark)}.help-hero-copy h1{max-width:920px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(50px,5.8vw,90px);line-height:.98}.help-hero-copy p{max-width:780px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.72}.help-hero-panel{padding:clamp(26px,4vw,38px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.help-hero-panel>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.help-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4.2vw,56px);line-height:.98}.help-hero-panel p{margin:18px 0 0;color:#ffffffc7;font-size:14px;line-height:1.72}.help-hero-panel div{display:grid;gap:10px;margin-top:24px}.help-hero-panel a{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:0 12px;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:6px;font-size:13px;font-weight:780}.help-hero-panel a svg{color:#9be4de}.help-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.help-ledger div{min-height:124px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.help-ledger div:first-child{border-left:0}.help-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.help-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.help-audience,.help-next{background:#fff;border-top:1px solid var(--line)}.help-audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.help-audience-grid article{min-height:218px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.help-audience-grid article:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.help-audience-grid svg{color:var(--teal-dark)}.help-audience-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:25px;line-height:1.08}.help-audience-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.help-workflow{background:#06213e;border-top:1px solid var(--line)}.help-workflow .section-index,.help-workflow h2,.help-workflow p{color:#fff}.help-workflow .section-heading p{color:#ffffffbd}.help-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.help-workflow-grid article{min-height:235px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.help-workflow-grid article:first-child{border-left:0}.help-workflow-grid span{color:#9be4de;font-size:12px;font-weight:850}.help-workflow-grid strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.help-workflow-grid p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.help-faq,.help-prep{display:grid;grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.help-faq-intro,.help-prep-copy{position:sticky;top:104px}.help-faq-intro h2,.help-prep-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.help-faq-intro p,.help-prep-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.help-prep-copy .button{margin-top:26px}.help-faq-groups{display:grid;gap:18px}.help-faq-group{padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.help-faq-group h3{margin:0 0 16px;color:var(--ink);font-family:inherit;font-size:30px;line-height:1.08}.help-faq-group details{border-top:1px solid var(--line)}.help-faq-group details:first-child{border-top:0}.help-faq-group summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;color:var(--ink);cursor:pointer;font-size:15px;font-weight:850;line-height:1.45;list-style:none}.help-faq-group summary::-webkit-details-marker{display:none}.help-faq-group summary:after{content:"+";display:grid;flex:0 0 auto;place-items:center;width:30px;height:30px;color:var(--teal-dark);background:#eef8f7;border:1px solid rgba(20,127,122,.22);border-radius:50%;font-weight:850}.help-faq-group details[open] summary:after{content:"-"}.help-faq-group p{margin:0;padding:0 48px 18px 0;color:var(--muted);font-size:14px;line-height:1.7}.collections-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,500px);gap:clamp(30px,5vw,78px);align-items:end;min-height:590px;background:linear-gradient(112deg,#fff,#fff 48%,#f3f9fb),linear-gradient(180deg,#fff0,#0d5f610d);border-bottom:1px solid var(--line)}.collections-hero-copy svg,.lookbook-planning-copy .section-index{color:var(--teal-dark)}.collections-hero-copy h1{max-width:980px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(50px,5.8vw,90px);line-height:.98}.collections-hero-copy p{max-width:790px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.72}.collections-hero-board{padding:clamp(24px,4vw,34px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.collections-hero-board>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.collections-hero-board>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(30px,3.6vw,48px);line-height:1.02}.collections-hero-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.collections-hero-mosaic img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:6px}.collections-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.collections-ledger div{min-height:124px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.collections-ledger div:first-child{border-left:0}.collections-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.collections-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.collections-edits,.lookbook-next{background:#fff;border-top:1px solid var(--line)}.lookbook-collection-grid{display:grid;gap:22px}.lookbook-collection-card{display:grid;grid-template-columns:minmax(260px,.36fr) minmax(280px,.42fr) minmax(390px,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.lookbook-collection-media{position:relative;min-height:420px;background:var(--soft)}.lookbook-collection-media img{width:100%;height:100%;object-fit:cover}.lookbook-collection-media span{position:absolute;right:14px;bottom:14px;min-height:30px;padding:7px 10px;color:var(--ink);background:#ffffffeb;border:1px solid rgba(220,230,238,.92);border-radius:999px;font-size:12px;font-weight:820}.lookbook-collection-copy{padding:clamp(24px,3vw,34px);border-right:1px solid var(--line)}.lookbook-collection-copy>span{color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.lookbook-collection-copy h2{margin:14px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,3.6vw,56px);line-height:1.02}.lookbook-collection-copy p{margin:18px 0 0;color:var(--ink-2);font-size:15px;line-height:1.72}.lookbook-note{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.lookbook-note strong{display:block;color:var(--teal-dark);font-size:13px;font-weight:850;text-transform:uppercase}.lookbook-note p{margin-top:10px;color:var(--muted);font-size:14px}.lookbook-product-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;align-content:start;padding:clamp(18px,2.6vw,28px)}.lookbook-product-mini{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;align-items:center;min-height:128px;padding:14px 0;border-top:1px solid var(--line)}.lookbook-product-mini:nth-child(1),.lookbook-product-mini:nth-child(2){border-top:0}.lookbook-product-mini img{width:76px;height:96px;object-fit:cover;border-radius:6px}.lookbook-product-mini div{min-width:0}.lookbook-product-mini span{color:var(--muted);font-size:11px;font-weight:820}.lookbook-product-mini strong{display:-webkit-box;margin-top:4px;overflow:hidden;color:var(--ink);font-size:14px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lookbook-product-mini p{margin:6px 0 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.lookbook-product-mini .add-button{grid-column:1 / -1;min-height:36px;justify-self:stretch;font-size:13px}.lookbook-card-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:18px;background:#fbfdfe;border-top:1px solid var(--line)}.lookbook-workflow{background:#06213e;border-top:1px solid var(--line)}.lookbook-workflow .section-index,.lookbook-workflow h2,.lookbook-workflow p{color:#fff}.lookbook-workflow .section-heading p{color:#ffffffbd}.lookbook-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.lookbook-workflow-grid article{min-height:235px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.lookbook-workflow-grid article:first-child{border-left:0}.lookbook-workflow-grid span{color:#9be4de;font-size:12px;font-weight:850}.lookbook-workflow-grid strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.lookbook-workflow-grid p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.lookbook-planning{display:grid;grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.lookbook-planning-copy{position:sticky;top:104px}.lookbook-planning-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.lookbook-planning-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.lookbook-planning-copy .button{margin-top:26px}.resources-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:clamp(30px,5vw,78px);align-items:end;min-height:570px;background:linear-gradient(112deg,#fff,#fff 48%,#f0f7f6),linear-gradient(180deg,#fff0,#06213e0a);border-bottom:1px solid var(--line)}.resources-hero-copy svg,.resource-matrix-copy .section-index,.resource-prep-copy .section-index{color:var(--teal-dark)}.resources-hero-copy h1{max-width:980px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(50px,5.6vw,88px);line-height:.98}.resources-hero-copy p{max-width:800px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.72}.resources-hero-panel{padding:clamp(26px,4vw,38px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.resources-hero-panel>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.resources-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,56px);line-height:.98}.resources-doc-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.resources-doc-tags p{display:inline-flex;align-items:center;gap:8px;min-height:48px;margin:0;padding:0 12px;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:6px;font-size:13px;font-weight:780}.resources-hero-panel svg{color:#9be4de}.resources-hero-images{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;margin-top:24px}.resources-hero-images img{width:100%;min-height:128px;aspect-ratio:1 / .78;object-fit:cover;border:1px solid rgba(255,255,255,.16);border-radius:6px}.resources-hero-images img:first-child{grid-row:span 2;min-height:266px;aspect-ratio:auto}.resources-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.resources-ledger div{min-height:124px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.resources-ledger div:first-child{border-left:0}.resources-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.resources-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.resource-library,.resource-next{background:#fff;border-top:1px solid var(--line)}.resource-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.resource-card{display:grid;gap:20px;min-height:430px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.resource-card:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.resource-card span{display:block;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.resource-card h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(28px,2.4vw,38px);line-height:1.05}.resource-card p{margin:14px 0 0;color:var(--ink-2);font-size:14px;line-height:1.68}.resource-card dl{display:grid;gap:10px;margin:0;padding-top:18px;border-top:1px solid var(--line)}.resource-card dl div{display:grid;gap:4px}.resource-card dt{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.resource-card dd{margin:0;color:var(--ink);font-size:13px;line-height:1.45}.resource-card .text-link{align-self:end;justify-self:start}.resource-matrix,.resource-prep{display:grid;grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.resource-matrix-copy,.resource-prep-copy{position:sticky;top:104px}.resource-matrix-copy h2,.resource-prep-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.resource-matrix-copy p,.resource-prep-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.resource-prep-copy .button{margin-top:26px}.resource-matrix .document-table a{display:inline-flex;margin-left:8px;color:var(--teal-dark);font-weight:820}.resource-packs,.resource-workflow{background:#06213e;border-top:1px solid var(--line)}.resource-packs .section-index,.resource-packs h2,.resource-packs p,.resource-workflow .section-index,.resource-workflow h2,.resource-workflow p{color:#fff}.resource-packs .section-heading p,.resource-workflow .section-heading p{color:#ffffffbd}.resource-pack-grid,.resource-workflow-grid{display:grid;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.resource-pack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.resource-pack-grid article,.resource-workflow-grid article{min-height:235px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.resource-pack-grid article:first-child,.resource-workflow-grid article:first-child{border-left:0}.resource-pack-grid svg{color:#9be4de}.resource-pack-grid strong,.resource-workflow-grid strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.resource-workflow-grid span{color:#9be4de;font-size:12px;font-weight:850}.resource-pack-grid p,.resource-workflow-grid p{margin:14px 0 0;color:#ffffffb8;font-size:13px;line-height:1.65}.quality-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);gap:clamp(34px,5vw,84px);align-items:center;min-height:590px;background:linear-gradient(90deg,#fffffff5,#ffffffb8),linear-gradient(112deg,#fff,#fff,#eef8fb);border-bottom:1px solid var(--line)}.quality-hero-copy svg{color:var(--teal-dark)}.quality-hero-copy h1{max-width:920px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,94px);line-height:.96}.quality-hero-copy p{max-width:820px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.quality-hero-panel{padding:clamp(24px,3.4vw,34px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.quality-hero-panel>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.quality-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,56px);line-height:1.02}.quality-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;margin-top:26px}.quality-hero-grid img{width:100%;min-height:174px;object-fit:cover;border-radius:6px}.quality-hero-grid img:first-child{grid-row:span 2;min-height:358px}.quality-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.quality-ledger div{min-height:124px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.quality-ledger div:first-child{border-left:0}.quality-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.quality-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.quality-principles,.quality-release,.quality-next{background:#fff;border-top:1px solid var(--line)}.quality-risk-grid,.quality-release-grid{display:grid;gap:18px}.quality-risk-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quality-release-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quality-risk-grid article,.quality-release-grid article{min-height:230px;padding:24px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.quality-risk-grid svg,.quality-release-grid svg{color:var(--teal-dark)}.quality-risk-grid strong,.quality-release-grid strong{display:block;margin-top:18px;color:var(--ink);font-family:inherit;font-size:24px;line-height:1.08}.quality-risk-grid p,.quality-release-grid p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.quality-workflow{background:#06213e;border-top:1px solid var(--line)}.quality-workflow .module-heading span,.quality-workflow .module-heading h2{color:#fff}.quality-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.quality-timeline article{min-height:330px;padding:24px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.quality-timeline article:first-child{border-left:0}.quality-timeline span{color:#9be4de;font-size:12px;font-weight:850}.quality-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:24px;line-height:1.08}.quality-timeline p{margin:14px 0 0;color:#ffffffbd;font-size:13px;line-height:1.68}.quality-timeline em{display:block;margin-top:18px;padding-top:16px;color:#f6b5ab;border-top:1px solid rgba(255,255,255,.16);font-size:12px;font-style:normal;font-weight:780;line-height:1.45}.quality-matrix,.quality-documents{display:grid;grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.quality-matrix-copy,.quality-documents-copy{position:sticky;top:104px}.quality-matrix-copy h2,.quality-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.quality-matrix-copy p,.quality-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.quality-documents-copy .button{margin-top:26px}.quality-matrix .document-table span{display:inline-flex;margin-top:8px;color:var(--teal-dark);font-size:12px;font-weight:820}.production-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,560px);gap:clamp(34px,5vw,84px);align-items:center;min-height:610px;background:linear-gradient(90deg,#fffffffa,#ffffffc7),linear-gradient(118deg,#fff,#f8fbfc 54%,#eaf6f3);border-bottom:1px solid var(--line)}.production-hero-copy svg{color:var(--teal-dark)}.production-hero-copy h1{max-width:1040px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(52px,6vw,92px);line-height:.96}.production-hero-copy p{max-width:850px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.production-hero-panel{padding:clamp(24px,3.4vw,36px);background:#08213f;border:1px solid #08213f;border-radius:var(--radius);box-shadow:var(--shadow)}.production-hero-panel>span{color:#9be4de;font-size:11px;font-weight:850;text-transform:uppercase}.production-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,54px);line-height:1.02}.production-hero-media{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;margin-top:26px}.production-hero-media img{width:100%;min-height:170px;object-fit:cover;border-radius:var(--radius)}.production-hero-media img:first-child{grid-row:span 2;min-height:350px}.production-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.production-ledger div{min-height:126px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.production-ledger div:first-child{border-left:0}.production-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.production-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.6vw,38px);line-height:1.04}.production-focus{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;background:#fff}.production-focus article,.production-capability-grid article,.production-risk-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.production-focus svg,.production-capability-grid svg,.production-risk-grid svg{color:var(--teal-dark)}.production-focus strong,.production-capability-grid strong,.production-risk-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:24px;line-height:1.08}.production-focus p,.production-capability-grid p,.production-risk-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.68}.production-scope,.production-risk,.production-next{background:#fbfdfe;border-top:1px solid var(--line)}.production-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.production-workflow{background:#08213f;border-top:1px solid #08213f}.production-workflow .module-heading span,.production-workflow .module-heading h2{color:#fff}.production-workflow .module-heading span{color:#9be4de}.production-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.production-timeline article{min-height:292px;padding:24px;background:#ffffff0b;border-left:1px solid rgba(255,255,255,.16)}.production-timeline article:first-child{border-left:0}.production-timeline span{color:#9be4de;font-size:12px;font-weight:850}.production-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:23px;line-height:1.08}.production-timeline p{margin:14px 0 0;color:#ffffffba;font-size:13px;line-height:1.65}.production-timeline em{display:inline-flex;margin-top:18px;color:#9be4de;font-size:12px;font-style:normal;font-weight:760;line-height:1.4}.production-programs,.production-documents{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fff;border-top:1px solid var(--line)}.production-documents{background:#f8fbfc}.production-programs-copy,.production-documents-copy{position:sticky;top:104px}.production-programs-copy h2,.production-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.production-programs-copy p,.production-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.production-programs-copy .button{margin-top:26px}.production-risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.shipping-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,560px);gap:clamp(34px,5vw,84px);align-items:center;min-height:610px;background:linear-gradient(90deg,#fffffffa,#ffffffc2),linear-gradient(118deg,#fff,#fbfdfe 52%,#eef8f7);border-bottom:1px solid var(--line)}.shipping-hero-copy svg{color:var(--teal-dark)}.shipping-hero-copy h1{max-width:960px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,92px);line-height:.96}.shipping-hero-copy p{max-width:850px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.shipping-hero-panel{padding:clamp(24px,3.4vw,36px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.shipping-hero-panel>span{color:#9be4de;font-size:11px;font-weight:850;text-transform:uppercase}.shipping-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,54px);line-height:1.02}.shipping-hero-media{display:grid;grid-template-columns:1.12fr .88fr;gap:10px;margin-top:26px}.shipping-hero-media img{width:100%;min-height:170px;object-fit:cover;border-radius:var(--radius)}.shipping-hero-media img:first-child{grid-row:span 2;min-height:350px}.shipping-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.shipping-ledger div{min-height:126px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.shipping-ledger div:first-child{border-left:0}.shipping-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.shipping-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.6vw,38px);line-height:1.04}.shipping-readiness{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#fff}.shipping-readiness article,.shipping-method-grid article,.shipping-scenario-grid article,.shipping-risk-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.shipping-readiness svg,.shipping-method-grid svg,.shipping-scenario-grid svg,.shipping-risk-grid svg{color:var(--teal-dark)}.shipping-readiness strong,.shipping-method-grid strong,.shipping-scenario-grid strong,.shipping-risk-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:23px;line-height:1.08}.shipping-readiness p,.shipping-method-grid p,.shipping-scenario-grid p,.shipping-risk-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.68}.shipping-methods,.shipping-scenarios,.shipping-risk,.shipping-next{background:#fbfdfe;border-top:1px solid var(--line)}.shipping-method-grid,.shipping-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shipping-workflow{background:#08213f;border-top:1px solid #08213f}.shipping-workflow .module-heading span,.shipping-workflow .module-heading h2{color:#fff}.shipping-workflow .module-heading span{color:#9be4de}.shipping-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.shipping-timeline article{min-height:292px;padding:24px;background:#ffffff0b;border-left:1px solid rgba(255,255,255,.16)}.shipping-timeline article:first-child{border-left:0}.shipping-timeline span{color:#9be4de;font-size:12px;font-weight:850}.shipping-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:23px;line-height:1.08}.shipping-timeline p{margin:14px 0 0;color:#ffffffba;font-size:13px;line-height:1.65}.shipping-timeline em{display:inline-flex;margin-top:18px;color:#9be4de;font-size:12px;font-style:normal;font-weight:760;line-height:1.4}.shipping-responsibilities,.shipping-documents{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fff;border-top:1px solid var(--line)}.shipping-documents{background:#f8fbfc}.shipping-responsibilities-copy,.shipping-documents-copy{position:sticky;top:104px}.shipping-responsibilities-copy h2,.shipping-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.shipping-responsibilities-copy p,.shipping-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.shipping-responsibilities-copy .button{margin-top:26px}.shipping-risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.claims-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,560px);gap:clamp(34px,5vw,84px);align-items:center;min-height:610px;background:linear-gradient(90deg,#fffffffa,#ffffffc2),linear-gradient(118deg,#fff,#fbfdfe 52%,#fff4f1);border-bottom:1px solid var(--line)}.claims-hero-copy svg{color:var(--coral-dark)}.claims-hero-copy h1{max-width:960px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,92px);line-height:.96}.claims-hero-copy p{max-width:860px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.claims-hero-panel{padding:clamp(24px,3.4vw,36px);background:#08213f;border:1px solid #08213f;border-radius:var(--radius);box-shadow:var(--shadow)}.claims-hero-panel>span{color:#ffb8ad;font-size:11px;font-weight:850;text-transform:uppercase}.claims-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,54px);line-height:1.02}.claims-hero-media{display:grid;grid-template-columns:1.12fr .88fr;gap:10px;margin-top:26px}.claims-hero-media img{width:100%;min-height:170px;object-fit:cover;border-radius:var(--radius)}.claims-hero-media img:first-child{grid-row:span 2;min-height:350px}.claims-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.claims-ledger div{min-height:126px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.claims-ledger div:first-child{border-left:0}.claims-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.claims-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.6vw,38px);line-height:1.04}.claims-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#fff}.claims-principles article,.claims-issue-grid article,.claims-resolution-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.claims-principles svg,.claims-issue-grid svg,.claims-resolution-grid svg{color:var(--coral-dark)}.claims-principles strong,.claims-issue-grid strong,.claims-resolution-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:23px;line-height:1.08}.claims-principles p,.claims-issue-grid p,.claims-resolution-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.68}.claims-issues,.claims-resolution,.claims-next{background:#fbfdfe;border-top:1px solid var(--line)}.claims-issue-grid,.claims-resolution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.claims-workflow{background:#08213f;border-top:1px solid #08213f}.claims-workflow .module-heading span,.claims-workflow .module-heading h2{color:#fff}.claims-workflow .module-heading span{color:#ffb8ad}.claims-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.claims-timeline article{min-height:292px;padding:24px;background:#ffffff0b;border-left:1px solid rgba(255,255,255,.16)}.claims-timeline article:first-child{border-left:0}.claims-timeline span{color:#ffb8ad;font-size:12px;font-weight:850}.claims-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:23px;line-height:1.08}.claims-timeline p{margin:14px 0 0;color:#ffffffba;font-size:13px;line-height:1.65}.claims-timeline em{display:inline-flex;margin-top:18px;color:#ffb8ad;font-size:12px;font-style:normal;font-weight:760;line-height:1.4}.claims-evidence,.claims-not-covered{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fff;border-top:1px solid var(--line)}.claims-not-covered{background:#f8fbfc}.claims-evidence-copy,.claims-not-covered-copy{position:sticky;top:104px}.claims-evidence-copy h2,.claims-not-covered-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.claims-evidence-copy p,.claims-not-covered-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.claims-evidence-copy .button{margin-top:26px}.terms-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,560px);gap:clamp(34px,5vw,84px);align-items:center;min-height:610px;background:linear-gradient(90deg,#fffffffa,#ffffffc2),linear-gradient(118deg,#fff,#f8fcfd 54%,#eff7f9);border-bottom:1px solid var(--line)}.terms-hero-copy svg{color:var(--teal-dark)}.terms-hero-copy h1{max-width:1000px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,92px);line-height:.96}.terms-hero-copy p{max-width:880px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.terms-hero-panel{padding:clamp(24px,3.4vw,36px);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.terms-hero-panel>span{color:var(--teal-dark);font-size:11px;font-weight:850;text-transform:uppercase}.terms-hero-panel>strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,54px);line-height:1.02}.terms-document-stack{display:grid;gap:12px;margin-top:28px}.terms-document-stack div{display:grid;grid-template-columns:46px minmax(0,1fr);gap:6px 14px;padding:18px;background:#f8fbfc;border:1px solid var(--line);border-radius:var(--radius)}.terms-document-stack span{grid-row:span 2;display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--ink);border-radius:50%;font-size:12px;font-weight:850}.terms-document-stack strong{color:var(--ink);font-family:inherit;font-size:25px;line-height:1}.terms-document-stack p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.terms-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.terms-ledger div{min-height:126px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.terms-ledger div:first-child{border-left:0}.terms-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.terms-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.6vw,38px);line-height:1.04}.terms-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#fff}.terms-principles article,.terms-risk-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.terms-principles svg,.terms-risk-grid svg{color:var(--teal-dark)}.terms-principles strong,.terms-risk-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:23px;line-height:1.08}.terms-principles p,.terms-risk-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.68}.terms-commercial,.terms-production,.terms-documents{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fff;border-top:1px solid var(--line)}.terms-production,.terms-risk,.terms-next{background:#f8fbfc}.terms-commercial-copy,.terms-production-copy,.terms-documents-copy{position:sticky;top:104px}.terms-commercial-copy h2,.terms-production-copy h2,.terms-documents-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.terms-commercial-copy p,.terms-production-copy p,.terms-documents-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.terms-commercial-copy .button,.terms-documents-copy .button{margin-top:26px}.terms-workflow{background:#08213f;border-top:1px solid #08213f}.terms-workflow .module-heading span,.terms-workflow .module-heading h2{color:#fff}.terms-workflow .module-heading span{color:#9bd4d1}.terms-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.terms-timeline article{min-height:304px;padding:24px;background:#ffffff0b;border-left:1px solid rgba(255,255,255,.16)}.terms-timeline article:first-child{border-left:0}.terms-timeline span{color:#9bd4d1;font-size:12px;font-weight:850}.terms-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:23px;line-height:1.08}.terms-timeline p{margin:14px 0 0;color:#ffffffba;font-size:13px;line-height:1.65}.terms-timeline em{display:inline-flex;margin-top:18px;color:#9bd4d1;font-size:12px;font-style:normal;font-weight:760;line-height:1.4}.terms-risk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.privacy-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,560px);gap:clamp(34px,5vw,84px);align-items:center;min-height:610px;background:linear-gradient(90deg,#fffffffa,#ffffffc2),linear-gradient(118deg,#fff,#fbfdfe 52%,#eef8f7);border-bottom:1px solid var(--line)}.privacy-hero-copy svg{color:var(--teal-dark)}.privacy-hero-copy h1{max-width:1000px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,92px);line-height:.96}.privacy-hero-copy p{max-width:880px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.privacy-hero-panel{padding:clamp(24px,3.4vw,36px);background:#08213f;border:1px solid #08213f;border-radius:var(--radius);box-shadow:var(--shadow)}.privacy-hero-panel>span{color:#9bd4d1;font-size:11px;font-weight:850;text-transform:uppercase}.privacy-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,54px);line-height:1.02}.privacy-contact-card{display:grid;gap:12px;margin-top:28px}.privacy-contact-card div{padding:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius)}.privacy-contact-card span{color:#ffffffa3;font-size:11px;font-weight:850;text-transform:uppercase}.privacy-contact-card strong{display:block;margin-top:8px;color:#fff;font-size:15px;line-height:1.45;overflow-wrap:anywhere}.privacy-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.privacy-ledger div{min-height:126px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.privacy-ledger div:first-child{border-left:0}.privacy-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.privacy-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.6vw,38px);line-height:1.04;overflow-wrap:anywhere}.privacy-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#fff}.privacy-principles article,.privacy-sharing-grid article,.privacy-boundary-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.privacy-principles svg,.privacy-sharing-grid svg,.privacy-boundary-grid svg{color:var(--teal-dark)}.privacy-principles strong,.privacy-sharing-grid strong,.privacy-boundary-grid strong{display:block;margin-top:16px;color:var(--ink);font-family:inherit;font-size:23px;line-height:1.08}.privacy-principles p,.privacy-sharing-grid p,.privacy-boundary-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.68}.privacy-data,.privacy-use,.privacy-rights{display:grid;grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fff;border-top:1px solid var(--line)}.privacy-use,.privacy-boundary,.privacy-next{background:#f8fbfc}.privacy-data-copy,.privacy-use-copy,.privacy-rights-copy{position:sticky;top:104px}.privacy-data-copy h2,.privacy-use-copy h2,.privacy-rights-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.privacy-data-copy p,.privacy-use-copy p,.privacy-rights-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.privacy-data-copy .button,.privacy-rights-copy .button{margin-top:26px}.privacy-sharing{background:#08213f;border-top:1px solid #08213f}.privacy-sharing .module-heading span,.privacy-sharing .module-heading h2{color:#fff}.privacy-sharing .module-heading span{color:#9bd4d1}.privacy-sharing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.privacy-sharing-grid article{background:#ffffff0e;border-color:#ffffff29}.privacy-sharing-grid strong{color:#fff}.privacy-sharing-grid p{color:#ffffffb8}.privacy-boundary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cookie-hero{background:linear-gradient(90deg,#fffffffa,#ffffffc2),linear-gradient(118deg,#fff,#fbfdfe,#fff4f1)}.cookie-hero-copy svg{color:var(--coral-dark)}.cookie-hero-panel{background:#09363b;border-color:#09363b}.cookie-hero-panel>span,.cookie-third-party .module-heading span{color:#ffc0b6}.cookie-third-party{background:#09363b;border-top-color:#09363b}.cookie-principles svg,.cookie-boundary-grid svg{color:var(--coral-dark)}.private-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,540px);gap:clamp(34px,5vw,84px);align-items:center;min-height:590px;background:linear-gradient(90deg,#fffffff7,#ffffffbd),linear-gradient(112deg,#fff,#fff,#fff4f1);border-bottom:1px solid var(--line)}.private-hero-copy svg{color:var(--coral-dark)}.private-hero-copy h1{max-width:960px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(54px,6vw,94px);line-height:.96}.private-hero-copy p{max-width:830px;margin:24px 0 0;color:var(--ink-2);font-size:18px;line-height:1.74}.private-hero-panel{padding:clamp(24px,3.4vw,34px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.private-hero-panel>span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.private-hero-panel>strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(34px,4vw,56px);line-height:1.02}.private-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;margin-top:26px}.private-hero-grid img{width:100%;min-height:174px;object-fit:cover;border-radius:6px}.private-hero-grid img:first-child{grid-row:span 2;min-height:358px}.private-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0;background:var(--line);border-bottom:1px solid var(--line)}.private-ledger div{min-height:124px;padding:24px;background:#fbfdfe;border-left:1px solid var(--line)}.private-ledger div:first-child{border-left:0}.private-ledger span{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.private-ledger strong{display:block;margin-top:12px;color:var(--ink);font-family:inherit;font-size:clamp(20px,2vw,31px);line-height:1.06;overflow-wrap:anywhere}.private-scope,.private-checks,.private-next{background:#fff;border-top:1px solid var(--line)}.private-scope-grid,.private-check-grid{display:grid;gap:18px}.private-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.private-check-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.private-scope-grid article,.private-check-grid article{min-height:230px;padding:24px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius)}.private-scope-grid svg,.private-check-grid svg{color:var(--coral-dark)}.private-scope-grid strong,.private-check-grid strong{display:block;margin-top:18px;color:var(--ink);font-family:inherit;font-size:24px;line-height:1.08}.private-scope-grid p,.private-check-grid p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.private-workflow{background:#06213e;border-top:1px solid var(--line)}.private-workflow .module-heading span,.private-workflow .module-heading h2{color:#fff}.private-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.private-timeline article{min-height:360px;padding:22px;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.16)}.private-timeline article:first-child{border-left:0}.private-timeline span{color:#f6b5ab;font-size:12px;font-weight:850}.private-timeline strong{display:block;margin-top:18px;color:#fff;font-family:inherit;font-size:23px;line-height:1.08}.private-timeline p{margin:14px 0 0;color:#ffffffbd;font-size:13px;line-height:1.68}.private-timeline em{display:block;margin-top:18px;padding-top:16px;color:#9be4de;border-top:1px solid rgba(255,255,255,.16);font-size:12px;font-style:normal;font-weight:780;line-height:1.45}.private-files,.private-programs{display:grid;grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.private-files-copy,.private-programs-copy{position:sticky;top:104px}.private-files-copy h2,.private-programs-copy h2{margin:12px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,58px);line-height:1.02}.private-files-copy p,.private-programs-copy p{margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.private-files-copy .button{margin-top:26px}.buyer-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:clamp(30px,5vw,78px);align-items:end;min-height:520px;background:linear-gradient(112deg,#fff,#fff,#eef8fb);border-bottom:1px solid var(--line)}.buyer-hero-copy svg{color:var(--teal-dark)}.buyer-hero-copy h1{max-width:920px;margin:18px 0 0;color:var(--ink);font-family:inherit;font-size:clamp(48px,5.8vw,88px);line-height:.98}.buyer-hero-copy p{max-width:780px;margin:22px 0 0;color:var(--ink-2);font-size:18px;line-height:1.7}.buyer-hero-panel{padding:clamp(26px,4vw,38px);background:#06213e;border:1px solid #06213e;border-radius:var(--radius);box-shadow:var(--shadow)}.buyer-hero-panel span{color:#ffffffad;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.buyer-hero-panel strong{display:block;margin-top:12px;color:#fff;font-family:inherit;font-size:clamp(42px,5vw,68px);line-height:.96}.buyer-hero-panel p{margin:18px 0 0;color:#ffffffc7;font-size:14px;line-height:1.7}.buyer-qualification,.buyer-account-types{background:#fff;border-top:1px solid var(--line)}.buyer-process{background:#fbfdfe;border-top:1px solid var(--line)}.buyer-process-grid,.buyer-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.buyer-process-grid article,.buyer-account-grid article{min-height:190px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.buyer-process-grid span{color:var(--teal-dark);font-size:12px;font-weight:850}.buyer-process-grid strong,.buyer-account-grid strong{display:block;margin-top:14px;color:var(--ink);font-family:inherit;font-size:25px;line-height:1.08}.buyer-process-grid p,.buyer-account-grid p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.buyer-application-section{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(620px,1fr);gap:clamp(28px,5vw,72px);background:#fff;border-top:1px solid var(--line)}.buyer-application-form{align-self:start}.application-option-group{margin:22px 0 0;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.application-option-group legend{padding:0 8px;color:var(--ink);font-size:14px;font-weight:850}.application-option-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.application-option-group label{display:flex;align-items:center;gap:8px;min-height:40px;padding:10px;color:var(--ink-2);background:#fbfdfe;border:1px solid var(--line);border-radius:6px;font-size:13px;line-height:1.35}.application-option-group input{width:16px;min-height:16px;padding:0;flex:0 0 auto;accent-color:var(--teal-dark)}.buyer-contact-strip{display:grid;gap:10px;margin-top:24px}.buyer-contact-strip a{display:inline-flex;align-items:center;gap:8px;color:var(--teal-dark);font-size:14px;font-weight:820}.drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none}.drawer-shell.is-open{pointer-events:auto}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:100%;background:#08213f00;border:0;opacity:0;transition:opacity .18s ease,background-color .18s ease}.drawer-shell.is-open .drawer-backdrop{background:#08213f57;opacity:1}.drawer{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(480px,100vw);height:100%;padding:22px;background:var(--surface);box-shadow:-22px 0 45px #08213f2e;transform:translate(104%);transition:transform .22s ease}.drawer-shell.is-open .drawer{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.drawer-header h2{margin:0;color:var(--ink);font-family:inherit;font-size:32px}.drawer-header p{margin:5px 0 0;color:var(--muted);font-size:14px}.drawer-items{flex:1;min-height:0;overflow-y:auto;padding:12px 0}.drawer-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.drawer-item-body{min-width:0}.compact-stepper{min-width:95px;height:34px;margin-top:10px}.drawer-cta{flex:0 0 auto;width:100%}.hero-capability-card{position:absolute;right:24px;bottom:24px;display:grid;gap:7px;width:min(340px,calc(100% - 48px));padding:18px;color:var(--ink);background:#ffffffeb;border:1px solid rgba(220,230,238,.95);border-radius:var(--radius);box-shadow:0 18px 42px #08213f29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-capability-card strong{font-size:15px;font-weight:850}.hero-capability-card span{color:var(--ink-2);font-size:13px;line-height:1.55}.category-showcase{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding-top:28px;padding-bottom:28px}.category-tile{grid-template-columns:1fr;gap:0;min-height:244px;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-tile:hover{border-color:#147f7a57;box-shadow:0 14px 34px #08213f1a;transform:translateY(-2px)}.category-tile img{width:100%;height:158px;border-radius:0}.category-tile span{display:block;min-height:86px;padding:16px 44px 16px 16px}.category-tile svg{position:absolute;right:16px;bottom:22px}.credential-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:0 clamp(22px,5vw,74px);background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.credential-strip div{min-height:112px;padding:24px;background:#fbfdfe}.credential-strip span,.module-heading span,.spotlight-list span{display:block;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.credential-strip strong{display:block;margin-top:8px;color:var(--ink);font-size:17px;line-height:1.35}.brand-preview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:clamp(28px,5vw,70px);align-items:start;background:linear-gradient(180deg,#fff,#f8fbfd);border-top:1px solid var(--line)}.brand-preview-copy .section-index{margin-bottom:22px}.brand-preview-copy h2{max-width:760px;margin:0;color:var(--ink);font-family:inherit;font-size:clamp(34px,4vw,60px);line-height:1.03}.brand-preview-copy p{max-width:720px;margin:20px 0 0;color:var(--ink-2);font-size:16px;line-height:1.78}.brand-preview-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.buyer-type-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.buyer-type-board article{min-height:176px;padding:24px;background:var(--surface)}.buyer-type-board strong{color:var(--ink);font-family:inherit;font-size:26px;line-height:1.08}.buyer-type-board p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.info-hero{grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);gap:clamp(30px,5vw,78px);align-items:end;min-height:520px;background:linear-gradient(112deg,#fff,#fff,#eef8fb)}.info-hero>div{max-width:none}.info-hero-copy{max-width:920px}.info-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.info-hero .button{margin-top:0}.info-hero-media{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.info-hero-media img{width:100%;aspect-ratio:1.1 / 1;object-fit:cover}.info-hero-media div{display:grid;gap:8px;padding:20px;background:#fff;border-top:1px solid var(--line)}.info-hero-media strong{color:var(--ink);font-size:15px;font-weight:850}.info-hero-media p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.info-layout{grid-template-columns:minmax(0,1fr) minmax(300px,380px);background:#fbfdfe}.info-main{gap:22px}.info-main section,.info-aside{border-color:#dce6eeeb}.module-heading{display:grid;gap:8px;margin-bottom:18px}.module-heading h2{margin:0;color:var(--ink);font-family:inherit;font-size:clamp(28px,2.6vw,42px);line-height:1.08}.story-block{padding:clamp(28px,4vw,46px);background:linear-gradient(180deg,#fff,#f7fbfd)}.story-columns{columns:2 320px;column-gap:38px}.story-columns p{break-inside:avoid;margin-top:0;margin-bottom:16px}.section-mosaic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:0;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.section-mosaic article{min-height:260px;padding:clamp(22px,3vw,32px);background:var(--surface)}.section-mosaic h2{margin:0;color:var(--ink);font-family:inherit;font-size:clamp(24px,2.2vw,34px);line-height:1.08}.section-mosaic p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.document-panel,.company-profile-panel,.policy-hub-panel{background:#fff}.company-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius)}.company-profile-grid div{min-height:122px;padding:20px;background:#fbfdfe}.company-profile-grid span{display:block;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.company-profile-grid strong{display:block;margin-top:8px;color:var(--ink);font-size:14px;line-height:1.55}.policy-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.policy-hub-card{display:grid;gap:12px;min-height:190px;padding:24px;background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.policy-hub-card:hover{border-color:#147f7a5c;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.policy-hub-card strong{color:var(--ink);font-family:inherit;font-size:26px;line-height:1.08}.policy-hub-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.policy-hub-card span{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:820}.document-table{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.document-table div{display:grid;grid-template-columns:minmax(160px,.34fr) minmax(0,1fr);gap:22px;padding:18px 20px;border-top:1px solid var(--line)}.document-table div:first-child{border-top:0}.document-table strong{color:var(--ink);font-size:14px;line-height:1.45}.document-table p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.65}.info-main .closing-statement{display:grid;gap:12px;background:#06213e;border-color:#06213e}.info-main .closing-statement strong{color:#fff;font-family:inherit;font-size:30px;line-height:1.1}.info-main .closing-statement p{margin:0;color:#ffffffc7}.info-main .closing-statement .text-link{color:#fff;justify-self:start}.info-aside{gap:18px;padding:24px;background:#fff;box-shadow:0 12px 34px #08213f12}.spotlight-list{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.spotlight-list div{padding:14px 16px;border-top:1px solid var(--line)}.spotlight-list div:first-child{border-top:0}.spotlight-list p{margin:6px 0 0;color:var(--ink);font-size:14px;font-weight:720;line-height:1.4}.fact-list{display:grid;gap:10px}.info-layout-policy .section-mosaic{grid-template-columns:1fr}.info-layout-policy .section-mosaic article{min-height:auto}.info-layout-policy .story-columns{columns:1}@media(max-width:1180px){.site-header{padding:0 22px}.brand-company{display:none}.nav{gap:18px}.hero{grid-template-columns:1fr;min-height:auto;max-height:none;padding-top:58px}.catalog-hero{grid-template-columns:1fr;align-items:start;min-height:auto}.catalog-hero-panel{max-width:380px}.hero-image-frame{min-height:420px}.product-grid,.pathway-grid,.policy-grid,.policy-hub-grid,.term-grid,.product-support-grid,.product-faq-grid,.category-metrics,.category-operations-grid,.category-crosslink-grid,.buyer-process-grid,.buyer-account-grid,.line-sheet-proof,.line-sheet-workflow-grid,.help-ledger,.help-audience-grid,.help-workflow-grid,.collections-ledger,.resources-ledger,.production-ledger,.production-focus,.production-capability-grid,.production-risk-grid,.shipping-ledger,.shipping-readiness,.shipping-method-grid,.shipping-scenario-grid,.shipping-risk-grid,.claims-ledger,.claims-principles,.claims-issue-grid,.claims-resolution-grid,.terms-ledger,.terms-principles,.terms-risk-grid,.privacy-ledger,.privacy-principles,.privacy-sharing-grid,.privacy-boundary-grid,.quality-ledger,.private-ledger,.quality-risk-grid,.quality-release-grid,.private-scope-grid,.private-check-grid,.resource-card-grid,.resource-pack-grid,.resource-workflow-grid,.quality-timeline,.private-timeline,.lookbook-workflow-grid,.operations-proof,.operations-card-grid,.operations-method-grid,.verification-ledger,.verification-card-grid,.verification-link-grid,.category-showcase,.credential-strip,.section-mosaic,.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-section,.home-inquiry,.brand-preview,.info-hero,.info-layout,.catalog-buyer-panel,.contact,.category-page-hero,.category-program,.operations-hero,.operations-profile,.operations-documents,.verification-hero,.verification-profile,.verification-documents,.buyer-hero,.buyer-application-section,.line-sheet-hero,.line-sheet-scope,.line-sheet-request-section,.help-hero,.help-faq,.help-prep,.collections-hero,.resources-hero,.production-hero,.production-programs,.production-documents,.shipping-hero,.shipping-responsibilities,.shipping-documents,.claims-hero,.claims-evidence,.claims-not-covered,.terms-hero,.terms-commercial,.terms-production,.terms-documents,.privacy-hero,.privacy-data,.privacy-use,.privacy-rights,.quality-hero,.private-hero,.resource-matrix,.resource-prep,.quality-matrix,.quality-documents,.private-files,.private-programs,.lookbook-collection-card,.lookbook-planning,.product-file-grid,.product-size-layout{grid-template-columns:1fr}.application-option-group>div{grid-template-columns:repeat(2,minmax(0,1fr))}.product-workflow,.operations-timeline,.production-timeline,.shipping-timeline,.claims-timeline,.terms-timeline,.verification-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.operations-timeline article:nth-child(4),.production-timeline article:nth-child(4),.shipping-timeline article:nth-child(4),.claims-timeline article:nth-child(4),.terms-timeline article:nth-child(4){border-left:0}.verification-flow-grid article:nth-child(4),.verification-ledger div:nth-child(odd){border-left:0}.verification-ledger div:nth-child(n+3){border-top:1px solid var(--line)}.operations-profile-copy,.operations-documents-copy,.verification-profile-copy,.verification-documents-copy,.line-sheet-scope-copy,.help-faq-intro,.help-prep-copy,.lookbook-planning-copy,.resource-matrix-copy,.resource-prep-copy,.production-programs-copy,.production-documents-copy,.shipping-responsibilities-copy,.shipping-documents-copy,.claims-evidence-copy,.claims-not-covered-copy,.terms-commercial-copy,.terms-production-copy,.terms-documents-copy,.privacy-data-copy,.privacy-use-copy,.privacy-rights-copy,.quality-matrix-copy,.quality-documents-copy,.private-files-copy,.private-programs-copy{position:static}.lookbook-collection-copy{border-right:0;border-bottom:1px solid var(--line)}.lookbook-product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.info-aside,.catalog-buyer-panel .module-heading{position:static}}@media(max-width:820px){.site-header{min-height:66px;padding:0 14px}.brand-name{font-size:34px}.menu-button{display:grid}.nav{position:fixed;top:66px;right:12px;left:12px;display:grid;gap:0;padding:10px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .16s ease,transform .16s ease}.nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a{padding:13px 12px;border-radius:6px}.nav a:hover{background:var(--soft)}.inquiry-button span{display:none}.section-band,.factory-section{padding:54px 18px}.hero,.catalog-hero{padding-top:46px}.hero h1{font-size:clamp(62px,16vw,86px)}.catalog-hero h1{font-size:clamp(58px,16vw,84px)}.info-hero h1,.product-page-hero h1,.category-page-copy h1,.buyer-hero-copy h1,.line-sheet-hero-copy h1,.help-hero-copy h1,.collections-hero-copy h1,.resources-hero-copy h1,.production-hero-copy h1,.shipping-hero-copy h1,.claims-hero-copy h1,.terms-hero-copy h1,.privacy-hero-copy h1,.quality-hero-copy h1,.private-hero-copy h1{font-size:clamp(44px,14vw,72px)}.privacy-hero-copy h1{font-size:46px;line-height:1.02}.category-page-hero,.buyer-hero,.line-sheet-hero,.help-hero,.collections-hero,.resources-hero,.production-hero,.shipping-hero,.claims-hero,.terms-hero,.privacy-hero,.quality-hero,.private-hero{min-height:auto;padding-top:46px}.category-page-media,.category-page-media img{min-height:330px}.category-program-main,.category-rfq-panel{padding:20px}.product-page-card{grid-template-columns:1fr;width:100%;border-radius:0}.hero h2{font-size:clamp(32px,9vw,46px)}.catalog-hero p{max-width:none;font-size:16px}.catalog-hero-panel{width:100%;max-width:none;padding:22px}.catalog-hero-panel strong{font-size:58px}.proof-strip,.category-showcase,.credential-strip,.section-mosaic,.company-profile-grid,.policy-hub-grid,.buyer-type-board,.contact-info-grid,.trust-row,.site-footer{grid-template-columns:1fr}.category-showcase{padding:18px}.credential-strip{padding:0 18px}.section-heading{grid-template-columns:1fr;align-items:start}.catalog-tools{align-items:stretch;flex-direction:column}.catalog-count{align-self:flex-start}.text-link{justify-self:start}.home-inquiry-actions{justify-content:flex-start}.product-grid,.pathway-grid,.policy-grid,.product-support-grid,.product-faq-grid,.category-metrics,.category-operations-grid,.category-crosslink-grid,.buyer-process-grid,.buyer-account-grid,.line-sheet-proof,.line-sheet-workflow-grid,.help-ledger,.help-audience-grid,.help-workflow-grid,.collections-ledger,.resources-ledger,.production-ledger,.production-focus,.production-capability-grid,.production-risk-grid,.shipping-ledger,.shipping-readiness,.shipping-method-grid,.shipping-scenario-grid,.shipping-risk-grid,.claims-ledger,.claims-principles,.claims-issue-grid,.claims-resolution-grid,.terms-ledger,.terms-principles,.terms-risk-grid,.privacy-ledger,.privacy-principles,.privacy-sharing-grid,.privacy-boundary-grid,.quality-ledger,.private-ledger,.quality-risk-grid,.quality-release-grid,.private-scope-grid,.private-check-grid,.resource-card-grid,.resource-pack-grid,.resource-workflow-grid,.production-timeline,.shipping-timeline,.claims-timeline,.terms-timeline,.quality-timeline,.private-timeline,.lookbook-product-strip,.lookbook-workflow-grid,.operations-proof,.operations-timeline,.operations-card-grid,.operations-method-grid,.verification-ledger,.verification-card-grid,.verification-flow-grid,.verification-link-grid,.term-grid,.section-mosaic,.form-grid{grid-template-columns:1fr}.application-option-group>div{grid-template-columns:1fr}.operations-hero-media,.production-hero-media,.shipping-hero-media,.claims-hero-media,.operations-hero-media img,.production-hero-media img,.shipping-hero-media img,.claims-hero-media img{min-height:320px}.terms-document-stack div{grid-template-columns:1fr}.terms-document-stack span{grid-row:auto}.operations-timeline article,.production-timeline article,.shipping-timeline article,.claims-timeline article,.terms-timeline article,.quality-timeline article,.private-timeline article,.operations-timeline article:nth-child(4),.production-timeline article:nth-child(4),.shipping-timeline article:nth-child(4),.claims-timeline article:nth-child(4),.terms-timeline article:nth-child(4){border-left:0;border-top:1px solid rgba(255,255,255,.16)}.operations-timeline article:first-child,.production-timeline article:first-child,.shipping-timeline article:first-child,.claims-timeline article:first-child,.terms-timeline article:first-child,.quality-timeline article:first-child,.private-timeline article:first-child{border-top:0}.verification-file p,.verification-ledger,.verification-flow-grid article,.verification-flow-grid article:first-child{border-left:0}.verification-file p{grid-template-columns:1fr;gap:4px}.verification-file em,.verification-file b{padding-right:14px;padding-left:14px}.verification-ledger div{min-height:auto;border-top:1px solid var(--line);border-left:0}.verification-ledger div:first-child{border-top:0}.verification-flow-grid article{border-top:1px solid rgba(255,255,255,.16)}.verification-flow-grid article:first-child{border-top:0}.line-sheet-workflow-grid article,.line-sheet-workflow-grid article:first-child{border-left:0}.line-sheet-workflow-grid article{border-top:1px solid rgba(255,255,255,.16)}.line-sheet-workflow-grid article:first-child{border-top:0}.help-ledger div{min-height:auto;border-top:1px solid var(--line);border-left:0}.help-ledger div:first-child{border-top:0}.help-workflow-grid article,.help-workflow-grid article:first-child{border-left:0}.help-workflow-grid article{border-top:1px solid rgba(255,255,255,.16)}.help-workflow-grid article:first-child{border-top:0}.collections-ledger div{min-height:auto;border-top:1px solid var(--line);border-left:0}.collections-ledger div:first-child{border-top:0}.resources-ledger div{min-height:auto;border-top:1px solid var(--line);border-left:0}.resources-ledger div:first-child{border-top:0}.resources-doc-tags,.resources-hero-images{grid-template-columns:1fr}.resources-hero-images img:first-child{grid-row:auto;min-height:210px}.resource-card{min-height:auto}.resource-pack-grid article,.resource-pack-grid article:first-child,.resource-workflow-grid article,.resource-workflow-grid article:first-child{border-left:0}.resource-pack-grid article,.resource-workflow-grid article{border-top:1px solid rgba(255,255,255,.16)}.resource-pack-grid article:first-child,.resource-workflow-grid article:first-child{border-top:0}.lookbook-collection-media{min-height:340px}.lookbook-product-mini,.lookbook-product-mini:nth-child(2){border-top:1px solid var(--line)}.lookbook-product-mini:first-child{border-top:0}.lookbook-card-actions{justify-content:flex-start}.lookbook-workflow-grid article,.lookbook-workflow-grid article:first-child{border-left:0}.lookbook-workflow-grid article{border-top:1px solid rgba(255,255,255,.16)}.lookbook-workflow-grid article:first-child{border-top:0}.document-table div{grid-template-columns:1fr;gap:8px}.product-modal-shell{align-items:stretch;padding:0}.product-modal{grid-template-columns:1fr;width:100%;max-height:100vh;border-radius:0}.product-detail-media{padding:16px}.product-detail-main-image img{min-height:300px;max-height:46vh}.product-detail-copy{padding:28px 18px 24px}.product-detail-copy h2{margin-right:48px}.detail-spec-grid{grid-template-columns:1fr}.product-file-panel,.size-chart-panel,.packing-panel{padding:20px}.product-file-table div{grid-template-columns:1fr;gap:8px}.size-table{gap:10px;overflow:visible;background:transparent;border:0;border-radius:0}.size-table>div{grid-template-columns:1fr;gap:0;overflow:hidden;background:transparent;border:1px solid var(--line);border-radius:var(--radius)}.size-table-head{display:none!important}.size-table span{padding:11px 13px;border-top:1px solid var(--line)}.size-table span:first-child{border-top:0;color:var(--ink);font-weight:850}.product-workflow{grid-template-columns:1fr}.product-workflow div{min-height:112px}.selected-item{grid-template-columns:54px minmax(0,1fr) auto}.selected-item select,.selected-item .qty-stepper{grid-column:2 / -1;width:100%}.selected-item .remove-button{grid-column:3;grid-row:1}.hero-image-frame{min-height:330px}}@media(max-width:520px){.site-header{gap:10px}.brand-name{font-size:30px}.hero-actions{flex-direction:column}.button,.wide-mobile{width:100%}.hero p{font-size:16px}.category-tile{min-height:226px}.category-tile img{width:100%;height:146px}.category-tile strong{font-size:23px}.line-sheet-form,.help-faq-group{padding:18px}.help-faq-group summary{align-items:flex-start;min-height:58px;padding:12px 0}.help-faq-group p{padding-right:0}.product-actions{grid-template-columns:1fr}.details-button,.add-button{width:100%}.product-thumbnails{grid-template-columns:repeat(5,minmax(48px,1fr));gap:7px}.drawer{padding:18px}}:root{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;--ink: #13233a;--ink-2: #2d4058;--muted: #66758a;--soft: #f4f7f6;--soft-blue: #e8f2f1;--teal: #1f7a70;--teal-dark: #135f58;--coral: #d86d5c;--coral-dark: #b95447;--line: #dce4e2;--surface: #ffffff;--paper: #f8f9f6;--mist: #eef5f3;--shadow: 0 24px 70px rgba(19, 35, 58, .1);--shadow-tight: 0 12px 34px rgba(19, 35, 58, .09);--radius: 14px}body{background:var(--paper);color:var(--ink)}.site-header{min-height:68px;padding:0 clamp(18px,4vw,54px);background:#ffffffe6;border-bottom-color:#dce4e2db}.brand{align-items:center;gap:12px}.brand-name{font-family:inherit;font-size:clamp(31px,2.6vw,42px);font-weight:780;letter-spacing:0}.brand-company{max-width:230px;font-size:9.8px;letter-spacing:.08em}.nav{gap:clamp(14px,1.8vw,24px);font-size:13px;font-weight:700}.nav a{position:relative;padding:24px 0 22px}.nav a:after{content:"";position:absolute;right:0;bottom:17px;left:0;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav a:hover:after{transform:scaleX(1)}.icon-button,.inquiry-button,.button,.details-button,.add-button,.remove-button,.filter-chip{border-radius:999px}.inquiry-button{min-height:42px;padding:0 16px;color:#fff;background:var(--coral);border-color:var(--coral);box-shadow:0 10px 24px #d86d5c33}.inquiry-button strong{color:var(--coral-dark);background:#fff}.section-band{padding:clamp(58px,7vw,104px) clamp(20px,5vw,76px)}.hero{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);min-height:min(760px,calc(100dvh - 68px));max-height:none;background:linear-gradient(118deg,#fff,#fffffff2 46%,#ebf4f2eb),var(--paper)}.hero-copy{max-width:660px}.hero-kicker{display:inline-flex;width:fit-content;margin-bottom:18px;padding:8px 13px;color:var(--teal-dark);background:#1f7a7017;border:1px solid rgba(31,122,112,.18);border-radius:999px;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hero h1,.catalog-hero h1,.product-page-hero h1,.info-hero h1,.section-heading h2,.module-heading h2,.info-main h2,.factory-copy h2,.contact-intro h2,.brand-preview-copy h2,.home-inquiry h2,.pathway-card strong,.category-tile strong,.buyer-type-board strong,.product-detail-copy h2{font-family:inherit;letter-spacing:0}.hero h1{max-width:660px;margin:0;font-size:clamp(42px,5.3vw,72px);line-height:1;font-weight:780}.hero p{max-width:600px;margin-top:22px;font-size:clamp(17px,1.25vw,20px);line-height:1.62}.hero-actions{gap:12px;margin-top:30px}.button{min-height:48px;padding:0 22px;font-size:14px;letter-spacing:0;box-shadow:none}.button.primary{background:var(--ink);box-shadow:0 16px 34px #13233a33}.button.primary:hover{background:#213955}.button.secondary{color:var(--teal-dark);background:#fff;border-color:#1f7a7052}.button.secondary:hover{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.hero-image-frame{min-height:clamp(460px,54vw,650px);border-radius:18px;box-shadow:0 34px 90px #13233a24}.hero-image-frame img{object-position:center top}.hero-capability-card{right:22px;bottom:22px;width:min(360px,calc(100% - 44px));border-radius:16px}.category-showcase{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding-top:26px;padding-bottom:32px;background:#fff}.category-tile{min-height:252px;border-color:#dce4e2e6;box-shadow:0 1px #13233a08}.category-tile img{height:164px;object-position:center top}.category-tile span{min-height:88px;padding:16px 42px 16px 16px}.category-tile strong{font-size:21px;font-weight:820}.category-tile small{font-size:12.5px}.credential-strip{background:#dce4e2e6}.credential-strip div{min-height:102px;background:#f9fbfa}.credential-strip strong{font-size:16px}.pathways{background:linear-gradient(180deg,#f7faf8,#fff)}.section-heading{align-items:start;margin-bottom:34px}.section-index{color:var(--teal-dark);background:#eff7f5;border-color:#1f7a7029;border-radius:999px}.section-heading h2,.factory-copy h2,.contact-intro h2{font-size:clamp(30px,3.4vw,50px);font-weight:760;line-height:1.04}.section-heading p,.factory-copy p,.contact-intro p{color:var(--muted)}.pathway-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pathway-card{min-height:236px;padding:24px;border-color:#dce4e2eb;box-shadow:0 1px #13233a08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pathway-card:hover{border-color:#1f7a7047;box-shadow:var(--shadow-tight);transform:translateY(-2px)}.pathway-card strong{max-width:13ch;font-size:22px;font-weight:760}.pathway-card p{font-size:13.5px}.pathway-card span,.term-item a,.trust-item a,.related-links a,.product-support-card span{color:var(--teal-dark);font-size:12.5px}.brand-preview{background:linear-gradient(180deg,#fff,#f5f9f7)}.brand-preview-copy h2{font-size:clamp(34px,4.2vw,62px);font-weight:780}.buyer-type-board,.product-page-card,.product-card,.policy-card,.product-file-panel,.size-chart-panel,.packing-panel{border-radius:16px}.buyer-type-board article{min-height:164px}.buyer-type-board strong{font-size:22px;font-weight:760}.catalog-hero{min-height:310px;padding-top:clamp(46px,5vw,76px);padding-bottom:clamp(44px,5vw,72px);background:linear-gradient(118deg,#fff,#fff 48%,#edf6f3)}.catalog-hero h1{max-width:820px;font-size:clamp(38px,4.8vw,66px);font-weight:780}.catalog-hero p{max-width:760px;margin-top:20px}.catalog-hero-panel{border-radius:18px;box-shadow:var(--shadow-tight)}.catalog-hero-panel strong{font-family:inherit;color:var(--coral-dark);font-size:68px;font-weight:780;letter-spacing:0}.catalog-buyer-panel{background:#f7faf8;padding-top:42px;padding-bottom:42px}.module-heading h2{font-weight:760}.catalog.section-band{padding-top:clamp(44px,5vw,72px)}.catalog .section-heading{margin-bottom:22px}.document-table{overflow:hidden;border-radius:16px}.catalog-tools{position:sticky;top:68px;z-index:8;margin:0 0 20px;padding:14px;background:#f8f9f6eb;border:1px solid rgba(220,228,226,.9);border-radius:18px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.search-box input{min-height:48px;background:#fff;border:1px solid rgba(220,228,226,.95);border-radius:999px}.filter-row{padding-bottom:28px}.filter-chip{min-height:38px;background:#fff}.filter-chip.is-active{background:var(--ink);border-color:var(--ink)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:18px}.product-card{border-color:#dce4e2f2;box-shadow:0 1px #13233a0a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover{border-color:#1f7a7038;box-shadow:var(--shadow-tight);transform:translateY(-2px)}.product-image{aspect-ratio:4 / 5;background:linear-gradient(135deg,#eef5f3e6,#f8f9f6e6)}.product-image img{object-position:center top}.image-count{right:12px;bottom:12px}.product-body{padding:16px}.product-title-row h3{min-height:41px;font-size:15.5px;font-weight:790}.product-title-row small{color:var(--teal-dark);letter-spacing:.03em}.quote-pill{color:var(--coral-dark)}.product-meta{padding:12px 0;border-top:1px solid rgba(220,228,226,.8);border-bottom:1px solid rgba(220,228,226,.8)}.product-meta div{grid-template-columns:42px minmax(0,1fr)}.product-description{min-height:40px}.product-actions{grid-template-columns:1fr minmax(108px,auto)}.details-button,.add-button{min-height:40px;padding:0 12px;font-size:13px}.add-button{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.add-button.is-added{background:var(--ink);border-color:var(--ink)}.product-page-hero{min-height:280px;padding-top:clamp(44px,5vw,74px);padding-bottom:clamp(44px,5vw,72px);background:linear-gradient(118deg,#fff,#fff 48%,#edf6f3)}.product-page-hero h1{max-width:1040px;font-size:clamp(38px,5vw,70px);font-weight:780}.product-page-hero p{max-width:860px}.product-page-shell{background:linear-gradient(180deg,#f7faf8,#fff)}.product-page-card{grid-template-columns:minmax(340px,1.05fr) minmax(390px,.95fr);width:min(1240px,100%);border-color:#dce4e2f2;box-shadow:0 30px 90px #13233a1f}.product-detail-media{padding:clamp(18px,2.4vw,30px);background:#f4f7f6}.product-detail-main-image{border-radius:16px}.product-detail-main-image img{min-height:560px;object-fit:contain;background:#fff}.product-thumbnails{grid-template-columns:repeat(6,minmax(0,1fr))}.product-thumbnails button{border-radius:12px}.product-detail-copy{padding:clamp(30px,3.2vw,48px)}.product-detail-copy>small{color:var(--teal-dark);letter-spacing:.08em}.product-detail-copy h2{margin-right:0;font-size:clamp(30px,3.4vw,48px);font-weight:850}.detail-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;border:0;background:transparent}.detail-spec-grid div{padding:14px;background:#f8faf9;border:1px solid rgba(220,228,226,.9);border-radius:13px}.detail-buyer-note{background:#f6faf8;border-color:#1f7a7029;border-radius:16px}.product-detail-copy .button{min-height:54px}.home-inquiry{background:#13233a;border:0}.home-inquiry h2,.home-inquiry p{color:#fff}.home-inquiry p{color:#ffffffb8}.home-inquiry .button.primary{color:var(--ink);background:#fff;box-shadow:none}.home-inquiry .button.primary:hover{background:#eaf2ef}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:1180px){.brand-company{display:none}.nav{gap:16px}.category-showcase{grid-template-columns:repeat(3,minmax(0,1fr))}.pathway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.site-header{min-height:64px}.nav a{padding:14px 0}.hero,.catalog-hero,.brand-preview,.catalog-buyer-panel,.product-page-card{grid-template-columns:1fr}.hero{min-height:auto;gap:30px}.hero h1,.catalog-hero h1,.product-page-hero h1{font-size:clamp(38px,11vw,58px)}.hero-image-frame{min-height:360px}.catalog-tools{top:64px;align-items:stretch;flex-direction:column}.search-box{width:100%}.product-detail-main-image img{min-height:360px;max-height:56vh}}@media(max-width:680px){.section-band{padding:46px 18px}.hero-kicker{font-size:10.5px}.hero-actions,.brand-preview-actions,.catalog-cta-row{flex-direction:column}.category-showcase,.pathway-grid,.credential-strip,.buyer-type-board,.product-grid,.policy-grid{grid-template-columns:1fr}.category-showcase{padding:18px}.category-tile{min-height:132px;grid-template-columns:116px 1fr auto}.category-tile img{width:116px;height:132px}.category-tile span{min-height:0;padding:16px}.category-tile svg{position:static;margin-right:14px}.section-heading,.product-actions{grid-template-columns:1fr}.detail-spec-grid,.product-thumbnails{grid-template-columns:repeat(2,minmax(0,1fr))}}:where(h1,h2,h3,.brand-name,.module-heading h2,.section-heading h2,.info-main .closing-statement strong,.policy-hub-card strong,.section-mosaic h2,.buyer-hero-copy h1,.shipping-hero-copy h1,.claims-hero-copy h1,.terms-hero-copy h1,.privacy-hero-copy h1,.private-hero-copy h1,.quality-hero-copy h1,.production-hero-copy h1,.operations-hero-copy h1,.verification-hero-copy h1,.collections-hero-copy h1,.resources-hero-copy h1,.line-sheet-hero-copy h1,.help-hero-copy h1,.category-page-copy h1){font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;letter-spacing:0!important}.info-hero{min-height:470px;align-items:center;background:linear-gradient(120deg,#fffffffa,#fffffff5 48%,#edf6f3e0),#f8faf7;border-bottom:1px solid rgba(220,228,226,.88)}.info-hero-copy svg,.production-hero-copy svg,.shipping-hero-copy svg,.claims-hero-copy svg,.quality-hero-copy svg,.operations-hero-copy svg,.verification-hero-copy svg,.collections-hero-copy svg,.resources-hero-copy svg,.help-hero-copy svg,.buyer-hero-copy svg{color:var(--teal-dark)}.info-hero-copy h1{max-width:860px;margin:16px 0 0;font-size:clamp(40px,5vw,70px);line-height:1.03;font-weight:820}.info-hero-copy p{max-width:760px;margin-top:22px;color:var(--ink-2);font-size:clamp(17px,1.2vw,20px);line-height:1.68}.info-hero-media{border-radius:18px;border-color:#dce4e2f5;box-shadow:0 28px 80px #13233a1f}.info-hero-media img{aspect-ratio:1.24 / 1;object-position:center top}.info-layout{align-items:start;background:linear-gradient(180deg,#f7faf8,#fff 26%,#fff)}.info-main{display:grid;gap:24px}.info-main section,.info-aside{border-radius:18px;border-color:#dce4e2f0;box-shadow:0 1px #13233a08}.story-block{background:linear-gradient(180deg,#fffffffa,#f7faf8f5)}.story-columns{columns:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px}.story-columns p{margin:0;color:var(--ink-2);font-size:15px;line-height:1.76}.section-mosaic{gap:14px;padding:0;background:transparent;border:0;border-radius:0}.section-mosaic article,.policy-hub-card,.resource-card,.about-depth-grid article,.about-milestone-strip article{background:#fff;border:1px solid rgba(220,228,226,.96);border-radius:16px}.section-mosaic article{min-height:242px}.section-mosaic h2,.policy-hub-card strong{font-size:clamp(22px,2vw,30px);font-weight:780}.company-profile-panel,.policy-hub-panel,.about-depth-panel,.document-panel{background:#fffffff5}.company-profile-grid,.document-table{border-radius:16px;border-color:#dce4e2f5}.document-table div{background:#fff}.document-table a{color:var(--teal-dark);font-weight:820;text-decoration:none;border-bottom:1px solid rgba(31,122,112,.24)}.document-table a:hover{color:var(--coral-dark);border-bottom-color:#d86d5c66}.policy-hub-grid,.resource-card-grid,.verification-link-grid{gap:14px}.policy-hub-card{min-height:178px;padding:24px}.policy-hub-card span,.verification-link-grid a span,.resource-card .text-link{color:var(--teal-dark);font-weight:850}.about-depth-panel{display:grid;gap:22px;padding:clamp(28px,4vw,46px)}.about-depth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-depth-grid article{min-height:220px;padding:22px}.about-depth-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--teal-dark);background:#1f7a7014;border-radius:999px}.about-depth-grid strong,.about-milestone-strip strong{display:block;margin-top:16px;color:var(--ink);font-size:17px;font-weight:850;line-height:1.28}.about-depth-grid p,.about-milestone-strip p{margin:10px 0 0;color:var(--muted);font-size:13.5px;line-height:1.68}.about-milestone-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-milestone-strip article{min-height:190px;padding:20px}.about-milestone-strip em{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;background:var(--ink);border-radius:999px;font-size:12px;font-style:normal;font-weight:850}.info-aside{position:sticky;top:92px;background:#fff}.info-aside>strong{font-size:18px;font-weight:850}.spotlight-list div,.fact-list span{border-radius:12px}.closing-statement{border-radius:18px!important;background:linear-gradient(135deg,#13233a,#1f3a3b)!important}.category-page-hero,.production-hero,.shipping-hero,.claims-hero,.terms-hero,.privacy-hero,.private-hero,.quality-hero,.operations-hero,.verification-hero,.collections-hero,.resources-hero,.line-sheet-hero,.help-hero,.buyer-hero{background:linear-gradient(118deg,#fff,#fff 48%,#edf6f3);border-bottom:1px solid rgba(220,228,226,.88)}.verification-link-grid a,.resource-card,.help-audience-grid article,.buyer-process-grid article,.buyer-account-grid article{border-color:#dce4e2f5;border-radius:16px;box-shadow:0 1px #13233a08}@media(max-width:1180px){.about-depth-grid,.about-milestone-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.info-hero{min-height:auto}.info-layout,.story-columns{grid-template-columns:1fr}.info-aside{position:static}}@media(max-width:680px){.info-hero-copy h1{font-size:clamp(38px,10.5vw,46px)}.hero h1{font-size:clamp(38px,10.5vw,46px);line-height:1.04}.hero-image-frame{min-height:300px}.about-depth-grid,.about-milestone-strip,.policy-hub-grid{grid-template-columns:1fr}.document-table div{grid-template-columns:1fr;gap:8px}}.product-page-hero{display:block}.product-hero-ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;max-width:980px;margin-top:28px;overflow:hidden;background:#dce4e2f2;border:1px solid rgba(220,228,226,.95);border-radius:16px}.product-hero-ledger div{min-height:86px;padding:16px 18px;background:#ffffffdb}.product-hero-ledger span,.quote-snapshot span,.product-quote-checklist strong{display:block;color:var(--muted);font-size:10.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-hero-ledger strong{display:block;margin-top:8px;color:var(--ink);font-size:15px;line-height:1.35}.product-detail-main-image{position:relative}.product-gallery-status{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;color:#fff;background:#13233ae0;border-radius:999px;font-size:12px;font-weight:820;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.product-detail-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;color:var(--teal-dark);background:#1f7a7014;border:1px solid rgba(31,122,112,.16);border-radius:999px;font-size:12px;font-weight:820}.quote-snapshot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.quote-snapshot div{min-height:86px;padding:15px;background:#fff;border:1px solid rgba(220,228,226,.94);border-radius:14px;box-shadow:0 1px #13233a08}.quote-snapshot strong{display:block;margin-top:8px;color:var(--ink);font-size:14px;line-height:1.35}.product-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.product-detail-actions .button{width:100%;margin-top:0}.product-quote-panel{background:#fff;border-top:1px solid rgba(220,228,226,.9);border-bottom:1px solid rgba(220,228,226,.9)}.product-quote-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(24px,4vw,52px);width:min(1180px,100%);margin:0 auto;padding:clamp(26px,4vw,42px);color:#fff;background:linear-gradient(135deg,#13233a,#1c4b49);border-radius:20px;box-shadow:0 26px 80px #13233a29}.product-quote-copy h2{max-width:620px;margin:18px 0 0;color:#fff;font-size:clamp(30px,3.4vw,52px);font-weight:830;line-height:1.04}.product-quote-copy p{max-width:620px;margin:18px 0 0;color:#ffffffc2;font-size:15px;line-height:1.72}.product-quote-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.product-quote-actions .button.primary{color:var(--ink);background:#fff}.product-quote-actions .button.secondary{color:#fff;background:#ffffff14;border-color:#ffffff47}.product-quote-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-quote-checklist article{min-height:150px;padding:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:16px}.product-quote-checklist strong{color:#ffffffa8}.product-quote-checklist p{margin:12px 0 0;color:#fff;font-size:14px;line-height:1.58}.related-product-groups{display:grid;gap:34px}.related-product-groups>div{display:grid;gap:16px}.related-product-groups .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1080px){.product-quote-card{grid-template-columns:1fr}.related-product-groups .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.product-hero-ledger,.quote-snapshot,.product-detail-actions,.product-quote-checklist,.related-product-groups .product-grid{grid-template-columns:1fr}.product-quote-card{padding:24px;border-radius:18px}.product-gallery-status{right:10px;bottom:10px}}.rfq-progress{display:grid;gap:10px;margin-top:28px}.rfq-progress div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-height:54px;padding:10px;background:#fff;border:1px solid rgba(220,228,226,.94);border-radius:14px}.rfq-progress span{display:grid;place-items:center;width:36px;height:36px;color:#fff;background:var(--ink);border-radius:999px;font-size:11px;font-weight:850}.rfq-progress strong{color:var(--ink);font-size:14px}.rfq-reference-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:22px;overflow:hidden;background:#dce4e2f0;border:1px solid rgba(220,228,226,.94);border-radius:16px}.rfq-reference-panel div{min-height:86px;padding:16px;background:#fff}.rfq-reference-panel span{display:block;color:var(--muted);font-size:10.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.rfq-reference-panel strong{display:block;margin-top:8px;color:var(--ink);font-size:15px;line-height:1.35}.selected-item{grid-template-columns:62px minmax(0,1fr) minmax(240px,.74fr) auto auto}.selected-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.selected-controls input{grid-column:1 / -1}.rfq-boundary-note{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;margin-top:16px;padding:14px;color:var(--teal-dark);background:#1f7a7014;border:1px solid rgba(31,122,112,.18);border-radius:14px}.rfq-boundary-note svg{margin-top:2px}.rfq-boundary-note p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.58}.rfq-confirmation-panel{display:grid;grid-template-columns:minmax(190px,.38fr) minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:16px;padding:18px;background:#fff;border:1px solid rgba(31,122,112,.18);border-radius:16px;box-shadow:0 12px 30px #13233a0f}.rfq-confirmation-panel span{display:block;color:var(--muted);font-size:10.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.rfq-confirmation-panel strong{display:block;margin-top:6px;color:var(--teal-dark);font-size:22px;line-height:1}.rfq-confirmation-panel p{margin:8px 0 0;color:var(--muted);font-size:13px}.rfq-confirmation-panel ol{display:grid;gap:6px;margin:0;padding-left:20px;color:var(--ink-2);font-size:13px;line-height:1.52}.rfq-confirmation-panel .text-link{white-space:nowrap}.drawer-header span{display:block;color:var(--teal-dark);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.drawer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:14px}.drawer-summary div{padding:14px;background:#fff}.drawer-summary span{display:block;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.drawer-summary strong{display:block;margin-top:6px;color:var(--ink);font-size:22px;line-height:1}.drawer-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.drawer-flow div{display:grid;gap:5px;min-height:72px;padding:10px;background:#1f7a7012;border:1px solid rgba(31,122,112,.14);border-radius:12px}.drawer-flow span{color:var(--teal-dark);font-size:10px;font-weight:850}.drawer-flow strong{color:var(--ink);font-size:12px;line-height:1.2}.drawer-empty{display:grid;gap:12px;justify-items:start;padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px}.drawer-empty svg{color:var(--teal-dark)}.drawer-empty strong{color:var(--ink);font-size:18px}.drawer-empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.drawer-item-body select,.drawer-item-body input{min-height:38px;margin-top:9px;font-size:12px}.drawer-item{align-items:start}@media(max-width:980px){.rfq-reference-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.rfq-confirmation-panel{grid-template-columns:1fr;align-items:start}.selected-item{grid-template-columns:62px minmax(0,1fr) auto}.selected-controls,.selected-item .qty-stepper{grid-column:2 / -1}.selected-item .remove-button{grid-column:3;grid-row:1}}@media(max-width:620px){.rfq-reference-panel,.drawer-summary,.drawer-flow,.selected-controls{grid-template-columns:1fr}.drawer-flow div{min-height:auto}}.catalog-control-board{display:grid;gap:16px;margin-bottom:18px;padding:18px;background:linear-gradient(135deg,#fffffffa,#f7faf8f5);border:1px solid rgba(190,208,204,.9);border-radius:18px;box-shadow:0 16px 46px #13233a14}.catalog-control-board .catalog-tools{position:static;top:auto;z-index:auto;display:grid;grid-template-columns:minmax(260px,1fr) minmax(200px,.28fr);gap:14px;margin:0;padding:0;background:transparent;border:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none}.catalog-sort{display:grid;gap:6px}.catalog-sort span,.catalog-summary-grid span,.catalog-filter-group>span,.catalog-active-view span,.catalog-result-brief span{color:var(--teal-dark);font-size:11px;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.catalog-sort select{width:100%;min-height:48px;padding:0 42px 0 16px;color:var(--ink);background:#fff;border:1px solid rgba(220,228,226,.95);border-radius:999px;font-size:14px;font-weight:760}.catalog-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.catalog-summary-grid>div{display:grid;align-content:center;gap:5px;min-height:92px;padding:14px;background:#fff;border:1px solid rgba(220,228,226,.92);border-radius:14px}.catalog-summary-grid strong{color:var(--ink);font-size:30px;line-height:1}.catalog-summary-grid small{color:var(--muted);font-size:12px;font-weight:720}.catalog-bulk-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;width:100%;padding:0 12px;color:#fff;background:var(--coral-dark);border:1px solid var(--coral-dark);border-radius:999px;font-size:13px;font-weight:820}.catalog-bulk-button:disabled{cursor:not-allowed;opacity:.45}.catalog-filter-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px}.catalog-filter-group{display:grid;gap:10px;min-width:0;padding:16px;background:#fff;border:1px solid rgba(220,228,226,.92);border-radius:16px}.catalog-filter-group strong{color:var(--ink);font-size:18px;line-height:1.2}.catalog-filter-group>div{display:flex;flex-wrap:wrap;gap:8px}.catalog-segment{min-height:34px;padding:0 12px;color:var(--ink-2);background:#f7faf8;border:1px solid rgba(220,228,226,.92);border-radius:999px;font-size:12px;font-weight:770}.catalog-segment.is-active{color:#fff;background:var(--ink);border-color:var(--ink)}.catalog-active-view{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:14px 16px;background:#f7faf8;border:1px solid rgba(220,228,226,.9);border-radius:14px}.catalog-active-view p{margin:4px 0 0;color:var(--ink);font-size:14px;font-weight:740;line-height:1.45}.catalog-reset-button{flex:0 0 auto;min-height:38px;padding:0 13px;color:var(--teal-dark);background:#fff;border:1px solid rgba(20,127,122,.24);border-radius:999px;font-size:13px;font-weight:800}.catalog-result-brief{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}.catalog-result-brief article{display:grid;gap:8px;min-height:134px;padding:16px;background:linear-gradient(180deg,#fff,#fbfdfc);border:1px solid rgba(220,228,226,.92);border-radius:16px}.catalog-result-brief strong{color:var(--ink);font-size:19px}.catalog-result-brief p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.catalog-empty-state{display:grid;justify-items:start;gap:12px;min-height:260px;padding:34px;color:var(--ink);background:#fff;border:1px dashed rgba(20,127,122,.36);border-radius:18px}.catalog-empty-state svg{color:var(--teal-dark)}.catalog-empty-state strong{font-size:22px}.catalog-empty-state p{max-width:560px;margin:0;color:var(--muted);line-height:1.65}@media(max-width:980px){.catalog-control-board .catalog-tools,.catalog-summary-grid,.catalog-filter-panel,.catalog-result-brief{grid-template-columns:1fr 1fr}.catalog-result-brief article:last-child{grid-column:1 / -1}}@media(max-width:620px){.catalog-control-board{padding:14px}.catalog-control-board .catalog-tools,.catalog-summary-grid,.catalog-filter-panel,.catalog-active-view,.catalog-result-brief{grid-template-columns:1fr}.catalog-active-view{display:grid;align-items:start}.catalog-reset-button{width:100%}.catalog-result-brief article:last-child{grid-column:auto}}.partner-pack{background:#fff;border-bottom:1px solid var(--line)}.partner-pack-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.partner-pack-grid article{display:grid;align-content:start;gap:14px;min-height:206px;padding:22px;background:linear-gradient(180deg,#fff,#f9fbfa);border:1px solid rgba(220,228,226,.96);border-radius:18px}.partner-pack-grid span{display:inline-grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--ink);border-radius:50%;font-size:12px;font-weight:850}.partner-pack-grid strong,.official-channel-grid strong,.review-evidence-table strong,.verification-boundary-grid strong{color:var(--ink);font-size:21px;line-height:1.15}.partner-pack-grid p,.official-channel-grid p,.review-evidence-table p,.verification-boundary-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.official-channel-section,.review-evidence{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;background:#fbfdfe;border-top:1px solid var(--line)}.official-channel-copy,.review-evidence-copy{position:sticky;top:104px}.official-channel-copy h2,.review-evidence-copy h2{margin:12px 0 0;color:var(--ink);font-size:clamp(32px,4vw,56px);line-height:1.04}.official-channel-copy p,.review-evidence-copy p{margin:18px 0 0;color:var(--ink-2);font-size:16px;line-height:1.75}.official-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.official-channel-grid a{display:grid;gap:11px;min-height:188px;padding:20px;background:#fff;border:1px solid rgba(220,228,226,.96);border-radius:18px;transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.official-channel-grid a:first-child{background:linear-gradient(135deg,#06213e,#123354);border-color:#06213e}.official-channel-grid a:first-child svg,.official-channel-grid a:first-child span,.official-channel-grid a:first-child strong,.official-channel-grid a:first-child p{color:#fff}.official-channel-grid svg,.review-evidence-table span,.verification-boundary-grid svg{color:var(--teal-dark)}.official-channel-grid span{color:var(--teal-dark);font-size:11px;font-weight:840;letter-spacing:.06em;text-transform:uppercase}.official-channel-grid a:hover,.review-evidence-table a:hover{border-color:#147f7a52;box-shadow:0 14px 34px #08213f14;transform:translateY(-2px)}.review-evidence{background:#fff}.review-evidence-table{display:grid;overflow:hidden;background:#fff;border:1px solid rgba(220,228,226,.96);border-radius:18px}.review-evidence-table a{display:grid;grid-template-columns:minmax(150px,.28fr) minmax(0,1fr) auto;gap:18px;align-items:center;min-height:92px;padding:18px 20px;border-top:1px solid rgba(220,228,226,.96)}.review-evidence-table a:first-child{border-top:0}.review-evidence-table p{font-size:14px}.review-evidence-table span{display:inline-flex;align-items:center;gap:6px;color:var(--teal-dark);font-size:13px;font-weight:820;white-space:nowrap}.verification-boundaries{background:linear-gradient(180deg,#fff,#f8fbfc);border-top:1px solid var(--line)}.verification-boundary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.verification-boundary-grid article{display:grid;align-content:start;gap:13px;min-height:236px;padding:22px;background:#fff;border:1px solid rgba(220,228,226,.96);border-radius:18px}@media(max-width:1080px){.partner-pack-grid,.verification-boundary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.official-channel-section,.review-evidence{grid-template-columns:1fr}.official-channel-copy,.review-evidence-copy{position:static}}@media(max-width:720px){.partner-pack-grid,.official-channel-grid,.verification-boundary-grid{grid-template-columns:1fr}.review-evidence-table a{grid-template-columns:1fr;align-items:start}.review-evidence-table span{white-space:normal}}:root{--ink: #10243a;--ink-2: #2e465c;--muted: #66798a;--paper: #f6f9f7;--surface: #ffffff;--soft: #f2f7f4;--soft-blue: #e9f4f2;--line: #d9e4df;--teal: #1e7a70;--teal-dark: #105c56;--coral: #d96855;--coral-dark: #aa4e42;--gold: #b98d48;--mist: #edf4f0;--brand-display: Optima, "Iowan Old Style", Georgia, serif;--brand-body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;--shadow: 0 24px 70px rgba(16, 36, 58, .13);--shadow-tight: 0 14px 38px rgba(16, 36, 58, .1)}body,button,input,select,textarea{font-family:var(--brand-body)}body{background:repeating-linear-gradient(90deg,rgba(16,36,58,.024) 0 1px,transparent 1px 56px),linear-gradient(180deg,#ffffff 0%,var(--paper) 44%,#ffffff 100%)}:where(h1,h2,h3,.brand-name,.site-footer strong,.catalog-hero-panel strong,.verification-file>strong,.resources-hero-panel>strong,.quality-hero-panel>strong,.production-hero-panel>strong,.terms-hero-panel>strong,.privacy-hero-panel>strong,.claims-hero-panel>strong,.shipping-hero-panel>strong,.private-hero-panel>strong,.buyer-hero-panel strong){font-family:var(--brand-display)!important;font-weight:700;letter-spacing:0!important}.site-header{min-height:72px;background:#ffffffe0;border-bottom:1px solid rgba(217,228,223,.92);box-shadow:0 10px 30px #10243a0d}.site-header:after{content:"";position:absolute;right:clamp(18px,4vw,54px);bottom:-1px;left:clamp(18px,4vw,54px);height:1px;background:linear-gradient(90deg,transparent,rgba(30,122,112,.4),rgba(217,104,85,.36),transparent)}.brand{gap:11px}.brand-mark,.footer-brand-mark{display:inline-grid;place-items:center;flex:0 0 auto;width:42px;height:42px;color:#fff;background:linear-gradient(135deg,var(--ink) 0%,#1c3f47 58%,var(--teal-dark) 100%);border:1px solid rgba(255,255,255,.18);border-radius:50%;font-family:var(--brand-display);font-size:24px;line-height:1;box-shadow:0 12px 26px #10243a2e}.brand-lockup{display:grid;gap:2px;min-width:0}.brand-name{font-size:clamp(30px,2.4vw,40px);color:var(--ink)}.brand-company{max-width:278px;color:#71808d;font-size:9.5px;font-weight:820;letter-spacing:.09em}.nav{color:var(--ink-2);font-size:12.5px;letter-spacing:.01em}.nav a:after{bottom:16px;height:3px;background:linear-gradient(90deg,var(--teal),var(--gold));border-radius:999px}.icon-button,.inquiry-button,.button,.details-button,.add-button,.filter-chip,.catalog-segment,.catalog-bulk-button,.catalog-reset-button{transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease,background-color .17s ease,color .17s ease}.button,.inquiry-button,.details-button,.add-button{min-height:46px;letter-spacing:.01em}.button.primary,.drawer-cta,.form-submit{background:linear-gradient(135deg,var(--ink) 0%,#1d3d48 100%);border:1px solid rgba(16,36,58,.1);box-shadow:0 16px 34px #10243a2b}.button.primary:hover,.drawer-cta:hover,.form-submit:hover{background:linear-gradient(135deg,#18324f 0%,var(--teal-dark) 100%);box-shadow:0 20px 42px #10243a33}.button.secondary,.details-button{color:var(--teal-dark);background:linear-gradient(180deg,#fff,#f8fbf9);border:1px solid rgba(30,122,112,.3)}.button.secondary:hover,.details-button:hover{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark);box-shadow:0 14px 28px #105c562e}.inquiry-button{background:linear-gradient(135deg,var(--coral) 0%,#c15d4e 100%);border-color:#d96855e0;box-shadow:0 12px 28px #d968553d}.section-band{position:relative}.hero,.catalog-hero,.category-page-hero,.production-hero,.shipping-hero,.claims-hero,.terms-hero,.privacy-hero,.private-hero,.quality-hero,.operations-hero,.verification-hero,.collections-hero,.resources-hero,.line-sheet-hero,.help-hero,.buyer-hero,.info-hero,.product-page-hero{background:linear-gradient(120deg,#fffffffa,#fffffff0 48%,#edf5f1e0),repeating-linear-gradient(135deg,rgba(30,122,112,.045) 0 1px,transparent 1px 22px)}.hero h1{max-width:720px;font-size:clamp(46px,5.6vw,78px)}.hero p,.catalog-hero p,.info-hero-copy p,.verification-hero-copy p,.collections-hero-copy p,.resources-hero-copy p,.line-sheet-hero-copy p,.help-hero-copy p,.buyer-hero-copy p,.production-hero-copy p,.shipping-hero-copy p,.claims-hero-copy p,.terms-hero-copy p,.privacy-hero-copy p,.quality-hero-copy p,.private-hero-copy p,.operations-hero-copy p{color:var(--ink-2)}.hero-kicker,.section-index{color:var(--teal-dark);background:linear-gradient(180deg,#f4fbf8,#e8f3ef);border-color:#1e7a7033}.hero-image-frame,.info-hero-media,.product-page-card,.catalog-control-board,.verification-file,.resources-hero-panel,.quality-hero-panel,.production-hero-panel,.shipping-hero-panel,.claims-hero-panel,.terms-hero-panel,.privacy-hero-panel,.private-hero-panel,.buyer-hero-panel,.collections-hero-board,.help-hero-panel{border-radius:20px;box-shadow:var(--shadow)}.hero-capability-card{border-radius:18px;border-color:#ffffffc7;box-shadow:0 20px 48px #10243a29}:where(.pathway-card,.product-card,.policy-card,.resource-card,.verification-card-grid article,.partner-pack-grid article,.verification-boundary-grid article,.official-channel-grid a,.review-evidence-table,.catalog-filter-group,.catalog-result-brief article,.product-file-panel,.size-chart-panel,.packing-panel,.category-rfq-panel,.lookbook-collection-card,.buyer-type-board article,.document-table,.company-profile-panel,.policy-hub-card,.contact-info-card){border-color:#d9e4dff5;box-shadow:0 1px #10243a09}:where(.pathway-card,.product-card,.policy-card,.resource-card,.verification-card-grid article,.partner-pack-grid article,.verification-boundary-grid article,.official-channel-grid a,.catalog-filter-group,.catalog-result-brief article,.product-file-panel,.size-chart-panel,.packing-panel,.policy-hub-card):hover{border-color:#1e7a7052;box-shadow:var(--shadow-tight);transform:translateY(-2px)}.category-tile{border-radius:18px;border-color:#d9e4dff5;background:#fff}.category-tile img,.product-image img,.info-hero-media img,.resources-hero-images img,.quality-hero-grid img,.production-hero-media img,.shipping-hero-media img,.claims-hero-media img,.private-hero-grid img,.collections-hero-mosaic img{filter:saturate(.96) contrast(1.02)}.product-card{background:linear-gradient(180deg,#fff,#fbfdfc)}.product-title-row small{color:var(--teal-dark)}.quote-pill,.image-count{background:#ffffffeb;border-color:#1e7a702e}.add-button,.catalog-bulk-button{background:linear-gradient(135deg,var(--teal-dark),#174f49);border-color:#105c56e6}.add-button.is-added{background:linear-gradient(135deg,var(--ink),#1c3f47)}.document-table{background:#d9e4dff5}.document-table div{background:linear-gradient(180deg,#fff,#fbfdfc)}.catalog-control-board,.partner-pack-grid article,.catalog-result-brief article{background:linear-gradient(180deg,#fffffffa,#f8fbf9fa)}.site-footer{position:relative;grid-template-columns:minmax(280px,1.45fr) repeat(2,minmax(160px,.78fr)) minmax(240px,1.1fr);gap:clamp(26px,4vw,48px);padding-top:58px;padding-bottom:56px;background:linear-gradient(135deg,#081e35,#0e2c43 46%,#123c3d)}.site-footer:before{content:"";position:absolute;top:0;right:clamp(22px,5vw,74px);left:clamp(22px,5vw,74px);height:3px;background:linear-gradient(90deg,var(--teal),var(--gold),var(--coral))}.footer-brand-panel{display:grid;align-content:start;gap:13px}.footer-brand-lockup{display:flex;align-items:center;gap:12px}.footer-brand-mark{width:48px;height:48px;color:var(--ink);background:linear-gradient(135deg,#fff,#e8f3ef);border-color:#ffffff94;box-shadow:0 14px 32px #0003}.site-footer strong{font-size:38px}.footer-verification-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.site-footer .footer-verification-line span{margin:0;padding:7px 9px;color:#ffffffd6;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:10px;letter-spacing:.06em}.site-footer a:hover,.social-link:hover{color:#fff}:focus-visible{outline:3px solid rgba(185,141,72,.42);outline-offset:3px}@media(max-width:1180px){.brand-company{display:block;max-width:180px}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.brand-company{display:none}.site-header{min-height:66px}.brand-mark{width:38px;height:38px;font-size:22px}.nav a:after{display:none}}@media(max-width:680px){.brand-name{font-size:27px}.site-footer{grid-template-columns:1fr}.button,.inquiry-button,.details-button,.add-button{width:100%}.header-actions .inquiry-button{width:auto}.hero h1{font-size:clamp(40px,11vw,52px)}.hero,.catalog-hero,.info-hero,.verification-hero,.collections-hero,.resources-hero,.line-sheet-hero,.help-hero,.buyer-hero,.production-hero,.shipping-hero,.claims-hero,.terms-hero,.privacy-hero,.quality-hero,.private-hero,.operations-hero{background:linear-gradient(180deg,#fff,#f3f8f5)}}.site-header .brand{align-items:center;gap:13px}.brand-mark,.footer-brand-mark{position:relative;display:inline-grid;place-items:center;width:40px;height:34px;border-radius:8px;color:var(--ink);background:linear-gradient(145deg,#fff,#f2f7f4);border:1px solid rgba(30,122,112,.28);box-shadow:0 12px 24px #10243a1f,inset 0 0 0 5px #ffffff9e;font-family:var(--brand-display);font-size:23px;font-weight:760;line-height:1;transform:translateY(-1px)}.brand-mark:before,.footer-brand-mark:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid rgba(185,141,72,.34);border-radius:5px;pointer-events:none}.brand-mark:after,.footer-brand-mark:after{content:"";position:absolute;top:50%;right:-10px;width:14px;height:1px;background:linear-gradient(90deg,#b98d48e6,#1e7a7000);transform:translateY(-50%);pointer-events:none}.brand-lockup{gap:1px}.brand-name{font-size:clamp(29px,2.15vw,37px);line-height:.94}.brand-company{max-width:none;color:#2e465cb8;font-size:10px;font-weight:850;letter-spacing:.15em;line-height:1;text-transform:uppercase}.footer-brand-lockup{gap:14px}.footer-brand-mark{display:inline-grid!important;place-items:center!important;width:42px;height:36px;margin-bottom:0!important;color:#fff;background:linear-gradient(145deg,#ffffff24,#ffffff0e);border-color:#ffffff61;box-shadow:0 18px 36px #0000002e,inset 0 0 0 5px #ffffff0b}.footer-brand-mark:before{border-color:#b98d48b8}.footer-brand-mark:after{background:linear-gradient(90deg,#b98d48f2,#fff0)}.footer-brand-wordmark{display:grid;gap:3px;min-width:0}.site-footer .footer-brand-wordmark strong{font-size:36px;line-height:.9}.footer-brand-wordmark span{color:#ffffff9e;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}@media(max-width:920px){.brand-mark{width:36px;height:31px;font-size:20px}}@media(max-width:680px){.brand-name{font-size:25px}.site-header .brand{gap:11px}}.section-index{display:none!important}
