/* Footwear startsida 1.0.1. Every visual rule is scoped to this front page. */
body.fwhp-page { margin:0; background:#fff; }
.fwhp { --ink:#172229; --blue:#234bc1; --line:#dce1e2; --muted:#506068; color:var(--ink); background:#fff; font-family:"Archivo",Arial,Helvetica,sans-serif; font-size:16px; line-height:1.55; font-weight:400; }
.fwhp *, .fwhp *::before, .fwhp *::after { box-sizing:border-box; }
.fwhp h1,.fwhp h2,.fwhp h3,.fwhp p { margin:0; font-family:inherit; font-style:normal; }
.fwhp h1,.fwhp h2,.fwhp h3 { color:var(--ink); font-weight:750; }
.fwhp a { color:inherit; text-decoration:none; text-underline-offset:4px; }
.fwhp a:focus-visible,.fwhp summary:focus-visible { outline:3px solid var(--blue); outline-offset:5px; border-radius:3px; }
.fwhp a:hover { text-decoration:none; }
.fwhp img { display:block; width:100%; height:auto; }
.fwhp-wrap { width:min(1240px,calc(100% - 80px)); margin-inline:auto; }
.fwhp-skip { position:fixed; left:16px; top:-100px; z-index:100001; background:#fff; padding:12px 18px; }
.fwhp-skip:focus { top:12px; }
.fwhp-header { border-bottom:1px solid var(--line); background:#fff; }
.fwhp-header-inner { display:flex; justify-content:space-between; align-items:center; min-height:86px; gap:24px; }
.fwhp-logo { display:flex; align-items:center; gap:10px; font-size:22px; line-height:1.1; font-weight:800; letter-spacing:-.6px; }
.fwhp-logo svg { width:43px; height:43px; flex:none; }
.fwhp-logo small { display:block; font-size:10px; font-weight:700; letter-spacing:1.5px; margin-top:5px; color:#526067; }
.fwhp .fwhp-blue { color:var(--blue); }
.fwhp-desktop-nav { display:flex; align-items:center; gap:30px; font-size:14px; font-weight:700; }
.fwhp-desktop-nav>a:not(.fwhp-nav-cta):hover { color:var(--blue); text-decoration:underline; }
.fwhp-nav-cta { padding:12px 17px; border:1px solid #233137; border-radius:5px; display:flex; align-items:center; gap:25px; }
.fwhp-nav-cta:hover { background:#edf2ff; }
.fwhp-mobile-nav { display:none; }
.fwhp-hero { display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:55px; padding-top:34px; padding-bottom:30px; }
.fwhp-eyebrow { font-size:12px; font-weight:750; letter-spacing:1.4px; line-height:1.5; color:#55646c; }
.fwhp-intro h1 { font-size:clamp(40px,4.25vw,61px); letter-spacing:-2.5px; line-height:1.06; margin-top:18px; }
.fwhp-intro h1 span { color:var(--blue); }
.fwhp-lead { font-size:17px; line-height:1.6; color:var(--muted); max-width:430px; margin-top:22px!important; }
.fwhp-choices { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:25px; max-width:430px; }
.fwhp-choices a { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 16px; min-height:50px; background:#f3f5f7; border:1px solid #dfe4e8; border-radius:5px; font-size:15px; font-weight:700; transition:background .16s,border-color .16s; }
.fwhp-choices a:hover { background:#e8efff; border-color:var(--blue); color:var(--blue); }
.fwhp-choices span { font-size:21px; font-weight:400; }
.fwhp-text-link { display:inline-flex; align-items:center; gap:12px; font-size:14px; font-weight:700; line-height:1.5; }
.fwhp-text-link:hover { color:var(--blue); text-decoration:underline!important; }
.fwhp-intro>.fwhp-text-link { margin-top:21px; padding:4px 0; }
.fwhp-hero-story { display:block; overflow:hidden; border-radius:8px; background:#eef2f0; border:1px solid #e4e8e4; }
.fwhp-hero-story>img { aspect-ratio:3/2; object-fit:contain; }
.fwhp-hero-caption { padding:21px 25px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.fwhp-hero-caption h2 { font-size:24px; line-height:1.15; letter-spacing:-.65px; margin-top:6px; }
.fwhp-hero-caption p { font-size:14px; margin-top:8px; color:#3e5054; }
.fwhp-hero-caption>div>span { font-size:11px; font-weight:700; letter-spacing:1.25px; }
.fwhp-round-arrow { display:grid; place-items:center; flex:none; width:47px; height:47px; border:1px solid #71817c; border-radius:50%; font-size:25px; }
.fwhp-hero-story:hover .fwhp-round-arrow { color:white; background:var(--blue); border-color:var(--blue); }
.fwhp-assurance { display:flex; gap:30px; align-items:center; justify-content:center; border-block:1px solid var(--line); padding:16px 0; font-size:13px; color:#45565f; }
.fwhp-assurance>a { text-decoration:underline; }
.fwhp-assurance>span+span { padding-left:30px; border-left:1px solid var(--line); }
.fwhp-section { padding-top:43px; padding-bottom:43px; scroll-margin-top:20px; }
.fwhp-section-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:24px; }
.fwhp-section-heading h2 { font-size:34px; letter-spacing:-1.1px; line-height:1.18; margin-top:7px; }
.fwhp-category-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.fwhp-category { display:flex; flex-direction:column; align-items:start; min-width:0; }
.fwhp-category-image { width:100%; border-radius:7px; overflow:hidden; background:#eef1f1; }
.fwhp-category-image img { aspect-ratio:4/3; object-fit:contain; transition:filter .18s; }
.fwhp-category:hover img { filter:brightness(1.04); }
.fwhp-card-heading { display:flex; align-items:center; justify-content:space-between; width:100%; gap:14px; margin-top:16px; }
.fwhp-card-heading h3 { font-size:21px; letter-spacing:-.55px; line-height:1.3; }
.fwhp-card-heading>span { font-size:24px; }
.fwhp-category p { color:var(--muted); font-size:15px; margin-top:8px; margin-bottom:13px; line-height:1.6; }
.fwhp-card-link { display:inline-block; color:var(--blue); font-size:14px; font-weight:700; margin-top:auto; text-decoration:underline; text-underline-offset:5px; }
.fwhp-image-note { color:#667178; font-size:12px; margin-top:22px!important; }
.fwhp-fit-section { background:#edf2ff; border-block:1px solid #e0e7f6; margin-top:7px; }
.fwhp-fit-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; padding-block:45px; }
.fwhp-fit-grid h2 { font-size:43px; letter-spacing:-1.6px; line-height:1.1; margin-top:12px; }
.fwhp-fit-grid>div>p:not(.fwhp-eyebrow) { max-width:400px; color:#465773; margin-top:16px; font-size:16px; }
.fwhp-button { display:inline-flex; align-items:center; justify-content:space-between; gap:22px; min-height:49px; padding:13px 20px; font-size:14px; font-weight:700; background:var(--blue); color:#fff!important; border-radius:5px; margin-top:23px; line-height:1.4; }
.fwhp-button:hover { background:#143a9e; }
.fwhp-button:focus-visible { outline-offset:5px; }
.fwhp-fit-links { align-self:center; }
.fwhp-fit-links>a { display:flex; align-items:center; gap:19px; border-bottom:1px solid #ccd5e8; padding:24px 0; }
.fwhp-fit-links>a:first-child { border-top:1px solid #ccd5e8; }
.fwhp-fit-links>a>span:last-child { margin-left:auto; font-size:24px; }
.fwhp-link-number { font-size:14px; color:#5270a7; }
.fwhp-fit-links strong { display:block; font-size:17px; line-height:1.4; }
.fwhp-fit-links small { display:block; font-size:14px; color:#506078; margin-top:4px; line-height:1.5; }
.fwhp-fit-links a:hover strong { color:var(--blue); text-decoration:underline; }
.fwhp-more-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-block:1px solid var(--line); }
.fwhp-more-grid>a { padding:26px; display:flex; flex-direction:column; }
.fwhp-more-grid>a:first-child { padding-left:0; }
.fwhp-more-grid>a+ a { border-left:1px solid var(--line); }
.fwhp-more-grid h3 { font-size:21px; line-height:1.25; letter-spacing:-.4px; margin-top:13px; }
.fwhp-more-grid p { font-size:15px; color:var(--muted); margin-top:11px; margin-bottom:19px; }
.fwhp-more-grid a:hover h3 { color:var(--blue); }
.fwhp-chooser-banner { display:flex; align-items:center; justify-content:space-between; gap:30px; background:#172b3b; color:white; padding:30px 35px; border-radius:8px; margin-top:0; margin-bottom:46px; }
.fwhp-chooser-banner h2 { color:white; font-size:26px; line-height:1.25; letter-spacing:-.6px; }
.fwhp-chooser-banner p { color:#cfdbe1; font-size:15px; margin-top:7px; }
.fwhp-button-light { flex:none; margin:0; background:#fff; color:#172b3b!important; }
.fwhp-button-light:hover { background:#e4edff; }
.fwhp-footer { background:#f5f6f7; border-top:1px solid var(--line); }
.fwhp-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:45px; padding-block:38px; }
.fwhp-footer-brand { font-size:22px; font-weight:800; letter-spacing:-.7px; }
.fwhp-footer-brand>span { color:var(--blue); }
.fwhp-footer-grid p { font-size:14px; color:#57656d; margin-top:10px; }
.fwhp-footer-grid nav { display:flex; flex-direction:column; gap:8px; font-size:14px; }
.fwhp-footer-grid strong { margin-bottom:3px; }
.fwhp-footer a:hover { text-decoration:underline; }
.fwhp-footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid var(--line); padding-block:20px; font-size:13px; color:#57656d; }
.fwhp-footer-bottom nav { display:flex; flex-wrap:wrap; gap:20px; }
@media(min-width:1600px) { .fwhp-hero { gap:65px; } }
@media(max-width:1000px) {
  .fwhp-wrap { width:calc(100% - 48px); }
  .fwhp-desktop-nav { gap:18px; }
  .fwhp-desktop-nav>a:nth-child(3) { display:none; }
  .fwhp-hero { gap:28px; }
  .fwhp-intro h1 { font-size:43px; letter-spacing:-1.8px; }
  .fwhp-lead { font-size:16px; margin-top:16px!important; }
  .fwhp-choices { margin-top:17px; gap:7px; }
  .fwhp-choices a { padding:10px 12px; }
  .fwhp-hero-caption { padding:17px; }
  .fwhp-hero-caption h2 { font-size:21px; }
  .fwhp-category-grid { gap:19px; }
  .fwhp-card-heading h3 { font-size:19px; }
  .fwhp-fit-grid { gap:42px; }
  .fwhp-assurance { gap:18px; font-size:12px; }
}
@media(max-width:700px) {
  .fwhp-wrap { width:calc(100% - 36px); }
  .fwhp-header-inner { min-height:68px; }
  .fwhp-logo { font-size:19px; }
  .fwhp-logo svg { width:36px; height:36px; }
  .fwhp-logo small { font-size:9px; letter-spacing:1.1px; margin-top:4px; }
  .fwhp-desktop-nav { display:none; }
  .fwhp-mobile-nav { display:block; position:relative; }
  .fwhp-mobile-nav summary { list-style:none; display:flex; align-items:center; gap:8px; padding:10px 0 10px 10px; min-height:44px; cursor:pointer; font-size:14px; font-weight:700; }
  .fwhp-mobile-nav summary::-webkit-details-marker { display:none; }
  .fwhp-mobile-nav summary svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.7; }
  .fwhp-mobile-nav nav { position:absolute; right:0; top:calc(100% + 4px); z-index:100; width:min(290px,calc(100vw - 36px)); padding:10px; border:1px solid var(--line); border-radius:7px; background:white; box-shadow:0 9px 24px #17222918; }
  .fwhp-mobile-nav nav a { display:block; padding:12px; font-size:15px; border-radius:4px; }
  .fwhp-mobile-nav nav a:hover { background:#edf2ff; }
  .fwhp-hero { display:flex; flex-direction:column; gap:22px; padding-top:25px; padding-bottom:22px; align-items:stretch; }
  .fwhp-eyebrow { font-size:11px; letter-spacing:1.1px; }
  .fwhp-intro h1 { font-size:42px; line-height:1.04; letter-spacing:-1.7px; margin-top:11px; }
  .fwhp-lead { font-size:15px; margin-top:14px!important; line-height:1.55; max-width:390px; }
  .fwhp-choices { margin-top:17px; max-width:none; gap:8px; }
  .fwhp-choices a { min-height:45px; padding:9px 13px; font-size:14px; }
  .fwhp-intro>.fwhp-text-link { margin-top:13px; font-size:13px; }
  .fwhp-hero-story { border-radius:6px; }
  .fwhp-hero-caption { padding:15px 17px; }
  .fwhp-hero-caption h2 { font-size:22px; line-height:1.18; }
  .fwhp-hero-caption h2 br { display:none; }
  .fwhp-hero-caption p { margin-top:5px; }
  .fwhp-hero-caption>div>span { font-size:10px; }
  .fwhp-round-arrow { width:40px; height:40px; font-size:22px; }
  .fwhp-assurance { justify-content:space-between; gap:8px; flex-wrap:wrap; padding:13px 0; font-size:12px; }
  .fwhp-assurance>span+span { padding-left:0; border:0; }
  .fwhp-assurance>a { flex-basis:100%; font-size:12px; padding-top:2px; }
  .fwhp-section { padding-block:29px; }
  .fwhp-section-heading { align-items:start; flex-direction:column; gap:10px; margin-bottom:20px; }
  .fwhp-section-heading h2 { font-size:29px; letter-spacing:-.9px; }
  .fwhp-category-grid { grid-template-columns:1fr; gap:29px; }
  .fwhp-category-image img { aspect-ratio:4/3; }
  .fwhp-card-heading { margin-top:12px; }
  .fwhp-card-heading h3 { font-size:23px; }
  .fwhp-category p { margin-top:6px; margin-bottom:11px; }
  .fwhp-image-note { margin-top:23px!important; font-size:12px; }
  .fwhp-fit-grid { grid-template-columns:1fr; gap:26px; padding-block:31px; }
  .fwhp-fit-grid h2 { font-size:36px; letter-spacing:-1.2px; }
  .fwhp-fit-grid>div>p:not(.fwhp-eyebrow) { font-size:15px; }
  .fwhp-fit-grid .fwhp-button { margin-top:18px; }
  .fwhp-fit-links>a { padding:18px 0; gap:13px; }
  .fwhp-fit-links strong { font-size:16px; }
  .fwhp-fit-links small { font-size:14px; }
  .fwhp-more-grid { grid-template-columns:1fr; }
  .fwhp-more-grid>a,.fwhp-more-grid>a:first-child { padding:23px 0; }
  .fwhp-more-grid>a+a { border-left:0; border-top:1px solid var(--line); }
  .fwhp-more-grid h3 { font-size:22px; margin-top:8px; }
  .fwhp-more-grid p { margin-top:7px; margin-bottom:13px; }
  .fwhp-chooser-banner { flex-direction:column; align-items:start; gap:20px; padding:24px; margin-bottom:30px; }
  .fwhp-chooser-banner h2 { font-size:26px; }
  .fwhp-footer-grid { grid-template-columns:1fr 1fr; gap:30px 22px; padding-block:29px; }
  .fwhp-footer-grid>div { grid-column:1/-1; }
  .fwhp-footer-bottom { align-items:start; flex-direction:column; gap:12px; }
  .fwhp-footer-bottom nav { gap:10px 16px; }
}
@media(prefers-reduced-motion:reduce) { .fwhp * { transition:none!important; scroll-behavior:auto!important; } }
@media print {
  .fwhp-header,.fwhp-mobile-nav,.fwhp-choices,.fwhp-assurance,.fwhp-footer,.fwhp-chooser-banner { display:none!important; }
  .fwhp-wrap { width:100%; }
  .fwhp-hero,.fwhp-fit-grid { display:block; }
  .fwhp-hero-story img { width:60%; }
  .fwhp a { color:#000!important; }
  .fwhp-category,.fwhp-fit-links>a,.fwhp-more-grid>a { break-inside:avoid; }
}
