:root {
  --ink: #142524;
  --muted: #5d6b67;
  --paper: #f5f1e8;
  --paper-deep: #ebe4d7;
  --white: #fffdf8;
  --forest: #102a2d;
  --forest-2: #16393a;
  --lime: #d8f55f;
  --lime-deep: #bedf3c;
  --coral: #ff6f4f;
  --sky: #93dce5;
  --line: rgba(20, 37, 36, .14);
  --shadow: 0 22px 60px rgba(24, 42, 40, .12);
  --radius: 22px;
  --wrap: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 7.4vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.25rem); }
h3 { font-size: 1.55rem; line-height: 1.12; }
.wrap { width: calc(100% - 40px); max-width: 1180px; margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding-block: clamp(72px, 10vw, 130px); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: rgba(16, 42, 45, .94); border-bottom: 1px solid rgba(255, 255, 255, .11); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.22rem; letter-spacing: -.045em; text-decoration: none; }
.brand > span:last-child span { color: var(--lime); }
.brand-mark { width: 34px; aspect-ratio: 1; display: grid; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; transform: rotate(-7deg); }
.brand-mark .icon { width: 19px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .91rem; font-weight: 650; }
.main-nav > a { color: rgba(255,255,255,.76); text-decoration: none; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: #fff; }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; color: var(--forest); background: var(--lime); border-radius: 999px; }
.nav-cta .icon { width: 16px; transition: transform .2s ease; }
.nav-cta:hover .icon { transform: translateX(3px); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-close { display: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--lime); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #49625b; }
.eyebrow.light { color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.1; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--lime); }
.button-primary:hover { background: var(--lime-deep); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-light { color: var(--forest); background: var(--white); }
.button-dark { color: #fff; background: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; line-height: 1.2; text-decoration: none; }
.text-link::after { content: ""; position: absolute; }
.text-link .icon { width: 18px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }

.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(to top, rgba(5, 24, 25, .32), transparent); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 7vw, 100px); padding-block: clamp(72px, 8vw, 112px); }
.hero-copy, .hero-visual { min-width: 0; }
.hero-copy h1 { max-width: 740px; margin-bottom: 30px; }
.hero-copy h1 em { color: var(--lime); font-weight: 400; }
.hero-copy > p { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(1.07rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: rgba(255,255,255,.64); font-size: .82rem; font-weight: 650; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .icon { color: var(--lime); }
.hero-visual { position: relative; max-width: 530px; justify-self: end; }
.visual-frame { position: relative; overflow: hidden; aspect-ratio: .84; border: 1px solid rgba(255,255,255,.18); border-radius: 240px 240px 26px 26px; background: #d9dfd8; box-shadow: 0 35px 90px rgba(0,0,0,.29); }
.visual-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 55%, rgba(14,42,44,.32)); pointer-events: none; }
.visual-frame > img { width: 100%; height: 100%; object-fit: cover; }
.visual-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--forest); background: rgba(255,253,248,.92); border-radius: 12px; box-shadow: var(--shadow); font-weight: 900; line-height: 1; backdrop-filter: blur(8px); }
.visual-label small { color: var(--muted); font-size: .63rem; font-weight: 650; }
.label-one { top: 32%; left: 5%; }
.label-two { right: 5%; bottom: 18%; }
.hero-stamp { position: absolute; z-index: 3; left: -42px; bottom: -28px; width: 128px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--forest); background: var(--coral); border: 7px solid var(--forest); border-radius: 50%; transform: rotate(-8deg); }
.hero-stamp strong { font-family: Georgia, serif; font-size: 2.8rem; line-height: 1; }
.hero-stamp span { font-size: .62rem; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .18; }
.hero-orb-one { width: 340px; height: 340px; right: 19%; top: 15%; border: 70px solid var(--sky); }
.hero-orb-two { width: 180px; height: 180px; left: -80px; bottom: 4%; background: var(--coral); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 45px; }
.section-heading h2 { max-width: 760px; margin: 0; }
.section-heading p { max-width: 420px; margin: 0; color: var(--muted); }
.section-heading.compact { align-items: center; }
.category-strip { padding-bottom: 40px; background: var(--paper-deep); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.category-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; min-height: 135px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-symbol { width: 58px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 16px; background: var(--paper); font-size: 1.65rem; font-weight: 800; }
.category-chargeurs .category-symbol { background: var(--lime); }
.category-cables-usb .category-symbol { background: var(--sky); }
.category-video .category-symbol { color: #fff; background: var(--coral); }
.category-reseau .category-symbol { color: #fff; background: var(--forest); }
.category-card strong, .category-card small, .category-card em { display: block; }
.category-card strong { margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.5rem; line-height: 1; }
.category-card small { color: var(--muted); }
.category-card em { margin-top: 9px; color: #60756d; font-size: .67rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.category-card > .icon { width: 22px; }

.featured { background: var(--paper-deep); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.guide-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { display: block; overflow: hidden; aspect-ratio: 1.5; background: #dce2da; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.guide-card:hover .card-image img { transform: scale(1.035); }
.card-body { display: flex; flex-direction: column; align-items: flex-start; min-height: 285px; padding: 24px; }
.card-meta { width: 100%; display: flex; justify-content: space-between; gap: 8px; margin-bottom: 16px; color: #657670; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card-meta span:last-child { color: #93513e; }
.card-body h3 { margin-bottom: 12px; }
.card-body h3 a { text-decoration: none; }
.card-body p { flex: 1; margin-bottom: 24px; color: var(--muted); font-size: .93rem; }
.card-body .text-link { font-size: .84rem; }

.method { color: #fff; background: var(--forest); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.method-grid > div > p { max-width: 470px; margin-bottom: 30px; color: rgba(255,255,255,.67); font-size: 1.1rem; }
.method-grid h2 { margin-bottom: 25px; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.method-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 22px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.method-steps li > span { color: var(--lime); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.method-steps h3 { margin-bottom: 8px; font-size: 1.55rem; }
.method-steps p { margin: 0; color: rgba(255,255,255,.62); }

.editorial { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.editorial-photo { position: relative; }
.editorial-photo::before { content: ""; position: absolute; width: 34%; height: 36%; top: -7%; left: -7%; background: var(--lime); border-radius: 50% 50% 8px 50%; }
.editorial-photo img { position: relative; width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 180px 180px 20px 20px; box-shadow: var(--shadow); }
.editorial-photo span { position: absolute; right: -20px; bottom: 28px; padding: 16px 19px; color: var(--forest); background: var(--sky); border-radius: 13px; font-size: .78rem; font-weight: 850; line-height: 1.35; text-transform: uppercase; transform: rotate(3deg); }
.editorial-grid h2 { margin-bottom: 27px; }
.editorial-grid > div:last-child > p { color: var(--muted); font-size: 1.08rem; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.check-list .icon { color: #567422; }

.page-hero { color: #fff; background: var(--forest); padding-block: 48px 90px; }
.page-hero .breadcrumbs { margin-bottom: clamp(60px, 8vw, 100px); }
.page-hero h1 { max-width: 980px; margin-bottom: 28px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero > .wrap > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.2rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; font-size: .76rem; font-weight: 700; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 5px; }
.breadcrumbs a { color: inherit; opacity: .64; text-decoration: none; }
.breadcrumbs .icon { width: 13px; opacity: .4; }

.catalogue { background: var(--paper); }
.catalogue-tools { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.search-box { width: min(100%, 430px); display: flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 5px 18px rgba(20,37,36,.05); }
.search-box .icon { color: var(--muted); }
.search-box input { width: 100%; min-height: 52px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: end; }
.filter { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .79rem; font-weight: 750; }
.filter span { margin-left: 3px; color: var(--muted); }
.filter.is-active { color: #fff; background: var(--forest); border-color: var(--forest); }
.filter.is-active span { color: var(--lime); }
.results-count { margin-bottom: 25px; color: var(--muted); font-size: .8rem; }
.catalogue-grid [hidden] { display: none; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state h2 { font-size: 2.3rem; }
.empty-state p { color: var(--muted); }

.category-hero h1 { max-width: 1050px; }
.prose-lead { max-width: 900px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-bottom: 60px; font-size: 1.08rem; }
.prose-lead p { color: var(--muted); }
.category-advice { padding-top: 0; }
.advice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: clamp(38px, 6vw, 70px); border-radius: 28px; background: var(--white); }
.advice-grid h2 { margin-bottom: 20px; }
.advice-grid p { color: var(--muted); }
.number-list { margin: 0; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 15px; min-height: 64px; border-bottom: 1px solid var(--line); font-weight: 750; }
.number-list span { color: #71827b; font-size: .7rem; font-weight: 900; }
.next-category { padding-block: 55px; color: #fff; background: var(--coral); }
.next-category .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.next-category span { font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.next-category h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }

.guide-hero { color: #fff; background: var(--forest); padding-block: 42px 75px; }
.guide-hero .breadcrumbs { margin-bottom: 55px; }
.guide-hero-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.guide-hero h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.8rem); }
.guide-summary { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.2rem; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 36px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; }
.byline span:not(:last-child)::after { content: "·"; margin-left: 18px; }
.guide-hero figure { margin: 0; }
.guide-hero figure img { width: 100%; aspect-ratio: 1.25; object-fit: cover; border-radius: 180px 180px 16px 16px; box-shadow: 0 26px 70px rgba(0,0,0,.26); }
.guide-hero figcaption { margin-top: 10px; color: rgba(255,255,255,.5); font-size: .67rem; text-align: right; }
.article-grid { display: grid; grid-template-columns: 285px minmax(0, 710px); justify-content: center; align-items: start; gap: clamp(55px, 8vw, 100px); padding-block: clamp(70px, 10vw, 125px); }
.spec-card { position: sticky; top: 105px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 15px 40px rgba(20,37,36,.07); }
.spec-title { display: block; margin-bottom: 16px; color: #61736c; font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spec-card dl { margin: 0; }
.spec-card dl div { padding: 13px 0; border-top: 1px solid var(--line); }
.spec-card dt { color: var(--muted); font-size: .72rem; }
.spec-card dd { margin: 2px 0 0; font-size: .86rem; font-weight: 800; line-height: 1.35; }
.safety-mini { display: flex; gap: 9px; margin: 17px -9px -9px; padding: 14px; color: #4e3a1e; background: #fff1c9; border-radius: 11px; font-size: .69rem; line-height: 1.4; }
.safety-mini .icon { color: #8d6014; }
.article-content { font-size: 1.04rem; }
.article-content p { color: #41514d; }
.article-intro { margin-bottom: 60px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.52; }
.article-intro p:first-child::first-letter { float: left; margin: 8px 10px 0 0; color: var(--coral); font-family: Georgia, serif; font-size: 4.7rem; line-height: .65; }
.article-content > section { margin-top: 60px; }
.article-content h2 { margin-bottom: 24px; font-size: clamp(2.05rem, 4vw, 3.25rem); }
.article-content ul { padding-left: 0; list-style: none; }
.article-content li { position: relative; padding: 11px 0 11px 29px; border-bottom: 1px solid var(--line); }
.article-content li::before { content: ""; position: absolute; left: 3px; top: 21px; width: 8px; height: 8px; background: var(--lime-deep); border-radius: 50%; }
.editor-note { display: flex; gap: 18px; margin-top: 60px; padding: 25px; border-left: 5px solid var(--coral); background: var(--paper-deep); }
.editor-note > span { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--forest); border-radius: 50%; }
.editor-note strong { display: block; margin-bottom: 6px; }
.editor-note p { margin: 0; font-size: .9rem; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.25; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: ui-sans-serif, system-ui, sans-serif; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { padding: 0 42px 18px 0; }
.article-method { padding-top: 35px; border-top: 1px solid var(--line); }
.article-method h2 { font-size: 1.85rem; }
.article-method p { font-size: .9rem; }
.related { background: var(--paper-deep); }

.simple-hero { padding-block: 45px 80px; background: var(--paper-deep); }
.simple-hero .breadcrumbs { margin-bottom: 70px; }
.simple-hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.9rem); }
.simple-hero p { max-width: 700px; color: var(--muted); font-size: 1.2rem; }
.simple-content { background: var(--paper); }
.prose { font-size: 1.04rem; }
.prose > h2 { margin: 60px 0 22px; font-size: clamp(2rem, 4vw, 3.15rem); }
.prose > h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #40504c; }
.prose li { margin-bottom: 9px; }
.contact-card { display: flex; gap: 25px; margin-bottom: 60px; padding: 30px; color: #fff; background: var(--forest); border-radius: 20px; }
.contact-card > span { width: 55px; height: 55px; display: grid; place-items: center; flex: 0 0 auto; color: var(--forest); background: var(--lime); border-radius: 50%; }
.contact-card h2 { margin: 0 0 14px; font-size: 2rem; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-email { color: var(--lime); font-size: clamp(1.3rem, 4vw, 2.1rem); font-weight: 800; }
.credits-list { margin: 40px 0; border-top: 1px solid var(--line); }
.credits-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.credits-list h2 { margin: 0 0 7px; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1rem; font-weight: 850; letter-spacing: 0; }
.credits-list p { margin-bottom: 8px; font-size: .84rem; }
.credits-list a { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 750; }
.error-section { min-height: 68vh; display: grid; place-items: center; padding-block: 90px; text-align: center; }
.error-code { display: block; color: var(--coral); font-family: Georgia, serif; font-size: clamp(6rem, 20vw, 13rem); line-height: .8; }
.error-section h1 { margin: 35px 0 22px; font-size: clamp(2.4rem, 6vw, 4.5rem); }
.error-section p { color: var(--muted); }

.site-footer { padding-top: 70px; color: #fff; background: #0b2022; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-grid h2 { margin-bottom: 18px; color: rgba(255,255,255,.5); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-note { display: block; margin: 9px 0; color: rgba(255,255,255,.72); font-size: .83rem; text-decoration: none; }
.footer-grid a:hover { color: var(--lime); }
.footer-brand p { max-width: 310px; margin-top: 22px; color: rgba(255,255,255,.52); font-size: .87rem; }
.footer-note { margin-top: 20px; color: var(--lime); font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .69rem; }

@media (max-width: 980px) {
  .nav-toggle { display: block; color: #fff; }
  .nav-toggle .icon { width: 28px; height: 28px; }
  .nav-toggle[aria-expanded="true"] .menu-open { display: none; }
  .nav-toggle[aria-expanded="true"] .menu-close { display: inline; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 25px; background: var(--forest); border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 0; }
  .main-nav .nav-cta { justify-content: center; margin-top: 9px; padding-inline: 18px; }
  .hero-grid, .guide-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(82%, 520px); justify-self: center; }
  .visual-frame { aspect-ratio: 1; }
  .category-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid, .editorial-grid { grid-template-columns: 1fr; }
  .editorial-photo { max-width: 650px; }
  .catalogue-tools { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; max-width: none; }
  .filter-list { justify-content: start; }
  .article-grid { grid-template-columns: 230px minmax(0, 1fr); gap: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .wrap { width: calc(100% - 28px); }
  .section { padding-block: 70px; }
  .header-inner { min-height: 68px; }
  .main-nav { top: 68px; }
  .hero-grid { padding-block: 58px 90px; }
  .hero-copy h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-visual { width: 92%; }
  .hero-stamp { left: -16px; width: 106px; }
  .visual-label small { display: none; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .category-card { grid-template-columns: 50px 1fr auto; min-height: 118px; padding: 18px; }
  .category-symbol { width: 50px; }
  .guide-grid { grid-template-columns: 1fr; }
  .card-body { min-height: auto; }
  .method-steps li { grid-template-columns: 45px 1fr; }
  .editorial-photo span { right: 4px; }
  .page-hero { padding-block: 35px 70px; }
  .page-hero .breadcrumbs { margin-bottom: 58px; }
  .filter-list { overflow-x: auto; flex-wrap: nowrap; margin-inline: -14px; padding-inline: 14px; scrollbar-width: none; }
  .filter { white-space: nowrap; }
  .prose-lead { grid-template-columns: 1fr; gap: 5px; margin-bottom: 38px; }
  .advice-grid { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .next-category .wrap { align-items: stretch; flex-direction: column; }
  .guide-hero .breadcrumbs { margin-bottom: 45px; }
  .guide-hero-grid { gap: 40px; }
  .guide-hero figure img { border-radius: 120px 120px 13px 13px; }
  .byline { flex-direction: column; }
  .byline span::after { display: none; }
  .article-grid { grid-template-columns: 1fr; padding-block: 65px; }
  .spec-card { position: static; }
  .article-intro { font-size: 1.19rem; }
  .editor-note { padding: 20px; }
  .simple-hero .breadcrumbs { margin-bottom: 52px; }
  .simple-content { padding-top: 60px; }
  .contact-card { flex-direction: column; padding: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
