:root {
  --ink: #151515;
  --muted: #6e6a65;
  --paper: #f4f1eb;
  --cream: #faf8f4;
  --orange: #f26522;
  --orange-dark: #c94912;
  --line: rgba(21, 21, 21, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(250,248,244,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 800; letter-spacing: -.07em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand-dot { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.main-nav a:not(.nav-cta) { color: #56524e; transition: color .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.nav-cta { padding: 12px 16px; border: 1px solid var(--ink); border-radius: 3px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px 0 10px 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { padding-top: 78px; background: var(--paper); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, .82fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.eyebrow-line { width: 30px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; line-height: .96; font-weight: 800; }
h1 { margin: 28px 0 28px; font-size: clamp(58px, 7.4vw, 104px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 520px; color: var(--muted); font-size: 19px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 0 rgba(242,101,34,.15); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--orange); }
.text-link, .card-link { font-size: 14px; font-weight: 800; }
.text-link { color: #595550; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.text-link:hover, .card-link:hover { color: var(--orange-dark); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; padding: 18px 42px 28px 0; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: .98; background: #e2ddd5; border-radius: 3px; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(242,101,34,.26)); mix-blend-mode: multiply; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; z-index: 2; color: #fff; background: var(--ink); padding: 9px 12px; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 800; }
.image-tag span { color: var(--orange); margin-left: 22px; }
.image-tag-top { top: 22px; left: -10px; }
.image-tag-bottom { right: 22px; bottom: 20px; background: var(--orange); }
.hero-stamp { position: absolute; right: -6px; bottom: 3px; width: 112px; height: 112px; display: grid; place-content: center; border-radius: 50%; background: var(--orange); color: #fff; text-align: center; font-size: 15px; font-weight: 900; line-height: .95; letter-spacing: .08em; transform: rotate(9deg); }
.hero-stamp span { font-size: 10px; font-weight: 500; letter-spacing: 0; }

.trust-strip { background: var(--ink); color: white; }
.trust-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-inner p { margin: 0; color: #e8e2da; font-size: 14px; font-weight: 700; }
.trust-items { display: flex; gap: 30px; color: #fff; font-size: 12px; }
.trust-items i { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 7px; border: 1px solid #726d66; border-radius: 50%; color: var(--orange); font-style: normal; font-size: 10px; }

.section-intro { margin-bottom: 60px; }
.split-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
h2 { margin: 24px 0 0; font-size: clamp(44px, 5vw, 68px); }
.section-lede { max-width: 420px; margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: #fff; }
.service-card-featured { border-color: var(--orange); background: var(--orange); color: #fff; }
.service-number { position: absolute; top: 28px; right: 30px; color: #a9a39c; font-size: 12px; font-weight: 800; }
.service-card-featured .service-number { color: rgba(255,255,255,.64); }
.service-icon { width: 54px; height: 54px; margin-bottom: 44px; color: var(--orange); }
.service-card-featured .service-icon { color: white; }
.icon-print { display: flex; align-items: end; gap: 4px; padding: 10px 8px; border: 1px solid currentColor; }
.icon-print span { flex: 1; border: 1px solid currentColor; border-bottom: 0; }
.icon-print span:nth-child(1) { height: 38%; }.icon-print span:nth-child(2) { height: 67%; }.icon-print span:nth-child(3) { height: 100%; }
.icon-proto { position: relative; border: 1px solid currentColor; transform: rotate(-10deg); }
.icon-proto span { position: absolute; display: block; border: 1px solid currentColor; background: inherit; }.icon-proto span:first-child { inset: 10px -7px 10px 10px; }.icon-proto span:last-child { inset: -7px 10px 10px -7px; }
.icon-cut { position: relative; border: 1px solid currentColor; border-radius: 50%; }.icon-cut span { position: absolute; left: 50%; top: 50%; width: 38px; height: 1px; background: currentColor; transform-origin: left center; }.icon-cut span:first-child { transform: rotate(45deg); }.icon-cut span:last-child { transform: rotate(-45deg); }
.service-card h3 { margin-bottom: 16px; font-size: 26px; letter-spacing: -.05em; line-height: 1.05; }
.service-card p { margin-bottom: 26px; color: var(--muted); font-size: 14px; }
.service-card-featured p { color: rgba(255,255,255,.84); }
.card-link { margin-top: auto; color: inherit; }
.service-note { margin: 28px 0 0; color: var(--muted); font-size: 12px; }.service-note span { color: var(--orange); font-size: 16px; margin-right: 8px; }

.idea-section { padding: 0 0 112px; background: var(--cream); }
.idea-shell { overflow: hidden; padding: 64px; border-radius: 22px; background: #171717; color: #fff; }
.idea-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; }
.idea-heading h2 { margin-top: 22px; }
.idea-intro > p { max-width: 440px; margin-bottom: 26px; color: #aaa49d; font-size: 16px; }
.idea-button { background: #fff; color: var(--ink); }
.idea-button:hover { background: var(--orange); color: #fff; }
.idea-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.idea-card { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.035); }
.idea-card-accent { border-color: var(--orange); background: var(--orange); }
.idea-index { display: block; margin-bottom: 45px; color: #938d85; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.idea-card-accent .idea-index { color: rgba(255,255,255,.72); }
.idea-card h3 { margin-bottom: 14px; font-size: 23px; line-height: 1.08; letter-spacing: -.045em; }
.idea-card p { margin: 0; color: #aaa49d; font-size: 13px; }
.idea-card-accent p { color: rgba(255,255,255,.84); }
.idea-disclaimer { max-width: 910px; margin: 24px 0 0; color: #817b74; font-size: 11px; }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: 245px 245px; gap: 16px; }
.gallery-item { position: relative; min-height: 0; overflow: hidden; margin: 0; background: #dfdad2; }.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.gallery-item:hover img { transform: scale(1.04); }
.gallery-large { grid-row: span 2; }.gallery-tall { grid-row: span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-item figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: #fff; }.gallery-item figcaption span, .gallery-item figcaption small { display: block; }.gallery-item figcaption span { font-weight: 800; font-size: 15px; }.gallery-item figcaption small { margin-top: 2px; color: rgba(255,255,255,.75); font-size: 11px; }

.method-section { background: #fff; }.method-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 120px; }.method-intro { max-width: 430px; margin: 30px 0; color: var(--muted); font-size: 17px; }.steps-list { list-style: none; padding: 0; margin: 0; }.steps-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }.steps-list li:last-child { margin-bottom: 0; }.step-index { color: var(--orange); font-size: 12px; font-weight: 800; }.steps-list h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.04em; }.steps-list p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }

.local-section { padding-top: 0; background: #fff; }.local-card { position: relative; display: grid; grid-template-columns: 130px 1fr 190px; align-items: center; gap: 56px; overflow: hidden; padding: 58px 64px; background: var(--ink); color: #fff; }.local-card::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 310px; height: 310px; border: 1px solid rgba(242,101,34,.55); border-radius: 50%; box-shadow: 0 0 0 30px rgba(242,101,34,.08), 0 0 0 60px rgba(242,101,34,.05); }.local-mark { position: relative; z-index: 1; color: var(--orange); font-size: 104px; font-weight: 800; letter-spacing: -.1em; line-height: .8; }.eyebrow-light { color: #f8a075; }.local-card h2 { position: relative; z-index: 1; margin-top: 18px; font-size: clamp(38px, 4vw, 54px); }.local-card p:not(.eyebrow) { position: relative; z-index: 1; max-width: 500px; margin: 22px 0 0; color: #b5b0aa; }.local-detail { position: relative; z-index: 1; padding-left: 26px; border-left: 1px solid #494642; }.local-detail span { display: block; margin-bottom: 8px; color: #88827a; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }.local-detail strong { font-size: 20px; line-height: 1.15; }

.contact-section { background: var(--orange); }.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 120px; align-items: start; }.contact-copy h2 { margin-top: 20px; }.contact-copy > p:not(.eyebrow) { max-width: 390px; margin: 28px 0; color: #5d2c1a; font-size: 17px; }.contact-copy .contact-email { margin: -8px 0 26px; font-size: 13px; }.contact-email a { display: inline-block; margin-top: 4px; color: var(--ink); font-size: 16px; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(21,21,21,.35); text-underline-offset: 4px; }.contact-email a:hover { text-decoration-color: var(--ink); }.contact-aside { display: flex; gap: 14px; align-items: flex-start; max-width: 350px; padding-top: 22px; border-top: 1px solid rgba(21,21,21,.2); }.contact-aside-icon { font-size: 22px; }.contact-aside strong, .contact-aside span { display: block; }.contact-aside strong { margin-bottom: 3px; font-size: 14px; }.contact-aside span:last-child { color: #5d2c1a; font-size: 12px; }.quote-form { padding: 34px; background: var(--cream); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.quote-form label { display: block; margin-bottom: 18px; color: #514b45; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.quote-form input, .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bdb6ae; border-radius: 0; outline: 0; font: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; resize: vertical; }.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); }.quote-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--orange) 50%) calc(100% - 6px) 50% / 6px 6px no-repeat, linear-gradient(135deg, var(--orange) 50%, transparent 50%) 100% 50% / 6px 6px no-repeat; }.quote-form textarea { min-height: 118px; }.optional { color: #a29b94; text-transform: none; font-weight: 500; letter-spacing: 0; }.button-submit { width: 100%; margin-top: 8px; border: 0; }.privacy-note { margin: 18px 0 0; color: #817b74; font-size: 11px; }.privacy-note a { color: var(--orange-dark); text-decoration: underline; }.form-status { min-height: 20px; margin: 14px 0 0; color: var(--orange-dark); font-size: 12px; font-weight: 700; }

.site-footer { padding: 58px 0 36px; background: var(--paper); }.footer-top { display: flex; align-items: center; gap: 30px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }.brand-footer { font-size: 20px; }.brand-footer img { width: 34px; height: 34px; }.footer-top p { margin: 0; color: var(--muted); font-size: 13px; }.footer-arrow { display: grid; place-items: center; width: 36px; height: 36px; margin-left: auto; border: 1px solid var(--line); font-size: 18px; }.footer-arrow:hover { border-color: var(--orange); color: var(--orange); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 35px; color: #8c857e; font-size: 11px; }.footer-bottom div { display: flex; gap: 22px; }.footer-bottom a:hover { color: var(--orange-dark); }.legal-panels { display: grid; gap: 10px; }.legal-panels details { border-top: 1px solid var(--line); }.legal-panels summary { padding: 15px 0; cursor: pointer; color: #5d5852; font-size: 12px; font-weight: 800; list-style: none; }.legal-panels summary::-webkit-details-marker { display: none; }.legal-panels summary::after { content: "+"; float: right; color: var(--orange); font-size: 16px; }.legal-panels details[open] summary::after { content: "–"; }.legal-content { max-width: 720px; padding: 0 0 22px; color: #77716b; font-size: 12px; }.legal-content p { margin: 0 0 14px; }.legal-content strong { color: #504b46; }.legal-content a { color: var(--orange-dark); text-decoration: underline; }

@media (max-width: 920px) { .hero-grid, .method-grid, .contact-grid { gap: 54px; }.hero-grid { grid-template-columns: 1fr .9fr; }.split-intro, .idea-heading { gap: 36px; }.method-grid { grid-template-columns: .8fr 1fr; }.idea-shell { padding: 48px 42px; }.local-card { grid-template-columns: 90px 1fr; gap: 28px; padding: 45px 42px; }.local-detail { grid-column: 2; }.contact-grid { grid-template-columns: .8fr 1fr; }.main-nav { gap: 16px; }.main-nav a { font-size: 12px; } }
@media (max-width: 720px) { .container { width: min(calc(100% - 34px), var(--max)); }.section-pad { padding: 76px 0; }.site-header { position: relative; }.nav-wrap { min-height: 68px; }.menu-toggle { display: block; }.main-nav { position: absolute; display: none; top: 68px; left: 0; right: 0; padding: 18px 17px 22px; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px 0; }.main-nav .nav-cta { margin-top: 6px; padding: 12px 14px; text-align: center; }.hero { padding-top: 55px; }.hero-grid, .split-intro, .service-grid, .method-grid, .contact-grid, .idea-heading, .idea-grid { grid-template-columns: 1fr; }.hero-visual { order: -1; max-width: 560px; margin: 0 auto; padding-right: 30px; }.hero-image-wrap { aspect-ratio: 1.15; }.hero-stamp { width: 94px; height: 94px; right: -1px; font-size: 12px; }.hero-stamp span { font-size: 8px; }.hero-lede { font-size: 17px; }.hero-proof { margin-top: 40px; gap: 17px; }.hero-proof span { max-width: 100px; }.trust-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding: 22px 0; }.trust-items { flex-wrap: wrap; gap: 10px 20px; }.section-intro { margin-bottom: 38px; }.section-lede { font-size: 15px; }.service-card { min-height: 330px; padding: 25px; }.service-icon { margin-bottom: 30px; }.idea-section { padding-bottom: 76px; }.idea-shell { width: 100%; padding: 46px 24px; border-radius: 0; }.idea-intro > p { margin-top: 24px; }.idea-grid { margin-top: 36px; }.idea-card { min-height: 220px; }.idea-index { margin-bottom: 30px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 210px 210px; }.gallery-large { grid-row: span 1; grid-column: span 2; }.gallery-tall { grid-row: span 2; }.local-card { grid-template-columns: 1fr; padding: 38px 28px; }.local-mark { font-size: 74px; }.local-detail { grid-column: auto; padding-left: 0; padding-top: 20px; border-top: 1px solid #494642; border-left: 0; }.contact-grid { gap: 42px; }.quote-form { padding: 24px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-top { align-items: flex-start; flex-wrap: wrap; gap: 15px; }.footer-top p { width: calc(100% - 50px); margin-left: 49px; margin-top: -20px; }.footer-bottom { flex-wrap: wrap; }.footer-bottom div { width: 100%; }.image-tag-top { left: -6px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Direction artistique actuelle : sombre, éditoriale et modulaire. */
body { background: #eeebe4; }
.site-header { color: #fff; background: rgba(20,20,20,.94); border-bottom-color: rgba(255,255,255,.12); }
.brand img { filter: invert(1); }
.main-nav a:not(.nav-cta) { color: #c8c2ba; }
.main-nav a:not(.nav-cta):hover { color: #fff; }
.nav-cta { border-color: rgba(255,255,255,.65); }
.nav-cta:hover { background: #fff; color: var(--ink); }
.hero { position: relative; padding-top: 96px; background: #171717; color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 16%, rgba(242,101,34,.25), transparent 27%), radial-gradient(circle at 12% 90%, rgba(255,255,255,.05), transparent 35%); }
.hero-grid { position: relative; z-index: 1; }
.hero .eyebrow { color: #f8a075; }
.hero h1 { font-size: clamp(56px, 7.2vw, 102px); }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.08em; }
.hero-lede { color: #bdb8b2; }
.hero .text-link { color: #c8c2ba; border-bottom-color: rgba(255,255,255,.22); }
.hero .text-link:hover { color: #fff; border-bottom-color: var(--orange); }
.hero-proof { border-top-color: rgba(255,255,255,.18); }
.hero-proof strong { color: #fff; }.hero-proof span { color: #98928a; }
.hero-visual { padding: 0 34px 30px 0; }
.hero-image-wrap { aspect-ratio: .94; border-radius: 22px; box-shadow: 18px 18px 0 rgba(242,101,34,.18); }
.hero-image-wrap img { filter: saturate(.94) contrast(1.03); }
.image-tag { border-radius: 999px; }.image-tag-top { top: 20px; left: 0; }.image-tag-bottom { right: 110px; bottom: 18px; }
.hero-stamp { z-index: 3; right: -10px; bottom: 0; box-shadow: 0 0 0 8px #171717; }
.trust-strip { background: var(--orange); color: var(--ink); }
.trust-inner p { color: var(--ink); }.trust-items { color: var(--ink); }.trust-items i { border-color: rgba(21,21,21,.38); color: var(--ink); }
.service-card { border: 0; border-radius: 18px; background: #f9f7f2; box-shadow: 0 12px 30px rgba(21,21,21,.05); }.service-card-featured { background: var(--orange); box-shadow: 0 15px 34px rgba(242,101,34,.2); }.service-card h3 { font-size: 28px; }
.card-link { display: inline-flex; width: fit-content; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.gallery-item { border-radius: 18px; }.gallery-item::after { inset: 25% 0 0; }
.method-section { background: #f9f7f2; }.steps-list li { border-bottom-color: rgba(21,21,21,.12); }
.local-card { border-radius: 22px; }.quote-form { border-radius: 22px; box-shadow: 0 20px 55px rgba(21,21,21,.15); }
.button { border-radius: 999px; }.nav-cta { border-radius: 999px; }.footer-arrow { border-radius: 50%; }
.brand-footer img { filter: none; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
@media (max-width: 720px) { .menu-toggle span:not(.sr-only) { background: #fff; }.main-nav { background: #171717; border-bottom-color: rgba(255,255,255,.12); }.hero { padding-top: 66px; }.hero-visual { padding-right: 22px; }.hero-image-wrap { border-radius: 16px; }.hero-stamp { right: -4px; }.service-card, .gallery-item, .local-card, .quote-form { border-radius: 16px; } }

/* Conditions générales de vente */
.legal-page { background: #f4f1ea; }
.legal-hero { padding: 94px 0 82px; overflow: hidden; background: #171717; color: #fff; }
.legal-hero .container { position: relative; }
.legal-hero .container::after { content: "CGV"; position: absolute; right: 0; bottom: -110px; color: rgba(255,255,255,.035); font-size: clamp(170px, 24vw, 330px); font-weight: 900; letter-spacing: -.12em; line-height: 1; pointer-events: none; }
.legal-hero h1 { position: relative; z-index: 1; max-width: 900px; margin: 20px 0 22px; font-size: clamp(54px, 8vw, 106px); }
.legal-hero > .container > p:last-child { position: relative; z-index: 1; margin: 0; color: #a9a39c; font-size: 14px; }
.legal-document { padding: 82px 0 110px; }
.cgv-layout { display: grid; grid-template-columns: 250px minmax(0, 780px); align-items: start; gap: 82px; }
.cgv-toc { position: sticky; top: 108px; padding: 24px; border-top: 3px solid var(--orange); background: #ebe7df; }
.cgv-toc > strong { display: block; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.cgv-toc ol { display: grid; gap: 7px; margin: 0; padding-left: 18px; color: #969089; font-size: 10px; }
.cgv-toc a { color: #69635d; }
.cgv-toc a:hover { color: var(--orange-dark); }
.cgv-content { min-width: 0; }
.cgv-notice { margin-bottom: 54px; padding: 28px 30px; border-radius: 16px; background: var(--orange); color: var(--ink); }
.cgv-notice strong { display: block; margin-bottom: 7px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.cgv-notice p { margin: 0; font-size: 16px; font-weight: 700; }
.cgv-content > section { scroll-margin-top: 105px; padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid rgba(21,21,21,.14); }
.cgv-index { display: inline-flex; margin-bottom: 14px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.cgv-content h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 46px); }
.cgv-content p, .cgv-content li { color: #625d57; font-size: 15px; line-height: 1.72; }
.cgv-content p { margin: 0 0 17px; }
.cgv-content ul { display: grid; gap: 5px; margin: 0 0 18px; padding-left: 20px; }
.cgv-content a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.mediator-card { display: grid; gap: 8px; margin: 26px 0; padding: 26px 28px; border-left: 4px solid var(--orange); background: #fff; box-shadow: 0 10px 28px rgba(21,21,21,.06); }
.mediator-card strong { max-width: 610px; font-size: 17px; line-height: 1.35; }
.mediator-card span { color: #69635d; font-size: 14px; }
.mediator-card a { width: fit-content; margin-top: 5px; font-size: 13px; font-weight: 800; }
.withdrawal-form { padding: 34px !important; border: 1px solid rgba(21,21,21,.14) !important; border-radius: 18px; background: #fff; }
.form-template { margin-top: 28px; padding-top: 24px; border-top: 1px dashed #aaa39b; }
.form-template p { font-size: 13px; }
.cgv-disclaimer { margin: 0; padding: 22px 24px; border-radius: 12px; background: #e9e5dc; font-size: 12px !important; }
@media (max-width: 920px) {
  .cgv-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 46px; }
}
@media (max-width: 720px) {
  .legal-hero { padding: 68px 0 58px; }
  .legal-hero .container::after { right: -30px; bottom: -72px; }
  .legal-document { padding: 56px 0 76px; }
  .cgv-layout { grid-template-columns: 1fr; gap: 36px; }
  .cgv-toc { position: static; }
  .cgv-content > section { padding-bottom: 36px; margin-bottom: 36px; }
  .withdrawal-form { padding: 24px 20px !important; }
}
