:root{--emerald: #2E6B4F;--emerald-velvet: #1F4736;--emerald-deep: #0F3D2A;--gold-light: #FBE9A8;--gold: #E8B65C;--gold-deep: #A9740F;--gold-gradient: linear-gradient( 177deg, #FCEEB6 0%, #F0CE7C 18%, #E3B45D 38%, #D9A648 52%, #E0AE54 66%, #C68E2C 84%, #A9740F 100% );--gold-gradient-text: linear-gradient( 180deg, #FCEEB6 0%, #ECC470 34%, #E0AC4E 60%, #BC8A2A 100% );--amber: #E0A52E;--amber-deep: #C8901E;--cream: #EDE0C8;--cream-soft: #F4ECDB;--text-on-dark: #EDE0C8;--text-on-dark-muted: rgba(237,224,200,.72);--text-on-light: #0F3D2A;--text-on-light-muted: #3a5a4a;--gold-deep-text: #875c0c;--gold-text-on-dark: #f5d88e;--radius: 12px;--radius-sm: 10px;--radius-pill: 100px;--transition: .25s cubic-bezier(.4, 0, .2, 1);--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-wordmark: "Lora", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--surface-brand: var(--emerald);--surface-premium: var(--emerald-velvet);--surface-cream: var(--cream);--surface-footer: var(--emerald-deep);--border-on-dark: rgba(232, 182, 92, .18);--border-on-dark-strong: rgba(232, 182, 92, .5);--border-on-light: rgba(15, 61, 42, .18);--shadow-gold: inset 0 1px 0 rgba(255, 250, 235, .7), inset 0 -2px 3px rgba(120, 80, 12, .3), 0 3px 10px rgba(40, 30, 8, .18);--shadow-gold-hover: inset 0 1px 0 rgba(255, 250, 235, .8), inset 0 -2px 3px rgba(120, 80, 12, .3), 0 5px 16px rgba(40, 30, 8, .24)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%;-webkit-text-size-adjust:100%}html,body{overflow-x:clip}body{font-family:var(--font-sans);background:var(--emerald);color:var(--text-on-dark);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.serif{font-family:var(--font-serif)}.container{width:100%;max-width:560px;margin-inline:auto;padding-inline:1.4rem}.lp-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem clamp(1rem,4vw,1.6rem);background:#0f3d2a8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,182,92,.18)}.lp-brand{display:flex;align-items:center;gap:.45rem;text-decoration:none}.header-mark{width:26px;height:26px;flex-shrink:0}.logo{font-family:var(--font-wordmark);font-size:1.3rem;font-weight:600;color:var(--cream);letter-spacing:.06em}.lp-nav{display:flex;align-items:center;gap:clamp(.6rem,3vw,1.4rem)}.lp-nav>a:not(.nav-cta){font-size:.9rem;font-weight:500;color:#ede0c8d9;text-decoration:none;transition:color .2s ease}.lp-nav>a:not(.nav-cta):hover{color:var(--cream)}@media(max-width:420px){.lp-nav>a:not(.nav-cta){display:none}}.nav-cta{font-size:.85rem;font-weight:600;color:var(--emerald-deep);text-decoration:none;background:var(--gold-gradient);padding:.5rem .9rem;border-radius:var(--radius-pill);box-shadow:var(--shadow-gold);white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.nav-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-gold-hover)}.alveole-gold path.cell{fill:var(--gold)}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:90px 1.4rem 4rem;overflow:hidden;background:radial-gradient(ellipse 90% 55% at 50% 32%,rgba(46,107,79,.55) 0%,transparent 70%),linear-gradient(180deg,var(--emerald-velvet) 0%,var(--emerald) 55%,var(--emerald-velvet) 100%)}.hero-honeycomb{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23E8B65C' stroke-width='1.5'%3E%3Cpath d='M28 0 L56 16 L56 49 L28 65 L0 49 L0 16 Z'/%3E%3Cpath d='M28 50 L56 66 L56 99 L28 115 L0 99 L0 66 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:56px 100px;pointer-events:none}.hero-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-video-wrap video{width:100%;height:100%;object-fit:cover;opacity:1;animation:hero-filter-in .7s cubic-bezier(.16,1,.3,1) 5s forwards}.hero-video-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f3d2a2e,#0f3d2a0a 35%,#0f3d2a47 68%,#1f4736b8);opacity:0;animation:hero-veil-in .7s cubic-bezier(.16,1,.3,1) 5s forwards}@keyframes hero-filter-in{to{opacity:.82}}@keyframes hero-veil-in{to{opacity:1}}.hero-content{position:relative;z-index:2;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:1.4rem}.hero-seal{width:64px;height:64px;margin-bottom:.2rem;animation:seal-glow 4s ease-in-out infinite}@keyframes seal-glow{0%,to{filter:drop-shadow(0 0 0 rgba(232,182,92,0))}50%{filter:drop-shadow(0 0 9px rgba(232,182,92,.5))}}.hero-quote{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;font-weight:400;color:var(--text-on-dark);line-height:1.55;max-width:340px;text-shadow:0 1px 8px rgba(15,61,42,.55)}h1{font-family:var(--font-serif);font-size:clamp(1.9rem,6.5vw,2.6rem);font-weight:500;color:var(--cream);line-height:1.18;letter-spacing:-.015em;text-shadow:0 1px 12px rgba(15,61,42,.6)}.brand-name{font-family:var(--font-wordmark);font-size:clamp(3rem,13vw,4.25rem);font-weight:600;letter-spacing:.04em;line-height:1;background:var(--gold-gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold);padding:.1em 0;filter:drop-shadow(0 2px 6px rgba(15,61,42,.6))}.tagline{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;color:var(--gold-text-on-dark);letter-spacing:.01em;text-shadow:0 1px 8px rgba(15,61,42,.55)}.hero-rule{display:flex;align-items:center;gap:.6rem;width:100%;max-width:200px;opacity:.7}.hero-rule:before,.hero-rule:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.hero-rule svg{width:14px;height:16px;flex-shrink:0}.btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--gold-gradient);color:#4a3208;font-family:var(--font-sans);font-size:.98rem;font-weight:600;text-decoration:none;border:1px solid rgba(146,99,18,.55);border-radius:100px;padding:.95rem 2.25rem;min-height:52px;cursor:pointer;letter-spacing:.02em;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),filter var(--transition);text-align:center;width:100%;box-shadow:inset 0 1px #fffaebb3,inset 0 -2px 3px #78500c4d,0 3px 10px #281e082e}.btn-primary:before{content:"";position:absolute;top:0;left:-60%;width:50%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,252,240,.55) 50%,transparent 100%);transform:skew(-18deg);transition:left .6s ease;pointer-events:none}.btn-primary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03) saturate(1.02);box-shadow:inset 0 1px #fffaebcc,inset 0 -2px 3px #78500c4d,0 5px 16px #281e083d}.btn-primary:hover:not(:disabled):before{left:120%}.btn-primary:active:not(:disabled){transform:translateY(0) scale(.99)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn-primary>*{position:relative;z-index:1}.scroll-hint{position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.35rem;opacity:.5;animation:bob 2.4s ease-in-out infinite}.scroll-hint span{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.scroll-hint-arrow{width:14px;height:14px;border-right:1.5px solid var(--gold);border-bottom:1.5px solid var(--gold);transform:rotate(45deg)}@keyframes bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.section{padding:4.5rem 0}.section-eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gold-deep-text);margin-bottom:.85rem}.section-title{font-family:var(--font-serif);font-size:clamp(1.55rem,5.5vw,2.1rem);font-weight:500;line-height:1.22}.section-text{font-size:1.05rem;line-height:1.7;max-width:420px}.bg-cream{background:var(--cream);color:var(--text-on-light)}.bg-cream .section-title{color:var(--emerald-deep)}.bg-cream .section-text{color:var(--text-on-light-muted)}.bg-emerald{background:var(--emerald);color:var(--text-on-dark)}.bg-emerald .section-title{color:var(--cream)}.bg-emerald .section-text{color:#ede0c8f2}.bg-emerald .section-eyebrow{color:var(--gold-text-on-dark)}.bg-velvet{background:var(--emerald-velvet);color:var(--text-on-dark)}.bg-velvet .section-title{color:var(--cream)}.bg-velvet .section-text{color:var(--text-on-dark-muted)}.bg-velvet .section-eyebrow{color:var(--gold)}.bg-amber{background:linear-gradient(165deg,#e0a52e,#eabb54 55%,#f4d078);color:var(--emerald-deep)}.bg-amber .section-title{color:var(--emerald-deep)}.bg-amber .section-text{color:#244a37}.bg-amber .section-eyebrow{color:var(--emerald-deep)}.bg-deep{background:radial-gradient(ellipse 72% 52% at 50% 40%,rgba(224,165,46,.18) 0%,transparent 70%),linear-gradient(180deg,#0b3122 0%,var(--emerald-deep) 52%,#0b3122 100%);color:var(--text-on-dark)}.bg-deep .section-title{color:var(--cream)}.bg-deep .section-text{color:#ede0c8e6}.bg-deep .section-eyebrow{color:var(--gold-text-on-dark)}.fullbleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.section-geste{background:var(--cream)}.geste-intro{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center;padding-top:5rem;padding-bottom:2.5rem}.geste-carousel{position:relative;height:300vh}.geste-carousel-viewport{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;align-items:center}.geste-carousel-track{display:flex;height:100vh;will-change:transform}.geste-slide{position:relative;flex:0 0 100vw;height:100vh;margin:0;overflow:hidden;background:var(--cream-dark)}.geste-slide img{width:100%;height:100%;object-fit:cover;display:block}.geste-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,61,42,.62) 0%,transparent 42%);z-index:1;pointer-events:none}.geste-slide figcaption{position:absolute;left:2rem;bottom:2.2rem;display:flex;align-items:baseline;gap:.7rem;font-family:var(--font-serif);font-size:clamp(1.4rem,5vw,2rem);font-weight:500;color:var(--cream);text-shadow:0 1px 12px rgba(15,61,42,.7);z-index:2}.geste-slide-num{font-size:.8rem;letter-spacing:.14em;font-weight:600;color:var(--gold-light);opacity:.9}@media(prefers-reduced-motion:reduce){.geste-carousel{height:auto}.geste-carousel-viewport{position:static;height:auto;display:block;overflow:visible}.geste-carousel-track{flex-direction:column;height:auto;transform:none!important}.geste-slide{flex-basis:auto;height:auto}.geste-slide img{aspect-ratio:4 / 3;height:auto}}.origine-image,.bouteille-image{margin:0 0 .6rem;width:100%;overflow:hidden;background:#0f3d2a66}.origine-image img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.hovervideo{position:relative;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.hovervideo img,.hovervideo .origine-video{pointer-events:none}.origine-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .55s ease;pointer-events:none;z-index:1}.hovervideo.is-playing .origine-video{opacity:1}.hovervideo-hint{position:absolute;right:.9rem;bottom:.9rem;z-index:2;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--cream);background:#0f3d2a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(232,182,92,.3);border-radius:999px;transition:opacity .4s ease;pointer-events:none}.hovervideo-hint:before{content:"";width:0;height:0;border-left:7px solid var(--gold);border-top:4.5px solid transparent;border-bottom:4.5px solid transparent}.hovervideo.is-playing .hovervideo-hint{opacity:0}.bouteille-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.bouteille-showcase{border-radius:16px;overflow:hidden;margin:0 0 1.7rem;box-shadow:0 28px 55px -18px #0009,0 0 0 1px #e8b65c40,inset 0 0 0 1px #ffffff0a}.section-bouteille .container{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.section-origine .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.origine-seal{width:86px;height:86px}.origine-points{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.7rem;width:100%;max-width:360px;margin-top:.4rem}.origine-points li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text-on-dark);background:#ede0c80f;border:1px solid rgba(232,182,92,.2);border-radius:10px;padding:.7rem .9rem;text-align:left}.origine-points .pt-hex{width:14px;height:16px;flex-shrink:0}.bg-amber .origine-points li{color:var(--emerald-deep);background:#0f3d2a0f;border-color:#0f3d2a38}.bg-amber .origine-points .pt-hex path{fill:var(--emerald-deep)}.bg-amber .origine-points li:hover{border-color:#0f3d2a66;background:#0f3d2a1a}.section-faq .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.faq-list{width:100%;max-width:620px;margin-top:1.4rem;text-align:left}.faq-item{border-bottom:1px solid rgba(15,61,42,.14)}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 2.2rem 1.1rem 0;position:relative;font-family:var(--font-serif);font-size:1.08rem;font-weight:500;color:var(--emerald-deep);transition:color .2s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--gold-deep)}.faq-item summary:after{content:"";position:absolute;right:.4rem;top:50%;width:9px;height:9px;border-right:2px solid var(--gold-deep);border-bottom:2px solid var(--gold-deep);transform:translateY(-70%) rotate(45deg);transition:transform .25s ease}.faq-item[open] summary:after{transform:translateY(-30%) rotate(-135deg)}.faq-item p{margin:0 0 1.15rem;padding-right:2.2rem;font-size:1rem;line-height:1.7;color:var(--text-on-light-muted)}.faq-item[open] summary{color:var(--gold-deep)}.section-form .container{display:flex;flex-direction:column;align-items:center;gap:1.8rem}.form-header{text-align:center}.section-form form{width:100%;display:flex;flex-direction:column;gap:.9rem}.field-group{display:flex;flex-direction:column;gap:.4rem}.field-group label{font-size:.85rem;font-weight:600;color:var(--emerald-deep)}.field-group input[type=email]{width:100%;padding:.95rem 1.1rem;font-size:1rem;font-family:var(--font-sans);background:var(--cream-soft);border:1.5px solid rgba(15,61,42,.18);border-radius:var(--radius);color:var(--emerald-deep);transition:border-color var(--transition),box-shadow var(--transition);min-height:52px}.field-group input[type=email]::placeholder{color:#0f3d2a66}.field-group input[type=email]:focus{border-color:var(--emerald);outline:none;box-shadow:0 0 0 3px #2e6b4f2e}.field-group input[aria-invalid=true]{border-color:#b3261e}.field-error{color:#8c1d18;font-size:.85rem;display:flex;align-items:flex-start;gap:.35rem}.field-info{color:var(--emerald);font-size:.85rem;font-weight:500}.consent{font-size:.76rem;color:var(--text-on-light-muted);text-align:center;line-height:1.55}.form-success{text-align:center;padding:2.5rem 0 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.success-seal{width:64px;height:64px}.form-success h3{font-family:var(--font-serif);font-size:1.6rem;color:var(--emerald-deep);font-weight:500}.form-success p{color:var(--text-on-light-muted);font-size:.98rem}.section-survey{outline:none}.section-survey .container{display:flex;flex-direction:column;gap:.4rem}.survey-sub{color:#ede0c8f2;font-size:.92rem;margin-bottom:1.6rem}.section-survey form{display:flex;flex-direction:column;gap:2rem}.section-survey fieldset{border:none;padding:0}.section-survey legend{font-family:var(--font-serif);font-size:1.1rem;color:var(--cream);font-weight:500;margin-bottom:.8rem;line-height:1.4}.legend-hint{font-size:.78rem;color:#ede0c8f2;font-family:var(--font-sans);font-weight:400}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.radio-option,.checkbox-option{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;background:#ede0c80f;border:1.5px solid rgba(232,182,92,.18);border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition),background var(--transition);min-height:52px}.radio-option:hover,.checkbox-option:hover{border-color:#e8b65c80}.radio-option input,.checkbox-option input{accent-color:var(--gold);width:18px;height:18px;flex-shrink:0}.radio-option span,.checkbox-option span{font-size:.95rem;color:var(--text-on-dark)}.radio-option:has(input:checked),.checkbox-option:has(input:checked){border-color:var(--gold);background:#e8b65c1a}.survey-actions{display:flex;flex-direction:column;gap:.7rem;align-items:center}.btn-skip{background:none;border:none;color:var(--text-on-dark-muted);font-size:.88rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:.5rem;min-height:44px;transition:color var(--transition)}.btn-skip:hover{color:var(--cream)}.section-survey-done{text-align:center;padding:3rem 0 4rem}.survey-thanks{font-family:var(--font-serif);font-style:italic;font-size:1.35rem;color:var(--cream)}.reserve-block{margin-top:2.5rem;padding:2rem 1.5rem;border:1px solid rgba(232,182,92,.35);border-radius:16px;background:#0f3d2a59;display:flex;flex-direction:column;align-items:center;gap:.9rem}.reserve-seal{width:40px;height:40px}.reserve-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:500;color:var(--cream);line-height:1.3}.reserve-text{color:#ede0c8f2;font-size:.95rem;line-height:1.6;max-width:380px}.reserve-block .btn-primary{margin-top:.4rem}.reserve-note{font-size:.76rem;color:#ede0c8a6;line-height:1.5}.section-precommande .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.precommande-seal{width:48px;height:48px;margin-bottom:.2rem}.section-precommande .section-text{max-width:440px}.precommande-card{width:100%;max-width:420px;margin-top:1.6rem;padding:1.6rem 1.4rem 1.5rem;border:1px solid rgba(232,182,92,.35);border-radius:18px;background:#0f3d2a66;display:flex;flex-direction:column;align-items:center;gap:1.1rem}.qty{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qty-label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--gold-text-on-dark)}.qty-stepper{display:flex;align-items:center;gap:.4rem;background:#ede0c80f;border:1px solid rgba(232,182,92,.28);border-radius:var(--radius-pill);padding:.35rem}.qty-btn{width:44px;height:44px;border-radius:50%;border:none;background:#ede0c81a;color:var(--cream);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.qty-btn:hover:not(:disabled){background:#e8b65c40}.qty-btn:active:not(:disabled){transform:scale(.94)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{min-width:3rem;text-align:center;font-family:var(--font-serif);font-size:1.9rem;font-weight:500;color:var(--cream)}.qty-min{font-size:.74rem;color:#ede0c899}.precommande-total{display:flex;flex-direction:column;align-items:center;gap:.1rem}.total-amount{font-family:var(--font-serif);font-size:2.2rem;font-weight:600;color:var(--gold-text-on-dark);line-height:1}.total-note{font-size:.8rem;color:#ede0c8b3}.precommande-card .btn-primary{width:100%}.precommande-card .reserve-note{font-size:.76rem;color:#ede0c8a6;line-height:1.5}.soft-email{width:100%;max-width:420px;margin-top:1.8rem;text-align:center}.soft-email-label{display:block;font-size:.86rem;color:#ede0c8cc;margin-bottom:.55rem}.soft-email-row{display:flex;gap:.5rem}.soft-email-row input{flex:1;min-width:0;height:var(--control-h);padding:0 1rem;border-radius:var(--radius);border:1px solid rgba(232,182,92,.3);background:#ede0c80f;color:var(--cream);font-size:.95rem}.soft-email-row input::placeholder{color:#ede0c873}.btn-ghost{height:var(--control-h);padding:0 1.1rem;border-radius:var(--radius);border:1px solid rgba(232,182,92,.5);background:transparent;color:var(--gold-text-on-dark);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease}.btn-ghost:hover:not(:disabled){background:#e8b65c24}.soft-email .consent{margin-top:.5rem;font-size:.72rem;color:#ede0c88c}.soft-email-done{margin-top:1.8rem;color:var(--cream);font-size:.98rem}footer{background:var(--emerald-deep);padding:2.75rem 0;text-align:center}footer .container{display:flex;flex-direction:column;gap:.7rem;align-items:center}.footer-seal{width:40px;height:40px;margin-bottom:.2rem;opacity:.85}.footer-name{font-family:var(--font-wordmark);font-size:1.25rem;letter-spacing:.12em;color:var(--gold)}.footer-tagline{font-family:var(--font-serif);font-style:italic;font-size:.92rem;color:var(--text-on-dark-muted)}.legal{font-size:.76rem;color:#ede0c8a6;font-style:italic;max-width:340px;margin-top:.4rem}.footer-copy{font-size:.74rem;color:#ede0c8a6;letter-spacing:.06em}.reveal-child{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.is-visible .reveal-child{opacity:1;transform:translateY(0)}.fade-in-up{animation:fade-in-up .6s cubic-bezier(.16,1,.3,1) both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.geste-step,.geste-step-hex{transition:transform .35s cubic-bezier(.16,1,.3,1)}.geste-step:hover{transform:translateY(-3px)}.geste-step:hover .geste-step-hex{transform:scale(1.08)}.origine-points li{transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,background .3s ease}.origine-points li:hover{transform:translateY(-2px);border-color:#e8b65c73;background:#ede0c81a}.radio-option,.checkbox-option{transition:transform .25s cubic-bezier(.16,1,.3,1),border-color var(--transition),background var(--transition)}.radio-option:hover,.checkbox-option:hover{transform:translate(3px)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important}.scroll-hint{display:none}.hero-seal{animation:none}.hero-video-wrap video{animation:none;opacity:.82}.hero-video-wrap:after{animation:none;opacity:1}.reveal-child{opacity:1;transform:none}.fade-in-up{animation:none}.geste-step:hover,.geste-step:hover .geste-step-hex,.origine-points li:hover,.radio-option:hover,.checkbox-option:hover{transform:none}}@media(min-width:640px){.hero-content{max-width:500px}.section{padding:6rem 0}}.construction{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem 1.4rem;overflow:hidden;background:radial-gradient(ellipse 90% 55% at 50% 38%,rgba(46,107,79,.55) 0%,transparent 70%),linear-gradient(180deg,var(--emerald-velvet) 0%,var(--emerald) 55%,var(--emerald-velvet) 100%)}.construction-honeycomb{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23E8B65C' stroke-width='1.5'%3E%3Cpath d='M28 0 L56 16 L56 49 L28 65 L0 49 L0 16 Z'/%3E%3Cpath d='M28 50 L56 66 L56 99 L28 115 L0 99 L0 66 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:56px 100px;pointer-events:none}.construction-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;max-width:460px}.construction-brand{font-family:var(--font-wordmark);font-size:clamp(2.6rem,12vw,3.6rem);font-weight:600;letter-spacing:.04em;line-height:1;background:var(--gold-gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold);padding:.1em 0;filter:drop-shadow(0 1px 1px rgba(15,61,42,.45))}.construction-rule{width:60px;height:1px;margin:.2rem 0 .4rem;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.construction-title{font-family:var(--font-serif);font-size:clamp(1.5rem,6vw,2.1rem);font-weight:500;color:var(--cream);line-height:1.25}.construction-text{font-size:1rem;line-height:1.7;color:#ede0c8d9;max-width:380px}.construction-cta{margin-top:.6rem;display:inline-block;font-weight:600;font-size:.98rem;color:var(--emerald-deep);text-decoration:none;background:var(--gold-gradient);padding:.85rem 1.9rem;border-radius:var(--radius-pill);box-shadow:var(--shadow-gold);transition:transform .2s ease,box-shadow .2s ease}.construction-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-gold-hover)}.construction-mail{font-size:.9rem}.construction-mail a{color:var(--gold-text-on-dark);text-decoration:none;border-bottom:1px solid rgba(245,216,142,.4)}.construction-mail a:hover{color:var(--cream)}.construction-tagline{margin-top:1rem;font-family:var(--font-serif);font-style:italic;font-size:.92rem;color:var(--gold-text-on-dark)}
