/* Homepage refinements and the t-blade rink discovery journey. */
.ice-rink-link{margin-top:18px}
.rink-section{padding:76px 5%;background:#e4efea}
.rink-inner{max-width:1260px;margin:auto}
.rink-brandline{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:24px;margin-bottom:42px;border-bottom:1px solid #bdcec6;color:#254e43}
.rink-brandline>a{font-size:1.2rem;font-weight:750;letter-spacing:-.035em;display:flex;align-items:center;gap:12px;min-height:44px}
.rink-brandline>span{font-size:.64rem;font-weight:700;letter-spacing:.14em}
.rink-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}
.rink-copy .eyebrow{font-size:.65rem;color:#365b4f;margin-bottom:20px}
.rink-copy h2{font-size:clamp(2.2rem,3.8vw,3.7rem);line-height:1.09;max-width:570px}
.rink-copy h2 em{font-style:normal;color:#28614e}
.rink-copy>p{font-size:1rem;max-width:500px;margin:22px 0 28px;color:#415b51}
.rink-search label{font-size:.8rem;font-weight:700;display:block;margin-bottom:10px}
.rink-search-row{display:flex;gap:8px;padding:7px;background:#fff;border:1px solid #b2c9bd;border-radius:9px;box-shadow:0 8px 24px #234c3d08}
.rink-search-row input{border:0;border-radius:4px;width:0;min-width:0;flex:1;padding:10px;color:var(--ink);background:#fff;font-size:.95rem}
.rink-search-row input::placeholder{color:#596e64;opacity:1}
.rink-search-row .button{flex-shrink:0;gap:15px;background:#244f40;padding:14px 17px}
.rink-search-row .button:hover{background:#17382c}
.rink-search>p{font-size:.72rem;color:#486155;margin-top:9px}
.rink-cities{display:flex;flex-wrap:wrap;align-items:center;gap:0 19px;margin-top:18px;font-size:.78rem}
.rink-cities>span{flex-basis:100%;color:#486155;margin-bottom:4px}
.rink-cities>a{display:inline-flex;align-items:center;gap:6px;min-height:44px;text-decoration:underline;text-underline-offset:4px;font-weight:600}
.rink-community{background:#fffef8;border:1px solid #d7dfd5;border-radius:18px;padding:34px 32px;box-shadow:0 16px 40px #2545360a;position:relative}
.rink-community-label{display:block;color:#49634b;font-size:.62rem;font-weight:700;letter-spacing:.12em;margin-bottom:18px}
.rink-community h3{font-size:clamp(1.65rem,2.4vw,2.25rem);line-height:1.1;letter-spacing:-.04em}
.rink-community>p{font-size:.87rem;line-height:1.6;margin-top:16px;max-width:440px}
.rink-questions{list-style:none;padding:0;margin:21px 0 0}
.rink-questions li{display:flex;align-items:center;gap:17px;border-top:1px solid #e0e5da;padding:16px 0}
.rink-question-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#e8efe4;color:#355749;flex-shrink:0}
.rink-question-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.rink-questions strong{display:block;font-size:.93rem;line-height:1.4}
.rink-questions div>span{display:block;font-size:.76rem;line-height:1.5;color:#5a6b5e;margin-top:3px}
.rink-community>.rink-community-note{font-size:.76rem;margin-top:5px}
.rink-community .text-link{font-size:.78rem;margin-top:10px;line-height:1.5}
.rink-extras{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;padding-top:28px;border-top:1px solid #bdcec6}
.rink-extra{display:block;border-radius:10px;padding:8px 0;max-width:530px}
.rink-extra-kicker{font-size:.6rem;font-weight:700;letter-spacing:.12em;color:#426354}
.rink-extra h3{font-size:1.35rem;letter-spacing:-.035em;margin:10px 0 9px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.rink-extra h3>span{font-size:1.1rem}
.rink-extra p{font-size:.875rem;color:#415b51;max-width:480px}
.rink-extra:hover h3,.rink-brandline>a:hover{color:#28614e;text-decoration:underline;text-underline-offset:5px}
@media(max-width:1050px){.rink-layout{gap:30px;grid-template-columns:1fr 1fr}.rink-community{padding:26px}.rink-search-row{flex-wrap:wrap}.rink-search-row input{width:100%;flex-basis:100%;min-height:44px}.rink-search-row .button{width:100%}}
@media(max-width:750px){.rink-section{padding:44px 5%}.rink-brandline{margin-bottom:28px;gap:8px;align-items:flex-start;flex-direction:column;padding-bottom:18px}.rink-brandline>span{font-size:.59rem}.rink-layout{grid-template-columns:1fr;gap:28px}.rink-copy h2{font-size:clamp(2.15rem,8vw,3.3rem)}.rink-copy>p{font-size:.93rem;margin:18px 0 24px}.rink-copy .eyebrow{font-size:.59rem}.rink-community{padding:25px 22px}.rink-community h3{font-size:1.9rem}.rink-extras{grid-template-columns:1fr;gap:22px;margin-top:28px;padding-top:22px}.rink-extra+.rink-extra{border-top:1px solid #bdcec6;padding-top:24px;border-radius:0}.rink-extra h3{font-size:1.3rem}.rink-cities{gap:0 18px}.rink-questions strong{font-size:.88rem}.rink-questions li{gap:13px}}
.hero p strong{font-weight:600;color:var(--ink)}
.why-section{padding:52px 5% 0;background:#fff}
.why-inner{max-width:1260px;margin:auto}
.why-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:0 48px;align-items:end;margin-bottom:26px}
.why-heading .eyebrow{grid-column:1/-1;font-size:.65rem;margin-bottom:12px}
.why-heading h2{font-size:clamp(2rem,3.4vw,3.3rem)}
.why-heading>p{font-size:.94rem;max-width:430px}
.why-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:stretch}
.why-product{margin:0;border:1px solid #dce7eb;border-radius:18px;overflow:hidden;background:#edf5f7;display:flex;flex-direction:column}
.why-product-image{position:relative;aspect-ratio:1.8;overflow:hidden;isolation:isolate;background:#edf5f7}
.why-product-image img{width:100%;height:100%;object-fit:cover;object-position:50% 82%;mix-blend-mode:multiply}
.why-image-label{position:absolute;top:17px;left:20px;font-size:.58rem;letter-spacing:.1em;font-weight:700;color:#49636c;background:#edf5f7e8;padding:6px 8px;border-radius:4px}
.why-marker{position:absolute;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:.7rem;font-weight:700;box-shadow:0 0 0 3px #ffffffe0}
.marker-boot{left:42%;top:37%}.marker-holder{left:29%;top:59%}.marker-runner{left:72%;top:77%;background:var(--red);transform:translateY(-50%)}
.why-product figcaption{padding:17px 20px;background:#f5f9fa;flex:1;border-top:1px solid #dce7eb}
.why-components{display:grid;gap:10px;list-style:none;margin:0;padding:0}
.why-components li{display:flex;gap:10px;align-items:center}
.why-components li>span{font-size:.65rem;color:#617881;width:17px;flex-shrink:0}
.why-components strong{font-size:.78rem;display:inline}
.why-components p{font-size:.75rem;display:inline;margin-left:6px;line-height:1.5}
.why-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.why-benefits article{border:1px solid var(--line);border-radius:14px;padding:22px;min-width:0}
.why-benefits article:nth-child(2){background:#edf5f7;border-color:#edf5f7}
.why-number{display:block;font-size:.65rem;letter-spacing:.1em;color:#617881;margin-bottom:20px}
.why-benefits h3{font-size:1.12rem;letter-spacing:-.025em;margin-bottom:9px}
.why-benefits p{font-size:.84rem;line-height:1.6}
.why-compare{border-bottom:1px solid var(--line);margin-top:20px;padding-bottom:4px}
.why-compare summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;font-size:.85rem;font-weight:700;cursor:pointer;list-style:none;line-height:1.5}
.why-compare summary::-webkit-details-marker{display:none}
.why-compare summary>span{font-size:1.6rem;font-weight:400;color:#527785}
.why-compare[open] summary>span{transform:rotate(45deg)}
.why-comparison{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:4px 0 16px}
.why-comparison>div{padding:22px;border-radius:12px;background:#f5f7f8}
.why-comparison>div:last-child{background:var(--ice);border:1px solid #ccdde2}
.why-comparison h3{font-size:1rem;margin-bottom:18px}
.why-comparison dl{margin:0}.why-comparison dt{font-size:.7rem;color:#57686f;margin-top:14px}.why-comparison dd{font-size:.86rem;line-height:1.5;margin:4px 0 0}
.why-compare>p{font-size:.85rem}.why-compare>.text-link{font-size:.8rem;margin:8px 0 18px}
.core-ready{display:block;margin:0 0 8px;font-size:.65rem;font-weight:600;color:#49636c}
.ice-audiences{border-top:1px solid #d8d1c6;margin:22px 0 18px;padding-top:17px;display:grid;gap:15px}
.ice-audiences strong{font-size:.84rem;display:block;color:#4a453d}
.ice-story-copy .ice-audiences p{font-size:.81rem;margin:5px 0 0;line-height:1.55}
.support-choices{display:grid;gap:0;margin:22px 0 25px;padding:0;list-style:none;max-width:470px}
.support-choices li{border-bottom:1px solid #d3e1e6;padding:12px 0;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.support-choices strong{font-size:.85rem}.support-choices a{font-size:.8rem;display:inline-flex;align-items:center;gap:8px;min-height:44px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:900px){.why-heading{gap:0 24px}.why-heading>p{font-size:.86rem}.why-layout{grid-template-columns:1fr 1.1fr;gap:16px}.why-benefits{gap:12px}.why-benefits article{padding:17px}.why-benefits h3{font-size:1rem}.why-benefits p{font-size:.8rem}.why-number{margin-bottom:12px}.why-components p{display:block;margin:3px 0 0}.why-product-image{aspect-ratio:1.3}.marker-boot{top:50%}.marker-holder{top:65%}.marker-runner{top:80%}.why-product figcaption{padding:16px}.ice-story-copy{padding:25px}.ice-audiences{margin-top:18px}}
@media(max-width:650px){
  .hero-copy{padding:30px 6% 27px}.hero .eyebrow{font-size:.62rem;margin-bottom:18px}.hero p{font-size:.95rem;margin-top:18px;line-height:1.6}.hero-buttons{margin-top:20px}.hero-note{margin-top:16px;font-size:.76rem}
  .why-section{padding:34px 5% 0}.why-heading{display:block;margin-bottom:20px}.why-heading h2{font-size:clamp(1.9rem,8.2vw,2.5rem)}.why-heading>p{font-size:.875rem;margin-top:14px}.why-heading .eyebrow{font-size:.6rem}
  .why-layout{grid-template-columns:1fr;gap:16px}.why-product{border-radius:14px}.why-product-image{aspect-ratio:1.8}.marker-boot{top:37%}.marker-holder{top:59%}.marker-runner{top:77%}.why-image-label{font-size:.53rem;top:12px;left:12px}.why-marker{width:23px;height:23px;font-size:.65rem}
  .why-components{gap:9px}.why-components strong{font-size:.75rem}.why-components p{font-size:.73rem;display:inline;margin-left:4px}.why-product figcaption{padding:14px 16px}
  .why-benefits{gap:10px}.why-benefits article{padding:16px 14px}.why-benefits h3{font-size:.96rem;line-height:1.2}.why-benefits p{font-size:.8rem;line-height:1.55}.why-number{display:none}.why-compare{margin-top:10px}.why-compare summary{font-size:.8rem;gap:16px}.why-comparison{gap:10px}.why-comparison>div{padding:14px 12px}.why-comparison h3{font-size:.85rem;line-height:1.3}.why-comparison dd{font-size:.8rem}.why-comparison dt{font-size:.68rem}
  .core-ready{font-size:.62rem;margin-bottom:9px}.ice-audiences{gap:14px;margin:18px 0}.ice-story-copy .ice-audiences p{font-size:.82rem}.support-choices{margin:17px 0 21px}.support-choices li{gap:10px}.support-choices strong{font-size:.8rem}.support-choices a{font-size:.76rem;white-space:nowrap}
}

/* Keep the approved t-blade footwear visible in narrow hero crops. */
@media(max-width:1280px){.hero .image-caption{display:none}}

/* Shop navigation: shared WooCommerce destinations, lightweight disclosure. */
.header #navigation{align-items:center;align-self:stretch}
.shop-menu{align-self:stretch;display:flex;align-items:center}
.shop-trigger{display:flex;align-items:center}
.header #navigation .shop-trigger>a{padding:14px 0}
.shop-toggle{display:grid;place-items:center;border:0;background:none;color:inherit;width:32px;height:44px;padding:8px;border-radius:6px}
.shop-toggle:hover{background:var(--ice)}
.shop-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}
.shop-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.shop-panel[hidden]{display:none!important}
.shop-panel{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(1190px,calc(100vw - 48px));max-height:calc(100dvh - 110px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #d2e3e9;border-radius:0 0 20px 20px;padding:25px 28px;box-shadow:0 20px 45px #18313b24;color:#18313b;text-align:left;font-size:13px;line-height:1.5}
.shop-panel-head{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:20px;border-bottom:1px solid #d2e3e9;margin-bottom:20px}
.shop-panel-head>div{border-left:4px solid var(--red);padding-left:14px}
.shop-eyebrow{font-size:9px;font-weight:700;letter-spacing:.13em;color:#526f7c;display:block}
.shop-panel-head p{font-size:27px;letter-spacing:-.04em;color:#18313b;font-weight:700;margin:9px 0 0;line-height:1.2}
.shop-panel-grid{display:grid;grid-template-columns:1fr 1.12fr 1fr 1.28fr;gap:24px}
.shop-panel section{min-width:0}
.shop-panel h2{font-size:16px;letter-spacing:-.025em;line-height:1.4}
.shop-panel section>p{font-size:11px;line-height:1.6;color:#526f7c;margin:8px 0 13px;font-weight:400}
.header #navigation .shop-panel a{font-size:12px;line-height:1.45;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;min-height:38px;color:#18313b}
.header #navigation .shop-panel a:hover{color:#ad1930}
.header #navigation .shop-panel a:focus-visible{outline-offset:2px}
.header #navigation .shop-panel .shop-brand,.header #navigation .shop-panel .shop-part{border:1px solid #d2e3e9;background:#f3f8fa;border-radius:12px;padding:10px 12px;margin-top:8px;min-height:68px}
.shop-brand img{width:84px;height:38px;object-fit:contain;mix-blend-mode:multiply}
.shop-brand>span{font-size:10px;color:#526f7c}
.shop-part img{width:54px;height:54px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}
.shop-part>span:not([aria-hidden]){flex:1}
.shop-part strong{font-size:12px;font-weight:600}
.shop-part small{font-size:9px;font-weight:400;color:#526f7c;display:block;margin-top:4px;line-height:1.4}
.shop-core{background:linear-gradient(140deg,#e3eff3,#f7fafb);border:1px solid #bfdce7;border-radius:16px;padding:18px}
.shop-core>.shop-eyebrow{display:inline-flex;background:#18313b;color:white;border-radius:20px;padding:7px 11px;font-size:9px;letter-spacing:.06em}
.shop-core-photo{height:210px;overflow:hidden;display:grid;place-items:center}
.shop-core-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform:scale(1.13)}
.shop-core h2{font-size:21px}
.shop-models{border-top:1px solid #c7dfe7;padding-top:4px}
.header #navigation .shop-panel .shop-models a{padding:7px 0;min-height:32px}
.shop-panel-bottom{display:flex;gap:18px;align-items:center;border-top:1px solid #d2e3e9;margin-top:20px;padding-top:12px;font-size:11px;color:#526f7c;font-weight:400}
.header #navigation .shop-panel-bottom a{font-size:11px;font-weight:700;justify-content:flex-start}
/* Stretch the photo to the complete story panel height, with no letterboxing. */
.ice-story-inner{align-items:stretch}
.ice-story-media{position:relative;min-height:360px;overflow:hidden}
.ice-story-media .ice-story-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
@media(min-width:901px) and (max-width:1150px){.header #navigation{gap:10px;font-size:.72rem}.shop-toggle{width:24px;padding:5px}.shop-panel{padding:22px}.shop-panel-grid{gap:16px}.shop-core-photo{height:170px}.shop-brand img{width:65px}}
@media(max-width:900px){
.header #navigation{align-items:stretch;max-height:calc(100dvh - 90px);overflow-y:auto;overscroll-behavior:contain;padding-bottom:76px}
.shop-menu{display:block;align-self:stretch;border-bottom:1px solid var(--line)}
.shop-trigger{justify-content:space-between}
.header #navigation .shop-trigger>a{flex:1;padding:13px 0}
.shop-toggle{width:44px}
.shop-panel{position:static;transform:none;width:100%;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;padding:8px 2px 20px}
.shop-panel-head{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:14px;margin-bottom:18px}
.shop-panel-head p{font-size:24px}
.shop-panel-grid{grid-template-columns:1fr 1fr;gap:24px}
.shop-core-photo{height:190px}
.shop-panel-bottom{flex-wrap:wrap;gap:0 14px}
.header #navigation .shop-panel a{min-height:44px}
}
@media(max-width:650px){.shop-panel-grid{grid-template-columns:1fr;gap:22px}.shop-core-photo{height:230px}.shop-panel .shop-core{padding:18px}.header #navigation{max-height:calc(100dvh - 80px)}.ice-story-media{min-height:0;aspect-ratio:1.4}}
