@import url('/template-assets/fonts.css');
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans,'DM Sans',Arial,sans-serif);font-size:16px;line-height:1.6}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover}button,a{ -webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5.2vw,76px);line-height:1.05;letter-spacing:-.055em;font-weight:500}h2{font-size:clamp(32px,3.4vw,52px);line-height:1.15;letter-spacing:-.035em;font-weight:500}h3{line-height:1.2}p{max-width:58ch}section{scroll-margin-top:115px}::selection{background:var(--accent);color:var(--on-accent)}.wrap{max-width:1360px;margin:auto;padding-inline:5vw}.section{padding-block:100px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:600;margin-bottom:22px}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:1px solid var(--accent);background:var(--accent);color:var(--on-accent);padding:14px 24px;font-size:14px;font-weight:600;white-space:nowrap;border-radius:var(--radius);transition:transform .2s,opacity .2s}.button:hover{opacity:.88;transform:translateY(-2px)}.button:active{transform:scale(.98)}.button.outline{background:transparent;color:var(--ink);border-color:var(--line)}.text-link{display:inline-flex;align-items:center;gap:18px;border-bottom:1px solid currentColor;padding-bottom:5px;font-size:14px}.demo-bar{background:#f4f5f6;color:#27282b;display:flex;gap:20px;align-items:center;justify-content:space-between;padding:9px 3vw;font:12px/1.4 'DM Sans',Arial,sans-serif;border-bottom:1px solid #d8dadd;position:relative;z-index:10}.demo-bar .demo-note{flex:1;text-align:center;color:#54565e}.demo-bar .controls{display:flex;gap:12px;align-items:center}.demo-bar select{font-size:12px;background:#fff;color:#27282b;border:1px solid #b5b8bd;max-width:110px;padding:5px}.demo-bar .choose{font-weight:700;border-bottom:1px solid #27282b;white-space:nowrap}.theme-toggle{border:1px solid #b5b8bd;background:transparent;color:#27282b;width:29px;height:29px;padding:0;border-radius:50%}.skip{position:fixed;top:-100px;left:10px;z-index:30;background:var(--bg);padding:15px}.skip:focus{top:10px}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;gap:25px}.wordmark{font-size:26px;font-weight:700;letter-spacing:-.06em;line-height:1}.site-header nav{display:flex;gap:28px;align-items:center;font-size:13px}.mobile-nav{display:none}.hero-copy p{font-size:18px;max-width:35ch;margin:24px 0 30px}.image{overflow:hidden}.image img{transition:transform .7s}.image:hover img{transform:scale(1.025)}.contact-section h2{max-width:18ch}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.booking{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-content:start}label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}input,select{border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:13px 12px;min-width:0;border-radius:var(--radius)}.booking .wide{grid-column:1/-1}.fine{font-size:12px;color:var(--muted)}.result{padding:18px;border:1px solid var(--line);background:var(--soft)}.site-footer{border-top:1px solid var(--line);padding:35px 5vw;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px}.site-footer .wordmark{font-size:22px}.site-footer p{margin:0;max-width:55ch}.site-footer a{border-bottom:1px solid currentColor}.info-pair{display:flex;gap:50px;margin-top:35px;font-size:13px}.info-pair strong{display:block;margin-bottom:8px}.filter-bar{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.filter-bar button{border:1px solid var(--line);padding:10px 20px;background:transparent;color:var(--ink);border-radius:var(--radius)}.filter-bar button[aria-pressed=true]{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}[hidden]{display:none!important}dialog{background:var(--bg);color:var(--ink);border:1px solid var(--line);width:min(520px,90vw);max-height:85dvh;padding:32px;border-radius:var(--radius)}dialog::backdrop{background:rgba(14,20,19,.6);backdrop-filter:blur(4px)}dialog .dialog-close{float:right;border:0;background:transparent;color:var(--ink);font-size:25px}dialog h2{font-size:32px;margin-top:25px}.bag-items{padding:0;list-style:none}.bag-items li{display:flex;justify-content:space-between;gap:25px;padding:12px 0;border-bottom:1px solid var(--line)}.bag-items button{border:0;background:transparent;color:var(--ink)}.product-price{font-size:13px}.reveal{animation:appear .6s both}@keyframes appear{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
/* Aube: rational clinic grid, useful appointment panel, cool blues. */
.medical{--bg:#fbfcfe;--soft:#eef3fc;--ink:#183049;--muted:#52647a;--accent:#164cba;--on-accent:#fff;--line:#cdd9e9;--radius:6px}.medical .wordmark{display:flex;gap:12px;align-items:center;letter-spacing:-.05em}.medical .wordmark b{font-size:36px;color:var(--accent);font-weight:400}.medical .hero{display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:6vw;padding-block:36px 60px}.medical .hero .image{height:490px;border-radius:160px 6px 6px 6px}.medical .hero h1{max-width:8.5ch}.medical .quick-access{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--soft);border-radius:6px;padding:24px 32px;gap:30px}.medical .quick-access strong{display:block;font-size:14px;margin-bottom:5px}.medical .quick-access p{font-size:13px;margin:0}.medical .care{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw}.medical .care-list{display:grid;gap:0}.medical .care-list article{display:grid;grid-template-columns:48px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:22px 0}.medical .care-list span{color:var(--accent);font-size:26px}.medical .care-list h3{margin:0;font-size:21px;font-weight:500}.medical .care-list p{margin:10px 0 0;font-size:14px;color:var(--muted)}.medical .care-list article:first-child{padding-top:0}.medical .team{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:7vw}.medical .team .image{height:430px;border-radius:6px}.medical .team h2{max-width:13ch}.medical .contact-section{background:var(--soft)}
/* Sève: quiet editorial beauty, oval portrait, treatment accordion. */
.aesthetics{--bg:#f1f4ef;--soft:#e4eadf;--ink:#263c2e;--muted:#576a5a;--accent:#49664d;--on-accent:#fff;--line:#b9c6b7;--radius:0px;--serif:'Cormorant Garamond',Georgia,serif}.aesthetics .wordmark{font-family:var(--serif);font-size:34px;font-weight:500;letter-spacing:-.05em}.aesthetics h1,.aesthetics h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em}.aesthetics h1{font-size:clamp(60px,8vw,118px);max-width:7ch;line-height:.95}.aesthetics .site-header{border-bottom:1px solid var(--line)}.aesthetics .hero{display:grid;grid-template-columns:1fr 1.1fr;gap:8vw;align-items:center;padding-block:50px 70px}.aesthetics .hero .image{height:560px;border-radius:50% 50% 2px 2px;order:2}.aesthetics .hero .hero-copy{padding-left:5vw}.aesthetics .hero-copy p{max-width:28ch}.aesthetics .rituals{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}.aesthetics .rituals .image{height:570px}.aesthetics .rituals h2{font-size:60px;margin-bottom:50px}.aesthetics details{border-bottom:1px solid var(--line);padding:22px 0}.aesthetics summary{font-size:22px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.aesthetics summary::after{content:'+'}.aesthetics details[open] summary::after{content:'−'}.aesthetics details p{padding-top:15px;font-size:14px}.aesthetics .statement{max-width:980px;text-align:center;margin:auto;padding:80px 5vw 120px}.aesthetics .statement h2{font-size:clamp(40px,5vw,68px)}.aesthetics .statement p{margin:auto}.aesthetics .contact-section{border-top:1px solid var(--line)}.aesthetics .button{padding:15px 30px;text-transform:uppercase;font-size:11px;letter-spacing:.1em}
/* Paco: bold playful retail, chromatic blocks, rounded browsing controls. */
.pet-shop{--bg:#fffaf0;--soft:#f6e2a5;--ink:#173877;--muted:#435780;--accent:#2447aa;--on-accent:#fff;--line:#b8c3dd;--radius:28px;--sans:'Manrope','DM Sans',sans-serif}.pet-shop .wordmark{font-weight:800;font-size:32px;letter-spacing:-.07em}.pet-shop .hero{background:#f3c338;color:#18377a;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;min-height:520px;padding:0 0 0 5vw;overflow:hidden}.pet-shop .hero h1{font-weight:800;font-size:clamp(48px,5.6vw,80px);max-width:10ch}.pet-shop .hero .image{height:560px;border-radius:180px 0 0 0}.pet-shop .hero-copy{padding:40px 0}.pet-shop .hero-copy p{max-width:30ch}.pet-shop .button{font-weight:800}.pet-shop .shop-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.pet-shop .product{border-radius:24px;overflow:hidden;background:var(--soft);padding:0 0 24px}.pet-shop .product .image{height:260px}.pet-shop .product:nth-child(2) .image img{object-position:20% 50%;transform:scale(1.35)}.pet-shop .product:nth-child(3) .image img{object-position:80% 50%;transform:scale(1.45)}.pet-shop .product .product-info{padding:24px 24px 0}.pet-shop .product h3{font-size:20px;margin-bottom:15px}.pet-shop .story{display:grid;grid-template-columns:1.15fr 1fr;gap:6vw;align-items:center;background:var(--soft);border-radius:40px;padding:55px}.pet-shop .story h2{font-weight:800}.pet-shop .story .image{height:370px;border-radius:30px}.pet-shop .contact-section{padding-top:60px}.pet-shop h2{font-weight:800;max-width:20ch}.pet-shop .site-footer{border-top:2px solid var(--accent)}
/* Ligne: monochrome fashion magazine, huge wordmark, horizontal collections. */
.fashion{--bg:#f8f8f6;--soft:#e8e8e6;--ink:#272829;--muted:#626468;--accent:#272829;--on-accent:#fff;--line:#c6c7c6;--radius:0px}.fashion .site-header{height:68px;border-bottom:1px solid var(--line)}.fashion .wordmark{font-family:'Oswald',Impact,sans-serif;font-size:24px;font-weight:500;letter-spacing:-.04em}.fashion .masthead{font-family:'Oswald',Impact,sans-serif;font-weight:500;font-size:clamp(80px,15.5vw,224px);line-height:1;letter-spacing:-.055em;white-space:nowrap;text-align:center;margin:12px 0 22px}.fashion .hero{display:grid;grid-template-columns:1.6fr 1fr;gap:0;min-height:480px}.fashion .hero .image{height:530px}.fashion .hero-copy{background:var(--soft);padding:6vw 4vw;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.fashion .hero h1{font-size:clamp(38px,4vw,62px);max-width:10ch}.fashion .hero-copy p{font-size:15px;margin:0 0 28px}.fashion .collection{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.fashion .product .image{height:370px;background:var(--soft)}.fashion .product:nth-child(2) .image img{object-position:15% 50%}.fashion .product:nth-child(3) .image img{object-position:90% 50%}.fashion .product-info{padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:center}.fashion .product h3{font-size:16px;font-weight:500;margin:0}.fashion .product .product-info button{padding:0;border:0;background:transparent;text-decoration:underline;color:var(--ink);font-size:12px}.fashion .manifesto{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center;padding-block:30px 100px}.fashion .manifesto h2{font-size:clamp(40px,5vw,70px);max-width:12ch}.fashion .manifesto .image{height:480px}.fashion .contact-section{border-top:1px solid var(--line)}.fashion .button{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
/* Auguste: immersive restaurant, centered identity, a typeset menu. */
.restaurant{--bg:#142a23;--soft:#1e362e;--ink:#f2ede1;--muted:#c0c9bf;--accent:#e4b980;--on-accent:#192c24;--line:#617467;--radius:2px;--serif:'Cormorant Garamond',Georgia,serif}.restaurant .wordmark{font-family:var(--serif);font-size:32px;font-weight:500}.restaurant h1,.restaurant h2{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}.restaurant .site-header{border-bottom:1px solid var(--line)}.restaurant .hero{position:relative;min-height:630px;display:grid;place-items:center;text-align:center;overflow:hidden}.restaurant .hero>.image{position:absolute;inset:0}.restaurant .hero>.image img{object-position:center 60%}.restaurant .hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,21,15,.72),rgba(9,21,15,.38),rgba(9,21,15,.72))}.restaurant .hero-copy{position:relative;z-index:1;padding:60px 20px;color:#fff7e8}.restaurant .hero h1{max-width:22ch;margin:0 auto;font-size:clamp(48px,6vw,84px)}.restaurant .hero-copy p{margin:24px auto 32px}.restaurant .hero .eyebrow{color:#f3d3a7}.restaurant .story{display:grid;grid-template-columns:1fr 1.1fr;gap:8vw;align-items:center}.restaurant .story .image{height:460px;border-radius:180px 180px 0 0}.restaurant .story h2{font-size:64px;max-width:12ch}.restaurant .menu-wrap{max-width:920px;margin:auto;text-align:center;padding:0 5vw 100px}.restaurant .menu-wrap h2{font-size:60px}.restaurant .filter-bar{justify-content:center}.restaurant .menu-items article{display:flex;align-items:baseline;justify-content:space-between;gap:25px;text-align:left;padding:25px 0;border-bottom:1px solid var(--line)}.restaurant .menu-items h3{font-family:var(--serif);font-size:28px;font-weight:400;margin:0}.restaurant .menu-items p{margin:8px 0 0;font-size:13px;color:var(--muted)}.restaurant .contact-section{border-top:1px solid var(--line)}.restaurant .button{font-weight:500}.restaurant .site-footer .wordmark{font-size:30px}
/* System theme parity. Photography and brand structure remain unchanged. */
.aesthetics[data-theme=dark]{--bg:#17201d;--soft:#22332c;--ink:#edf2ed;--muted:#b5c8bb;--line:#63796a;--accent:#b4d7bf;--on-accent:#152a1c}.medical[data-theme=dark]{--bg:#101c2e;--soft:#1d304b;--ink:#e5edff;--muted:#b5c6e0;--line:#526b8d;--accent:#a2c4ff;--on-accent:#102540}.pet-shop[data-theme=dark]{--bg:#132243;--soft:#20355c;--ink:#f1f3fb;--muted:#bac9e6;--line:#6078a6;--accent:#c9d6ff;--on-accent:#152f68}.fashion[data-theme=dark]{--bg:#1e1f20;--soft:#303233;--ink:#f2f2ed;--muted:#c3c3bc;--line:#737674;--accent:#efefe9;--on-accent:#222324}.restaurant[data-theme=light]{--bg:#f1f3ed;--soft:#e1e8dd;--ink:#183528;--muted:#526a5b;--line:#97aa9c;--accent:#244735;--on-accent:#f6f4e9}.restaurant[data-theme=light] .hero .button{background:#e4b980;color:#192c24;border-color:#e4b980}
@media(max-width:900px){.demo-bar .demo-note{display:none}.site-header nav{gap:15px}.medical .hero .image{height:400px}.pet-shop .hero .image{height:480px}.fashion .collection{gap:15px}.fashion .product .image{height:270px}.section{padding-block:70px}.aesthetics .hero .image{height:470px}}
@media(max-width:700px){html{scroll-padding-top:75px}.wrap{padding-inline:22px}.demo-bar{flex-wrap:wrap;gap:8px;padding:10px 16px}.demo-bar>a:first-child{font-size:11px}.demo-bar select{max-width:95px}.demo-bar .controls{gap:8px}.demo-bar .choose{font-size:11px}.site-header{height:74px}.site-header nav{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{font-size:13px;cursor:pointer;list-style:none;padding:10px;border:1px solid var(--line)}.mobile-nav>div{position:absolute;right:0;top:45px;background:var(--bg);border:1px solid var(--line);min-width:180px;z-index:5;padding:16px;display:grid;gap:18px}.wordmark{font-size:25px}.section{padding-block:60px}h1{font-size:48px}.medical .hero,.aesthetics .hero,.pet-shop .hero,.fashion .hero{grid-template-columns:1fr;gap:28px;padding-block:20px 35px}.hero-copy p{font-size:16px}.medical .hero h1{max-width:12ch}.medical .hero .image{height:300px;border-radius:90px 4px 4px 4px}.medical .quick-access{grid-template-columns:1fr;padding:24px;gap:18px}.medical .care,.medical .team,.aesthetics .rituals,.pet-shop .story,.fashion .manifesto,.restaurant .story,.contact-section .contact-grid{grid-template-columns:1fr;gap:32px}.medical .team .image{height:330px}.aesthetics .hero .hero-copy{padding:0}.aesthetics h1{font-size:75px;max-width:10ch}.aesthetics .hero .image{height:400px;max-width:90%;margin-left:auto}.aesthetics .rituals .image{height:350px}.aesthetics .rituals h2{font-size:45px;margin-bottom:20px}.aesthetics .statement{padding-block:20px 70px}.pet-shop .hero{padding:25px 22px 0;gap:0}.pet-shop .hero h1{max-width:10ch;font-size:56px}.pet-shop .hero .image{height:330px;margin-top:24px}.pet-shop .hero-copy{padding:0}.pet-shop .shop-grid{grid-template-columns:1fr}.pet-shop .product{display:grid;grid-template-columns:44% 56%;padding:0}.pet-shop .product .image{height:220px}.pet-shop .product .product-info{padding:20px 16px}.pet-shop .product h3{font-size:18px}.pet-shop .product .button{font-size:11px;padding:10px 15px}.pet-shop .story{padding:25px;border-radius:25px}.pet-shop .story .image{height:270px}.fashion .masthead{font-size:15vw;margin-block:15px}.fashion .hero{padding:0;gap:0}.fashion .hero .image{height:390px}.fashion .hero-copy{padding:32px 24px}.fashion .hero h1{max-width:13ch;font-size:45px}.fashion .collection{grid-template-columns:1fr 1fr;gap:30px 14px}.fashion .product:first-child{grid-column:1/-1}.fashion .product:first-child .image{height:350px}.fashion .product .image{height:240px}.fashion .product-info{align-items:flex-start;flex-direction:column}.fashion .manifesto{padding-bottom:60px}.fashion .manifesto .image{height:330px}.restaurant .hero{min-height:560px}.restaurant .hero h1{font-size:62px}.restaurant .story .image{height:390px}.restaurant .story h2{font-size:52px}.restaurant .menu-wrap h2{font-size:45px}.restaurant .menu-items h3{font-size:24px}.filter-bar{gap:8px}.filter-bar button{font-size:12px;padding:10px 14px}.site-footer{flex-direction:column;align-items:flex-start;padding:30px 22px}.info-pair{gap:25px}.booking{gap:14px}.booking .button{white-space:normal}.restaurant .hero .button{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

h1,h2,h3{overflow-wrap:anywhere;hyphens:manual}
body[data-theme=dark]{color-scheme:dark}body[data-theme=light]{color-scheme:light}
