:root {
  --red: #971b2b;
  --red-dark: #64101c;
  --red-deep: #36090f;
  --gold: #c6a15b;
  --gold-light: #e2c98f;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --ink: #241b1c;
  --muted: #6f6263;
  --line: rgba(151, 27, 43, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(54, 9, 15, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, th, td { overflow-wrap: break-word; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 42px; height: 1px; flex: 0 0 auto; background: var(--gold); content: ""; }
.eyebrow--light { color: var(--gold-light); }

.shoe-hero { position: relative; min-height: 690px; padding: 150px 0 86px; overflow: hidden; color: #fff; background: var(--red-deep); isolation: isolate; }
.shoe-hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(198, 161, 91, .18), transparent 34%), linear-gradient(125deg, #280609 0%, var(--red-deep) 56%, #64101c 100%); content: ""; }
.shoe-hero::after { position: absolute; right: -12vw; bottom: -34vw; width: 62vw; height: 62vw; border: 1px solid rgba(226, 201, 143, .13); border-radius: 50%; content: ""; }
.shoe-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 480px); align-items: center; gap: clamp(58px, 9vw, 120px); }
.shoe-hero__content { max-width: 675px; }
.shoe-hero h1 { margin: 0; font: 500 clamp(4rem, 7vw, 7rem)/.84 var(--serif); letter-spacing: -.05em; }
.shoe-hero h1 em { display: block; margin-top: .14em; color: var(--gold-light); font-weight: 500; }
.shoe-hero__lead { max-width: 610px; margin: 34px 0 0; color: rgba(255, 255, 255, .76); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.shoe-hero__figure { position: relative; margin: 0; padding: 12px 12px 0; background: var(--paper); box-shadow: 0 35px 80px rgba(14, 1, 3, .34); transform: rotate(1.6deg); }
.shoe-hero__figure::before { position: absolute; z-index: -1; top: -24px; right: -25px; width: 74%; height: 65%; border: 1px solid rgba(226, 201, 143, .55); content: ""; }
.shoe-hero__figure img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.shoe-hero__figure figcaption { padding: 15px 9px 17px; color: var(--muted); font: italic 500 .93rem/1.4 var(--serif); text-align: center; }

.shoe-article { padding: clamp(80px, 10vw, 135px) 0; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0, 810px); justify-content: center; gap: clamp(55px, 8vw, 105px); }
.article-index { position: sticky; top: 125px; height: max-content; padding-top: 4px; }
.article-index__label { margin: 0 0 18px; color: var(--red); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.article-index nav { display: grid; border-top: 1px solid var(--line); }
.article-index a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; transition: color .2s, padding-left .2s; }
.article-index a:hover { padding-left: 5px; color: var(--red); }

.article-section { padding: 0 0 85px; margin-bottom: 85px; border-bottom: 1px solid var(--line); scroll-margin-top: 125px; }
.article-section:last-of-type { border-bottom: 0; }
.article-section > h2 { max-width: 650px; margin: 0 0 25px; font: 500 clamp(2.6rem, 4.5vw, 4.25rem)/.98 var(--serif); letter-spacing: -.035em; }
.article-section > p:not(.eyebrow) { color: var(--muted); }
.opening { margin: 0 0 42px; color: var(--ink) !important; font: 500 clamp(1.7rem, 2.7vw, 2.35rem)/1.25 var(--serif); }

.recommendation-card { display: grid; padding: clamp(30px, 5vw, 52px); grid-template-columns: 54px 1fr; gap: 24px; color: #fff; background: var(--red); box-shadow: var(--shadow); }
.recommendation-card__mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; color: var(--gold-light); font-size: 1.2rem; }
.recommendation-card__label { margin: 0 0 13px; color: var(--gold-light); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.recommendation-card h2 { margin: 0; font: 500 clamp(2rem, 3.4vw, 3.05rem)/1.02 var(--serif); }
.recommendation-card h2 strong { color: var(--gold-light); font-weight: 500; }
.recommendation-card div > p:last-child { max-width: 610px; margin: 21px 0 0; color: rgba(255, 255, 255, .76); font-size: .92rem; }
.shoe-basics { display: grid; margin-top: 34px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.shoe-basics > div { padding: 27px 29px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.shoe-basics span { display: block; margin-bottom: 27px; color: var(--gold); font: 500 1.6rem/1 var(--serif); text-align: right; }
.shoe-basics h3 { margin: 0; font: 500 1.7rem/1.08 var(--serif); }
.shoe-basics p { margin: 11px 0 0; color: var(--muted); font-size: .85rem; }
.shoe-basics strong { color: var(--ink); }

.choice-grid { display: grid; margin-top: 40px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.choice-card { min-height: 300px; padding: 29px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.choice-card--primary { color: #fff; background: var(--red-dark); }
.choice-card__number { display: block; color: var(--red); font: 500 2.35rem/1 var(--serif); text-align: right; }
.choice-card--primary .choice-card__number { color: var(--gold-light); }
.choice-card__type { margin: 58px 0 8px; color: var(--red); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.choice-card--primary .choice-card__type { color: var(--gold-light); }
.choice-card h3 { margin: 0; font: 500 2.15rem/1.05 var(--serif); }
.choice-card h3 em { color: var(--red); font-weight: 500; }
.choice-card--primary h3 em { color: var(--gold-light); }
.choice-card > p:not(.choice-card__type) { margin: 15px 0 0; color: var(--muted); font-size: .84rem; }
.choice-card--primary > p:not(.choice-card__type) { color: rgba(255, 255, 255, .72); }
.choice-card__link { display: inline-flex; margin-top: 22px; align-items: center; gap: 9px; color: var(--red); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.choice-card--primary .choice-card__link { color: var(--gold-light); }
.choice-card__link span { font-size: 1rem; transition: transform .2s; }
.choice-card__link:hover span { transform: translateX(4px); }

.caution-card { display: grid; margin-top: 28px; padding: 29px 31px; grid-template-columns: 58px 1fr; align-items: center; gap: 24px; border: 1px solid rgba(198, 161, 91, .45); background: var(--cream); }
.caution-card__icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); font: italic 600 1.6rem/1 var(--serif); }
.caution-card h3 { margin: 0 0 4px; font: 500 1.75rem/1.1 var(--serif); }
.caution-card p { margin: 0; color: var(--muted); font-size: .85rem; }

.purchase-guide { margin-top: 62px; }
.purchase-guide__heading { display: flex; margin-bottom: 22px; align-items: end; justify-content: space-between; gap: 25px; }
.purchase-guide__label { margin: 0 0 7px; color: var(--red); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.purchase-guide__heading h3 { margin: 0; font: 500 2rem/1.05 var(--serif); }
.purchase-guide__heading time { padding-bottom: 3px; color: var(--muted); font-size: .68rem; white-space: nowrap; }
.purchase-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); background: #fff; -webkit-overflow-scrolling: touch; }
.purchase-table-wrap:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.purchase-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .76rem; line-height: 1.45; }
.purchase-table th, .purchase-table td { padding: 18px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.purchase-table tr > :last-child { border-right: 0; }
.purchase-table tbody tr:last-child > * { border-bottom: 0; }
.purchase-table thead th { color: var(--red-dark); background: var(--cream); font-size: .6rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.purchase-table tbody th { min-width: 168px; color: var(--ink); font: 600 1.02rem/1.25 var(--serif); }
.purchase-table tbody th a { text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.purchase-table tbody th a:hover { color: var(--red); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.purchase-table small { display: block; margin-top: 3px; color: var(--muted); font: 500 .63rem/1.35 var(--sans); }
.purchase-table__recommended > th { box-shadow: inset 3px 0 var(--gold); }
.purchase-table__recommended > th::after { display: block; width: max-content; margin-top: 8px; padding: 3px 6px; color: #fff; background: var(--red); content: "Notre choix"; font: 700 .5rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.rating { color: var(--red); font-weight: 700; white-space: nowrap; }
.not-rated { color: var(--muted); font-size: .68rem; white-space: nowrap; }
.purchase-table__price { color: var(--red-dark); font-weight: 700; white-space: nowrap; }
.purchase-guide__fit-note { display: grid; margin-top: 16px; padding: 17px 19px; grid-template-columns: 34px 1fr; align-items: center; gap: 14px; border: 1px solid rgba(198, 161, 91, .45); background: var(--cream); }
.purchase-guide__fit-note > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); font: italic 600 1rem/1 var(--serif); }
.purchase-guide__fit-note p { margin: 0; color: var(--muted); font-size: .73rem; }
.purchase-guide__fit-note strong { color: var(--ink); }
.purchase-guide__note { margin: 15px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.55; }

.use-list { margin-top: 42px; border-top: 1px solid var(--line); }
.use-item { display: grid; padding: 31px 0; grid-template-columns: 70px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.use-item > span { color: var(--gold); font: 500 1.55rem/1 var(--serif); }
.use-item h3 { margin: 0; font: 500 1.8rem/1.1 var(--serif); }
.use-item p { margin: 9px 0 0; color: var(--muted); font-size: .9rem; }

.article-section--surface { display: grid; padding: clamp(42px, 6vw, 65px); grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 75px); color: #fff; background: var(--red-deep); }
.article-section--surface h2 { margin: 0; font: 500 clamp(2.5rem, 4.2vw, 3.8rem)/.97 var(--serif); letter-spacing: -.035em; }
.article-section--surface > div:first-child > p:last-child { color: rgba(255, 255, 255, .67); font-size: .87rem; }
.surface-tips { border-top: 1px solid rgba(255, 255, 255, .17); }
.surface-tips > div { padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.surface-tips span { color: var(--gold-light); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.surface-tips p { margin: 6px 0 0; color: rgba(255, 255, 255, .72); font-size: .82rem; }
.surface-tips ul { padding: 0; margin: 13px 0 0; list-style: none; }
.surface-tips li { position: relative; padding: 0 0 12px 18px; color: rgba(255, 255, 255, .72); font-size: .8rem; }
.surface-tips li:last-child { padding-bottom: 0; }
.surface-tips li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 1px; background: var(--gold); content: ""; }
.surface-tips li strong { color: #fff; font-weight: 600; }
.marine-note { display: grid; padding: 27px 30px; grid-column: 1 / -1; grid-template-columns: 58px 1fr; align-items: center; gap: 24px; border: 1px solid rgba(226, 201, 143, .45); background: rgba(255, 255, 255, .06); }
.marine-note__initial { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: italic 500 1.7rem/1 var(--serif); }
.marine-note__label { margin: 0 0 5px; color: var(--gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.marine-note h3 { margin: 0; font: 500 1.75rem/1.08 var(--serif); }
.marine-note div > p:last-child { margin: 8px 0 0; color: rgba(255, 255, 255, .72); font-size: .84rem; }

.historical-aside { display: grid; margin: -38px 0 72px; padding: 17px; grid-template-columns: 190px 1fr; align-items: center; gap: 28px; border: 1px solid var(--line); background: var(--cream); }
.historical-aside > img { width: 190px; height: 190px; object-fit: cover; }
.historical-aside__label { margin: 0 0 5px; color: var(--red); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.historical-aside h2 { margin: 0; font: 500 1.9rem/1.05 var(--serif); }
.historical-aside div > p:not(.historical-aside__label, .historical-aside__rule) { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.historical-aside__rule { margin: 11px 0 0; padding-top: 11px; border-top: 1px solid var(--line); color: var(--red-dark); font-size: .76rem; }

.article-closing { max-width: 720px; padding-left: 35px; border-left: 2px solid var(--gold); }
.article-closing p { margin: 0 0 8px; color: var(--red); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.article-closing h2 { margin: 0; font: italic 500 clamp(2rem, 3.6vw, 3.2rem)/1.08 var(--serif); }

@media (max-width: 900px) {
  .shoe-hero { min-height: auto; }
  .shoe-hero__grid { grid-template-columns: 1fr .65fr; gap: 45px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-index { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(1180px, calc(100% - 32px)); }
  .shoe-hero { padding: 125px 0 65px; }
  .shoe-hero__grid { grid-template-columns: 1fr; }
  .shoe-hero h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .shoe-hero__lead { margin-top: 25px; }
  .shoe-hero__figure { width: min(88%, 420px); margin-left: auto; }
  .shoe-article { padding: 72px 0 90px; }
  .article-section { padding-bottom: 64px; margin-bottom: 64px; }
  .recommendation-card { grid-template-columns: 1fr; }
  .shoe-basics { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 260px; }
  .choice-card__type { margin-top: 34px; }
  .caution-card { grid-template-columns: 1fr; }
  .purchase-guide { margin-top: 50px; }
  .purchase-guide__heading { align-items: start; flex-direction: column; gap: 9px; }
  .purchase-table-wrap { overflow: visible; border: 0; background: transparent; }
  .purchase-table { display: block; min-width: 0; }
  .purchase-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .purchase-table tbody { display: grid; gap: 14px; }
  .purchase-table tbody tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; }
  .purchase-table tbody th { position: relative; min-width: 0; padding: 20px 18px; grid-column: 1 / -1; border-right: 0; background: var(--cream); }
  .purchase-table tbody td { display: grid; min-width: 0; padding: 14px 18px; grid-template-rows: auto 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .purchase-table tbody td:nth-of-type(even) { border-right: 0; }
  .purchase-table tbody td:last-child { border-bottom: 0; }
  .purchase-table tbody td::before { display: block; margin-bottom: 5px; color: var(--red); content: attr(data-label); font-size: .52rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .purchase-table__recommended > th { padding-left: 22px; box-shadow: inset 4px 0 var(--gold); }
  .purchase-table__recommended > th::after { position: absolute; top: 17px; right: 17px; }
  .purchase-guide__fit-note { grid-template-columns: 1fr; }
  .use-item { grid-template-columns: 48px 1fr; }
  .article-section--surface { padding: 35px 28px; grid-template-columns: 1fr; }
  .marine-note { padding: 26px 24px; grid-template-columns: 1fr; }
  .historical-aside { margin-top: -32px; padding: 13px; grid-template-columns: 125px 1fr; gap: 17px; }
  .historical-aside > img { width: 125px; height: 100%; min-height: 180px; }
  .historical-aside h2 { font-size: 1.55rem; }
  .historical-aside div > p:not(.historical-aside__label, .historical-aside__rule), .historical-aside__rule { font-size: .7rem; }
  .article-closing { padding-left: 24px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 24px); }
  .shoe-hero { padding-top: 106px; }
  .shoe-hero__figure { width: 94%; }
  .recommendation-card { padding: 27px 23px; }
  .choice-card, .caution-card { padding-right: 23px; padding-left: 23px; }
  .purchase-table tbody td { padding-right: 14px; padding-left: 14px; }
  .purchase-table__recommended > th::after { position: static; }
  .article-section--surface { padding: 31px 22px; }
  .marine-note { padding: 23px 20px; }
  .historical-aside { grid-template-columns: 1fr; }
  .historical-aside > img { width: 100%; height: 135px; min-height: 0; object-position: center 56%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
