:root{
  --ink:#202829;
  --ink-2:#394344;
  --green:#79f000;
  --green-deep:#4fa900;
  --green-soft:#efffdc;
  --paper:#ffffff;
  --mist:#f4f6f3;
  --line:#dde3dc;
  --muted:#6b7473;
  --shadow:0 16px 42px rgba(26,34,33,.10);
  --shadow-sm:0 8px 24px rgba(26,34,33,.08);
  --radius:18px;
  --container:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.section{padding:76px 0}
.section--soft{background:var(--mist)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section-heading h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;margin:0;letter-spacing:-.04em}
.section-heading p{max-width:620px;margin:8px 0 0;color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--green-deep)}
.eyebrow::before{content:"";width:28px;height:3px;background:var(--green);border-radius:99px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 19px;border-radius:12px;border:1px solid transparent;font-weight:800;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--green);color:#182018;box-shadow:0 10px 24px rgba(121,240,0,.22)}
.btn--dark{background:var(--ink);color:#fff}
.btn--outline{border-color:var(--line);background:#fff;color:var(--ink)}
.btn--ghost{background:transparent;color:var(--ink)}
.icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;position:relative}
.icon{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.topbar{background:var(--ink);color:#dce3df;font-size:.84rem}
.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar__links{display:flex;gap:18px;align-items:center}
.topbar a:hover{color:var(--green)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,227,220,.85)}
.header-main{display:grid;grid-template-columns:190px minmax(260px,1fr) auto;align-items:center;gap:28px;min-height:82px}
.brand img{width:178px;height:73px;object-fit:contain}
.searchbar{display:flex;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(35,43,44,.04)}
.searchbar input{width:100%;border:0;outline:none;padding:0 18px;min-height:48px;color:var(--ink)}
.searchbar button{width:54px;border:0;background:var(--green);display:grid;place-items:center}
.header-actions{display:flex;align-items:center;gap:10px}
.quote-count{position:absolute;right:-5px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--green);color:#172016;font-size:.72rem;font-weight:900;display:grid;place-items:center;border:2px solid #fff}
.main-nav{border-top:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:48px}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem;font-weight:750}
.nav-links a{position:relative;padding:14px 0}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:3px;background:var(--green);transition:.2s}
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{right:0}
.nav-contact{font-weight:800;color:var(--green-deep)}
.menu-toggle{display:none}
.hero{padding:28px 0 18px;background:linear-gradient(180deg,#fff 0,#f8faf6 100%)}
.hero-grid{display:grid;grid-template-columns:245px minmax(0,1fr) 280px;gap:18px;align-items:stretch}
.category-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.category-panel h3{margin:0;padding:18px 20px;background:var(--ink);color:#fff;font-size:1rem;display:flex;gap:10px;align-items:center}
.category-panel a{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #eef1ed;font-size:.9rem;transition:.2s}
.category-panel a:last-child{border-bottom:0}
.category-panel a:hover{background:var(--green-soft);padding-left:22px}
.hero-main{position:relative;min-height:442px;border-radius:var(--radius);overflow:hidden;background:var(--ink)}
.hero-main::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,31,31,.95) 0%,rgba(25,31,31,.75) 42%,rgba(25,31,31,.06) 72%);z-index:1}
.hero-main img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-copy{position:relative;z-index:2;color:#fff;max-width:560px;padding:58px 48px}
.hero-copy .tag{display:inline-flex;padding:7px 11px;border-radius:99px;background:rgba(121,240,0,.16);color:var(--green);border:1px solid rgba(121,240,0,.4);font-weight:800;font-size:.78rem}
.hero-copy h1{font-size:clamp(2.2rem,4.6vw,4.7rem);line-height:.96;margin:18px 0 16px;letter-spacing:-.055em}
.hero-copy p{font-size:1.04rem;color:#e4e8e5;max-width:470px;margin-bottom:26px}
.hero-side{display:grid;gap:18px}
.promo-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:212px;background:#e8eee7;box-shadow:var(--shadow-sm)}
.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.promo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,31,30,.1),rgba(24,31,30,.8))}
.promo-card__copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}
.promo-card__copy strong{display:block;font-size:1.15rem;line-height:1.15}
.promo-card__copy span{font-size:.82rem;color:#e8eeea}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:16px;margin-top:18px;background:#fff;overflow:hidden}
.service-item{padding:18px 20px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}
.service-item:last-child{border-right:0}
.service-item svg{color:var(--green-deep);flex:0 0 auto}
.service-item strong{display:block;font-size:.9rem}
.service-item span{display:block;color:var(--muted);font-size:.78rem}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{position:relative;min-height:180px;border-radius:16px;overflow:hidden;background:#ddd}
.category-card img{width:100%;height:100%;object-fit:cover;transition:.4s}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(19,26,25,.86))}
.category-card__content{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff}
.category-card__content strong{display:block;font-size:1.05rem}
.category-card__content span{font-size:.8rem;color:#dce3de}
.category-card:hover img{transform:scale(1.05)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s;display:flex;flex-direction:column;min-width:0}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cdd6cb}
.product-media{position:relative;aspect-ratio:1.18/1;background:#f3f5f2;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:.35s}
.product-card:hover .product-media img{transform:scale(1.035)}
.product-badge{position:absolute;left:12px;top:12px;padding:5px 9px;border-radius:99px;background:var(--ink);color:#fff;font-size:.68rem;font-weight:850;z-index:2}
.product-add-quick{position:absolute;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:var(--green);color:#142014;font-size:1.6rem;line-height:1;display:grid;place-items:center;box-shadow:0 8px 18px rgba(0,0,0,.12);z-index:2;transition:.2s}
.product-add-quick:hover{transform:scale(1.08)}
.product-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-category{font-size:.72rem;font-weight:800;color:var(--green-deep);text-transform:uppercase;letter-spacing:.08em}
.product-title{font-size:1rem;line-height:1.25;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-desc{font-size:.84rem;color:var(--muted);margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}
.product-price{font-weight:900;font-size:.96rem}
.product-link{font-size:.8rem;font-weight:800;color:var(--green-deep)}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.about-visual{position:relative}
.about-visual img{width:100%;height:520px;object-fit:cover;border-radius:24px}
.about-badge{position:absolute;right:-18px;bottom:32px;width:174px;padding:20px;border-radius:18px;background:var(--green);font-weight:900;box-shadow:var(--shadow)}
.about-copy h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}
.about-copy p{color:var(--muted)}
.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0 28px;padding:0;list-style:none}
.check-list li{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;font-weight:700}
.check-list li::before{content:"✓";width:23px;height:23px;border-radius:50%;background:var(--green-soft);color:var(--green-deep);display:grid;place-items:center;flex:0 0 auto;font-weight:900}
.cta-band{background:var(--ink);color:#fff;border-radius:26px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:34px;overflow:hidden;position:relative}
.cta-band::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--green);right:-110px;top:-130px;opacity:.12}
.cta-band h2{margin:0;font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.04em}
.cta-band p{margin:8px 0 0;color:#cdd5d1}
.footer{margin-top:76px;background:#1f2728;color:#d7ddda;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .9fr 1fr;gap:38px}
.footer h3{font-size:.98rem;color:#fff;margin:0 0 17px}
.footer p,.footer li{font-size:.86rem;color:#aeb8b3}
.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.footer-logo{width:200px;margin-bottom:16px}
.socials{display:flex;gap:9px;margin-top:18px}
.socials a{width:39px;height:39px;border:1px solid #3b4746;border-radius:10px;display:grid;place-items:center}
.socials a:hover{border-color:var(--green);color:var(--green)}
.footer-bottom{border-top:1px solid #35403f;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.78rem;color:#899590}
.page-hero{padding:60px 0;background:linear-gradient(135deg,#202829,#364142);color:#fff}
.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1;margin:0 0 12px;letter-spacing:-.05em}
.page-hero p{max-width:720px;color:#d2dad6;margin:0}
.catalogue-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:28px;align-items:start}
.filter-panel{position:sticky;top:150px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}
.filter-panel h3{margin:0 0 15px;font-size:1rem}
.filter-list{display:grid;gap:7px}
.filter-btn{width:100%;text-align:left;border:0;background:transparent;padding:10px 11px;border-radius:10px;color:var(--ink-2);font-size:.88rem;display:flex;justify-content:space-between;gap:10px}
.filter-btn:hover,.filter-btn.active{background:var(--green-soft);color:#295a00;font-weight:800}
.catalogue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.catalogue-search{display:flex;flex:1;max-width:520px;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.catalogue-search input{min-height:44px;flex:1;border:0;outline:0;padding:0 14px}
.catalogue-search button{width:48px;border:0;background:var(--ink);color:#fff}
.result-count{font-size:.86rem;color:var(--muted)}
.empty-state{grid-column:1/-1;border:1px dashed #ccd4cb;border-radius:16px;padding:50px 24px;text-align:center;color:var(--muted)}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}
.product-gallery-main{height:510px;border-radius:20px;background:#f3f5f2;overflow:hidden;border:1px solid var(--line)}
.product-gallery-main img{width:100%;height:100%;object-fit:contain;padding:20px}
.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}
.product-thumb{width:82px;height:72px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#f3f5f2;padding:0}
.product-thumb.active{border-color:var(--green)}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-info .product-category{font-size:.78rem}
.product-info h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.045em;margin:12px 0 18px}
.product-info .price{font-size:1.55rem;font-weight:950;margin:18px 0}
.product-info .description{color:var(--muted);font-size:1rem}
.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.info-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.info-pill{padding:8px 11px;border-radius:99px;background:var(--mist);font-size:.78rem;font-weight:750}
.quote-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:30px;align-items:start}
.quote-list{display:grid;gap:14px}
.quote-item{display:grid;grid-template-columns:112px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff}
.quote-item img{width:112px;height:96px;object-fit:contain;background:#f4f6f3;border-radius:10px;padding:8px}
.quote-item h3{margin:0 0 5px;font-size:1rem}
.quote-item p{margin:0;color:var(--muted);font-size:.82rem}
.qty-control{display:flex;align-items:center;gap:7px;margin-top:10px}
.qty-control button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px;font-weight:900}
.remove-btn{border:0;background:transparent;color:#a64f45;font-size:.82rem;font-weight:800}
.quote-summary{position:sticky;top:150px;border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;box-shadow:var(--shadow-sm)}
.quote-summary h2{margin:0 0 16px}
.form-field{display:grid;gap:6px;margin-bottom:13px}
.form-field label{font-size:.79rem;font-weight:800}
.form-field input,.form-field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;outline:0}
.form-field input:focus,.form-field textarea:focus{border-color:var(--green-deep);box-shadow:0 0 0 3px rgba(121,240,0,.15)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}
.contact-card h2{margin-top:0}
.contact-list{display:grid;gap:14px;margin-top:20px}
.contact-row{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}
.contact-row .icon-wrap{width:42px;height:42px;border-radius:11px;background:var(--green-soft);color:var(--green-deep);display:grid;place-items:center}
.hours{width:100%;border-collapse:collapse;font-size:.88rem}
.hours td{padding:10px 0;border-bottom:1px solid var(--line)}
.hours td:last-child{text-align:right;color:var(--muted)}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);z-index:100;opacity:0;pointer-events:none;transition:.25s}
.toast.show{opacity:1;transform:translate(-50%,0)}
.loading{grid-column:1/-1;min-height:180px;display:grid;place-items:center;color:var(--muted)}
.spinner{width:34px;height:34px;border-radius:50%;border:3px solid #dfe5de;border-top-color:var(--green-deep);animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}
.reveal.visible{opacity:1;transform:none}
.back-to-top{position:fixed;right:20px;bottom:22px;width:42px;height:42px;border:0;border-radius:12px;background:var(--green);display:none;place-items:center;z-index:30;box-shadow:var(--shadow-sm)}
.back-to-top.show{display:grid}
@media (max-width:1100px){
  .hero-grid{grid-template-columns:220px minmax(0,1fr)}
  .hero-side{display:none}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .topbar__links span:nth-child(2){display:none}
  .header-main{grid-template-columns:150px 1fr auto;gap:14px;min-height:72px}
  .brand img{width:145px;height:58px}
  .header-main>.searchbar{display:none}
  .menu-toggle{display:grid}
  .main-nav{display:none}
  .main-nav.open{display:block}
  .nav-inner{display:block;padding:10px 0}
  .nav-links{display:grid;gap:0}
  .nav-links a{padding:11px 4px}
  .nav-contact{display:block;padding:10px 4px}
  .hero-grid{grid-template-columns:1fr}
  .category-panel{display:none}
  .service-strip{grid-template-columns:repeat(2,1fr)}
  .service-item:nth-child(2){border-right:0}
  .service-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.product-detail,.contact-grid{grid-template-columns:1fr}
  .about-visual img{height:420px}
  .about-badge{right:15px}
  .catalogue-layout{grid-template-columns:1fr}
  .filter-panel{position:static}
  .filter-list{display:flex;overflow:auto;padding-bottom:4px}
  .filter-btn{white-space:nowrap;width:auto}
  .quote-layout{grid-template-columns:1fr}
  .quote-summary{position:static}
}
@media (max-width:620px){
  .container{width:min(calc(100% - 22px),var(--container))}
  .section{padding:54px 0}
  .topbar__inner{min-height:34px;font-size:.74rem}
  .topbar__links{gap:10px}
  .header-main{grid-template-columns:132px 1fr;gap:10px}
  .header-actions{justify-content:flex-end}
  .header-actions .icon-btn:first-child{display:none}
  .hero{padding-top:12px}
  .hero-main{min-height:500px}
  .hero-main::before{background:linear-gradient(180deg,rgba(24,31,30,.35),rgba(24,31,30,.92) 70%)}
  .hero-copy{padding:215px 24px 30px}
  .hero-copy h1{font-size:2.5rem}
  .service-strip{grid-template-columns:1fr}
  .service-item{border-right:0;border-bottom:1px solid var(--line)}
  .service-item:last-child{border-bottom:0}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{min-height:145px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-body{padding:12px}
  .product-desc{display:none}
  .product-title{font-size:.9rem}
  .product-price{font-size:.84rem}
  .product-link{font-size:.72rem}
  .product-add-quick{width:36px;height:36px;right:8px;top:8px}
  .section-heading{display:block}
  .section-heading .btn{margin-top:16px}
  .check-list{grid-template-columns:1fr}
  .cta-band{display:block;padding:30px 24px}
  .cta-band .btn{margin-top:20px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:8px}
  .catalogue-toolbar{display:block}
  .catalogue-search{max-width:none;margin-bottom:10px}
  .product-gallery-main{height:360px}
  .quote-item{grid-template-columns:82px 1fr}
  .quote-item img{width:82px;height:76px}
  .quote-item>div:last-child{grid-column:1/-1;display:flex;justify-content:flex-end}
}

/* =========================================================
   ACCUEIL ÉDITORIAL PROMOSTORE DECO — DA MAISONS & STYLES
   ========================================================= */
.home-page{--home-dark:#1b2222;--home-dark-2:#252e2d;--home-lime:#79f000;--home-ivory:#f4f4ee;--home-soft:#ecefe9;overflow-x:hidden;background:#fff}
.home-page .section{padding:104px 0}
.home-page .site-header{border-bottom:0;box-shadow:0 8px 30px rgba(22,29,28,.05)}
.home-page .main-nav{border-top:1px solid rgba(221,227,220,.72)}
.btn--light-outline{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(10px)}
.btn--light-outline:hover{border-color:var(--home-lime);background:rgba(121,240,0,.10)}
.home-kicker{display:flex;align-items:center;gap:11px;margin:0 0 20px;font-size:.74rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.home-kicker>span{width:34px;height:3px;border-radius:99px;background:var(--home-lime)}

.home-hero{position:relative;background:var(--home-dark);color:#fff;padding:72px 0 0;overflow:hidden}
.home-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}
.home-hero__glow{position:absolute;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(121,240,0,.17),rgba(121,240,0,0) 68%);right:-120px;top:-250px;pointer-events:none}
.home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);gap:58px;align-items:center;min-height:660px;padding-bottom:64px}
.home-hero__copy{padding:20px 0}
.home-hero__copy .home-kicker{color:var(--home-lime)}
.home-hero__copy h1{font-size:clamp(3rem,5.2vw,6.2rem);line-height:.9;letter-spacing:-.07em;margin:0;max-width:780px;text-wrap:balance}
.home-hero__lead{max-width:680px;font-size:1.08rem;color:#cbd2cf;margin:30px 0 32px}
.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.home-hero__micro{display:flex;gap:0;margin-top:46px;border-top:1px solid rgba(255,255,255,.14);padding-top:24px}
.home-hero__micro span{padding:0 22px;border-right:1px solid rgba(255,255,255,.14);font-size:.75rem;color:#9faaa6}
.home-hero__micro span:first-child{padding-left:0}
.home-hero__micro span:last-child{border-right:0}
.home-hero__micro strong{display:block;color:#fff;font-size:.82rem;margin-bottom:4px}
.home-hero__visual{position:relative;height:620px}
.hero-shot{position:absolute;margin:0;overflow:hidden;background:#313a39;box-shadow:0 34px 90px rgba(0,0,0,.28)}
.hero-shot img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
.home-hero__visual:hover .hero-shot--main img{transform:scale(1.025)}
.hero-shot--main{right:0;top:0;width:77%;height:78%;border-radius:4px 88px 4px 4px}
.hero-shot--small{left:0;bottom:42px;width:39%;height:37%;border:9px solid var(--home-dark);z-index:3}
.hero-shot--facade{right:8%;bottom:0;width:39%;height:30%;border:9px solid var(--home-dark);z-index:3}
.hero-orbit{position:absolute;left:-8px;top:54px;width:132px;height:132px;border:1px solid rgba(121,240,0,.48);border-radius:50%;z-index:4;animation:orbit 20s linear infinite}
.hero-orbit::after{content:"";position:absolute;inset:19px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.hero-orbit span{position:absolute;font-size:.58rem;font-weight:900;letter-spacing:.13em;color:var(--home-lime)}
.hero-orbit span:nth-child(1){left:28px;top:-5px}.hero-orbit span:nth-child(2){right:-15px;top:62px}.hero-orbit span:nth-child(3){left:15px;bottom:-4px}
@keyframes orbit{to{transform:rotate(360deg)}}
.hero-location-card{position:absolute;right:1%;top:42%;z-index:5;display:flex;align-items:center;gap:13px;padding:15px 17px;background:rgba(255,255,255,.94);color:var(--home-dark);box-shadow:0 20px 50px rgba(0,0,0,.2);min-width:260px;backdrop-filter:blur(12px)}
.hero-location-card__icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--home-lime);flex:0 0 auto}
.hero-location-card strong{display:block;font-size:.88rem}.hero-location-card small{display:block;font-size:.7rem;color:#67706d;margin-top:3px}
.home-trustbar{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;color:var(--home-dark);box-shadow:0 20px 60px rgba(9,15,14,.18);transform:translateY(44px)}
.home-trustbar>div{padding:26px 25px;display:grid;grid-template-columns:auto 1fr;column-gap:13px;border-right:1px solid #e5e9e3}
.home-trustbar>div:last-child{border-right:0}.trust-index{grid-row:1/3;font-weight:950;color:var(--home-lime);font-size:.72rem}.home-trustbar strong{font-size:.9rem}.home-trustbar small{display:block;color:#78817e;font-size:.73rem;margin-top:3px}

.home-about{padding-top:150px!important;background:#fff}
.home-about__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:100px;align-items:center}
.home-about__visual{position:relative;min-height:650px}
.home-about__main-photo{position:absolute;left:0;top:0;width:76%;height:88%;overflow:hidden;border-radius:0 0 0 96px}
.home-about__main-photo img,.home-about__detail-photo img{width:100%;height:100%;object-fit:cover}
.home-about__detail-photo{position:absolute;right:0;bottom:0;width:43%;height:42%;border:12px solid #fff;box-shadow:0 24px 70px rgba(24,31,30,.15);overflow:hidden}
.home-about__seal{position:absolute;right:3%;top:6%;width:180px;height:180px;border-radius:50%;background:var(--home-lime);display:grid;place-content:center;text-align:center;transform:rotate(7deg);box-shadow:0 15px 40px rgba(79,169,0,.22)}
.home-about__seal span,.home-about__seal small{font-size:.62rem;font-weight:900;letter-spacing:.14em}.home-about__seal strong{font-size:1.35rem;line-height:1.1;margin:4px 0}
.home-about__copy h2{font-size:clamp(2.4rem,4.5vw,5.1rem);line-height:.96;letter-spacing:-.06em;margin:0 0 26px}
.home-about__copy p{color:#626c69}.home-about__intro{font-size:1.1rem;color:var(--home-dark)!important;font-weight:650}
.home-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:36px 0 30px;border-top:1px solid #dfe4de;border-bottom:1px solid #dfe4de;padding:24px 0}
.home-facts div{padding:0 18px;border-right:1px solid #dfe4de}.home-facts div:first-child{padding-left:0}.home-facts div:last-child{border-right:0}.home-facts strong{display:block;font-size:2rem;letter-spacing:-.05em}.home-facts span{font-size:.72rem;color:#707a76;display:block;line-height:1.35}
.home-text-link{display:inline-flex;align-items:center;gap:12px;font-weight:900;border-bottom:2px solid var(--home-lime);padding-bottom:6px}.home-text-link span{color:var(--green-deep)}

.home-universes{background:var(--home-ivory)}
.home-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);gap:70px;align-items:end;margin-bottom:44px}
.home-section-head h2{font-size:clamp(2.5rem,4.6vw,5rem);line-height:.94;letter-spacing:-.06em;margin:0}.home-section-head>p{color:#66706d;margin:0 0 4px}
.universe-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:205px;gap:14px}
.universe-tile{position:relative;overflow:hidden;background:#d7ddd5;min-width:0}
.universe-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,24,23,.03) 25%,rgba(17,24,23,.82) 100%);transition:.35s}
.universe-tile img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.universe-tile:hover img{transform:scale(1.055)}.universe-tile:hover::after{background:linear-gradient(180deg,rgba(17,24,23,.02) 15%,rgba(17,24,23,.9) 100%)}
.universe-tile--xl{grid-column:span 2;grid-row:span 2}.universe-tile--tall{grid-row:span 2}.universe-tile--wide{grid-column:span 2}
.universe-tile--dark{background:var(--home-dark);color:#fff}.universe-tile--dark::before{content:"MAISONS & STYLES";position:absolute;inset:auto auto 20px -15px;font-size:3.4rem;white-space:nowrap;font-weight:950;color:rgba(255,255,255,.035);transform:rotate(-8deg)}
.universe-tile--dark::after{background:radial-gradient(circle at 75% 25%,rgba(121,240,0,.22),transparent 45%)}
.universe-tile__number{position:absolute;top:17px;left:18px;z-index:2;font-size:.68rem;font-weight:950;color:var(--home-lime);letter-spacing:.08em}
.universe-tile__content{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.universe-tile__content strong{display:block;font-size:1.15rem;line-height:1.15}.universe-tile__content small{display:block;font-size:.72rem;color:#d8dfdc;margin-top:5px;line-height:1.35}.universe-tile__arrow{position:absolute;right:20px;top:16px;color:var(--home-lime);z-index:2;font-size:1.5rem}
.home-center-action{text-align:center;margin-top:38px}

.home-manifesto{background:var(--home-dark);color:#fff;padding:0;overflow:hidden}
.home-manifesto__grid{display:grid;grid-template-columns:.8fr 1.2fr;min-height:700px;align-items:stretch}
.home-manifesto__copy{padding:100px 76px 100px 0;display:flex;flex-direction:column;justify-content:center}.home-manifesto__copy .home-kicker{color:var(--home-lime)}.home-manifesto__copy h2{font-size:clamp(2.8rem,5vw,5.8rem);line-height:.91;letter-spacing:-.065em;margin:0 0 30px}.home-manifesto__copy p{color:#c3cdca;max-width:560px;margin-bottom:30px}
.home-manifesto__visual{position:relative;min-height:700px;overflow:hidden}.home-manifesto__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--home-dark) 0,transparent 24%),linear-gradient(0deg,rgba(16,22,21,.45),transparent 45%)}.home-manifesto__visual img{width:100%;height:100%;object-fit:cover}.manifesto-word{position:absolute;right:-24px;bottom:-58px;z-index:3;font-size:clamp(6rem,15vw,13rem);font-weight:950;letter-spacing:-.09em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.38)}

.home-section-head--products{align-items:start}.home-products .product-card{border-radius:0;border-color:#e1e5df}.home-products .product-media{aspect-ratio:1.25/1}.home-products .product-add-quick{border-radius:0}.home-products .product-badge{border-radius:0;background:var(--home-dark)}

.commitment-track{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cfd6ce;border-bottom:1px solid #cfd6ce}
.commitment-item{position:relative;padding:34px 28px 38px 0;margin-right:28px;border-right:1px solid #cfd6ce}.commitment-item:last-child{border-right:0;margin-right:0}.commitment-item>span{font-size:.66rem;color:var(--green-deep);font-weight:950;letter-spacing:.12em}.commitment-item h3{font-size:1.2rem;margin:24px 0 10px}.commitment-item p{color:#6e7774;font-size:.86rem;margin:0}

.home-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:230px 230px;gap:12px}
.gallery-frame{position:relative;border:0;padding:0;overflow:hidden;background:#dfe4de;text-align:left}.gallery-frame--large{grid-column:span 2;grid-row:span 2}.gallery-frame--wide{grid-column:span 2}.gallery-frame img{width:100%;height:100%;object-fit:cover;transition:.5s}.gallery-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(14,20,19,.74))}.gallery-frame span{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gallery-frame:hover img{transform:scale(1.045)}
.home-lightbox{width:min(1000px,calc(100% - 28px));max-height:90vh;border:0;padding:0;background:#111918;box-shadow:0 30px 100px rgba(0,0,0,.45)}.home-lightbox::backdrop{background:rgba(6,10,9,.86);backdrop-filter:blur(7px)}.home-lightbox img{width:100%;max-height:86vh;object-fit:contain}.home-lightbox button{position:absolute;right:12px;top:12px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.6rem;line-height:1}

.home-social{background:var(--home-lime);padding:68px 0}.home-social__inner{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}.home-social .home-kicker>span{background:var(--home-dark)}.home-social h2{font-size:clamp(2.5rem,4.5vw,5rem);line-height:.93;letter-spacing:-.06em;margin:0 0 16px}.home-social p{max-width:650px;margin:0}.home-social__links{display:grid;border-top:1px solid rgba(20,29,27,.3)}.home-social__links a{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid rgba(20,29,27,.3);font-weight:900}.home-social__links a span{font-size:1.35rem}

.home-location{background:#fff}
.location-shell{display:grid;grid-template-columns:1.25fr .75fr;min-height:590px;background:var(--home-dark);color:#fff;box-shadow:0 28px 90px rgba(20,27,26,.18)}.location-map{min-height:590px}.location-map iframe{width:100%;height:100%;border:0;filter:saturate(.78) contrast(1.04)}.location-info{padding:58px 50px;display:flex;flex-direction:column;justify-content:center}.location-label{font-size:.68rem;font-weight:950;color:var(--home-lime);letter-spacing:.13em}.location-info h3{font-size:clamp(2.1rem,3.4vw,3.8rem);line-height:.95;letter-spacing:-.05em;margin:16px 0 20px}.location-info>p{color:#c3cdca}.location-contacts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.location-contacts a{border:1px solid rgba(255,255,255,.16);padding:13px}.location-contacts small{display:block;color:#97a29e;font-size:.68rem}.location-contacts strong{font-size:.84rem}.location-hours{display:grid;gap:4px;padding:20px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);font-size:.79rem;color:#c3cdca}.location-hours strong{color:#fff;margin-bottom:4px}.location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}

.home-final-cta{padding-top:24px!important}.home-final-cta__box{position:relative;overflow:hidden;background:var(--home-dark);color:#fff;padding:64px;display:flex;align-items:end;justify-content:space-between;gap:50px}.home-final-cta__box::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;top:-230px;background:var(--home-lime);opacity:.16}.home-final-cta__box .home-kicker{color:var(--home-lime)}.home-final-cta__box h2{max-width:850px;font-size:clamp(2.4rem,4vw,4.5rem);line-height:.94;letter-spacing:-.055em;margin:0 0 16px}.home-final-cta__box p{color:#c5cecb;margin:0;max-width:700px}.home-final-cta__actions{display:flex;flex-direction:column;gap:10px;min-width:210px;position:relative;z-index:2}

@media (max-width:1150px){
  .home-hero__grid{grid-template-columns:1fr 1fr;gap:35px}.home-hero__copy h1{font-size:clamp(3rem,5vw,5rem)}.home-hero__visual{height:560px}.home-about__grid{gap:60px}.home-about__visual{min-height:570px}.home-about__seal{width:150px;height:150px}.home-section-head{gap:38px}.universe-bento{grid-template-columns:repeat(3,1fr)}.universe-tile--xl{grid-column:span 2}.commitment-track{grid-template-columns:repeat(2,1fr)}.commitment-item:nth-child(2){border-right:0}.commitment-item:nth-child(-n+2){border-bottom:1px solid #cfd6ce}.home-gallery{grid-template-columns:repeat(3,1fr)}.gallery-frame--wide{grid-column:span 1}.location-shell{grid-template-columns:1.1fr .9fr}
}
@media (max-width:900px){
  .home-page .section{padding:78px 0}.home-hero{padding-top:40px}.home-hero__grid{grid-template-columns:1fr;min-height:auto}.home-hero__visual{height:580px}.home-hero__micro{flex-wrap:wrap;row-gap:18px}.home-trustbar{grid-template-columns:repeat(2,1fr)}.home-trustbar>div:nth-child(2){border-right:0}.home-trustbar>div:nth-child(-n+2){border-bottom:1px solid #e5e9e3}.home-about{padding-top:130px!important}.home-about__grid{grid-template-columns:1fr}.home-about__copy{max-width:720px}.home-about__visual{min-height:620px}.home-section-head{grid-template-columns:1fr;gap:18px}.home-section-head>p{max-width:720px}.universe-bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.universe-tile--tall{grid-row:span 1}.home-manifesto__grid{grid-template-columns:1fr}.home-manifesto__copy{padding:80px 0}.home-manifesto__visual{min-height:540px}.home-social__inner{grid-template-columns:1fr}.location-shell{grid-template-columns:1fr}.location-map{min-height:430px}.location-info{padding:48px 36px}.home-final-cta__box{display:block;padding:48px}.home-final-cta__actions{margin-top:28px;flex-direction:row;flex-wrap:wrap}
}
@media (max-width:620px){
  .home-page .section{padding:62px 0}.home-hero{padding-top:26px}.home-hero__grid{gap:26px;padding-bottom:30px}.home-hero__copy h1{font-size:3.15rem}.home-hero__lead{font-size:.96rem;margin:24px 0}.home-hero__micro{display:grid;grid-template-columns:1fr 1fr}.home-hero__micro span{padding:0 10px 0 0;border-right:0}.home-hero__visual{height:465px}.hero-shot--main{width:88%;height:72%;border-radius:3px 52px 3px 3px}.hero-shot--small{width:46%;height:34%;bottom:25px}.hero-shot--facade{width:48%;height:27%;right:0}.hero-orbit{width:102px;height:102px;top:36px}.hero-orbit span:nth-child(2){top:48px}.hero-location-card{right:2%;top:47%;min-width:228px;padding:12px}.home-trustbar{width:calc(100% - 22px);grid-template-columns:1fr;transform:translateY(28px)}.home-trustbar>div{border-right:0;border-bottom:1px solid #e5e9e3;padding:18px}.home-trustbar>div:last-child{border-bottom:0}.home-about{padding-top:100px!important}.home-about__visual{min-height:460px}.home-about__main-photo{width:88%;height:82%;border-radius:0 0 0 52px}.home-about__detail-photo{width:49%;height:38%;border-width:8px}.home-about__seal{width:118px;height:118px;right:0}.home-about__seal strong{font-size:1rem}.home-about__copy h2,.home-section-head h2,.home-social h2{font-size:2.85rem}.home-facts{grid-template-columns:1fr;gap:0}.home-facts div{border-right:0;border-bottom:1px solid #dfe4de;padding:13px 0}.home-facts div:last-child{border-bottom:0}.universe-bento{grid-template-columns:1fr;grid-auto-rows:210px}.universe-tile--xl,.universe-tile--wide{grid-column:span 1}.universe-tile--xl{grid-row:span 1}.home-manifesto__copy h2{font-size:3.2rem}.home-manifesto__visual{min-height:420px}.commitment-track{grid-template-columns:1fr}.commitment-item{margin-right:0;border-right:0;border-bottom:1px solid #cfd6ce;padding-right:0}.commitment-item:last-child{border-bottom:0}.home-gallery{grid-template-columns:1fr 1fr;grid-template-rows:210px 150px 150px}.gallery-frame--large{grid-column:span 2;grid-row:span 1}.gallery-frame--wide{grid-column:span 1}.home-social{padding:54px 0}.location-map{min-height:350px}.location-info{padding:38px 24px}.location-contacts{grid-template-columns:1fr}.location-actions{display:grid}.home-final-cta__box{padding:38px 24px}.home-final-cta__box h2{font-size:2.7rem}.home-final-cta__actions{display:grid}.home-page .footer{margin-top:24px}
}
@media (prefers-reduced-motion:reduce){.hero-orbit{animation:none}.hero-shot img,.universe-tile img,.gallery-frame img{transition:none}}
