:root {
  --ink: #7b4630;
  --dark: #613724;
  --paper: #eaddc8;
  --surface: #f4ead9;
  --signal: #c46b47;
  --cool: #a8b4a1;
  --muted: #74645a;
  --line: rgba(123, 70, 48, .16);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; }
.cursor-glow { position: fixed; z-index: 0; width: 360px; height: 360px; pointer-events: none; border-radius: 50%; background: rgba(159,216,208,.13); filter: blur(60px); transform: translate(-50%,-50%); }

/* Navigation */
.site-header { position: fixed; z-index: 20; top: 16px; left: 50%; width: min(1180px,calc(100% - 32px)); height: 66px; padding: 0 16px 0 20px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); background: rgba(248,248,244,.82); border: 1px solid rgba(18,24,26,.12); border-radius: 12px; box-shadow: 0 14px 42px rgba(13,18,20,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 17px "Space Grotesk",sans-serif; letter-spacing: -.5px; }
.brand-mark { width:42px;height:42px;display:block;flex:0 0 42px;overflow:hidden;color:transparent;background:#fbf9f5 url("logo-monogram.png") center/contain no-repeat;border-radius:7px;box-shadow:0 0 0 1px rgba(123,70,48,.12);font-size:0; }
.brand-mark::before,.brand-mark::after { content:none; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; bottom:-7px; width:0; height:2px; background:var(--signal); transition:width .25s; }
.desktop-nav a:hover::after { width:100%; }
.desktop-nav a[aria-current="page"]::after { width:100%; }

.standalone-main { padding-top:82px; }
.standalone-main > .section { min-height:calc(100vh - 82px); }
.page-intro { padding:82px max(7vw,30px) 34px;background:linear-gradient(145deg,#f4ead9,#eaddc8); }
.page-intro-inner { max-width:1180px;margin:0 auto; }
.page-intro .eyebrow { margin-bottom:24px; }
.page-intro h1 { max-width:900px;font-size:clamp(48px,6vw,82px); }
.page-intro p { max-width:680px;margin-top:24px;color:var(--muted);font-size:16px;line-height:1.75; }
.standalone-main .page-section { padding-top:74px; }
.header-cta { padding: 11px 15px; display:flex; align-items:center; gap:16px; color:white; background:var(--ink); border:1px solid var(--ink); border-radius:8px; font-size:12px; font-weight:700; transition:.25s; }
.header-cta:hover { color:var(--ink); background:var(--cool); border-color:var(--cool); }
.header-cta span { color:var(--signal); }
.menu-toggle { display:none; width:42px; height:42px; border:0; background:var(--ink); border-radius:8px; }
.menu-toggle span { display:block; width:18px; height:1px; margin:5px auto; background:white; }

/* Hero */
.hero { min-height: 830px; padding: 160px max(7vw,30px) 54px; position:relative; display:grid; grid-template-columns:.95fr 1.05fr; align-items:center; gap:56px; overflow:hidden; background: linear-gradient(135deg,var(--surface),var(--paper)); }
.hero::before { content:""; position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(18,24,26,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,24,26,.035) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(90deg,black,transparent 78%); }
.hero::after { content:""; position:absolute; width:520px; height:520px; right:-180px; top:90px; border:1px solid rgba(0,224,198,.25); border-radius:50%; box-shadow:0 0 90px rgba(0,224,198,.1); }
.hero-copy,.hero-visual,.hero-foot { position:relative; z-index:1; }
.hero-copy { max-width:640px; }
.eyebrow { width:max-content; margin-bottom:28px; padding:8px 11px; display:flex; align-items:center; gap:9px; color:#48514f; background:rgba(248,248,244,.72); border:1px solid var(--line); border-radius:6px; font:700 10px "Space Grotesk"; letter-spacing:1px; text-transform:uppercase; }
.status-dot { width:7px; height:7px; background:var(--signal); border-radius:50%; box-shadow:0 0 0 4px rgba(0,224,198,.15),0 0 12px rgba(0,224,198,.55); }
h1 { max-width:720px; font-size:clamp(54px,6vw,88px); line-height:.98; letter-spacing:-5px; font-weight:600; }
h1 em,.section-heading h2 em,.contact h2 em { color:var(--signal); font-family:Georgia,serif; font-weight:400; }
.hero-lead { max-width:555px; margin:30px 0; color:var(--muted); font-size:17px; line-height:1.7; }
.hero-actions { display:flex; align-items:center; gap:28px; }
.button { min-height:52px; padding:0 21px; border:0; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; gap:25px; cursor:pointer; font-weight:700; transition:transform .2s,box-shadow .2s; }
.button:hover { transform:translateY(-3px); box-shadow:0 14px 28px rgba(13,18,20,.16); }
.button-primary,.button-dark { color:white; background:var(--ink); }
.button span { color:var(--signal); }
.text-link { padding-bottom:5px; border-bottom:1px solid var(--ink); font-size:13px; font-weight:700; }
.text-link span { margin-left:8px; color:var(--signal); }
.hero-visual { min-height:560px; display:grid; place-items:center; }
.browser-card { width:min(610px,92%); position:relative; z-index:2; overflow:hidden; transform:perspective(1100px) rotateY(-4deg) rotateX(1deg); background:var(--dark); border:2px solid #273034; border-radius:8px 22px 8px 22px; box-shadow:0 36px 80px rgba(13,18,20,.25),0 0 0 1px rgba(159,216,208,.32); }
.browser-top { height:36px; padding:0 13px; display:flex; align-items:center; color:#9aa5a2; background:#181f21; border-bottom:1px solid rgba(159,216,208,.26); font-size:8px; }
.browser-top > span { margin:auto; transform:translateX(-20px); }
.browser-dots { display:flex; gap:4px; }
.browser-dots i { width:5px; height:5px; background:#697371; border-radius:50%; }
.browser-dots i:first-child { background:var(--signal); box-shadow:0 0 8px var(--signal); }
.mock-content { margin:0 5px 5px; padding:20px; background:#f2f0e9; }
.mock-nav { display:flex; justify-content:space-between; align-items:center; color:#39423f; font:8px Georgia,serif; }
.mock-nav span { font:6px "DM Sans"; letter-spacing:.5px; }
.mock-hero { min-height:365px; display:grid; grid-template-columns:1fr 1.1fr; align-items:center; }
.mock-hero small { font-size:6px; letter-spacing:2px; }
.mock-hero h2 { margin:14px 0 20px; color:#28302e; font:400 clamp(27px,3vw,47px)/1.06 Georgia,serif; }
.mock-hero button { padding:9px 13px; color:white; background:var(--ink); border:0; font-size:7px; }
.mock-hero button span { margin-left:20px; }
.mock-art { height:305px; position:relative; overflow:hidden; background:linear-gradient(150deg,#b8ddd7,#669b94); border-radius:4px 44% 4px 4px; }
.vase { position:absolute; width:94px; height:135px; left:50%; bottom:0; transform:translateX(-50%); border-radius:18px 18px 35px 35px; background:linear-gradient(90deg,#007f73,#00e0c6 46%,#00aa99); box-shadow:inset -15px 0 25px rgba(9,42,46,.18); }
.vase span { display:block; width:65px; height:20px; margin:-8px auto; background:#00685f; border-radius:50%; }
.leaf { position:absolute; width:85px; height:150px; bottom:110px; left:48%; border-left:3px solid #314a46; transform-origin:bottom; }
.leaf::after { content:""; position:absolute; width:50px; height:90px; left:-4px; top:0; background:#466e68; border-radius:100% 0 100% 0; transform:rotate(-30deg); }
.leaf-one { transform:rotate(-28deg); }.leaf-two { transform:rotate(38deg) scale(.8); }
.orbit { position:absolute; border:1px dashed rgba(18,24,26,.16); border-radius:50%; animation:spin 45s linear infinite; }
.orbit-one { width:500px;height:500px; }.orbit-two { width:650px;height:650px; animation-direction:reverse; }
.floating-card { position:absolute; z-index:3; padding:11px 14px; display:flex; align-items:center; gap:10px; background:rgba(248,248,244,.92); border:1px solid rgba(18,24,26,.14); border-radius:7px 14px 7px 14px; box-shadow:0 14px 35px rgba(13,18,20,.13); animation:float 5s ease-in-out infinite; }
.floating-card > span { width:31px;height:31px;display:grid;place-items:center;color:var(--ink);background:var(--cool);border-radius:7px; }
.floating-card b,.floating-card small { display:block; }.floating-card b { font-size:10px; }.floating-card small { margin-top:2px;color:#74807d;font-size:8px; }
.floating-speed { left:1%;top:20%; }.floating-mobile { right:-2%;bottom:13%;animation-delay:-2s; }
@keyframes float { 50% { transform:translateY(-12px); } } @keyframes spin { to { transform:rotate(360deg); } }
.hero-foot { grid-column:1/-1; margin-top:26px; padding-top:28px; display:flex; align-items:center; gap:55px; border-top:1px solid var(--line); }
.hero-foot p { color:#7b8582;font-size:9px;letter-spacing:2px; }.hero-values { display:flex;align-items:center;gap:32px;font-family:Georgia,serif;font-style:italic; }.hero-values i { width:4px;height:4px;background:var(--signal);border-radius:50%; }

/* Sections communes */
.section { padding:110px max(7vw,30px); }
.section-heading { margin-bottom:60px; display:grid; grid-template-columns:1fr 1.5fr 1fr; gap:42px; align-items:end; }
.section-heading > div { align-self:start; display:flex; align-items:center; gap:12px; }
.section-number { width:32px;height:32px;display:inline-grid;place-items:center;color:var(--signal);border:1px solid var(--signal);border-radius:6px;font:700 10px "Space Grotesk"; }
.kicker { font:700 10px "Space Grotesk";letter-spacing:1.6px;text-transform:uppercase; }
.section-heading h2,.contact h2 { font-size:clamp(40px,4.2vw,63px);line-height:1.05;letter-spacing:-3px;font-weight:600; }
.section-heading > p { color:var(--muted);line-height:1.7;font-size:14px; }

/* Services */
.services { background:var(--paper); }
.service-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.service-card { min-height:460px;padding:30px;position:relative;overflow:hidden;background:rgba(248,248,244,.72);border:1px solid var(--line);border-radius:8px 22px 8px 22px;transition:.3s; }
.service-card::before { content:"";position:absolute;top:0;left:30px;width:54px;height:3px;background:var(--signal); }
.service-card:hover { transform:translateY(-7px);box-shadow:0 24px 55px rgba(13,18,20,.1); }
.service-card.featured { color:white;background:linear-gradient(145deg,var(--ink),#20292b);box-shadow:inset 0 0 0 1px rgba(159,216,208,.3); }
.service-card.featured p { color:#b8c1bf; }.service-card.featured li { border-color:rgba(255,255,255,.12); }
.service-icon { width:48px;height:48px;display:grid;place-items:center;background:#dce8e4;border-radius:7px 13px 7px 13px;font-size:19px; }
.featured .service-icon { color:var(--ink);background:var(--cool); }
.card-index { position:absolute;right:27px;top:29px;color:#83908c;font-size:10px; }
.popular { position:absolute;right:0;top:72px;padding:6px 11px;color:white;background:var(--signal);font-size:8px;letter-spacing:1px;font-weight:800; }
.service-card h2,.service-card h3 { margin-top:55px;font-size:24px;letter-spacing:-1px; }.service-card p { min-height:70px;color:var(--muted);line-height:1.6;font-size:13px; }
.service-card ul { list-style:none;padding:0;margin:22px 0; }.service-card li { padding:8px 0;border-bottom:1px solid var(--line);font-size:12px; }.service-card li::before { content:"✓";color:var(--signal);margin-right:10px;font-weight:800; }
.service-card a { position:absolute;bottom:27px;left:30px;font-size:12px;font-weight:800; }.service-card a span { margin-left:12px;color:var(--signal); }

/* Projets */
.projects { color:white;background:var(--dark);background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:60px 60px; }
.projects .section-number { color:var(--cool);border-color:var(--cool); }.projects .kicker { color:#d1d9d7; }
.project-grid { display:grid;grid-template-columns:1.25fr .75fr;gap:34px; }.project-large { grid-row:span 2; }
.project-art { min-height:310px;position:relative;overflow:hidden;border:1px solid rgba(159,216,208,.2);border-radius:8px 22px 8px 22px;transition:transform .4s; }.project-large .project-art { min-height:700px; }.project:hover .project-art { transform:scale(.988); }
.project-archi { background:linear-gradient(135deg,#6eaaa2,#315c57); }.project-archi::before { content:"";position:absolute;width:72%;height:90%;right:-4%;bottom:0;background:linear-gradient(115deg,#e9e9e2 50%,#aeb9b5 51%);clip-path:polygon(38% 0,100% 0,100% 100%,0 100%); }.project-archi::after { content:"";position:absolute;width:37%;height:52%;right:8%;bottom:0;background:var(--ink);clip-path:polygon(55% 0,100% 20%,100% 100%,0 100%,0 22%);box-shadow:inset 15px 0 var(--signal); }
.archi-word { position:absolute;z-index:2;left:8%;top:8%;color:white;font:500 clamp(70px,11vw,160px)/1 "Space Grotesk";letter-spacing:-12px; }.archi-line { position:absolute;z-index:3;left:8%;bottom:14%;width:32px;height:2px;background:var(--signal); }.archi-caption { position:absolute;z-index:3;left:8%;bottom:7%;font:italic 13px Georgia; }
.project-food { background:#d8dbd3; }.plate { position:absolute;width:250px;height:250px;right:-25px;top:25px;border-radius:50%;background:#f5f4ef;box-shadow:0 20px 45px rgba(13,18,20,.22),inset 0 0 0 22px #bdc9c5; }.plate i { position:absolute;width:95px;height:95px;left:78px;top:76px;background:#315c57;border-radius:50%; }.plate span { position:absolute;width:60px;height:25px;left:58px;top:90px;background:var(--signal);border-radius:50%;transform:rotate(-20deg); }.food-type { position:absolute;left:34px;bottom:32px;color:var(--ink);font:500 35px Georgia;letter-spacing:5px; }.food-type small { display:block;margin-top:5px;font:italic 10px Georgia;letter-spacing:1px; }
.project-coach { background:var(--signal); }.coach-sun { position:absolute;width:230px;height:230px;right:-20px;bottom:-40px;border:55px solid var(--paper);border-radius:50%; }.coach-card { position:absolute;left:10%;top:26%;color:var(--ink);font:italic 36px/1.15 Georgia; }.coach-card small { display:block;margin-top:18px;font:600 8px "DM Sans";letter-spacing:2px;text-transform:uppercase; }
.project-info { padding:18px 4px 28px;display:flex;align-items:center;justify-content:space-between; }.project-info h3 { font-size:18px; }.project-info p { margin:4px 0 0;color:#8e9b97;font-size:11px; }.project-info a { width:38px;height:38px;display:grid;place-items:center;border:1px solid #52605d;border-radius:8px;transition:.25s; }.project-info a:hover { color:var(--ink);background:var(--cool); }

/* Méthode */
.method { background:#dde2de; }.method .section-heading { grid-template-columns:1fr 2.55fr; }
.steps { display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line); }.step { min-height:300px;padding:27px 27px 20px 0;border-right:1px solid var(--line); }.step + .step { padding-left:27px; }.step:last-child { border:0; }.step > span { color:#7f8b88;font-size:10px; }
.step-icon { margin:42px 0 28px;width:49px;height:49px;display:grid;place-items:center;color:var(--signal);border:1px solid #8a9793;border-radius:8px 15px 8px 15px;transition:.25s; }.step:hover .step-icon { color:white;background:var(--signal);border-color:var(--signal); }.step h3 { font-size:19px; }.step p { color:var(--muted);font-size:13px;line-height:1.6; }
.promise { margin-top:56px;padding:21px 25px;display:flex;align-items:center;gap:17px;background:#cbdad5;border:1px solid rgba(18,24,26,.1);border-radius:9px; font-size:13px; }.promise-avatar { width:38px;height:38px;display:grid;place-items:center;color:var(--ink);background:var(--cool);border-radius:8px;font-weight:800; }.promise p { font-weight:700; }.promise span { margin-left:auto;color:#5c6966;font-style:italic; }

/* Témoignage */
.testimonial { position:relative;text-align:center;color:var(--ink);background:var(--cool);overflow:hidden; }
.testimonial::before { content:"";position:absolute;width:420px;height:420px;right:-160px;top:-190px;border:70px solid rgba(255,255,255,.15);border-radius:50%; }
.quote-mark { position:absolute;left:50%;top:45px;transform:translateX(-50%);color:rgba(255,255,255,.28);font:180px/1 Georgia; }.testimonial blockquote { max-width:930px;margin:28px auto 38px;position:relative;font:500 clamp(32px,4vw,54px)/1.2 "Space Grotesk";letter-spacing:-2.5px; }.testimonial blockquote em { font-family:Georgia;font-weight:400; }
.quote-author { display:flex;justify-content:center;align-items:center;gap:12px; }.avatar { width:43px;height:43px;display:grid;place-items:center;color:white;background:var(--ink);border-radius:9px;font-size:11px;font-weight:800; }.quote-author div:last-child { text-align:left; }.quote-author b,.quote-author span { display:block; }.quote-author b { font-size:12px; }.quote-author span { margin-top:3px;font-size:10px;opacity:.7; }
.stats { max-width:850px;margin:70px auto 0;padding-top:33px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(18,24,26,.2); }.stats div { border-right:1px solid rgba(18,24,26,.16); }.stats div:last-child { border:0; }.stats strong,.stats span { display:block; }.stats strong { font:700 35px "Space Grotesk"; }.stats strong small { font-size:15px; }.stats span { margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:1px; }

/* Contact et footer */
.contact { position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;color:white;background:var(--dark);background-image:radial-gradient(circle at 15% 65%,rgba(0,224,198,.12),transparent 30%); }.contact-copy { align-self:center; }.contact .section-number { margin-right:12px;color:var(--cool);border-color:var(--cool); }.contact .kicker { color:#b8c8c5; }.contact h1,.contact h2 { margin:28px 0;font-size:clamp(40px,4.2vw,63px);line-height:1.05;letter-spacing:-3px;font-weight:600; }.contact p { max-width:520px;color:#aec0bc;line-height:1.7; }.contact-details { margin-top:43px;display:flex;flex-direction:column;gap:12px;color:#9eb2ae;font-size:12px; }.contact-details a { width:max-content;padding-bottom:6px;color:white;border-bottom:1px solid #42615e; }.contact-details a span { margin-left:10px;color:var(--signal); }
.contact-form { padding:40px;color:var(--ink);background:var(--paper);border:1px solid rgba(0,224,198,.4);border-radius:8px 22px 8px 22px;box-shadow:0 28px 65px rgba(0,0,0,.28); }.field-row { display:grid;grid-template-columns:1fr 1fr;gap:18px; }.contact-form label { display:block;margin-bottom:19px;font-size:11px;font-weight:800; }.contact-form input,.contact-form select,.contact-form textarea { width:100%;margin-top:8px;padding:14px 15px;color:var(--ink);background:var(--surface);border:1px solid #c9d1ce;border-radius:7px;outline:0;font-size:13px;transition:.2s; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--signal);box-shadow:0 0 0 3px rgba(0,224,198,.14); }.contact-form textarea { resize:vertical; }.button-dark { width:100%; }.form-status { min-height:18px!important;margin:10px 0 0!important;color:#007f73!important;text-align:center;font-size:12px!important; }
footer { padding:62px max(7vw,30px) 24px;color:#d9e0de;background:#090e10;border-top:1px solid rgba(159,216,208,.24); }.footer-brand { display:inline-flex;vertical-align:top;flex-direction:column;gap:20px; }.footer-brand p { color:#7e8c88;font-size:13px;line-height:1.6; }.footer-links { width:45%;margin-left:auto;display:inline-flex;vertical-align:top;justify-content:space-around; }.footer-links div { display:flex;flex-direction:column;gap:12px;font-size:12px; }.footer-links span { margin-bottom:6px;color:#66736f;font-size:9px;letter-spacing:1.5px; }.footer-bottom { margin-top:62px;padding-top:21px;display:flex;justify-content:space-between;color:#61706c;border-top:1px solid #283230;font-size:9px; }

/* Palette Automne — inspirée de la référence */
.cursor-glow { background:rgba(196,107,71,.16); }
.site-header { background:rgba(234,221,200,.9);border-color:rgba(123,70,48,.18);box-shadow:0 14px 42px rgba(123,70,48,.1); }
.brand-mark { color:transparent;background:#fbf9f5 url("logo-monogram.png") center/contain no-repeat;box-shadow:0 0 0 1px rgba(123,70,48,.12); }
.header-cta { background:#7b4630;border-color:#7b4630; }
.header-cta:hover { color:#7b4630;background:#a8b4a1;border-color:#a8b4a1; }
.header-cta span { color:#d1a780; }
.hero { background:radial-gradient(circle at 77% 34%,rgba(196,107,71,.2),transparent 34%),linear-gradient(135deg,#eaddc8,#d1a780); }
.hero::before { background-image:linear-gradient(rgba(123,70,48,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(123,70,48,.035) 1px,transparent 1px); }
.hero::after { border-color:rgba(196,107,71,.28);box-shadow:0 0 90px rgba(196,107,71,.1); }
.status-dot { background:#c46b47;box-shadow:0 0 0 4px rgba(196,107,71,.14),0 0 12px rgba(196,107,71,.5); }
h1 em,.section-heading h2 em,.contact h2 em { color:#c46b47; }
.button-primary,.button-dark { background:#7b4630; }
.button span,.text-link span { color:#c46b47; }
.browser-card { background:#613724;border-color:#7b4630;box-shadow:0 36px 80px rgba(97,55,36,.24),0 0 0 1px rgba(168,180,161,.4); }
.browser-top { color:#d1bfa7;background:#7b4630;border-bottom-color:rgba(196,107,71,.45); }
.mock-content { background:#eaddc8; }
.mock-nav,.mock-hero h2 { color:#7b4630; }
.mock-hero button { background:#7b4630; }
.mock-art { background:linear-gradient(150deg,#bec8b8,#8f9f87); }
.vase { background:linear-gradient(90deg,#9d4d31,#c46b47 46%,#a95738);box-shadow:inset -15px 0 25px rgba(97,55,36,.18); }
.vase span { background:#7b4630; }
.leaf { border-left-color:#596553; }
.leaf::after { background:#78856f; }
.orbit { border-color:rgba(123,70,48,.18); }
.floating-card { background:rgba(244,234,217,.94);border-color:rgba(123,70,48,.16);box-shadow:0 14px 35px rgba(97,55,36,.13); }
.floating-card > span { color:#7b4630;background:#a8b4a1; }
.services { background:#eaddc8; }
.service-card { background:rgba(244,234,217,.68);border-color:rgba(123,70,48,.16); }
.service-card.featured { background:linear-gradient(145deg,#7b4630,#613724);box-shadow:inset 0 0 0 1px rgba(168,180,161,.36); }
.featured .service-icon { color:#7b4630;background:#a8b4a1; }
.popular { background:#c46b47; }
.projects { background-color:#613724;background-image:linear-gradient(rgba(234,221,200,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(234,221,200,.025) 1px,transparent 1px); }
.projects .section-number { color:#a8b4a1;border-color:#a8b4a1; }
.project-art { border-color:rgba(168,180,161,.25); }
.project-archi { background:linear-gradient(135deg,#a8b4a1,#74816e); }
.project-archi::before { background:linear-gradient(115deg,#eaddc8 50%,#d1a780 51%); }
.project-archi::after { background:#7b4630;box-shadow:inset 15px 0 #c46b47; }
.archi-word { color:#eaddc8; }
.project-food { background:#d1a780; }
.plate { background:#f4ead9;box-shadow:0 20px 45px rgba(97,55,36,.2),inset 0 0 0 22px #eaddc8; }
.plate i { background:#78856f; }
.plate span { background:#c46b47; }
.food-type,.coach-card { color:#7b4630; }
.project-coach { background:#c46b47; }
.coach-sun { border-color:#eaddc8; }
.project-info a:hover { color:#7b4630;background:#a8b4a1; }
.method { background:#e0cfb3; }
.step-icon { color:#c46b47;border-color:#aa8d78; }
.step:hover .step-icon { background:#c46b47;border-color:#c46b47; }
.promise { background:#c3cbbd;border-color:rgba(123,70,48,.12); }
.promise-avatar { color:#7b4630;background:#a8b4a1; }
.testimonial { color:#7b4630;background:#a8b4a1; }
.testimonial .avatar { background:#7b4630;color:#eaddc8; }
.contact { background:#613724;background-image:radial-gradient(circle at 15% 65%,rgba(196,107,71,.15),transparent 30%); }
.contact-form { color:#7b4630;background:#eaddc8;border-color:rgba(168,180,161,.45);box-shadow:0 28px 65px rgba(97,55,36,.25); }
.contact-form input,.contact-form select,.contact-form textarea { color:#7b4630;background:#f4ead9;border-color:#cdb89b; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:#c46b47;box-shadow:0 0 0 3px rgba(196,107,71,.13); }
.form-status { color:#8f442d!important; }
footer { color:#eaddc8;background:#4d2c1e;border-top-color:rgba(168,180,161,.3); }
.footer-brand p,.footer-links span,.footer-bottom { color:#bba995; }

/* Accueil condensé */
.home-preview { background:#eaddc8; }
.home-preview-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.home-preview-card { min-height:245px;padding:30px;position:relative;background:rgba(244,234,217,.72);border:1px solid var(--line);border-radius:8px 22px 8px 22px;transition:transform .3s,box-shadow .3s; }
.home-preview-card:hover { transform:translateY(-6px);box-shadow:0 22px 50px rgba(97,55,36,.1); }
.home-preview-card > span { color:#c46b47;font:700 10px "Space Grotesk"; }
.home-preview-card h3 { margin:54px 0 14px;font-size:25px;letter-spacing:-1px; }
.home-preview-card p { max-width:320px;color:var(--muted);font-size:13px;line-height:1.7; }
.home-section-link { width:max-content;margin-top:34px;padding-bottom:6px;display:block;border-bottom:1px solid currentColor;font-size:13px;font-weight:800; }
.home-section-link span { margin-left:12px;color:#c46b47; }

.home-teaser { display:grid;grid-template-columns:1fr .85fr;gap:8vw;align-items:center;background:#f4ead9; }
.home-teaser-copy .section-number,.home-teaser-copy .kicker { margin-right:12px; }
.home-teaser-copy h2,.home-about h2,.home-cta h2 { margin:28px 0;font-size:clamp(40px,4.2vw,63px);line-height:1.05;letter-spacing:-3px; }
.home-teaser-copy h2 em,.home-about h2 em,.home-cta h2 em { color:#c46b47;font-family:Georgia,serif;font-weight:400; }
.home-teaser-copy p,.home-about p { max-width:580px;margin-bottom:28px;color:var(--muted);font-size:14px;line-height:1.75; }
.home-teaser-panel { min-height:360px;padding:46px;display:flex;flex-direction:column;justify-content:flex-end;color:#eaddc8;background:linear-gradient(145deg,#7b4630,#613724);border:1px solid rgba(168,180,161,.4);border-radius:8px 28px 8px 28px;box-shadow:0 25px 60px rgba(97,55,36,.18); }
.home-teaser-panel > span { width:max-content;margin-bottom:auto;padding:7px 10px;color:#613724;background:#d1a780;border-radius:5px;font:700 9px "Space Grotesk";letter-spacing:1.4px; }
.home-teaser-panel strong { font:600 clamp(28px,3vw,43px)/1.12 "Space Grotesk";letter-spacing:-2px; }
.home-teaser-panel p { margin:18px 0 0;color:#ddcdb8;font-size:13px;line-height:1.7; }

.home-about { display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:center;background:#e0cfb3; }
.home-about .about-visual { min-height:480px; }
.home-about .section-number { margin-right:12px; }
.home-about .home-section-link { margin-top:31px; }

.home-method { background:#a8b4a1; }
.home-method .section-heading { grid-template-columns:1fr 2.55fr; }
.home-method-grid { display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(123,70,48,.22); }
.home-method-grid article { min-height:210px;padding:28px 27px 18px 0;border-right:1px solid rgba(123,70,48,.22); }
.home-method-grid article + article { padding-left:27px; }
.home-method-grid article:last-child { border-right:0; }
.home-method-grid span { color:#f4ead9;font:700 10px "Space Grotesk"; }
.home-method-grid h3 { margin:54px 0 12px;font-size:20px; }
.home-method-grid p { color:#596553;font-size:13px;line-height:1.6; }

.home-cta { display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:center;color:#eaddc8;background:#613724;background-image:radial-gradient(circle at 18% 55%,rgba(196,107,71,.2),transparent 32%); }
.home-cta .kicker { color:#d1bfa7; }
.home-cta p { max-width:560px;margin:0 0 30px;color:#cdbca8;font-size:14px;line-height:1.75; }
.home-cta .button-primary { color:#7b4630;background:#eaddc8; }
.home-faq-link { min-height:220px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;background:rgba(77,44,30,.7);border:1px solid rgba(168,180,161,.35);border-radius:8px 22px 8px 22px;transition:transform .25s,background .25s; }
.home-faq-link:hover { transform:translateY(-5px);background:#4d2c1e; }
.home-faq-link span { color:#bba995;font-size:12px; }
.home-faq-link strong { font:600 24px "Space Grotesk";letter-spacing:-1px; }

/* Sommaire de la page d'accueil */
.home-directory { background:linear-gradient(145deg,#f4ead9,#eaddc8); }
.directory-heading { max-width:850px;margin-bottom:58px; }
.directory-heading h2 { margin:22px 0;font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-4px; }
.directory-heading h2 em { color:#c46b47;font-family:Georgia,serif;font-weight:400; }
.directory-heading p { max-width:610px;color:var(--muted);font-size:15px;line-height:1.75; }
.directory-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.directory-card { min-height:205px;padding:28px 30px;display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:28px;background:rgba(244,234,217,.74);border:1px solid var(--line);border-radius:8px 22px 8px 22px;transition:transform .3s,box-shadow .3s,background .3s; }
.directory-card:hover { transform:translateY(-6px);background:#f4ead9;box-shadow:0 22px 50px rgba(97,55,36,.11); }
.directory-card:last-child { grid-column:1/-1; }
.directory-index { align-self:start;color:#c46b47;font:700 10px "Space Grotesk"; }
.directory-card small,.directory-card strong { display:block; }
.directory-card small { margin-bottom:11px;color:var(--muted);font-size:11px; }
.directory-card strong { font:600 clamp(25px,3vw,39px) "Space Grotesk";letter-spacing:-1.5px; }
.directory-card i { width:44px;height:44px;display:grid;place-items:center;color:#eaddc8;background:#7b4630;border-radius:8px 14px 8px 14px;font-style:normal;transition:transform .25s,background .25s; }
.directory-card:hover i { transform:rotate(8deg);background:#c46b47; }
.directory-contact { color:#eaddc8;background:linear-gradient(135deg,#7b4630,#613724);border-color:rgba(168,180,161,.4); }
.directory-contact:hover { color:#eaddc8;background:linear-gradient(135deg,#89503a,#613724); }
.directory-contact small { color:#d9c7b1; }
.directory-contact i { color:#7b4630;background:#d1a780; }

/* Aperçus éditoriaux de l'accueil */
.home-glimpses { display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw;background:linear-gradient(145deg,#f4ead9,#eaddc8); }
.glimpses-intro { position:sticky;top:120px;align-self:start; }
.glimpses-intro h2 { margin-top:24px;font-size:clamp(42px,4.8vw,68px);line-height:1.03;letter-spacing:-4px; }
.glimpses-intro h2 em { color:#c46b47;font-family:Georgia,serif;font-weight:400; }
.glimpses-list { border-top:1px solid var(--line); }
.glimpse { min-height:205px;padding:34px 4px;display:grid;grid-template-columns:.55fr 1fr;column-gap:38px;border-bottom:1px solid var(--line); }
.glimpse h3 { font-size:clamp(25px,2.7vw,38px);letter-spacing:-1.5px; }
.glimpse p { max-width:520px;margin:3px 0 23px;color:var(--muted);font-size:14px;line-height:1.7; }
.glimpse a { grid-column:2;width:max-content;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:12px;font-weight:800; }
.glimpse a span { margin-left:9px;color:#c46b47; }
.glimpse-contact { margin-top:18px;padding:34px 28px;color:#eaddc8;background:linear-gradient(135deg,#7b4630,#613724);border:0;border-radius:8px 22px 8px 22px; }
.glimpse-contact p { color:#d8c5af; }
.glimpse-contact a { color:#eaddc8; }

.reveal { opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease; }.reveal.visible { opacity:1;transform:none; }
@media (max-width:980px) {
  .desktop-nav,.header-cta { display:none; }.menu-toggle { display:block; }.site-header.open { height:auto;padding-bottom:18px;flex-wrap:wrap; }.site-header.open .desktop-nav { order:3;width:100%;padding:23px 7px 4px;display:flex;flex-direction:column;gap:17px; }
  .hero { min-height:auto;padding-top:135px;grid-template-columns:1fr; }.hero-copy { max-width:750px; }.hero-visual { margin-top:35px; }.hero-foot { margin-top:12px; }
  .section-heading { grid-template-columns:1fr 2fr; }.section-heading > p { grid-column:2; }.service-grid { grid-template-columns:1fr 1fr; }.service-card:last-child { grid-column:1/-1; }.project-grid { grid-template-columns:1fr; }.project-large .project-art { min-height:540px; }.method .section-heading { grid-template-columns:1fr 2fr; }.steps { grid-template-columns:1fr 1fr; }.step:nth-child(2) { border-right:0; }.contact { grid-template-columns:1fr; }.contact-form { margin-top:18px; }
  .home-teaser,.home-about,.home-cta { grid-template-columns:1fr;gap:55px; }.home-about .about-visual { min-height:420px; }.home-method-grid { grid-template-columns:1fr 1fr; }.home-method-grid article:nth-child(2) { border-right:0; }
  .directory-grid { grid-template-columns:1fr; }.directory-card:last-child { grid-column:auto; }
  .home-glimpses { grid-template-columns:1fr;gap:48px; }.glimpses-intro { position:static; }
}
@media (max-width:640px) {
  .cursor-glow { display:none; }.site-header { top:8px;width:calc(100% - 16px); }.hero,.section { padding-left:20px;padding-right:20px; }.hero { padding-top:120px; }.eyebrow { font-size:9px; }h1 { font-size:51px;letter-spacing:-3.5px; }.hero-lead { font-size:15px; }.hero-actions { align-items:flex-start;flex-direction:column;gap:19px; }.hero-visual { min-height:410px;margin-top:18px; }.browser-card { width:100%;transform:none; }.mock-hero { min-height:275px; }.mock-art { height:230px; }.floating-speed { left:-8px;top:14%; }.floating-mobile { right:-12px;bottom:3%; }.orbit-one { width:350px;height:350px; }.orbit-two { width:450px;height:450px; }.hero-foot { align-items:flex-start;gap:14px;flex-direction:column; }.hero-values { flex-wrap:wrap;gap:14px;font-size:13px; }
  .section { padding-top:82px;padding-bottom:82px; }.section-heading,.method .section-heading { grid-template-columns:1fr;gap:24px; }.section-heading h2 { font-size:41px; }.section-heading > p { grid-column:auto; }.service-grid { grid-template-columns:1fr; }.service-card:last-child { grid-column:auto; }.project-large .project-art,.project-art { min-height:385px; }.archi-word { font-size:84px; }.steps { grid-template-columns:1fr; }.step,.step + .step { min-height:auto;padding:24px 5px;border-right:0;border-bottom:1px solid var(--line); }.step-icon { margin:27px 0 19px; }.promise { align-items:flex-start;flex-wrap:wrap; }.promise span { width:100%;margin-left:55px; }.testimonial blockquote { font-size:33px; }.stats { grid-template-columns:1fr;gap:24px; }.stats div { border:0; }.contact { gap:38px; }.contact-form { padding:24px 18px; }.field-row { grid-template-columns:1fr;gap:0; }footer { padding-left:20px;padding-right:20px; }.footer-links { width:100%;margin-top:42px; }.footer-brand,.footer-links { display:flex; }.footer-bottom { gap:11px;flex-direction:column; }
  .standalone-main { padding-top:74px; }.page-intro { padding:65px 20px 28px; }.page-intro h1 { font-size:46px;letter-spacing:-3px; }.standalone-main .page-section { padding-top:58px; }
  .home-preview-grid,.home-method-grid { grid-template-columns:1fr; }.home-preview-card { min-height:220px; }.home-method .section-heading { grid-template-columns:1fr; }.home-method-grid article,.home-method-grid article + article { min-height:auto;padding:25px 3px;border-right:0;border-bottom:1px solid rgba(123,70,48,.22); }.home-method-grid article:last-child { border-bottom:0; }.home-method-grid h3 { margin-top:28px; }.home-teaser-panel { min-height:310px;padding:30px 24px; }.home-about .about-visual { min-height:350px; }.home-faq-link { min-height:180px; }
  .directory-heading { margin-bottom:38px; }.directory-heading h2 { font-size:43px;letter-spacing:-3px; }.directory-card { min-height:175px;padding:24px 20px;gap:17px; }.directory-card strong { font-size:27px; }
  .glimpses-intro h2 { font-size:43px;letter-spacing:-3px; }.glimpse { min-height:auto;padding:29px 3px;grid-template-columns:1fr;gap:15px; }.glimpse p { margin:0; }.glimpse a { grid-column:1;margin-top:5px; }.glimpse-contact { margin-top:12px;padding:27px 22px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important;transition:none!important; }.reveal { opacity:1;transform:none; } }

/* Contenus éditoriaux complémentaires */
.home-principles { background:#f4ead9; }
.standalone-main > .content-block { min-height:auto; }
.content-block { background:#f4ead9; }
.services-scope { background:#f4ead9; }
.quote-details { background:#eaddc8; }
.design-beliefs { background:#f4ead9; }
.contact-prep { background:#d1a780; }
.principle-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.principle-card { min-height:255px;padding:31px 29px;position:relative;background:rgba(234,221,200,.58);border:1px solid var(--line);border-radius:8px 22px 8px 22px; }
.home-principles .principle-card,.design-beliefs .principle-card { background:rgba(234,221,200,.64); }
.principle-card > span,.detail-card > span { color:var(--signal);font:700 10px "Space Grotesk";letter-spacing:1px; }
.principle-card h3,.detail-card h3 { margin:55px 0 13px;font-size:21px;letter-spacing:-.7px; }
.principle-card p,.detail-card p { margin:0;color:var(--muted);font-size:13px;line-height:1.7; }
.scope-grid { display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line); }
.scope-item { min-height:150px;padding:28px 34px 28px 0;display:grid;grid-template-columns:48px 1fr;gap:18px;border-bottom:1px solid var(--line); }
.scope-item:nth-child(even) { padding-left:34px;border-left:1px solid var(--line); }
.scope-item > span { color:var(--signal);font:700 10px "Space Grotesk"; }
.scope-item h3 { margin-bottom:9px;font-size:18px;letter-spacing:-.5px; }
.scope-item p { max-width:430px;margin:0;color:var(--muted);font-size:13px;line-height:1.65; }
.section-link { margin-top:48px;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:35px;background:#eaddc8;border-left:3px solid var(--signal); }
.section-link p { max-width:650px;margin:0;color:var(--muted);font-size:13px;line-height:1.65; }
.section-link .text-link { flex:0 0 auto; }
.detail-grid { display:grid;gap:18px; }
.detail-grid-four { grid-template-columns:repeat(4,1fr); }
.detail-card { min-height:245px;padding:28px 25px;background:rgba(244,234,217,.62);border:1px solid var(--line);border-radius:8px 19px 8px 19px; }
.contact-prep .detail-card { background:rgba(244,234,217,.55); }
.detail-card h3 { margin-top:48px;font-size:19px; }
.direct-note { margin-top:40px;padding:26px 29px;display:grid;grid-template-columns:.7fr 1.3fr;gap:45px;align-items:start;color:#eaddc8;background:linear-gradient(135deg,#7b4630,#613724);border-radius:8px 22px 8px 22px; }
.direct-note strong { font:600 20px/1.25 "Space Grotesk";letter-spacing:-.6px; }
.direct-note p { margin:0;color:#ddcdb8;font-size:13px;line-height:1.7; }
.faq-footer { max-width:950px;margin:42px 0 0 auto;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid var(--line); }
.faq-footer p { max-width:560px;margin:0;color:var(--muted);font-size:13px;line-height:1.7; }

/* Offre sur mesure */
.offer { background:#f4ead9; }
.offer-layout { display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start; }
.offer-intro { position:sticky;top:115px;padding:42px;color:#eaddc8;background:linear-gradient(145deg,#7b4630,#613724);border:1px solid rgba(168,180,161,.4);border-radius:8px 24px 8px 24px;box-shadow:0 25px 60px rgba(97,55,36,.18); }
.offer-label { display:inline-block;padding:7px 10px;color:#613724;background:#d1a780;border-radius:5px;font:700 9px "Space Grotesk";letter-spacing:1.4px; }
.offer-intro h2,.offer-intro h3 { margin:32px 0 18px;font-size:clamp(29px,3vw,43px);line-height:1.08;letter-spacing:-2px; }
.offer-intro p { margin:0 0 30px;color:#ddcdb8;font-size:14px;line-height:1.75; }
.offer-intro .button { color:#7b4630;background:#eaddc8; }
.pricing-factors { border-top:1px solid var(--line); }
.factor { padding:28px 0;display:grid;grid-template-columns:55px 1fr;gap:20px;border-bottom:1px solid var(--line); }
.factor > span { color:var(--signal);font:700 11px "Space Grotesk"; }
.factor h3 { margin-bottom:8px;font-size:20px;letter-spacing:-.7px; }
.factor p { margin:0;color:var(--muted);font-size:13px;line-height:1.65; }
.offer-note { margin:50px 0 0;padding:18px 22px;color:#66574e;background:#eaddc8;border-left:3px solid var(--signal);font-size:12px;line-height:1.65; }

/* À propos */
.about { display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;align-items:center;background:#d1a780; }
.about-visual { min-height:540px;position:relative;display:flex;align-items:flex-end;justify-content:center;gap:14px;padding:42px;overflow:hidden;color:#eaddc8;background:linear-gradient(155deg,#7b4630,#613724);border-radius:8px 32% 8px 8px;box-shadow:0 28px 60px rgba(97,55,36,.2);font:700 10px "Space Grotesk";letter-spacing:2px; }
.about-visual::before,.about-visual::after { content:"";position:absolute;border:1px solid rgba(234,221,200,.22);border-radius:50%; }
.about-visual::before { width:390px;height:390px;top:-110px;right:-90px; }
.about-visual::after { width:240px;height:240px;top:-35px;right:-15px; }
.about-monogram { width:330px;height:265px;position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);color:transparent;background:#fbf9f5 url("logo-monogram.png") center/contain no-repeat;border-radius:18px;font-size:0;filter:drop-shadow(18px 22px 0 rgba(209,167,128,.14)); }
.about-monogram::before { content:none; }
.about-visual i { width:34px;height:1px;background:#c46b47; }
.about-copy > div:first-child { display:flex;align-items:center;gap:12px; }
.about-copy h2 { margin:30px 0;font-size:clamp(40px,4.2vw,63px);line-height:1.05;letter-spacing:-3px; }
.about-copy h2 em { color:#c46b47;font-family:Georgia,serif;font-weight:400; }
.about-copy > p { color:#66574e;font-size:14px;line-height:1.8; }
.about-copy .about-intro { color:#7b4630;font:600 18px/1.5 "Space Grotesk";letter-spacing:-.35px; }
.about-copy strong { color:#7b4630;font-weight:700; }
.about-values { margin-top:34px;display:grid;gap:0;border-top:1px solid rgba(123,70,48,.2); }
.about-values div { padding:18px 0;display:grid;grid-template-columns:115px 1fr;gap:20px;border-bottom:1px solid rgba(123,70,48,.2); }
.about-values b { font:700 13px "Space Grotesk"; }
.about-values span { color:#66574e;font-size:12px;line-height:1.6; }

/* FAQ */
.faq { background:#eaddc8; }
.faq-list { max-width:950px;margin-left:auto; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list details:first-child { border-top:1px solid var(--line); }
.faq-list summary { padding:25px 4px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font:600 17px "Space Grotesk"; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;color:#eaddc8;background:#7b4630;border-radius:6px;transition:transform .25s; }
.faq-list details[open] summary span { transform:rotate(45deg);background:#c46b47; }
.faq-list details p { max-width:760px;margin:-3px 0 25px;padding-right:48px;color:var(--muted);font-size:13px;line-height:1.75; }

/* Formulaire et liens juridiques */
.privacy-hint { margin:17px 0 0!important;color:#74645a!important;font-size:10px!important;line-height:1.55!important;text-align:center; }
.privacy-hint a { color:#7b4630;text-decoration:underline;text-underline-offset:3px; }
.contact-form button:disabled { cursor:wait;opacity:.72;transform:none;box-shadow:none; }
.form-status.is-loading { color:#74645a!important; }
.form-status.is-success { margin-top:16px!important;padding:12px 14px;color:#4f6049!important;background:rgba(168,180,161,.25);border:1px solid rgba(79,96,73,.2);border-radius:6px; }
.form-status.is-error { margin-top:16px!important;padding:12px 14px;color:#8f442d!important;background:rgba(196,107,71,.12);border:1px solid rgba(143,68,45,.2);border-radius:6px; }
.footer-links { gap:70px;justify-content:flex-end; }

/* Pages d'information */
.legal-page { min-height:100vh;padding:145px max(7vw,30px) 100px;background:linear-gradient(145deg,#f4ead9,#eaddc8); }
.legal-shell { max-width:960px;margin:0 auto; }
.legal-back { display:inline-flex;margin-bottom:28px;padding-bottom:4px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700; }
.legal-page h1 { max-width:900px;font-size:clamp(43px,6vw,72px); }
.legal-lead { max-width:730px;margin:25px 0 42px;color:var(--muted);font-size:15px;line-height:1.75; }
.draft-notice { margin-bottom:42px;padding:18px 20px;color:#613724;background:#d1a780;border:1px solid rgba(123,70,48,.22);border-radius:7px;font-size:12px;line-height:1.65; }
.legal-content { display:grid;gap:18px; }
.legal-block { padding:28px 30px;background:rgba(244,234,217,.74);border:1px solid var(--line);border-radius:8px 19px 8px 19px; }
.legal-block h2 { margin-bottom:14px;font-size:21px;letter-spacing:-.7px; }
.legal-block h3 { margin:22px 0 8px;font-size:15px; }
.legal-block p,.legal-block li { color:var(--muted);font-size:13px;line-height:1.75; }
.legal-block ul { padding-left:20px; }
.legal-block a { color:#8f442d;text-decoration:underline;text-underline-offset:3px; }
.missing-info { color:#8f442d;font-weight:700; }

@media (max-width:980px) {
  .offer-layout,.about { grid-template-columns:1fr; }
  .offer-intro { position:relative;top:auto; }
  .about-visual { min-height:430px; }
  .detail-grid-four { grid-template-columns:1fr 1fr; }
  .footer-links { width:55%; }
}

@media (max-width:640px) {
  .offer-layout { gap:38px; }
  .offer-intro { padding:28px 23px; }
  .about { gap:45px; }
  .about-visual { min-height:370px;padding:28px; }
  .about-monogram { width:245px;height:195px; }
  .about-values div { grid-template-columns:1fr;gap:8px; }
  .principle-grid,.detail-grid-four,.scope-grid { grid-template-columns:1fr; }
  .principle-card,.detail-card { min-height:auto; }
  .principle-card h3,.detail-card h3 { margin-top:35px; }
  .scope-item,.scope-item:nth-child(even) { min-height:auto;padding:24px 0;grid-template-columns:38px 1fr;border-left:0; }
  .section-link,.faq-footer { align-items:flex-start;flex-direction:column;gap:22px; }
  .direct-note { grid-template-columns:1fr;gap:13px;padding:24px 22px; }
  .faq-list summary { font-size:15px; }
  .faq-list details p { padding-right:8px; }
  .footer-links { width:100%;gap:45px;justify-content:flex-start;flex-wrap:wrap; }
  .legal-page { padding:120px 20px 75px; }
  .legal-block { padding:23px 20px; }
}
