:root{
  --black:#020202;
  --line:rgba(255,255,255,.09);
  --text:#f7f7f7;
  --muted:rgba(255,255,255,.68);
  --glow:0 0 12px rgba(255,255,255,.85),0 0 34px rgba(255,255,255,.45);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Montserrat,Arial,sans-serif;background:#f4f1ed;color:var(--text);letter-spacing:.18em;text-transform:uppercase}
a{text-decoration:none;color:inherit}
.site-shell{width:min(96vw,1560px);margin:34px auto;background:var(--black);box-shadow:0 25px 60px rgba(0,0,0,.25);overflow:hidden}
.header{height:105px;display:flex;align-items:center;gap:48px;padding:0 38px;position:absolute;top:34px;left:50%;transform:translateX(-50%);width:min(96vw,1560px);z-index:10;border-bottom:1px solid rgba(255,255,255,.03)}
.logo{display:flex;align-items:center;gap:12px;font-size:22px;line-height:1.12;font-weight:400;letter-spacing:.26em;text-shadow:var(--glow);min-width:230px;border-right:1px solid rgba(255,255,255,.2);padding-right:40px}.brand-mark{width:96px;height:96px;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 0 7px rgba(255,255,255,.45))}.logo-text span{display:block}
.nav{display:flex;gap:58px;align-items:center;flex:1;justify-content:center}.nav a{font-size:12px;font-weight:700;color:rgba(255,255,255,.82);position:relative}.nav a.active::after{content:"";position:absolute;left:50%;bottom:-21px;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:var(--glow)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border:1px solid rgba(255,255,255,.68);border-radius:6px;font-size:12px;font-weight:700;box-shadow:0 0 20px rgba(255,255,255,.20),inset 0 0 14px rgba(255,255,255,.08);background:rgba(255,255,255,.025);white-space:nowrap}.btn:hover{box-shadow:var(--glow)}
.menu-btn{display:none;background:transparent;color:#fff;border:1px solid var(--line);font-size:24px;padding:8px 12px;border-radius:6px}
.hero{min-height:920px;position:relative;padding:230px 0 90px;background:radial-gradient(circle at 56% 45%,rgba(255,255,255,.06),transparent 33%),#020202;overflow:hidden}.grid-lines{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 calc(20% - 1px),var(--line) calc(20% - 1px) 20%);pointer-events:none}.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 45% 48%,transparent 0 28%,rgba(0,0,0,.44) 58%,rgba(0,0,0,.95) 100%)}
.socials{position:absolute;z-index:4;left:38px;bottom:110px;display:flex;flex-direction:column;gap:26px;font-size:12px;font-weight:700;color:rgba(255,255,255,.75)}
.hero-copy{position:relative;z-index:3;width:43%;padding-left:145px}.eyebrow{font-size:14px;line-height:2.3;color:rgba(255,255,255,.76);font-weight:700;margin-bottom:20px}.hero h1{font-size:clamp(66px,7.8vw,130px);line-height:.95;font-weight:300;letter-spacing:.08em;text-shadow:var(--glow)}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.text-link{font-size:12px;font-weight:700;border-bottom:1px solid #fff;padding-bottom:9px;color:rgba(255,255,255,.9)}
.statue-wrap{position:absolute;z-index:2;left:37%;top:86px;width:55%;height:850px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 58px rgba(255,255,255,.2))}.statue{max-width:100%;height:100%;object-fit:contain;mix-blend-mode:screen;opacity:1}.statue-wrap::after{display:none}
.explore{position:absolute;z-index:4;right:150px;top:48%;display:flex;align-items:center;gap:22px;font-size:12px;font-weight:700}.explore span{font-size:30px}.explore i{display:block;width:120px;height:1px;background:rgba(255,255,255,.42)}
.story{position:absolute;right:75px;bottom:150px;z-index:4;display:flex;align-items:center;gap:18px;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.08);padding:10px 18px}.story button{width:56px;height:56px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.04);color:#fff;box-shadow:var(--glow)}
.counter{position:absolute;z-index:4;right:54px;top:42%;display:flex;flex-direction:column;align-items:center;gap:16px;font-size:12px;font-weight:700}.counter i{width:1px;height:95px;background:rgba(255,255,255,.45)}.counter b{width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:var(--glow);margin-top:-68px}
.bottom-nav{position:absolute;z-index:5;left:0;right:0;bottom:0;height:66px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.12)}.bottom-nav a{display:flex;align-items:center;padding-left:65px;border-left:1px solid rgba(255,255,255,.10);font-size:12px;font-weight:700}.bottom-nav a.active{box-shadow:inset 0 -2px 0 #fff;text-shadow:var(--glow)}
.bottom-nav{display:flex;align-items:center;justify-content:center;gap:28px;border-top:1px solid rgba(255,255,255,.12)}.bottom-nav a{width:auto;height:auto;padding:0;border:0;font-size:24px;font-weight:600;line-height:1;color:#fff;text-shadow:var(--glow);transition:transform .2s ease,text-shadow .2s ease}.bottom-nav a:hover{transform:translateY(-3px);text-shadow:0 0 14px #fff,0 0 32px rgba(255,255,255,.8)}
.bottom-nav a{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:.13em}.social-mark{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid rgba(255,255,255,.7);border-radius:50%;font-size:15px;letter-spacing:0}
.socials,.explore,.counter{display:none}
.story{display:none!important}
.section,.cards,.contact{background:#020202;border-top:1px solid rgba(255,255,255,.1);padding:95px 9%;position:relative}.section-label{font-size:12px;color:var(--muted);margin-bottom:20px;font-weight:700}.section h2,.contact h2{font-size:clamp(34px,4vw,72px);line-height:1.12;font-weight:300;letter-spacing:.08em;text-shadow:0 0 18px rgba(255,255,255,.22);max-width:920px}.section p:not(.section-label){max-width:720px;margin-top:24px;line-height:1.9;color:var(--muted);text-transform:none;letter-spacing:.05em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards article{min-height:260px;border:1px solid rgba(255,255,255,.12);padding:34px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.01));box-shadow:inset 0 0 22px rgba(255,255,255,.03)}.cards span{color:var(--muted);font-size:12px}.cards h3{font-size:26px;margin:60px 0 18px;text-shadow:var(--glow);font-weight:400}.cards p{color:var(--muted);line-height:1.8;text-transform:none;letter-spacing:.04em}.split{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact form{display:grid;gap:18px}input,select{height:58px;border:1px solid rgba(255,255,255,.14);background:#070707;color:#fff;padding:0 18px;font:inherit;letter-spacing:.08em;text-transform:none}select option{color:#000}
@media(max-width:1100px){.nav{position:absolute;display:none;top:105px;left:0;right:0;background:#040404;padding:25px;flex-direction:column;gap:22px}.nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.nav-btn{display:none}.hero-copy{width:58%;padding-left:50px}.statue-wrap{left:36%;width:60%;opacity:.82}.explore,.counter{display:none}}
@media(max-width:760px){.site-shell{width:100%;margin:0}.header{top:0;width:100%;padding:0 18px;height:82px}.logo{gap:8px;font-size:15px;min-width:auto;border:0;padding:0}.brand-mark{width:76px;height:76px}.hero{min-height:1050px;padding-top:126px}.hero-copy{width:100%;padding:0 22px;text-align:center}.eyebrow{font-size:11px;line-height:2;margin-bottom:14px}.hero h1{font-size:48px;line-height:1}.hero-actions{position:absolute;top:810px;left:0;width:100%;margin:0;flex-direction:row;justify-content:center;gap:18px}.hero-actions .btn{min-height:42px;padding:0 18px;font-size:10px}.text-link{font-size:10px}.statue-wrap{left:50%;top:465px;width:100%;height:440px;transform:translateX(-50%);opacity:1}.socials,.story,.bottom-nav{display:none}.cards,.contact{grid-template-columns:1fr}.split{display:block}.split .btn{margin-top:25px}.section,.cards,.contact{padding:65px 22px}}
@media(max-width:760px){.hero{min-height:1130px}.statue-wrap{top:410px!important;width:118%!important;height:555px!important}.hero-actions{top:870px!important}}
@media(max-width:760px){.hero{min-height:1230px}.statue-wrap{top:375px!important;width:132%!important;height:640px!important}.hero-actions{top:980px!important}}
@media(max-width:760px){.hero{min-height:1340px}.statue-wrap{top:340px!important;width:150%!important;height:720px!important}.hero-actions{top:1090px!important}}
@media(max-width:760px){.hero{min-height:1480px}.statue-wrap{top:310px!important;width:170%!important;height:800px!important}.hero-actions{top:1220px!important}}
@media(max-width:760px){.hero{min-height:1220px}.hero-actions{top:1040px!important}}
@media(min-width:1101px){.statue-wrap{left:37%!important;top:55px!important;width:60%!important;height:920px!important}}
@media(max-width:760px){.bottom-nav{display:flex!important;position:absolute;top:1120px!important;bottom:auto!important;left:0!important;right:0!important;height:auto!important;gap:12px!important;flex-wrap:wrap!important;padding:0 16px!important;border:0!important}.bottom-nav a{font-size:8px!important;gap:5px!important}.bottom-nav .social-mark{width:19px!important;height:19px!important;font-size:11px!important}}
@media(max-width:760px){.bottom-nav{top:auto!important;bottom:0!important;height:48px!important;flex-wrap:nowrap!important;gap:9px!important;padding:0 10px!important}.bottom-nav a{font-size:7px!important;gap:4px!important}.bottom-nav .social-mark{width:17px!important;height:17px!important}}
.menu-btn{font-size:0!important;position:relative}.menu-btn::before{content:"";display:block;width:22px;height:2px;background:#fff;box-shadow:0 7px 0 #fff,0 -7px 0 #fff}.social-mark{font-size:0!important}.social-mark::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 9px rgba(255,255,255,.9)}
.hero{background:linear-gradient(90deg,rgba(2,2,2,.28),rgba(2,2,2,.03)),url("assets/hero-beauty-editorial.png") center/cover no-repeat!important}.hero::after{background:linear-gradient(90deg,rgba(2,2,2,.08),transparent 48%,rgba(2,2,2,.12))!important}.statue-wrap{display:none!important}@media(max-width:760px){.hero{background-position:62% center!important}.hero-copy{z-index:4}}
.grid-lines{display:none!important}
@media(min-width:1101px){.hero{background-size:auto 130%!important;background-position:20% 105px!important}.hero-copy{text-align:left!important;padding-left:110px!important}}
@media(min-width:761px) and (max-width:1100px){.hero{background-size:auto 118%!important;background-position:12% 90px!important;background-repeat:no-repeat!important;background-color:#020202!important}.hero-copy{width:45%!important;text-align:left!important;padding-left:54px!important}}
@media(min-width:761px){.bottom-nav{height:42px!important}}
@media(max-width:760px){.hero{background-position:24% center!important}.hero-copy{text-align:left!important;padding-left:28px!important;padding-right:28px!important}.hero-actions{justify-content:flex-start!important}}
@media(max-width:760px){.hero{background-size:auto 88%!important;background-position:40% bottom!important;background-repeat:no-repeat!important;background-color:#020202!important}}
@media(max-width:760px){.hero-actions{top:900px!important;gap:12px!important}.hero-actions .btn{min-height:36px!important;padding:0 14px!important;font-size:8px!important}.hero-actions .text-link{font-size:8px!important;padding-bottom:6px!important}}

/* Luxury champagne-gold identity. */
:root{--gold:#d7af62;--gold-light:#f3d99a;--text:var(--gold-light);--muted:rgba(230,195,124,.72);--line:rgba(215,175,98,.22);--glow:0 0 12px rgba(243,217,154,.85),0 0 34px rgba(215,175,98,.38)}
.brand-mark{filter:drop-shadow(0 0 8px rgba(215,175,98,.58))!important}.nav a{color:rgba(243,217,154,.9)!important}.nav a.active::after{background:var(--gold)!important}.btn{border-color:rgba(243,217,154,.8)!important;color:var(--gold-light)!important;box-shadow:0 0 18px rgba(215,175,98,.26),inset 0 0 14px rgba(215,175,98,.08)!important}.text-link{color:var(--gold-light)!important;border-color:var(--gold)!important}.hero h1,.section h2,.contact h2,.cards h3{color:var(--gold-light)!important}.social-mark{border-color:rgba(243,217,154,.8)!important}.social-mark::before{background:var(--gold-light)!important;box-shadow:0 0 9px rgba(215,175,98,.9)!important}

/* ===== FINAL RESPONSIVE HERO FIX - 2026-07-01 =====
   Keeps the main hero artwork fully visible across desktop, tablet and mobile.
   This block intentionally overrides older conflicting hero rules above. */
html,body{min-width:320px;background:#020202!important;overflow-x:hidden!important}
.site-shell{background:#020202!important;overflow:hidden!important}
.header{background:linear-gradient(180deg,rgba(2,2,2,.86),rgba(2,2,2,.30))!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hero{
  min-height:clamp(760px,calc(100svh - 68px),940px)!important;
  padding:clamp(150px,16vh,220px) 0 86px!important;
  display:flex!important;
  align-items:center!important;
  background-color:#020202!important;
  background-image:
    linear-gradient(90deg,rgba(2,2,2,.94) 0%,rgba(2,2,2,.72) 32%,rgba(2,2,2,.28) 58%,rgba(2,2,2,.68) 100%),
    url("assets/hero-beauty-editorial.png")!important;
  background-repeat:no-repeat!important;
  background-size:cover, contain!important;
  background-position:center, right center!important;
  overflow:hidden!important;
}
.hero::after{background:linear-gradient(180deg,rgba(2,2,2,.10),rgba(2,2,2,.28) 66%,rgba(2,2,2,.92))!important;pointer-events:none!important}
.hero-copy{width:min(48%,650px)!important;padding-left:clamp(38px,7vw,118px)!important;padding-right:24px!important;text-align:left!important;z-index:4!important}
.eyebrow{max-width:420px!important}.hero h1{font-size:clamp(58px,7.2vw,118px)!important;line-height:.95!important}.hero-actions{position:static!important;inset:auto!important;width:auto!important;margin-top:36px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:22px!important;flex-wrap:wrap!important}.statue-wrap{display:none!important}.bottom-nav{z-index:6!important;background:linear-gradient(180deg,rgba(2,2,2,0),rgba(2,2,2,.86))!important}
@media(min-width:1561px){.hero{background-size:cover, auto 86%!important;background-position:center, right 52%!important}}
@media(max-width:1200px){.nav{gap:28px!important}.logo{min-width:220px!important}.hero{background-image:linear-gradient(90deg,rgba(2,2,2,.96) 0%,rgba(2,2,2,.72) 43%,rgba(2,2,2,.34) 70%,rgba(2,2,2,.72) 100%),url("assets/hero-beauty-editorial.png")!important;background-size:cover, contain!important;background-position:center, right center!important}.hero-copy{width:52%!important;padding-left:54px!important}}
@media(max-width:900px){.hero{min-height:900px!important;padding-top:132px!important;padding-bottom:95px!important;align-items:flex-start!important;background-image:linear-gradient(180deg,rgba(2,2,2,.90) 0%,rgba(2,2,2,.74) 33%,rgba(2,2,2,.18) 57%,rgba(2,2,2,.92) 100%),url("assets/hero-beauty-editorial.png")!important;background-size:cover, 100% auto!important;background-position:center, center bottom!important}.hero-copy{width:100%!important;max-width:620px!important;padding:0 34px!important}.hero h1{font-size:clamp(54px,13vw,92px)!important}.hero-actions{margin-top:28px!important}.bottom-nav{height:56px!important;gap:14px!important;padding:0 16px!important;overflow-x:auto!important;justify-content:flex-start!important}.bottom-nav a{font-size:9px!important;flex:0 0 auto!important}}
@media(max-width:520px){.header{height:78px!important;padding:0 14px!important}.brand-mark{width:58px!important;height:58px!important}.logo{font-size:12px!important;letter-spacing:.18em!important}.menu-btn{width:42px!important;height:42px!important}.hero{min-height:860px!important;padding-top:112px!important;padding-bottom:78px!important;background-size:cover, 116% auto!important;background-position:center, 54% bottom!important}.hero-copy{padding:0 22px!important}.eyebrow{font-size:10px!important;line-height:1.85!important;margin-bottom:12px!important}.hero h1{font-size:clamp(45px,15vw,64px)!important;letter-spacing:.06em!important}.hero-actions{gap:10px!important}.hero-actions .btn{min-height:38px!important;padding:0 14px!important;font-size:8px!important}.hero-actions .text-link{font-size:8px!important}.bottom-nav{height:48px!important;gap:10px!important;padding:0 10px!important}.bottom-nav a{font-size:7px!important;letter-spacing:.08em!important}.bottom-nav .social-mark{width:16px!important;height:16px!important}}
@media(max-width:380px){.hero{min-height:820px!important;background-size:cover, 124% auto!important}.hero h1{font-size:42px!important}.logo-text{display:none!important}.hero-actions{max-width:270px!important}.hero-actions .btn{width:100%!important}.hero-actions .text-link{padding-left:2px!important}}


/* ===== MOBILE HERO REAL FIX - BIG AND CENTERED =====
   The previous mobile rule made the artwork wide but pushed it to the bottom.
   This one makes the hero artwork large, vertically centered and visible on phones. */
@media(max-width:760px){
  .hero{
    height:auto!important;
    min-height:calc(100svh + 500px)!important;
    max-height:none!important;
    padding-top:calc(100svh + 72px)!important;
    padding-bottom:72px!important;
    align-items:stretch!important;
    background-color:#020202!important;
    background-image:url("assets/hero-beauty-editorial.png")!important;
    background-repeat:no-repeat!important;
    background-size:auto calc(100svh - 78px)!important;
    background-position:50% 78px!important;
    overflow:hidden!important;
  }
  .hero::after{
    display:none!important;
  }
  .hero-copy{
    width:100%!important;
    max-width:390px!important;
    padding-left:22px!important;
    padding-right:22px!important;
    text-align:left!important;
    position:relative!important;
    z-index:5!important;
  }
  .eyebrow{font-size:10px!important;line-height:1.75!important;margin-bottom:10px!important;}
  .hero h1{font-size:clamp(42px,13vw,58px)!important;line-height:.98!important;}
  .hero-actions{
    position:static!important;
    inset:auto!important;
    width:auto!important;
    margin-top:18px!important;
    justify-content:flex-start!important;
    gap:10px!important;
    flex-wrap:wrap!important;
  }
  .bottom-nav{top:100svh!important;bottom:auto!important;height:46px!important;background:#020202!important;}
}
@media(max-width:430px){
  .hero{
    min-height:calc(100svh + 480px)!important;
    background-size:auto calc(100svh - 70px)!important;
    background-position:50% 76px!important;
  }
}
@media(max-width:380px){
  .hero{
    min-height:calc(100svh + 460px)!important;
    background-size:auto calc(100svh - 66px)!important;
    background-position:50% 76px!important;
  }
}
