*,*:before,*:after{box-sizing:border-box}:root{--color-bg: #f4f3ef;--color-surface: #ffffff;--color-surface-muted: #eceae4;--color-text: #1c2118;--color-text-muted: #5a6356;--color-text-soft: #7a8274;--color-border: #d8d4cb;--color-border-strong: #c4bfb3;--color-accent: #2f4a38;--color-accent-hover: #243a2c;--color-accent-soft: #e8ede8;--color-ink: #141810;--color-sand: #c9b896;--color-draft: #8a6d3b;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-width: 44rem;--max-width-wide: 72rem;--header-height: 4.25rem;--radius: .5rem;--radius-lg: .75rem}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--color-text);background-color:var(--color-bg)}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--color-accent-hover)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}h1,h2,h3,h4{line-height:1.15;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2rem,5.5vw,3rem);margin:0 0 1rem}h2{font-size:clamp(1.375rem,3.5vw,2rem);margin:0 0 1rem}h3{font-size:clamp(1.0625rem,2.5vw,1.25rem);margin:0 0 .625rem}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--max-width-wide);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.container--narrow{max-width:var(--max-width)}.section-label{display:inline-block;margin-bottom:.75rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.section-lead{font-size:clamp(1.0625rem,2.5vw,1.125rem);color:var(--color-text-muted);max-width:42rem;margin-bottom:1.5rem}.section{padding-block:clamp(3rem,7vw,5rem)}.section--surface{background-color:var(--color-surface)}.section--muted{background-color:var(--color-surface-muted)}.section__header{margin-bottom:clamp(1.5rem,4vw,2.5rem);max-width:42rem}.section-cta{margin-top:1.5rem;margin-bottom:0}.page-main{padding-bottom:1rem}.page-intro{padding-block:clamp(2rem,5vw,3rem) 1rem}.page-updated{padding-block:0 2rem;font-size:.875rem;color:var(--color-text-soft)}.breadcrumbs-wrap{min-height:2.5rem;display:flex;align-items:center;padding-block:0}.breadcrumbs{display:flex;align-items:center;width:100%}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem .5rem;list-style:none;margin:0;padding:0;font-size:.875rem;line-height:1.2;color:var(--color-text-soft)}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--color-border-strong);line-height:1}.breadcrumbs__item a,.breadcrumbs__item span{line-height:1.2}.breadcrumbs__item a{color:var(--color-text-muted);text-decoration:none}.breadcrumbs__item a:hover{color:var(--color-accent)}.site-header{position:sticky;top:0;z-index:100;background-color:#fffffff5;border-bottom:1px solid var(--color-border);backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-height)}.site-header__logo{margin:0;flex:0 1 auto;min-width:0;max-width:calc(100% - 5.5rem)}.site-logo{display:inline-flex;align-items:center;max-width:100%;text-decoration:none;color:var(--color-text)}.site-logo__img{display:block;width:auto;height:auto;max-width:160px;max-height:2.5rem;object-fit:contain;object-position:left center}.site-logo--header .site-logo__img{max-width:min(160px,100%)}@media(min-width:768px){.site-logo--header .site-logo__img{max-width:190px;max-height:2.75rem}.site-header__logo{max-width:none}}@media(min-width:1024px){.site-logo--header .site-logo__img{max-width:220px}}.site-logo--footer .site-logo__img{max-width:180px;max-height:none;filter:brightness(0) invert(1)}.site-logo__fallback{font-size:.9375rem;font-weight:700;line-height:1.2}.site-logo--footer .site-logo__fallback{color:#fff}.site-header__nav{display:none;align-items:center;gap:1.25rem}.site-header__nav a{color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500}.site-header__nav a:hover{color:var(--color-text)}.site-header__cta{display:none;padding:.625rem 1rem;background:var(--color-accent);color:#fff;text-decoration:none;font-size:.8125rem;font-weight:600;border-radius:var(--radius)}.site-header__cta:hover{background:var(--color-accent-hover);color:#fff}.site-header__mobile{display:block;position:relative}.site-header__toggle{list-style:none;cursor:pointer;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-weight:600;background:var(--color-surface)}.site-header__toggle::-webkit-details-marker{display:none}.site-header__mobile-nav{position:absolute;right:0;top:calc(100% + .5rem);min-width:14rem;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px #14181014;display:flex;flex-direction:column;gap:.5rem}.site-header__mobile-nav a{text-decoration:none;color:var(--color-text);font-size:.9375rem;padding:.375rem .25rem}.site-header__mobile-cta{margin-top:.5rem;padding:.625rem!important;text-align:center;background:var(--color-accent)!important;color:#fff!important;border-radius:var(--radius);font-weight:600}@media(min-width:960px){.site-header__nav,.site-header__cta{display:inline-flex}.site-header__mobile{display:none}}.hero{padding-block:clamp(2rem,5vw,3.5rem) 0;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.hero__grid{display:grid;gap:clamp(1.5rem,4vw,2.5rem);align-items:center;padding-bottom:clamp(1.5rem,4vw,2.5rem)}@media(min-width:960px){.hero__grid{grid-template-columns:1fr 1.05fr}}.hero__subtitle{font-size:clamp(1.0625rem,2.5vw,1.1875rem);color:var(--color-text-muted);margin-bottom:1.75rem;max-width:36rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__visual{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.375rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius);text-decoration:none;border:1px solid transparent;font-family:inherit}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff}.btn--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.btn--secondary:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.btn:disabled{opacity:.65;cursor:not-allowed}.quick-answer{padding:clamp(1.25rem,3vw,1.75rem);background:var(--color-accent-soft);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-lg)}.quick-answer__label{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.quick-answer h2{font-size:1.25rem}.quick-answer p:last-child{margin-bottom:0}.need-grid{display:grid;gap:1.25rem;grid-template-columns:minmax(0,1fr);align-items:start}@media(min-width:640px){.need-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.need-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.practice-card{padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.practice-card__icon{margin:-1.25rem -1.25rem 1rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.practice-card__icon .placeholder-image{border:none;border-radius:0;aspect-ratio:3 / 2}.practice-card__title{margin:0 0 .5rem}.practice-card__text{margin:0 0 .75rem;font-size:.9375rem;color:var(--color-text-muted)}.practice-card__link{font-size:.875rem;font-weight:600;text-decoration:none}.practice-card__note{margin:.75rem 0 0;font-size:.6875rem;color:var(--color-text-soft)}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.product-grid{gap:14px}}@media(max-width:380px){.product-grid{grid-template-columns:minmax(0,1fr)}}@media(min-width:960px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-grid--compact{grid-template-columns:1fr}@media(min-width:640px){.product-grid--compact{grid-template-columns:repeat(3,1fr)}}.product-card{padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.product-card--compact{padding:1rem}.product-card__status{margin:0 0 .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-draft)}.product-card__title{margin:0 0 1rem}.product-card__brand{display:block;font-size:.8125rem;color:var(--color-text-soft);font-weight:600}.product-card__model{display:block;font-size:1.0625rem}.product-card__meta{margin:0 0 1rem;display:grid;gap:.5rem}.product-card__meta div{display:grid;gap:.125rem}.product-card__meta dt{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-soft)}.product-card__meta dd{margin:0;font-size:.875rem;color:var(--color-text-muted)}.product-card__link{font-size:.875rem;font-weight:600}.product-card--home{padding:1.125rem}.product-card--home .product-card__status{margin-bottom:.5rem}.product-card--home .product-card__heading{margin:0 0 .75rem}.product-card--home .product-card__image-slot{margin:0 0 1rem;width:100%;aspect-ratio:4 / 5;background:#fff;border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card--home .product-card__image{display:block;width:100%;height:100%;background:#fff;object-fit:contain;object-position:center center}.product-card--home .product-card__image-fallback{width:100%;height:100%;background:var(--color-surface-muted)}.product-card--home .product-card__brand{margin:0 0 .3125rem;font-size:.75rem;font-weight:600;line-height:1.3;color:var(--color-text-soft)}.product-card--home .product-card__model{margin:0;font-size:1.125rem;font-weight:700;line-height:1.25;color:var(--color-text)}.product-card--home .product-card__meta{margin-bottom:.875rem;gap:.75rem}.product-card--home .product-card__meta>div{gap:.25rem}.product-card--home .product-card__meta dd{line-height:1.45;color:var(--color-text)}@media(max-width:760px){.product-card--home{padding:14px}.product-card--home .product-card__status{margin-bottom:.375rem;font-size:.625rem}.product-card--home .product-card__heading{margin-bottom:.5rem}.product-card--home .product-card__image-slot{margin-bottom:.75rem;aspect-ratio:auto;height:auto;max-height:190px}.product-card--home .product-card__image{max-height:190px;width:auto;max-width:100%;height:auto;object-fit:contain}.product-card--home .product-card__model{font-size:1rem}.product-card--home .product-card__meta{margin-bottom:.625rem;gap:.5rem}.product-card--home .product-card__meta dt{font-size:.625rem}.product-card--home .product-card__meta dd{font-size:.8125rem;line-height:1.4}.product-card--home .product-card__link{font-size:.8125rem}}.criteria-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.criteria-grid{gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.criteria-card{padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.criteria-card h3{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.3}.criteria-card p{margin:0;font-size:.9375rem;line-height:1.6;color:var(--color-text-muted)}.brand-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr);align-items:stretch}@media(min-width:768px){.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.brand-grid--home{gap:1.25rem;grid-template-columns:minmax(0,1fr);align-items:stretch}@media(min-width:768px){.brand-grid--home{gap:1.5rem 2rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.brand-grid--home{gap:1.75rem 2.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}}.brand-grid--home .brand-card{padding:1.375rem 1.5rem;height:100%}.brand-card--home{display:flex;flex-direction:column}.brand-card--home .brand-card__meta{flex:1 1 auto;margin-bottom:0}.brand-card--home .brand-card__footer{margin-top:auto;padding-top:.75rem}.brand-grid--home .brand-card__name{font-size:1.125rem;line-height:1.3}.brand-grid--home .brand-card__meta{gap:.75rem}.brand-grid--home .brand-card__meta>div{display:grid;gap:.25rem}.brand-grid--home .brand-card__meta dt{font-size:.75rem;letter-spacing:.05em;line-height:1.4}.brand-grid--home .brand-card__meta dd{font-size:.9375rem;line-height:1.6;color:var(--color-text)}.brand-grid--home .brand-card__future,.brand-grid--home .brand-card__link{line-height:1.5;font-size:.875rem;font-weight:600}.brand-card--home .brand-card__label{margin:0 0 .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-soft)}.brand-card--home .brand-card__logo-slot{display:flex;align-items:center;margin-top:1.375rem}.brand-card--home .brand-card__logo{display:block;width:auto;max-width:min(210px,100%);max-height:40px;object-fit:contain;object-position:left center}@media(min-width:768px){.brand-card--home .brand-card__logo{max-height:46px}}.brand-card__link{text-decoration:none}.brand-card__link:hover{text-decoration:underline}.brand-card{padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.brand-card__name{margin:0 0 .75rem}.brand-card__name-link{color:inherit;text-decoration:none}.brand-card__name-link:hover{color:var(--color-accent);text-decoration:underline}.brand-card__logo-link{display:inline-block;color:inherit;text-decoration:none}.brand-card__status{margin:0 0 .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-draft)}.brand-card__meta{margin:0 0 .75rem;display:grid;gap:.5rem}.brand-card__meta dt{font-size:.6875rem;font-weight:700;text-transform:uppercase;color:var(--color-text-soft)}.brand-card__meta dd{margin:0;font-size:.875rem;color:var(--color-text-muted)}.brand-card__future{margin:0;font-size:.8125rem;color:var(--color-text-soft)}.pants-finder{padding:clamp(1.25rem,3vw,1.75rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.pants-finder__intro .section-label{display:block;margin-bottom:.5rem}.pants-finder__intro h2{margin:0 0 .75rem}.pants-finder__progress{height:.375rem;margin-bottom:.75rem;background:var(--color-surface-muted);border-radius:999px;overflow:hidden}.pants-finder__progress-bar{height:100%;width:0;background:var(--color-accent);border-radius:999px;transition:width .2s ease}.pants-finder__progress-label{margin:0 0 1rem;font-size:.8125rem;font-weight:600;color:var(--color-text-soft)}.pants-finder__question{margin:0 0 1.25rem;padding:0;border:0;min-width:0}.pants-finder__legend{margin-bottom:.875rem;padding:0;font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--color-text)}.pants-finder__options{display:grid;gap:.625rem}.pants-finder__option{display:flex;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;font-size:.9375rem;line-height:1.45;color:var(--color-text);transition:border-color .15s ease,background-color .15s ease}.pants-finder__option:has(input:checked){border-color:var(--color-accent);background:var(--color-accent-soft)}.pants-finder__option input{margin-top:.2rem;flex-shrink:0;accent-color:var(--color-accent)}.pants-finder__nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.pants-finder__nav--email{margin-top:1rem}.pants-finder__email-title,.pants-finder__result-title{margin:0 0 .5rem;font-size:1.25rem;line-height:1.3}.pants-finder__email-lead{margin:0 0 1.25rem;color:var(--color-text-muted);line-height:1.6}.pants-finder__field{margin-bottom:1rem}.pants-finder__label{display:block;margin-bottom:.375rem;font-size:.8125rem;font-weight:600;color:var(--color-text-soft)}.pants-finder__input{width:100%;padding:.75rem .875rem;font-size:1rem;font-family:inherit;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text)}.pants-finder__input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.pants-finder__checkbox{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.875rem;font-size:.875rem;line-height:1.5;color:var(--color-text-muted);cursor:pointer}.pants-finder__checkbox input{margin-top:.2rem;flex-shrink:0;accent-color:var(--color-accent)}.pants-finder__notice{margin:0 0 1rem;font-size:.8125rem;line-height:1.5;color:var(--color-text-soft)}.pants-finder__error{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:#9a3b2e}.pants-finder__result-card{margin-bottom:1.25rem;padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.pants-finder__result-layout{display:grid;gap:1.25rem;min-width:0}@media(min-width:768px){.pants-finder__result-layout{grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:1.5rem;align-items:start}}@media(min-width:992px){.pants-finder__result-layout{grid-template-columns:minmax(0,13rem) minmax(0,1fr);gap:2rem}}.pants-finder__result-media{min-width:0}.pants-finder__result-image{display:block;width:100%;max-width:100%;aspect-ratio:4 / 5;object-fit:contain;object-position:center center;background:var(--color-surface-muted);border-radius:var(--radius)}.pants-finder__result-body{display:flex;flex-direction:column;min-width:0}.pants-finder__result-brand{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;color:var(--color-text-soft)}.pants-finder__result-model{margin:0 0 1rem;font-size:1.25rem;line-height:1.25}.pants-finder__result-meta{margin:0 0 1rem;display:grid;gap:.625rem}.pants-finder__result-meta div{display:grid;gap:.125rem}.pants-finder__result-meta dt{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-soft)}.pants-finder__result-meta dd{margin:0;font-size:.9375rem;color:var(--color-text)}.pants-finder__result-text{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-muted)}.pants-finder__promo{margin:0 0 1.25rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.pants-finder__promo-title{margin:0 0 .375rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-soft)}.pants-finder__promo-text{margin:0 0 .75rem;font-size:.875rem;line-height:1.5;color:var(--color-text-muted)}.pants-finder__promo-code{margin:0 0 .625rem;font-size:1.125rem;font-weight:700;letter-spacing:.08em;color:var(--color-text)}.pants-finder__promo-copy{padding:0;border:0;background:none;font:inherit;font-size:.8125rem;font-weight:600;color:var(--color-text-soft);text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.pants-finder__promo-copy:hover{color:var(--color-text)}.pants-finder__result-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.pants-finder__result-actions .btn{min-width:0;flex:1 1 auto}@media(max-width:479px){.pants-finder__result-actions{flex-direction:column;align-items:stretch}.pants-finder__result-actions .btn{width:100%;justify-content:center}}.pants-finder__result-link{font-size:.875rem;font-weight:600;text-decoration:none}.pants-finder__result-link:hover{text-decoration:underline}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);margin-bottom:.5rem}.data-table{width:100%;min-width:40rem;border-collapse:collapse;font-size:.8125rem}.data-table th,.data-table td{padding:.75rem .875rem;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:top}.data-table thead th{background:var(--color-surface-muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;color:var(--color-text-muted)}.data-table tbody tr:last-child th,.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody th{background:var(--color-bg);white-space:nowrap}.data-table td{color:var(--color-text-muted)}.table-scroll-hint{font-size:.8125rem;color:var(--color-text-soft);margin:0}@media(min-width:768px){.table-scroll-hint{display:none}}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.5rem .875rem;border:1px dashed var(--color-border-strong);border-radius:999px;background:var(--color-bg);font-size:.8125rem;color:var(--color-text-muted);font-family:inherit}.selections-grid{display:grid;gap:2.5rem}.selection-block h3{margin-bottom:.25rem}.selection-block__status{margin:0 0 1rem;font-size:.8125rem;font-weight:600;color:var(--color-draft)}.page-main--guide .guide-hero{padding-block:clamp(2rem,5vw,3rem);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.guide-hero__lead{max-width:42rem;margin-bottom:1.5rem;font-size:clamp(1.0625rem,2.5vw,1.125rem);line-height:1.6;color:var(--color-text-muted)}.guide-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.guide-step__header{max-width:42rem;margin-bottom:1.5rem}.guide-step__intro{margin:.75rem 0 0;font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.guide-cards{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}@media(min-width:640px){.guide-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.guide-cards--budget{grid-template-columns:repeat(3,minmax(0,1fr))}}.guide-card{padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.section--surface .guide-card{background:var(--color-surface)}.guide-card__title{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.3}.guide-card__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.guide-cta{text-align:center}.guide-cta__text{max-width:36rem;margin-inline:auto;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.guide-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.page-main--practice .practice-hero{padding-block:clamp(2rem,5vw,3rem);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.practice-lead{margin:0;max-width:42rem;font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.practice-products-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}@media(min-width:640px){.practice-products-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.practice-products-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.practice-product-card{display:flex;flex-direction:column;height:100%;padding:20px;border:1px solid #d8d4c8;border-radius:16px;background:#f7f6f1}.practice-product-image{display:flex;align-items:center;justify-content:center;height:240px;padding:12px;margin-bottom:18px;background:#fff;border-radius:12px}.practice-product-image img{max-height:220px;width:auto;max-width:100%;object-fit:contain}@media(max-width:760px){.practice-product-image{height:220px}.practice-product-image img{max-height:200px}}.practice-product-brand{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;color:var(--color-text-soft)}.practice-product-model{margin:0 0 .75rem;font-size:1.125rem;line-height:1.3}.practice-product-text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.practice-product-logo{margin-top:auto;padding-top:18px}.practice-product-logo img{display:block;max-height:38px;width:auto;object-fit:contain}.practice-product-link{margin-top:1rem;width:100%;justify-content:center;text-align:center}.practice-errors{margin:0;padding-left:1.25rem;color:var(--color-text-muted);line-height:1.6}.practice-errors li+li{margin-top:.5rem}.practice-links{display:grid;gap:.75rem}.practice-links__group{margin:0;font-size:.9375rem;line-height:1.6}.practice-links__group a{margin-right:.25rem}.practice-links__label{color:var(--color-text-soft)}.page-main--practice-hub .practice-hub-hero{padding-block:clamp(2rem,5vw,3rem);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.practice-hub-hero__lead{max-width:42rem;margin:0;font-size:clamp(1.0625rem,2.5vw,1.125rem);line-height:1.6;color:var(--color-text-muted)}.practice-hub-cards{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.practice-hub-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.practice-hub-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.practice-hub-card__title{margin:0;font-size:1.0625rem;line-height:1.3}.practice-hub-card__text{margin:0;flex:1;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.practice-hub-card__link{margin-top:.25rem;width:100%;justify-content:center}@media(min-width:480px){.practice-hub-card__link{width:auto}}.practice-other{margin:.5rem 0 0;font-size:.9375rem;line-height:1.6}.prose-block h3{margin-top:1.5rem}.prose-block h3:first-child{margin-top:0}.prose-list{color:var(--color-text-muted)}.methodology-notice{padding:1.5rem;background:var(--color-accent-soft);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem}.methodology-notice h2{font-size:1.125rem}.methodology-sections{display:grid;gap:2rem}.methodology-section h2{font-size:1.125rem}.methodology-section p:last-child{margin-bottom:0}.faq-list{margin:0}.faq-item{padding-block:1.25rem;border-bottom:1px solid var(--color-border)}.faq-item:first-child{padding-top:0}.faq-item:last-child{border-bottom:none}.faq-item dt{font-weight:600;font-size:1rem;margin-bottom:.5rem}.faq-item dd p{margin:0;font-size:.9375rem;color:var(--color-text-muted)}.faq-block__more{margin-top:1.25rem;margin-bottom:0}.comparison-wide{width:min(100% - 2rem,1600px);margin-inline:auto;padding-inline:clamp(1rem,2vw,1.5rem)}.comparison-wide--narrow{max-width:var(--max-width)}.page-main--comparatif .section__header{max-width:42rem}.comparatif-hero{padding-block:clamp(2rem,5vw,3rem);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.comparatif-hero__lead{max-width:44rem;margin-bottom:1.5rem;font-size:clamp(1.0625rem,2.5vw,1.125rem);color:var(--color-text-muted)}.comparatif-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.comparatif-picks{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}@media(min-width:640px){.comparatif-picks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.comparatif-picks{grid-template-columns:repeat(3,minmax(0,1fr))}}.comparatif-pick{display:flex;flex-direction:column;height:100%;padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.comparatif-pick__title{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.3}.comparatif-pick__product{margin:0 0 .625rem;font-size:.9375rem;font-weight:600}.comparatif-pick__product a{color:var(--color-text);text-decoration:none}.comparatif-pick__product a:hover{color:var(--color-accent);text-decoration:underline}.comparatif-pick__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.comparatif-pick__logo{margin-top:auto;padding-top:20px;display:flex;align-items:flex-end}.comparatif-pick__logo img{max-height:44px;width:auto;object-fit:contain}.comparison-matrix-wrapper{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.comparison-matrix-hint{margin:0;padding:.75rem 1rem;font-size:.8125rem;color:var(--color-text-soft);background:var(--color-surface-muted);border-bottom:1px solid var(--color-border)}@media(min-width:1100px){.comparison-matrix-hint{display:none}}.comparison-matrix-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--color-surface)}.comparison-matrix{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-size:.875rem}.comparison-matrix th,.comparison-matrix td{padding:1rem 1.125rem;text-align:left;vertical-align:top}.comparison-matrix tbody tr:last-child th,.comparison-matrix tbody tr:last-child td{border-bottom:none}.comparison-matrix th[scope=row]{position:sticky;left:0;z-index:1;min-width:9rem;width:9rem;background:var(--color-bg);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-soft);box-shadow:1px 0 0 var(--color-border)}.comparison-matrix tbody tr:not(:last-child) th[scope=row],.comparison-matrix tbody tr:not(:last-child) td{border-bottom:1px solid var(--color-border)}.comparison-matrix td{min-width:11.5rem;color:var(--color-text-muted);line-height:1.55}.comparison-matrix__row--logo td,.comparison-matrix__row--link td{vertical-align:middle}.comparison-matrix__image-slot{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 5;max-height:10rem;background:var(--color-surface-muted);border-radius:var(--radius);overflow:hidden}.comparison-matrix__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center center}.comparison-matrix__model{display:grid;gap:.125rem}.comparison-matrix__brand{font-size:.75rem;font-weight:600;color:var(--color-text-soft)}.comparison-matrix__name{font-size:.9375rem;font-weight:700;color:var(--color-text);line-height:1.3}.comparison-matrix__logo-slot{display:flex;align-items:center;min-height:2.75rem}.comparison-matrix__brand-logo{display:block;max-height:42px;width:auto;object-fit:contain}.comparison-matrix__link{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;padding:.625rem .875rem;font-size:.8125rem;line-height:1.3;text-align:center;white-space:normal}.comparatif-methodology h2{font-size:clamp(1.375rem,3.5vw,2rem);margin-bottom:.75rem}.comparatif-methodology p{color:var(--color-text-muted)}.comparatif-cta h2{margin-bottom:.75rem}.comparatif-cta p{max-width:36rem;color:var(--color-text-muted)}.site-footer{padding-block:2.5rem 1.5rem;background:var(--color-ink);color:#b8bfb0;font-size:.875rem}.site-footer__grid{display:grid;gap:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.2fr 1fr}}.site-footer__brand{margin:0 0 .75rem}.site-footer__text{margin:0;line-height:1.6}.site-footer__nav{display:flex;flex-direction:column;gap:.5rem}.site-footer__nav a{color:#e8ebe4;text-decoration:none}.site-footer__nav a:hover{color:#fff}.site-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.site-footer__bottom p{margin:0}.site-footer__bottom a{color:#fff}
