@layer reset,base,layout,components,utilities;*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}em{font-style:normal}:root{--burgundy: #7A0000;--burgundy-deep: #3A0A12;--burgundy-glow: hsl(350 60% 15% / .35);--cream: #E9E3CE;--cream-warm: #F0EBE3;--paper: #E8E2D8;--brown: #2C1810;--brown-soft: #3D2518;--text-dark: #2C1810;--text-dark-muted: #6B5A60;--text-light: #E9E3CE;--text-light-muted: hsl(30 12% 75%);--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 48px;--s-8: 64px;--s-9: 80px;--s-10: 96px;--s-11: 120px;--s-12: 160px;--font-serif: "Perandory", "Didot", "Georgia", serif;--font-sans: "Outfit", "Helvetica Neue", sans-serif;--text-xs: clamp(.75rem, .7rem + .15vw, .8rem);--text-sm: clamp(.875rem, .82rem + .18vw, .95rem);--text-base: clamp(1rem, .95rem + .2vw, 1.1rem);--text-lg: clamp(1.125rem, 1.05rem + .3vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .5vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.2rem + 1vw, 2rem);--text-3xl: clamp(2rem, 1.5rem + 1.8vw, 2.8rem);--text-4xl: clamp(2.5rem, 1.8rem + 2.5vw, 4rem);--text-5xl: clamp(3rem, 2rem + 3.5vw, 5.5rem);--text-hero: clamp(3.5rem, 2rem + 5.5vw, 8rem);--text-massive: clamp(4rem, 2rem + 8vw, 12rem);--r-sm: 2px;--r-md: 4px;--r-lg: 8px;--r-xl: 14px;--z-loader: 9999;--z-cursor: 9000;--z-nav: 100;--z-sticky: 1100;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto}body{font-family:var(--font-sans);font-weight:400;line-height:1.6;color:var(--text-dark);background:var(--cream);overflow-x:hidden}p{text-wrap:pretty}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font:inherit}ul,ol{list-style:none}.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}.container{width:100%;max-width:1400px;margin:0 auto;padding-inline:var(--s-5)}@media(min-width:768px){.container{padding-inline:var(--s-7)}}@media(min-width:1280px){.container{padding-inline:var(--s-8)}}.grain{position:fixed;inset:0;pointer-events:none;z-index:10000;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.loader{position:fixed;inset:0;z-index:var(--z-loader);background:var(--cream);overflow:hidden}.loader__half{position:absolute;left:0;right:0;width:100%;height:50vh;line-height:0;overflow:hidden}.loader__half--top{top:0}.loader__half--bottom{bottom:0}.loader__half svg{width:100%;height:100%;display:block}.loader__col-sabliere{stroke-dasharray:800;stroke-dashoffset:800}.loader__col-poteau{stroke-dasharray:200;stroke-dashoffset:200}.loader__col-motif{stroke-dasharray:400;stroke-dashoffset:400}.loader__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 42% 55% at 50% 50%,rgba(233,227,206,.72) 0%,rgba(233,227,206,.38) 52%,transparent 100%)}.loader__clef-canvas{display:block;margin-bottom:8px}.loader__rule--top,.loader__rule--bot{width:80px;height:1px;background:#7a0000;transform-origin:center;transform:scaleX(0);opacity:0}.loader__rule--top{margin-bottom:18px}.loader__rule--bot{margin-top:18px}.loader__name-wrap{overflow:hidden;line-height:1}.loader__name{display:block;font-family:Perandory,serif;font-size:clamp(2rem,4.5vw,3.6rem);color:#7a0000;letter-spacing:.06em;transform:translateY(110%);text-shadow:0 0 24px rgba(233,227,206,.7)}.loader__location{font-family:Outfit,sans-serif;font-weight:300;font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:#7a0000;opacity:0;margin:12px 0 0}.loader__progress{position:absolute;bottom:28px;left:20%;right:20%;height:1px;background:#6218251f;z-index:2}.loader__progress-fill{height:100%;background:var(--burgundy);transform:scaleX(0);transform-origin:left center;opacity:.6}.cursor{display:none;position:fixed;top:0;left:0;width:24px;height:24px;border:2px solid var(--burgundy);background:#7a000014;border-radius:50%;pointer-events:none;z-index:var(--z-cursor);transform:translate(-50%,-50%);transition:width .4s var(--ease-out-expo),height .4s var(--ease-out-expo),border-color .3s,background .3s}.cursor.is-hover{width:64px;height:64px;background:#7a1f2e1f;border-color:var(--cream)}.cursor.is-hover-light{width:64px;height:64px;border-color:var(--burgundy-deep);background:#58414514;mix-blend-mode:normal}@media(min-width:768px)and (pointer:fine){.cursor{display:block}body,a,button,[data-magnetic],[data-cursor]{cursor:none}}.nav{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);padding:var(--s-5) 0;transition:background .5s,padding .4s,backdrop-filter .5s}.nav.is-scrolled{background:#f6f3eef0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:var(--s-3) 0;border-bottom:1px solid hsl(350 20% 60% / .15)}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:400;font-style:italic;color:var(--text-dark);letter-spacing:.02em;transition:opacity .3s}.nav__logo:hover{opacity:.7}.nav__links{display:none;gap:var(--s-7)}@media(min-width:768px){.nav__links{display:flex}}.nav__links a{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:400;color:var(--text-dark-muted);text-transform:uppercase;letter-spacing:.08em;position:relative;transition:color .3s}.nav__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--burgundy);transition:width .4s var(--ease-out-expo)}.nav__links a:hover{color:var(--text-dark)}@media(hover:hover){.nav__links a:hover:after{width:100%}}.nav__cta{display:none;font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--cream);padding:var(--s-2) var(--s-5);background:var(--burgundy);border:1px solid var(--burgundy);border-radius:var(--r-sm);transition:background .3s,border-color .3s}@media(min-width:768px){.nav__cta{display:block}}@media(hover:hover){.nav__cta:hover{background:var(--burgundy-deep);border-color:var(--burgundy-deep)}}.nav__burger{display:flex;flex-direction:column;gap:5px;padding:10px;min-width:44px;min-height:44px;align-items:center;justify-content:center}@media(min-width:768px){.nav__burger{display:none}}.nav__burger span{display:block;width:24px;height:1.5px;background:var(--text-dark);transition:transform .3s,opacity .3s}.nav__burger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__burger.is-open span:nth-child(2){opacity:0}.nav__burger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:calc(var(--z-nav) - 1);background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--s-7);opacity:0;pointer-events:none;transition:opacity .5s var(--ease-out-expo)}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu a{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:300;color:var(--text-dark);transition:color .3s}.mobile-menu a:hover{color:var(--burgundy)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a}.hero__media{position:absolute;inset:0;z-index:1}.hero__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#00000073,#000000a6);z-index:2}.hero__content{position:relative;z-index:3;text-align:center;padding:var(--s-8) var(--s-5);max-width:800px}.hero__eyebrow{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:var(--cream);margin-bottom:var(--s-5);overflow:hidden;opacity:.8}.hero__eyebrow span{display:inline-block}.hero__title{font-family:var(--font-serif);font-size:var(--text-hero);font-weight:300;line-height:.95;color:var(--cream);letter-spacing:.04em;margin-bottom:var(--s-6);text-wrap:balance}.hero__title em{font-weight:400;color:var(--cream);font-style:normal}.hero__title .word{display:inline-block;overflow:hidden;padding:0 .04em}.hero__title .word-inner{display:inline-block}.hero__subtitle{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:#ddd9d4;max-width:500px;margin:0 auto var(--s-7);line-height:1.7}.hero__cta{display:inline-flex;align-items:center;gap:var(--s-3);padding:var(--s-4) var(--s-7);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--burgundy-deep);background:var(--cream);border:1px solid var(--cream);border-radius:var(--r-sm);position:relative;overflow:hidden;transition:background .4s,color .4s;min-height:48px;margin-bottom:var(--s-7)}@media(hover:hover){.hero__cta:hover{background:var(--cream-warm);color:var(--burgundy)}}.hero__scroll{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--s-3);color:#c7bfb8;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;font-family:var(--font-sans)}.hero__scroll-line{width:1px;height:40px;background:var(--cream);transform-origin:top;animation:pulse-line 2s ease-in-out infinite}@keyframes pulse-line{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.4}}.statement{background:var(--cream);padding:var(--s-12) 0;text-align:center;overflow:hidden}.statement__text{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;line-height:1.18;color:var(--text-dark);letter-spacing:.03em;max-width:1020px;margin:0 auto;text-wrap:balance}.statement__text em{color:var(--burgundy)}.statement__text .line{display:block;overflow:hidden}.statement__text .line-inner{display:block}.statement__accent{display:inline-block;font-family:var(--font-serif);font-size:1.15em;font-style:italic;color:var(--burgundy);transform:rotate(-1.5deg)}.statement__divider{width:60px;height:1px;background:var(--burgundy);margin:var(--s-7) auto 0;transform:scaleX(0)}.experience__header-wrap,.experience{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200'%3E%3Cdefs%3E%3Cfilter id='d' x='-3%25' y='-3%25' width='106%25' height='106%25'%3E%3CfeGaussianBlur in='SourceAlpha' stdDeviation='2.5' result='s'/%3E%3CfeOffset dx='2' dy='2' in='s' result='o'/%3E%3CfeFlood flood-color='%232C0000' flood-opacity='0.45' result='c'/%3E%3CfeComposite operator='in' in='c' in2='o' result='cs'/%3E%3CfeMerge%3E%3CfeMergeNode in='cs'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Crect width='800' height='200' fill='%23E9E3CE'/%3E%3Cg filter='url(%23d)'%3E%3Cline x1='0' y1='0' x2='800' y2='0' stroke='%237A0000' stroke-width='3'/%3E%3Cline x1='0' y1='200' x2='800' y2='200' stroke='%237A0000' stroke-width='3'/%3E%3Cline x1='3' y1='0' x2='3' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='160' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='320' y1='0' x2='320' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='480' y1='0' x2='480' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='640' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='797' y1='0' x2='797' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='51' y1='0' x2='51' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='105' y1='0' x2='105' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='3' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='160' y1='0' x2='320' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='320' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='191' y1='33' x2='232' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='214' y1='60' x2='280' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='288' y1='34' x2='263' y2='20' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='278' y1='53' x2='318' y2='70' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='162' y1='86' x2='217' y2='122' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='162' y1='158' x2='180' y2='170' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='197' y1='51' x2='172' y2='88' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='199' y1='157' x2='238' y2='185' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='278' y1='152' x2='223' y2='199' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='268' y1='199' x2='295' y2='174' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='256' y1='84' x2='318' y2='114' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='272' y1='138' x2='301' y2='109' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='361' y1='0' x2='361' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='400' y1='0' x2='400' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='441' y1='0' x2='441' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='320' y1='200' x2='400' y2='0' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='480' y1='200' x2='400' y2='0' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='480' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='640' y1='0' x2='480' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='511' y1='33' x2='552' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='534' y1='60' x2='600' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='608' y1='34' x2='583' y2='20' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='598' y1='53' x2='638' y2='70' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='482' y1='86' x2='537' y2='122' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='482' y1='158' x2='500' y2='170' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='517' y1='51' x2='492' y2='88' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='519' y1='157' x2='558' y2='185' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='598' y1='152' x2='543' y2='199' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='588' y1='199' x2='615' y2='174' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='576' y1='84' x2='638' y2='114' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='592' y1='138' x2='621' y2='109' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='691' y1='0' x2='691' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='745' y1='0' x2='745' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='797' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:100% auto;position:relative}.experience__header-wrap:after,.experience:after{content:"";position:absolute;inset:0;background:#290000c7;pointer-events:none}.experience__header{padding:var(--s-11) 0 var(--s-8);text-align:center;position:relative;z-index:1}.experience{overflow:hidden}.experience__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--text-light-muted);margin-bottom:var(--s-4);display:inline-flex;align-items:center;gap:var(--s-3)}.experience__label:before{content:"";display:block;width:20px;height:1px;background:currentColor;opacity:.6;flex-shrink:0}.experience__heading{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;color:var(--text-light);letter-spacing:.04em}.experience__track{display:flex;width:max-content;position:relative;z-index:1}.experience__panel{width:100vw;height:80vh;min-height:500px;flex-shrink:0;display:grid;grid-template-columns:1fr;align-items:center;padding:var(--s-7);position:relative}@media(max-width:767px){.experience__track{flex-direction:column;width:100%}.experience__panel{width:100%;height:auto;min-height:auto;padding:var(--s-6) var(--s-5);gap:var(--s-5)}.experience__panel-img{height:250px;min-height:200px}}@media(min-width:768px){.experience__panel{width:85vw;grid-template-columns:1fr 1fr;gap:var(--s-8);padding:var(--s-8)}}.experience__panel-img{position:relative;overflow:hidden;border-radius:var(--r-lg);height:100%;min-height:300px}.experience__panel-img img{width:100%;height:100%;object-fit:cover}.experience__panel-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,hsl(350 50% 8% / .3),transparent 50%)}.experience__panel-content{display:flex;flex-direction:column;justify-content:center;padding:var(--s-6) 0}.experience__panel-number{font-family:var(--font-serif);font-size:clamp(5rem,13vw,13rem);font-weight:300;color:#ad9fa10f;line-height:.85;position:absolute;top:var(--s-5);right:var(--s-6);pointer-events:none;user-select:none}.experience__panel-title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:300;color:var(--text-light);letter-spacing:.04em;margin-bottom:var(--s-5);line-height:1.2}.experience__panel-desc{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:var(--text-light-muted);line-height:1.8;max-width:420px}.experience__panel-detail{font-family:var(--font-serif);font-size:var(--text-xl);font-style:italic;color:#c0b8afa6;margin-top:var(--s-6);transform:rotate(-1.5deg);display:inline-block;padding-left:var(--s-3);border-left:1px solid hsl(30 12% 72% / .3)}.galerie{background:var(--cream);padding:var(--s-10) 0 var(--s-11);overflow:hidden}.galerie__header{margin-bottom:var(--s-8)}.galerie__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);margin-bottom:var(--s-3);display:inline-flex;align-items:center;gap:var(--s-3)}.galerie__label:before{content:"";display:block;width:20px;height:1px;background:var(--burgundy);flex-shrink:0}.galerie__heading{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;color:var(--text-dark);letter-spacing:.03em;line-height:1.1}.galerie__heading em{color:var(--burgundy);font-style:italic}.galerie__swipe-hint{display:flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:0 var(--s-6);margin-bottom:var(--s-4)}.galerie__swipe-hint svg:first-child{animation:swipeLeft 2.2s ease-in-out infinite}.galerie__swipe-hint svg:last-child{animation:swipeRight 2.2s ease-in-out infinite}@keyframes swipeLeft{0%,to{transform:translate(0)}50%{transform:translate(-5px)}}@keyframes swipeRight{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.galerie__track{display:flex;gap:var(--s-4);padding:0 var(--s-6);touch-action:pan-y;user-select:none;cursor:grab;will-change:transform}.galerie__track.is-dragging{cursor:grabbing}.galerie__item{flex-shrink:0;overflow:hidden;border-radius:var(--r-md);width:72vw;max-width:300px;height:300px}.galerie__item--tall{height:380px;align-self:flex-start}.galerie__item--wide{width:80vw;max-width:420px;height:240px;align-self:flex-end}.galerie__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out-expo)}@media(hover:hover){.galerie__item:hover img{transform:scale(1.06)}}@media(min-width:768px){.galerie__item{width:380px;height:420px}.galerie__item--tall{height:520px}.galerie__item--wide{width:520px;height:360px}}.carte{background:var(--cream);padding:var(--s-11) 0 var(--s-12);overflow:hidden}.carte__header{text-align:center;margin-bottom:var(--s-10)}.carte__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);margin-bottom:var(--s-4);display:inline-flex;align-items:center;justify-content:center;gap:var(--s-3)}.carte__label:before,.carte__label:after{content:"";display:block;width:16px;height:1px;background:var(--burgundy);opacity:.5;flex-shrink:0}.carte__heading{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;color:var(--text-dark);letter-spacing:.04em}.carte__heading em{color:var(--burgundy)}.carte__grid{display:grid;grid-template-columns:1fr;gap:var(--s-7)}.carte__signature{position:relative;overflow:hidden;border-radius:var(--r-lg)}.carte__signature img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .8s var(--ease-out-expo)}@media(min-width:768px){.carte__signature img{aspect-ratio:21 / 9}}@media(hover:hover){.carte__signature:hover img{transform:scale(1.04)}}.carte__signature-overlay{position:absolute;bottom:0;left:0;right:0;padding:var(--s-7) var(--s-6);background:linear-gradient(to top,hsl(350 50% 8% / .88) 0%,transparent 100%)}.carte__signature-name{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:400;color:var(--text-light);margin-bottom:var(--s-2)}.carte__signature-desc{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-light-muted);font-weight:300}@media(pointer:coarse){.carte__signature-overlay{opacity:1;background:linear-gradient(to top,hsl(350 50% 8% / .92) 0%,hsl(350 50% 8% / .3) 60%,transparent 100%)}}.carte__item{padding:var(--s-6) var(--s-6) var(--s-6) var(--s-7);background:var(--cream-warm);border-radius:0;display:flex;flex-direction:column;justify-content:center;border:none;border-left:2px solid hsl(350 30% 65% / .2);transition:border-left-color .35s}@media(hover:hover){.carte__item:hover{border-left-color:var(--burgundy)}}.carte__item-category{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--burgundy);margin-bottom:var(--s-4)}.carte__item-title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:400;color:var(--text-dark);letter-spacing:.04em;margin-bottom:var(--s-3)}.carte__item-desc{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-dark-muted);line-height:1.7;margin-bottom:var(--s-5)}.carte__item-price{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:500;color:var(--burgundy)}.carte__cta{text-align:center;margin-top:var(--s-9)}.carte__menus{display:grid;grid-template-columns:1fr;gap:var(--s-8);margin-top:var(--s-10)}@media(min-width:768px){.carte__menus{grid-template-columns:1fr 1fr;gap:var(--s-7)}}.carte__menu{padding:var(--s-7) var(--s-6);background:var(--cream-warm);border-radius:var(--r-lg);border:1px solid hsl(350 12% 78% / .5);transition:transform .5s cubic-bezier(.23,1,.32,1),box-shadow .5s cubic-bezier(.23,1,.32,1),border-color .4s ease}@media(hover:hover){.carte__menu:hover{transform:translateY(-6px);box-shadow:0 24px 48px #2b12161a,0 8px 16px #2b12160f;border-color:var(--burgundy)}}.carte__menu-header{text-align:left;margin-bottom:var(--s-6);padding-bottom:var(--s-5);padding-left:var(--s-5);border-bottom:1px solid hsl(350 12% 78% / .35);border-left:2px solid var(--burgundy)}.carte__menu-name{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:400;color:var(--text-dark);letter-spacing:.04em;margin-bottom:var(--s-2)}.carte__menu-moment{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--burgundy);margin-bottom:var(--s-3)}.carte__menu-name em{color:var(--burgundy)}.carte__menu-subtitle{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--text-dark-muted)}.carte__menu-section{margin-bottom:var(--s-5)}.carte__menu-section-title{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:500;color:var(--burgundy);letter-spacing:.04em;margin-bottom:var(--s-3);display:flex;justify-content:space-between;align-items:baseline}.carte__menu-section-price{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:400;color:var(--text-dark-muted)}.carte__menu-dish{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-dark-muted);line-height:1.8;padding-left:var(--s-3)}.carte__menu-formules{margin-top:var(--s-6);padding-top:var(--s-5);border-top:1px solid hsl(350 12% 78% / .4);text-align:center}.carte__menu-formule{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-dark);line-height:2}.carte__menu-formule strong{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--burgundy);font-weight:500}.citation{background:#290000;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--s-11) 0;position:relative;overflow:hidden}.citation__bg{position:absolute;inset:0;opacity:.1}.citation__bg img{width:100%;height:100%;object-fit:cover}.citation__content{position:relative;z-index:2;max-width:900px;padding:0 var(--s-5)}.citation__mark{font-family:var(--font-serif);font-size:var(--text-massive);font-weight:300;color:var(--burgundy);line-height:.5;display:block;margin-bottom:var(--s-5);opacity:.4}.citation__text{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;font-style:italic;line-height:1.15;color:var(--text-light);letter-spacing:.04em;text-wrap:balance}.citation__text .word{display:inline-block;overflow:hidden}.citation__text .word-inner{display:inline-block}.citation__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--text-light-muted);margin-bottom:var(--s-5);display:inline-flex;align-items:center;gap:var(--s-3)}.citation__label:before,.citation__label:after{content:"";display:block;width:16px;height:1px;background:currentColor;opacity:.5;flex-shrink:0}.citation__author{margin-top:var(--s-7);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-light-muted);letter-spacing:.05em}.citation__author strong{color:var(--text-light);font-weight:500}.histoire{background:var(--cream);padding:var(--s-11) 0 var(--s-12);overflow:hidden}.histoire__row{display:grid;grid-template-columns:1fr;gap:var(--s-7);align-items:center}.histoire__row+.histoire__row{margin-top:var(--s-11)}@media(min-width:768px){.histoire__row{grid-template-columns:7fr 5fr;gap:var(--s-9)}.histoire__row--reverse{grid-template-columns:5fr 7fr}.histoire__row--reverse .histoire__image{order:-1;margin-right:0;margin-left:calc(var(--s-8) * -1)}}.histoire__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);margin-bottom:var(--s-5);display:inline-flex;align-items:center;gap:var(--s-3)}.histoire__label:before{content:"";display:block;width:20px;height:1px;background:var(--burgundy);flex-shrink:0}.histoire__title{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;color:var(--text-dark);letter-spacing:.03em;margin-bottom:var(--s-6);line-height:1.1}.histoire__title em{color:var(--burgundy);font-style:italic}.histoire__body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:var(--text-dark-muted);line-height:1.8}.histoire__body p+p{margin-top:var(--s-5)}.histoire__dropcap:first-letter{font-family:var(--font-serif);font-size:4.8em;float:left;line-height:.75;margin-right:var(--s-3);margin-top:.06em;color:var(--burgundy);font-weight:300}.histoire__milestones{margin-top:var(--s-8);display:grid;grid-template-columns:1fr;gap:var(--s-5)}@media(min-width:480px){.histoire__milestones{grid-template-columns:1fr 1fr;gap:var(--s-5) var(--s-6)}}.histoire__milestone{position:relative;padding-left:var(--s-4);border-left:2px solid var(--burgundy)}.histoire__milestone-year{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:300;color:var(--burgundy);display:block;line-height:1;margin-bottom:var(--s-2)}.histoire__milestone-text{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-dark-muted);line-height:1.5}.histoire__image{position:relative;overflow:hidden}@media(min-width:768px){.histoire__image{margin-right:calc(var(--s-8) * -1)}}.histoire__image img{width:100%;aspect-ratio:3 / 4;object-fit:cover}.histoire__image-accent{position:absolute;bottom:var(--s-5);left:var(--s-5);font-family:var(--font-serif);font-size:var(--text-2xl);color:#fff;transform:rotate(-3deg);text-shadow:0 2px 12px hsl(0 0% 0% / .5)}.histoire__signature{margin-top:var(--s-7);font-family:var(--font-serif);font-size:var(--text-3xl);font-style:italic;color:var(--text-dark);transform:rotate(-2deg);display:inline-block;opacity:.75;padding-right:.15em}[data-split]{padding:.1em 0}.split-char{display:inline-block;will-change:transform,opacity}em .split-char{padding-right:.12em}.parallax-divider{position:relative;height:45vh;min-height:280px;max-height:500px;overflow:hidden}.parallax-divider__img{position:absolute;inset:-20% 0;width:100%;height:140%;object-fit:cover;will-change:transform}.parallax-divider__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,var(--cream) 0%,transparent 18%,transparent 82%,var(--cream) 100%);pointer-events:none}.chef{background:var(--cream);padding:var(--s-11) 0 var(--s-12);overflow:hidden}.chef__grid{display:grid;grid-template-columns:1fr;gap:var(--s-7);align-items:center}@media(min-width:768px){.chef__grid{grid-template-columns:5fr 7fr;gap:var(--s-9)}}.chef__image{position:relative;overflow:hidden;border-radius:0}@media(min-width:768px){.chef__image{margin-left:calc(var(--s-8) * -1)}}.chef__image img{width:100%;aspect-ratio:3 / 4;object-fit:cover}.chef__image-accent{position:absolute;bottom:var(--s-5);right:var(--s-5);font-family:var(--font-serif);font-size:var(--text-2xl);color:#fff;transform:rotate(-3deg);text-shadow:0 2px 12px hsl(0 0% 0% / .5)}.chef__content{max-width:560px}.divider--ornament{text-align:center;padding:var(--s-7) 0;background:var(--cream);display:flex;align-items:center;justify-content:center;gap:var(--s-6)}.divider--ornament:before,.divider--ornament:after{content:"";display:block;width:64px;height:1px;background:var(--burgundy);opacity:.22}.divider--ornament svg{width:22px;height:auto;fill:none;stroke:var(--burgundy);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.45;flex-shrink:0}.hero__proof{display:inline-flex;align-items:center;gap:var(--s-2);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:400;color:var(--text-dark-muted);letter-spacing:.05em;margin-top:var(--s-5);opacity:.7}.hero__proof-stars{color:var(--burgundy);letter-spacing:2px}.chef__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);margin-bottom:var(--s-5);display:inline-flex;align-items:center;gap:var(--s-3)}.chef__label:before{content:"";display:block;width:20px;height:1px;background:var(--burgundy);flex-shrink:0}.chef__title{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;color:var(--text-dark);letter-spacing:.03em;margin-bottom:var(--s-6);line-height:1.1}.chef__title em{color:var(--burgundy);font-style:italic}.chef__body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:var(--text-dark-muted);line-height:1.8}.chef__body p+p{margin-top:var(--s-5)}.chef__dropcap:first-letter{font-family:var(--font-serif);font-size:4.8em;float:left;line-height:.75;margin-right:var(--s-3);margin-top:.06em;color:var(--burgundy);font-weight:300}.chef__signature{margin-top:var(--s-7);font-family:var(--font-serif);font-size:var(--text-3xl);font-style:italic;color:var(--text-dark);transform:rotate(-2deg);display:inline-block;opacity:.75}.events{position:relative;padding:var(--s-12) 0;overflow:hidden;color:var(--text-light)}.events__bg{position:absolute;inset:0;z-index:0}.events__bg img{width:100%;height:100%;object-fit:cover}.events__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#290000e0,#260d11bf)}.events__content{position:relative;z-index:1;max-width:680px}.events__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:#dfbf9f;margin-bottom:var(--s-5);display:inline-flex;align-items:center;gap:var(--s-3)}.events__label:before{content:"";display:block;width:20px;height:1px;background:#dfbf9f;flex-shrink:0}.events__title{font-family:var(--font-serif);font-size:clamp(2.4rem,5.5vw,var(--text-5xl));font-weight:300;letter-spacing:.03em;line-height:1.1;margin-bottom:var(--s-6)}.events__title em{color:#e2b88d;font-style:italic}.events__desc{font-family:var(--font-sans);font-size:var(--text-lg);font-weight:300;line-height:1.7;color:var(--text-light-muted);margin-bottom:var(--s-8)}.events__features{display:flex;gap:var(--s-5) var(--s-7);margin-bottom:var(--s-8);flex-wrap:wrap}@media(min-width:768px){.events__features{gap:var(--s-8)}}.events__feature{text-align:left}.events__feature-number{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:300;color:var(--text-light);display:block;line-height:1;margin-bottom:var(--s-2)}.events__feature-label{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:400;text-transform:uppercase;letter-spacing:.12em;color:var(--text-light-muted)}.cta-section{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200'%3E%3Cdefs%3E%3Cfilter id='d' x='-3%25' y='-3%25' width='106%25' height='106%25'%3E%3CfeGaussianBlur in='SourceAlpha' stdDeviation='2.5' result='s'/%3E%3CfeOffset dx='2' dy='2' in='s' result='o'/%3E%3CfeFlood flood-color='%232C0000' flood-opacity='0.45' result='c'/%3E%3CfeComposite operator='in' in='c' in2='o' result='cs'/%3E%3CfeMerge%3E%3CfeMergeNode in='cs'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Crect width='800' height='200' fill='%23E9E3CE'/%3E%3Cg filter='url(%23d)'%3E%3Cline x1='0' y1='0' x2='800' y2='0' stroke='%237A0000' stroke-width='3'/%3E%3Cline x1='0' y1='200' x2='800' y2='200' stroke='%237A0000' stroke-width='3'/%3E%3Cline x1='3' y1='0' x2='3' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='160' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='320' y1='0' x2='320' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='480' y1='0' x2='480' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='640' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='797' y1='0' x2='797' y2='200' stroke='%237A0000' stroke-width='14'/%3E%3Cline x1='51' y1='0' x2='51' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='105' y1='0' x2='105' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='3' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='160' y1='0' x2='320' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='320' y1='0' x2='160' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='191' y1='33' x2='232' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='214' y1='60' x2='280' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='288' y1='34' x2='263' y2='20' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='278' y1='53' x2='318' y2='70' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='162' y1='86' x2='217' y2='122' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='162' y1='158' x2='180' y2='170' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='197' y1='51' x2='172' y2='88' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='199' y1='157' x2='238' y2='185' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='278' y1='152' x2='223' y2='199' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='268' y1='199' x2='295' y2='174' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='256' y1='84' x2='318' y2='114' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='272' y1='138' x2='301' y2='109' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='361' y1='0' x2='361' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='400' y1='0' x2='400' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='441' y1='0' x2='441' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='320' y1='200' x2='400' y2='0' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='480' y1='200' x2='400' y2='0' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='480' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='640' y1='0' x2='480' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3Cline x1='511' y1='33' x2='552' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='534' y1='60' x2='600' y2='1' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='608' y1='34' x2='583' y2='20' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='598' y1='53' x2='638' y2='70' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='482' y1='86' x2='537' y2='122' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='482' y1='158' x2='500' y2='170' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='517' y1='51' x2='492' y2='88' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='519' y1='157' x2='558' y2='185' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='598' y1='152' x2='543' y2='199' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='588' y1='199' x2='615' y2='174' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='576' y1='84' x2='638' y2='114' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='592' y1='138' x2='621' y2='109' stroke='%237A0000' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='691' y1='0' x2='691' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='745' y1='0' x2='745' y2='200' stroke='%237A0000' stroke-width='7'/%3E%3Cline x1='797' y1='0' x2='640' y2='200' stroke='%237A0000' stroke-width='7' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:100% auto;padding:var(--s-12) 0;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:#290000c7;pointer-events:none;z-index:1}.cta-section__glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,var(--burgundy-glow) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.cta-section__clef-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(180px,28vw,360px);height:auto;fill:none;stroke:#d4ccc40d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;user-select:none;z-index:1}.cta-section__content{position:relative;z-index:2}.cta-section__title{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:300;font-style:italic;color:var(--text-light);letter-spacing:.03em;margin-bottom:var(--s-5);text-wrap:balance}.cta-section__sub{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:var(--text-light-muted);max-width:500px;margin:0 auto var(--s-8);line-height:1.7}.resa{display:grid;grid-template-columns:1fr;gap:var(--s-8);max-width:1000px;margin:0 auto;text-align:left}@media(min-width:768px){.resa{grid-template-columns:1.4fr 1fr}}.resa__form{display:flex;flex-direction:column;gap:var(--s-5)}.resa__row{display:grid;grid-template-columns:1fr;gap:var(--s-5)}@media(min-width:480px){.resa__row{grid-template-columns:1fr 1fr}}.resa__field{display:flex;flex-direction:column;gap:var(--s-1)}.resa__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light-muted)}.resa__optional{font-weight:300;text-transform:none;letter-spacing:normal;opacity:.6}.resa__input{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-light);background:#ffffff14;border:1px solid hsl(0 0% 100% / .15);border-radius:var(--r-sm);padding:var(--s-3) var(--s-4);transition:border-color .3s,background .3s;appearance:none;-webkit-appearance:none}.resa__input::placeholder{color:#ffffff4d}.resa__input:focus{outline:none;border-color:var(--cream);background:#ffffff1f}select.resa__input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23E9E3CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--s-4) center;padding-right:var(--s-8);cursor:pointer}select.resa__input option{background:var(--burgundy-deep);color:var(--cream)}.resa__textarea{resize:vertical;min-height:80px}.resa__submit{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--burgundy-deep);background:var(--cream);border:none;border-radius:var(--r-sm);padding:var(--s-4) var(--s-7);cursor:pointer;transition:background .3s,transform .2s;margin-top:var(--s-2)}.resa__submit:hover{background:var(--cream-warm);transform:translateY(-1px)}.resa__submit:active{transform:translateY(0)}.resa__info{display:flex;flex-direction:column;gap:var(--s-7)}@media(min-width:768px){.resa__info{padding-left:var(--s-7);border-left:1px solid hsl(0 0% 100% / .12)}}.resa__info-block{display:flex;flex-direction:column;gap:var(--s-2)}.resa__info-title{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:400;color:var(--text-light);margin-bottom:var(--s-1)}.resa__hour{display:flex;flex-direction:column;gap:2px;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-light-muted)}.resa__hour strong{font-weight:500;color:var(--text-light)}.resa__info-text{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-light-muted);line-height:1.6}.resa__info-text a{color:var(--cream);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#ffffff4d;transition:text-decoration-color .3s}.resa__info-text a:hover{text-decoration-color:var(--cream)}.mag-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:var(--s-4) var(--s-8);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--cream);border:1px solid hsl(30 20% 85% / .4);border-radius:0;overflow:hidden;transition:background .4s,border-color .4s}@media(hover:hover){.mag-btn:hover{background:#f5f2f01f;border-color:var(--cream)}}.mag-btn__text{position:relative;z-index:1}.mag-btn--light{color:var(--burgundy);border-color:var(--burgundy)}@media(hover:hover){.mag-btn--light:hover{background:var(--burgundy);border-color:var(--burgundy);color:var(--cream)}}.cta-section__hours{margin-top:var(--s-9);display:flex;flex-direction:column;gap:var(--s-4)}@media(min-width:768px){.cta-section__hours{flex-direction:row;justify-content:center;gap:var(--s-8)}}.cta-section__hour-item{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-light-muted);font-weight:300}.cta-section__hour-item strong{color:var(--text-light);font-weight:500;display:block;margin-bottom:var(--s-1);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em}.location{background:var(--cream);padding:var(--s-11) 0 var(--s-12);overflow:hidden}.location__inner{display:grid;grid-template-columns:1fr;gap:var(--s-8);align-items:start}@media(min-width:768px){.location__inner{grid-template-columns:5fr 7fr;gap:var(--s-10);align-items:stretch}}.location__label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);margin-bottom:var(--s-4);display:inline-flex;align-items:center;gap:var(--s-3)}.location__label:before{content:"";display:block;width:20px;height:1px;background:var(--burgundy);flex-shrink:0}.location__heading{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:300;color:var(--text-dark);letter-spacing:.03em;line-height:1.15;margin-bottom:var(--s-8)}.location__heading em{color:var(--burgundy);font-style:italic}.location__block{margin-bottom:var(--s-7);padding-bottom:var(--s-7);border-bottom:1px solid hsl(350 12% 78% / .4)}.location__block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.location__block-title{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-dark-muted);margin-bottom:var(--s-3)}.location__block-text{font-family:var(--font-sans);font-size:var(--text-base);font-weight:300;color:var(--text-dark);line-height:1.8}.location__block-text a{color:var(--text-dark);transition:color .3s}.location__block-text a:hover{color:var(--burgundy)}.location__directions-wrap{display:flex;gap:var(--s-5);margin-top:var(--s-4);flex-wrap:wrap}.location__directions{display:inline-flex;align-items:center;gap:var(--s-2);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--burgundy);border-bottom:1px solid hsl(0 100% 24% / .3);padding-bottom:2px;transition:border-color .3s,opacity .3s}.location__directions:hover{opacity:.75;border-color:var(--burgundy)}.location__hours{display:flex;flex-direction:column;gap:var(--s-2)}.location__hours-row{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-dark);gap:var(--s-4);padding:var(--s-2) 0;border-bottom:1px solid hsl(350 12% 78% / .25)}.location__hours-row:last-child{border-bottom:none}.location__hours-row span:first-child{font-weight:400}.location__hours-row--closed{color:var(--text-dark-muted);opacity:.55}.location__map{border-radius:var(--r-md);overflow:hidden;box-shadow:0 4px 24px #5c3d421a;height:320px}@media(min-width:480px){.location__map{height:400px}}@media(min-width:768px){.location__map{height:560px;position:sticky;top:100px}}#location-map{width:100%;height:100%}.leaflet-tile-pane{filter:brightness(.97) saturate(.85)}.map-pin{background:none;border:none}.map-pin__wrap{filter:drop-shadow(0 4px 8px hsl(0 100% 8% / .25));transition:transform .2s var(--ease-out-expo)}.map-pin__wrap:hover{transform:translateY(-3px)}.leaflet-popup-content-wrapper{border-radius:2px!important;box-shadow:0 4px 20px #29000026!important;border:none!important;padding:0!important}.leaflet-popup-content{margin:0!important}.leaflet-popup-tip-container{display:none!important}.map-popup{font-family:var(--font-sans);font-size:13px;font-weight:300;color:var(--text-dark);line-height:1.6;padding:14px 18px;background:var(--cream)}.map-popup strong{font-family:var(--font-serif);font-size:15px;font-weight:400;display:block;margin-bottom:4px;color:var(--burgundy)}.leaflet-control-zoom{border:none!important;border-radius:2px!important;overflow:hidden;box-shadow:0 2px 12px #2900001a!important}.leaflet-control-zoom a{background:var(--cream)!important;color:var(--text-dark)!important;border:none!important;font-size:16px!important;line-height:28px!important;width:28px!important;height:28px!important;transition:background .2s!important}.leaflet-control-zoom a:hover{background:var(--cream-warm)!important;color:var(--burgundy)!important}.map-reset-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--cream);color:var(--text-dark);border:none;border-top:1px solid hsl(350 12% 78% / .4);cursor:pointer;transition:background .2s,color .2s;margin-top:4px;border-radius:2px;box-shadow:0 2px 12px #2900001a}.map-reset-btn:hover{background:var(--cream-warm);color:var(--burgundy)}.leaflet-control-attribution{font-size:10px!important;background:#f6f3eed9!important;backdrop-filter:blur(4px)}.footer{background:#24150d;padding:var(--s-10) 0 var(--s-6);overflow:hidden;position:relative}.footer__clef-watermark{position:absolute;top:50%;right:6%;transform:translateY(-50%);width:260px;height:auto;fill:none;stroke:#ad9fa112;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;user-select:none}.footer__big-text{font-family:var(--font-serif);font-size:var(--text-massive);font-weight:300;font-style:italic;color:#ad9fa117;line-height:.85;text-align:center;white-space:nowrap;margin-bottom:var(--s-8);user-select:none}.footer__content{display:grid;grid-template-columns:1fr;gap:var(--s-7);padding-bottom:var(--s-8);border-bottom:1px solid hsl(350 8% 65% / .1)}@media(min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr}}.footer__info-title{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-light);margin-bottom:var(--s-4)}.footer__info-text{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-light-muted);line-height:1.7}.footer__info-text a{transition:color .3s}.footer__info-text a:hover{color:var(--burgundy)}.footer__col-title{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-light);margin-bottom:var(--s-5)}.footer__col-links{display:flex;flex-direction:column;gap:var(--s-3)}.footer__col-links a{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:300;color:var(--text-light-muted);transition:color .3s}.footer__col-links a:hover{color:var(--text-light)}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:var(--s-3);padding-top:var(--s-6)}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--text-light-muted);font-weight:300}.footer__legal{display:flex;gap:var(--s-5)}.footer__legal a{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--text-light-muted);font-weight:300;transition:color .3s}.footer__legal a:hover{color:var(--text-light)}.mobile-cta{display:flex;align-items:center;justify-content:center;gap:8px;position:fixed;bottom:16px;left:16px;right:16px;z-index:var(--z-sticky);background:var(--burgundy);color:#fff;text-align:center;padding:14px var(--s-5);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.12em;border-radius:50px;box-shadow:0 4px 20px #29000059;transform:translateY(calc(100% + 32px));transition:transform .5s var(--ease-out-expo),background .3s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-cta:before{content:"";width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E") no-repeat center / contain;flex-shrink:0}.mobile-cta.is-visible{transform:translateY(0)}@media(min-width:768px){.mobile-cta{display:none}}:focus-visible{outline:2px solid var(--burgundy);outline-offset:3px;border-radius:var(--r-sm)}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;top:-100%;left:var(--s-4);z-index:100000;padding:var(--s-2) var(--s-4);background:var(--burgundy);color:#fff;font-family:var(--font-sans);font-size:var(--text-sm);border-radius:0 0 var(--r-md) var(--r-md);transition:top .2s}.skip-link:focus{top:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;will-change:auto!important}.hero__media img{transform:none}.hero__scroll-line{animation:none}}
