@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root{
  --black:#0d0d0d;
  --gray:#6b6b6b;
  --gray-soft:#8a8a8a;
  --bg:#ececec;
  --bg-2:#f5f5f5;
  --line:#d9d9d9;
  --white:#ffffff;
  --max:1260px;
  --radius:30px;
  --radius-lg:40px;
  --shadow:0 16px 50px rgba(0,0,0,.06);
  --shadow-lg:0 24px 80px rgba(0,0,0,.09);
  --wave-fill:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 320'%3E%3Cg fill='none' stroke='%23d6d6d6' stroke-width='3'%3E%3Cpath d='M-60 80c110-38 205-38 315 0s205 38 315 0 205-38 315 0 205 38 315 0'/%3E%3Cpath d='M-60 145c110-38 205-38 315 0s205 38 315 0 205-38 315 0 205 38 315 0'/%3E%3Cpath d='M-60 210c110-38 205-38 315 0s205 38 315 0 205-38 315 0 205 38 315 0'/%3E%3Cpath d='M-60 275c110-38 205-38 315 0s205 38 315 0 205-38 315 0 205 38 315 0'/%3E%3C/g%3E%3C/svg%3E");
  --wave-divider-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 82c165-44 316-44 462 0s313 44 485 0 306-44 493 0V180H0Z' fill='%23ececec'/%3E%3Cpath d='M0 80c165-42 316-42 462 2s313 44 485 0 306-44 493 0' fill='none' stroke='%23d2d2d2' stroke-width='2'/%3E%3C/svg%3E");
  --wave-divider-dark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 82c165-44 316-44 462 0s313 44 485 0 306-44 493 0V180H0Z' fill='%230d0d0d'/%3E%3Cpath d='M0 80c165-42 316-42 462 2s313 44 485 0 306-44 493 0' fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='2'/%3E%3C/svg%3E");
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding-top:92px;font-family:"Montserrat",Arial,Helvetica,sans-serif;color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.page-shell{overflow:hidden}
.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;color:var(--gray)}
.eyebrow::before{content:"";width:36px;height:1px;background:#a8a8a8}
h1,h2,h3,h4{margin:0;line-height:.96;letter-spacing:-.045em;color:var(--black)}
h1{font-size:clamp(2.72rem,5.95vw,5.27rem);font-weight:800}
h2{font-size:clamp(1.91rem,3.91vw,3.57rem);font-weight:800}
h3{font-size:clamp(1.2rem,2vw,1.8rem);font-weight:700}
h4{font-size:1.05rem;font-weight:700}
p{margin:0;color:#3b3b3b;font-size:1.02rem}
.lead{font-size:clamp(1.08rem,1.6vw,1.23rem);color:#2d2d2d}
.muted{color:#6f6f6f}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border:1px solid var(--black);border-radius:999px;font-size:.94rem;font-weight:700;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease, box-shadow .25s ease;background:transparent}
.btn:hover{transform:translateY(-2px);background:var(--black);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.btn.dark{background:var(--black);color:#fff}
.btn.dark:hover{background:#262626;border-color:#262626}
.btn.light{border-color:#fff;color:#fff}
.btn.light:hover{background:#fff;color:#0d0d0d}
.btn.ghost{border-color:#cacaca;background:#fff}
.section{padding:120px 0;position:relative}
.section.gray{background:var(--bg)}
.section.soft{background:var(--bg-2)}
.section.dark{background:var(--black);color:#fff}
.section.dark h2,.section.dark h3,.section.dark h4,.section.dark .eyebrow{color:#fff}
.section.dark p,.section.dark li,.section.dark .muted{color:#d8d8d8}
.section.wave-bg::before,.price-panel::before{content:"";position:absolute;inset:0;background:var(--wave-fill) center/900px auto repeat;opacity:.45;pointer-events:none}
.section.wave-bg > .wrap,.price-panel > *{position:relative;z-index:1}
.section-head{display:grid;gap:18px;max-width:900px;margin-bottom:48px}
.section-head.center{text-align:center;justify-items:center;margin-inline:auto}
.section-head.center .eyebrow::before{display:none}
.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}
.header.scrolled{box-shadow:0 10px 35px rgba(0,0,0,.06)}
.header .wrap{width:min(calc(100% - 28px),1320px)}
.nav{height:92px;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{width:70px;height:70px;object-fit:contain;flex:0 0 auto}
.brand-copy{display:grid;gap:0;align-content:center}
.brand-name{font-size:1.58rem;line-height:.92;font-weight:800;letter-spacing:-.05em}
.brand-sub{font-size:.67rem;line-height:1;letter-spacing:.115em;text-transform:uppercase;color:var(--gray);font-weight:700;margin-top:-3px}
.navlinks{display:flex;align-items:center;gap:5px;margin-left:auto}
.navlinks a{padding:10px 14px;border-radius:999px;font-size:.88rem;font-weight:600;color:#303030;transition:background .2s ease,color .2s ease}
.navlinks a:hover{background:#f1f1f1}
.navlinks a.active{background:var(--black);color:#fff}
.nav-cta{min-height:48px;padding:0 20px;margin-left:4px}
.menu-btn{display:none;width:46px;height:46px;border:1px solid #d8d8d8;background:#fff;border-radius:999px;font-size:1.25rem}
.hero{padding:30px 0 44px;background:var(--white)}
.hero-card{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:stretch;background:var(--bg);border:1px solid #e2e2e2;border-radius:38px;padding:28px;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}
.hero-card::before{content:"";position:absolute;left:0;right:0;bottom:-5px;height:190px;background:var(--wave-divider-light) center/100% 100% no-repeat;opacity:.9}
.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:26px;padding:18px 14px 40px 14px}
.hero-copy h1{max-width:8ch}
.hero-copy p{max-width:55ch}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px}
.point{border-top:1px solid #d7d7d7;padding-top:14px}
.point strong{display:block;font-size:1.48rem;line-height:1;font-weight:800;letter-spacing:-.04em}
.point span{display:block;margin-top:8px;font-size:.92rem;color:#5d5d5d}
.hero-media{position:relative;min-height:650px;border-radius:28px;overflow:hidden;background:#ddd}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(0,0,0,.18) 100%)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-logo{position:absolute;top:18px;right:18px;z-index:2;width:102px;padding:10px;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}
.hero-badge{position:absolute;left:18px;bottom:18px;z-index:2;max-width:330px;padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}
.hero-badge p{margin-top:6px;font-size:.95rem;color:#494949}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}
.panel{background:#fff;border:1px solid #e3e3e3;border-radius:34px;padding:40px;box-shadow:var(--shadow)}
.panel.gray{background:var(--bg)}
.panel.wave{position:relative;overflow:hidden}
.panel.wave::after{content:"";position:absolute;left:-2%;right:-2%;bottom:0;height:140px;background:var(--wave-fill) center/900px auto repeat;opacity:.35}
.panel > *{position:relative;z-index:1}
.method-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:stretch}
.method-content{display:grid;gap:26px}
.info-list{display:grid;gap:14px}
.info-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding-top:16px;border-top:1px solid #d8d8d8}
.info-item:first-child{padding-top:0;border-top:0}
.info-item strong.small-num{font-size:.82rem;letter-spacing:.18em;color:#8c8c8c;font-weight:700;padding-top:4px}
.stat-band{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dcdcdc;border-radius:24px;overflow:hidden;background:#fff}
.stat-band .stat{padding:24px 22px;display:grid;gap:6px}
.stat-band .stat + .stat{border-left:1px solid #dcdcdc}
.stat-band strong{font-size:1.6rem;line-height:1;font-weight:800;letter-spacing:-.04em}
.stat-band span{font-size:.92rem;color:#5e5e5e}
.media-card{position:relative;border-radius:34px;overflow:hidden;min-height:620px;box-shadow:var(--shadow-lg)}
.media-card img{width:100%;height:100%;object-fit:cover}
.media-card .tag{position:absolute;left:18px;top:18px;background:rgba(255,255,255,.92);padding:10px 14px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.media-card .floating-logo{position:absolute;right:18px;bottom:18px;width:120px;border-radius:22px;background:rgba(255,255,255,.92);padding:10px;box-shadow:var(--shadow)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:rgba(255,255,255,.92);border:1px solid #dfdfdf;border-radius:28px;padding:24px;display:grid;gap:18px;min-height:260px;box-shadow:var(--shadow)}
.card .num{font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#8b8b8b}
.card p{margin-top:auto}
.wave-divider{height:130px;margin-top:-2px;background:var(--wave-divider-light) center/100% 100% no-repeat}
.wave-divider.dark{background:var(--wave-divider-dark) center/100% 100% no-repeat}
.treatments-preview{display:grid;grid-template-columns:1.06fr .94fr;gap:20px}
.feature-card{position:relative;min-height:560px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg)}
.feature-card.small{min-height:270px}
.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 20%,rgba(0,0,0,.82) 100%)}
.feature-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;display:grid;gap:12px}
.feature-copy h3,.feature-copy h4{color:#fff}
.feature-copy p{color:#e0e0e0}
.feature-stack{display:grid;gap:20px}
.brands-preview{display:grid;gap:22px}
.brand-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;padding:26px;border:1px solid #e2e2e2;border-radius:32px;background:#fff;box-shadow:var(--shadow)}
.brand-visuals{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.brand-visuals img{height:220px;object-fit:cover;border-radius:20px}
.brand-copy{display:grid;gap:14px;align-content:start}
.brand-line{font-size:1rem;font-weight:700;color:#2b2b2b}
.brand-copy p{max-width:58ch}
.brand-chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f2f2f2;border:1px solid #e2e2e2;font-size:.82rem;font-weight:700;color:#4d4d4d}
.price-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.price-panel{position:relative;overflow:hidden;background:var(--bg);border:1px solid #dfdfdf;border-radius:34px;padding:40px;box-shadow:var(--shadow-lg)}
.price-panel .section-head{margin-bottom:34px}
.price-table{display:grid;gap:8px;margin-top:12px}
.price-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.price-row:last-child{border-bottom:0}
.price-row span:first-child{font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:600;color:#171717}
.price-row span:last-child{font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:700;color:#171717;white-space:nowrap}
.price-logo-box{display:grid;grid-template-rows:auto 1fr;gap:18px}
.price-logo-card{background:#fff;border:1px solid #e2e2e2;border-radius:34px;padding:34px;box-shadow:var(--shadow);display:grid;justify-items:center;align-content:center;min-height:250px}
.price-logo-card img{width:min(240px,100%)}
.price-note{background:#fff;border:1px solid #e2e2e2;border-radius:34px;padding:32px;box-shadow:var(--shadow);display:grid;gap:18px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.gallery-feature,.gallery-tile{border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg)}
.gallery-feature{min-height:540px}
.gallery-feature img,.gallery-tile img{width:100%;height:100%;object-fit:cover}
.gallery-stack{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.gallery-tile{height:260px}
.cta-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-card{background:var(--bg);border:1px solid #e0e0e0;border-radius:34px;padding:40px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.contact-card.wave::after{content:"";position:absolute;inset:0;background:var(--wave-fill) center/900px auto repeat;opacity:.28;pointer-events:none}
.contact-card > *{position:relative;z-index:1}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.info-box{background:#fff;border:1px solid #e2e2e2;border-radius:22px;padding:18px}
.reason-list{display:grid;gap:14px;margin-top:4px}
.reason{background:#fff;border:1px solid #e2e2e2;border-radius:24px;padding:18px 20px}
.reason h4{margin-bottom:6px}
.footer{padding:54px 0 110px;background:#fff;border-top:1px solid #e6e6e6}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px;align-items:start}
.footer-brand{display:grid;gap:16px}
.footer-brand img{width:92px}
.footer-brand p{max-width:42ch}
.footer-col{display:grid;gap:12px}
.footer-col a,.footer-col p{font-size:.95rem;color:#3d3d3d}
.footer-label{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:700;color:#7b7b7b}
.mobile-cta{display:none}
.page-hero{padding:28px 0 44px}
.page-hero-card{position:relative;overflow:hidden;background:var(--bg);border-radius:38px;padding:44px 46px;border:1px solid #e2e2e2;box-shadow:var(--shadow-lg)}
.page-hero-card::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:160px;background:var(--wave-divider-light) center/100% 100% no-repeat;opacity:.9}
.page-hero-card > *{position:relative;z-index:1}
.page-hero-card p{max-width:760px;margin-top:20px;font-size:1.08rem}
.treatment-list{display:grid;gap:34px}
.treatment-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;padding:24px;border:1px solid #e2e2e2;border-radius:32px;background:#fff;box-shadow:var(--shadow)}
.treatment-card img{width:100%;height:330px;object-fit:cover;border-radius:24px}
.treatment-copy{display:grid;align-content:start;gap:14px}
.list{margin:0;padding-left:20px;display:grid;gap:8px;color:#444}
.product-section{display:grid;gap:34px}
.product-brand{padding:26px;border:1px solid #e1e1e1;border-radius:34px;background:#fff;box-shadow:var(--shadow)}
.product-brand-top{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;align-items:start;margin-bottom:20px}
.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.product-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:24px;overflow:hidden}
.product-card img{width:100%;height:240px;object-fit:cover}
.product-card .caption{padding:14px 16px 16px;display:grid;gap:6px}
.product-card .caption strong{font-size:.96rem;color:#191919}
.notice{padding:18px 20px;border:1px solid #e1e1e1;border-radius:18px;background:#fafafa;color:#565656}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.header{transition:none}}
@media(max-width:1140px){
  .hero-card,.method-layout,.grid-2,.treatments-preview,.price-layout,.gallery-grid,.cta-split,.brand-card,.treatment-card,.product-brand-top{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
  .gallery-stack{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  body{padding-top:76px}
  .header .wrap{width:min(calc(100% - 18px),1320px)}
  .nav{height:76px;align-items:center;flex-wrap:wrap;gap:14px}
  .navlinks,.nav-cta{display:none}
  .menu-btn{display:block;margin-left:auto}
  .brand-mark{width:58px;height:58px}
  .brand-name{font-size:1.32rem}
  .brand-sub{font-size:.64rem}
  .nav.open{height:auto;padding-bottom:16px}
  .nav.open .navlinks{display:flex;width:100%;flex-direction:column;gap:8px}
  .nav.open .navlinks a{background:#f4f4f4;padding:14px 16px}
  .nav.open .nav-cta{display:inline-flex}
  .hero-card{padding:20px}
  .hero-media{min-height:500px}
  .hero-points,.stat-band,.cards,.contact-grid,.footer-grid,.product-gallery{grid-template-columns:1fr}
  .stat-band .stat + .stat{border-left:0;border-top:1px solid #dcdcdc}
  .feature-stack{grid-template-columns:1fr 1fr}
  .brand-visuals{grid-template-columns:1fr 1fr}
  .section{padding:88px 0}
  .footer{padding-bottom:110px}
  .mobile-cta{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:90;height:56px;border-radius:999px;background:var(--black);color:#fff;align-items:center;justify-content:center;font-weight:700;box-shadow:0 14px 36px rgba(0,0,0,.2)}
}
@media(max-width:640px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  h1{font-size:2.55rem}
  h2{font-size:1.87rem}
  .hero-copy{padding:10px 0 32px}
  .hero-media{min-height:420px}
  .hero-logo{width:86px}
  .hero-badge{left:14px;right:14px;max-width:none;bottom:14px}
  .panel,.contact-card,.page-hero-card,.price-panel,.product-brand,.brand-card{padding:24px}
  .brand-visuals,.gallery-stack,.feature-stack,.cards{grid-template-columns:1fr}
  .brand-visuals img,.gallery-tile,.product-card img{height:220px}
  .gallery-feature{min-height:360px}
  .feature-card{min-height:440px}
  .feature-card.small{min-height:240px}
  .section{padding:76px 0}
  .wave-divider{height:92px}
}


/* V5 refinement */
.gray-wave{position:relative;background:var(--bg);padding-top:155px;padding-bottom:155px;overflow:hidden}
.gray-wave::before,.gray-wave::after{content:"";position:absolute;left:0;right:0;height:115px;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none;z-index:0}
.gray-wave::before{top:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 130' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V55C1270 10 1115 13 955 58S635 103 465 57 165 13 0 55Z' fill='%23ffffff'/%3E%3Cpath d='M0 54C165 12 310 12 465 56S790 101 955 57 1270 11 1440 55' fill='none' stroke='%23c8c8c8' stroke-width='1.5'/%3E%3C/svg%3E")}
.gray-wave::after{bottom:0;transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 130' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V55C1270 10 1115 13 955 58S635 103 465 57 165 13 0 55Z' fill='%23ffffff'/%3E%3Cpath d='M0 54C165 12 310 12 465 56S790 101 955 57 1270 11 1440 55' fill='none' stroke='%23c8c8c8' stroke-width='1.5'/%3E%3C/svg%3E")}
.gray-wave > .wrap{position:relative;z-index:2}
.gray-wave.wave-bg::after{z-index:1}
.gray-wave.wave-bg>.wrap::before{content:"";position:absolute;inset:-60px -80px;background:var(--wave-fill) center/760px auto repeat;opacity:.34;pointer-events:none;z-index:-1}
.services-intro{max-width:820px;margin:0 auto 52px;text-align:center;display:grid;gap:18px;justify-items:center}
.services-intro .eyebrow::before{display:none}
.services-intro p{max-width:720px;font-size:1.06rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.services-grid .card{min-height:300px;padding:28px}
.services-grid .card h3{font-size:clamp(1.45rem,2vw,2rem)}
.products-head{max-width:860px;margin-bottom:44px;display:grid;gap:18px}
.products-head p{max-width:720px}
.price-showcase{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:stretch}
.price-cover{background:#fff;border:1px solid #ddd;border-radius:34px;padding:34px;box-shadow:var(--shadow-lg);display:grid;align-content:space-between;min-height:620px;overflow:hidden;position:relative}
.price-cover::before{content:"";position:absolute;inset:160px 0 0;background:var(--wave-fill) center/620px auto repeat;opacity:.45}
.price-cover>*{position:relative;z-index:1}
.price-cover img{width:210px;margin-left:auto;margin-right:auto}
.price-cover .price-kicker{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:#777}
.price-cover h2{font-size:clamp(2.55rem,4.25vw,4.25rem)}
.price-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.price-group{background:#fff;border:1px solid #ddd;border-radius:28px;padding:24px;box-shadow:var(--shadow);display:grid;gap:14px}
.price-group h3{font-size:1.35rem}
.price-mini{display:grid;gap:8px}
.price-mini div{display:grid;grid-template-columns:1fr auto;gap:18px;padding:9px 0;border-bottom:1px solid #ececec}
.price-mini div:last-child{border-bottom:0}
.price-mini span:last-child{font-weight:700;white-space:nowrap}
.price-actions{grid-column:1/-1;display:flex;gap:12px;flex-wrap:wrap;align-items:center;padding-top:4px}
.salon-mosaic{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:260px 260px;gap:16px}
.salon-mosaic button{border:0;padding:0;background:none;cursor:zoom-in;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);position:relative}
.salon-mosaic button:first-child{grid-row:1/3}
.salon-mosaic button:nth-child(4){grid-column:2/4}
.salon-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.salon-mosaic button:hover img{transform:scale(1.025)}
.gallery-more{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gallery-more button{height:180px;border:0;padding:0;background:none;cursor:zoom-in;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.gallery-more img{width:100%;height:100%;object-fit:cover}
.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:70px 90px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(1200px,90vw);max-height:84vh;object-fit:contain;border-radius:16px}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(8px);cursor:pointer;width:50px;height:50px;border-radius:999px;font-size:28px;display:flex;align-items:center;justify-content:center}
.lightbox-close{top:22px;right:22px}
.lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}
.lightbox-next{right:24px;top:50%;transform:translateY(-50%)}
.lightbox-count{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:#fff;font-weight:600;font-size:.9rem}
.contact-modern{display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:stretch}
.contact-primary{background:var(--black);color:#fff;border-radius:34px;padding:44px;display:grid;gap:26px;box-shadow:var(--shadow-lg)}
.contact-primary h2,.contact-primary h3{color:#fff}.contact-primary p{color:#d6d6d6}
.contact-primary .info-box{background:#1b1b1b;border-color:#2d2d2d}.contact-primary .info-box p,.contact-primary .info-box strong{color:#fff}
.contact-side{display:grid;gap:18px}
.contact-side .reason{background:var(--bg);padding:22px;border-radius:26px;border:1px solid #ddd}
.footer{background:var(--bg);border-top:0;position:relative;padding-top:110px}
.footer::before{content:"";position:absolute;left:0;right:0;top:0;height:90px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 55C175 15 325 15 475 55s320 40 490 0 300-40 475 0V0H0Z' fill='%23ffffff'/%3E%3Cpath d='M0 54c175-39 325-39 475 1s320 40 490 0 300-40 475 0' fill='none' stroke='%23c8c8c8'/%3E%3C/svg%3E") center/100% 100% no-repeat}
@media(max-width:1000px){.price-showcase,.contact-modern{grid-template-columns:1fr}.price-cover{min-height:auto}.salon-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}.salon-mosaic button:first-child{grid-column:1/3;grid-row:auto}.salon-mosaic button:nth-child(4){grid-column:auto}.gallery-more{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr}.price-groups{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gray-wave{padding-top:115px;padding-bottom:115px}.price-groups{grid-template-columns:1fr}.salon-mosaic{grid-template-columns:1fr;grid-template-rows:300px repeat(3,220px)}.salon-mosaic button:first-child,.salon-mosaic button:nth-child(4){grid-column:auto}.gallery-more{grid-template-columns:1fr 1fr}.gallery-more button{height:140px}.lightbox{padding:60px 18px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.contact-primary{padding:28px}}


/* V5.1 wave corrections */
/* Hero: the Instagram-style wave texture covers the entire grey panel, not only the bottom. */
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  height:auto;
  background:var(--wave-fill) center/760px auto repeat;
  opacity:.42;
  pointer-events:none;
  z-index:0;
}
.hero-card::after{display:none;}
.hero-card > *{position:relative;z-index:1}

/* Giuly Style section: wave texture across the whole section background. */
.brand-wave{position:relative;overflow:hidden;background:#fff}
.brand-wave::before{
  content:"";position:absolute;inset:0;
  background:var(--wave-fill) center/760px auto repeat;
  opacity:.28;pointer-events:none;z-index:0;
}
.brand-wave::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.68),rgba(255,255,255,.28),rgba(255,255,255,.62));
  pointer-events:none;z-index:0;
}
.brand-wave > .wrap{position:relative;z-index:1}
.brand-wave .panel.gray{background:rgba(236,236,236,.88);backdrop-filter:blur(2px)}

/* Grey sections: strong curved entrance AND exit, plus wave pattern over the whole field. */
.gray-wave{
  position:relative;
  background:var(--bg);
  padding-top:165px;
  padding-bottom:165px;
  overflow:hidden;
}
.gray-wave::before,.gray-wave::after{
  content:"";
  position:absolute;left:0;right:0;height:126px;
  background-repeat:no-repeat;background-size:100% 100%;
  pointer-events:none;z-index:3;
}
.gray-wave::before{
  top:-1px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 130' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V48C1275 96 1125 94 965 48S645 2 475 48 170 96 0 48Z' fill='%23ffffff'/%3E%3Cpath d='M0 49C170 97 315 96 475 49S800 2 965 49 1275 95 1440 49' fill='none' stroke='%23bcbcbc' stroke-width='2'/%3E%3C/svg%3E");
}
.gray-wave::after{
  bottom:-1px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 130' preserveAspectRatio='none'%3E%3Cpath d='M0 82C170 34 315 34 475 81S800 128 965 81 1275 35 1440 81V130H0Z' fill='%23ffffff'/%3E%3Cpath d='M0 81C170 33 315 34 475 80S800 127 965 80 1275 34 1440 80' fill='none' stroke='%23bcbcbc' stroke-width='2'/%3E%3C/svg%3E");
}
.gray-wave.wave-bg > .wrap::before{
  content:"";position:absolute;inset:-90px -120px;
  background:var(--wave-fill) center/760px auto repeat;
  opacity:.38;pointer-events:none;z-index:-1;
}

@media(max-width:640px){
  .gray-wave{padding-top:125px;padding-bottom:125px}
  .gray-wave::before,.gray-wave::after{height:92px}
}

/* V5.2 — Servizi: apertura ondulata V4 + chiusura ondulata V5. */
.services-top-wave{
  height:130px;
  margin:0 0 -1px;
  background:var(--wave-divider-light) center/100% 100% no-repeat;
}
.services-wave{
  padding-top:112px;
}
.services-wave::before{display:none;}
@media(max-width:640px){
  .services-top-wave{height:92px;}
  .services-wave{padding-top:82px;}
}

/* V5.3 — fix mirato chiusura Servizi: stessa curva pulita, senza doppio ribaltamento. */
.services-wave::after{
  transform:none !important;
}


/* V5.4 — Listino: il pattern attraversa realmente il pannello bianco e continua nello sfondo. */
.pricing-wave{
  padding-bottom:110px;
}
.pricing-wave::after{
  display:none !important;
}
.pricing-wave .price-cover{
  background:rgba(255,255,255,.88);
  border-color:rgba(215,215,215,.92);
  box-shadow:0 20px 70px rgba(0,0,0,.075);
}
.pricing-wave .price-cover::before{
  display:none !important;
}
/* Le onde che si vedono nel pannello sono le stesse identiche dello sfondo,
   quindi proseguono senza interruzioni ai bordi del rettangolo. */
.pricing-wave.wave-bg > .wrap::before{
  opacity:.42;
}
@media(max-width:640px){
  .pricing-wave{padding-bottom:78px;}
}


/* V5.5 — Orari dinamici e listino completo in home */
.price-actions{justify-content:flex-start}
.hours-section{background:#fff;padding-top:118px;padding-bottom:118px}
.hours-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:stretch}
.hours-intro{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:20px 10px 20px 0}
.hours-intro h2{max-width:8.5ch}
.hours-intro p{max-width:46ch}
.hours-status{display:inline-flex;align-items:center;gap:10px;width:max-content;padding:10px 14px;border-radius:999px;background:#f1f1f1;border:1px solid #dedede;font-size:.84rem;font-weight:700}
.status-dot{width:9px;height:9px;border-radius:50%;background:#8a8a8a;box-shadow:0 0 0 4px rgba(138,138,138,.12)}
.hours-status.is-open{background:#f4f4f4;border-color:#cfcfcf}
.hours-status.is-open .status-dot{background:#171717;box-shadow:0 0 0 4px rgba(23,23,23,.10)}
.hours-status.is-closed .status-dot{background:#8c8c8c}
.hours-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
.hours-card{background:var(--bg);border:1px solid #dedede;border-radius:34px;padding:34px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}
.hours-card::before{content:"";position:absolute;inset:0;background:var(--wave-fill) center/900px auto repeat;opacity:.28;pointer-events:none}
.hours-card>*{position:relative;z-index:1}
.hours-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.08)}
.hours-card-head h3{margin-top:8px;font-size:1.5rem}
.hours-card-head img{width:94px;flex:0 0 auto}
.hours-table{display:grid;margin-top:10px}
.hours-row{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:15px 4px;border-bottom:1px solid rgba(0,0,0,.07);font-size:1rem}
.hours-row:last-child{border-bottom:0}
.hours-row span{font-weight:500}
.hours-row strong{font-weight:700;white-space:nowrap}
.hours-row.is-today{margin-inline:-12px;padding-inline:16px;border-radius:16px;background:rgba(255,255,255,.72);border-bottom-color:transparent;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.hours-row.is-today span::after{content:" · Oggi";font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#767676;font-weight:700}
.hours-address{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,0,0,.08)}
.hours-address span{color:#5b5b5b}
.footer-grid{grid-template-columns:1.2fr .7fr .8fr .8fr}
@media(max-width:1140px){.hours-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.hours-section{padding-top:76px;padding-bottom:76px}.hours-card{padding:24px}.hours-card-head img{width:76px}.hours-row{gap:16px}.hours-row strong{font-size:.9rem}.hours-address{display:grid}.footer-grid{grid-template-columns:1fr}}


/* V5.8 - catalogo prodotti e trattamenti rifiniti */
.products-preview-section{padding-top:92px;padding-bottom:104px}
.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.home-product-card{overflow:hidden;border:1px solid #e1e1e1;border-radius:28px;background:#fff;box-shadow:var(--shadow)}
.home-product-card img{width:100%;height:225px;object-fit:cover;display:block}
.home-product-card>div{display:grid;gap:10px;padding:20px}
.home-product-card h3{font-size:1.38rem;line-height:1.02}
.home-product-card p{font-size:.94rem}
.products-preview-action{display:flex;justify-content:center;margin-top:30px}

.product-catalog{padding-top:84px}
.product-section{display:grid;gap:30px}
.catalog-intro{max-width:880px;display:grid;gap:16px;margin-bottom:8px}
.catalog-intro p{max-width:760px}
.catalog-intro-secondary{margin-top:34px}
.product-gallery-four{grid-template-columns:repeat(4,1fr)}
.product-gallery-four .product-card img{height:250px}
.special-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.special-product-card{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:stretch;padding:18px;border:1px solid #e1e1e1;border-radius:28px;background:#fff;box-shadow:var(--shadow)}
.special-product-card img{width:100%;height:230px;object-fit:cover;border-radius:20px}
.special-product-card>div{display:grid;align-content:center;gap:11px;padding:6px 8px}
.special-product-card h3{font-size:1.55rem}
.text-link{font-weight:700;font-size:.92rem;text-decoration:underline;text-underline-offset:4px}
.product-help{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;margin-top:24px;padding:32px;border-radius:30px;background:var(--bg);border:1px solid #dfdfdf}
.product-help>div{display:grid;gap:12px;max-width:720px}

.treatment-section{padding-top:78px}
.treatment-guide{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:start;margin-bottom:40px;padding:32px;border:1px solid #e0e0e0;border-radius:30px;background:var(--bg)}
.treatment-guide>div:first-child{display:grid;gap:12px}
.treatment-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.treatment-guide-grid a{display:grid;gap:5px;padding:17px 18px;border-radius:18px;background:#fff;border:1px solid #dedede}
.treatment-guide-grid strong{font-size:.96rem}
.treatment-guide-grid span{font-size:.84rem;color:#666}
.treatment-list-refined{gap:26px}
.treatment-list-refined .treatment-card{grid-template-columns:.82fr 1.18fr;gap:32px;padding:20px;scroll-margin-top:120px;min-height:410px;align-items:stretch}
.treatment-media{position:relative;min-height:360px}
.treatment-media img{height:100%;min-height:360px}
.treatment-media span{position:absolute;top:16px;left:16px;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:rgba(255,255,255,.93);font-weight:800}
.treatment-list-refined .treatment-copy{align-content:center;gap:16px;padding:10px 12px 10px 0}
.treatment-list-refined .treatment-copy p{max-width:650px}
.treatment-facts{display:flex;flex-wrap:wrap;gap:8px}
.treatment-facts span{padding:9px 12px;border-radius:999px;background:#f2f2f2;border:1px solid #e2e2e2;font-size:.8rem;font-weight:650;color:#4c4c4c}
.treatment-list-refined .btn{width:max-content;margin-top:4px}

@media(max-width:1050px){
  .home-product-grid{grid-template-columns:1fr 1fr}
  .product-gallery-four{grid-template-columns:1fr 1fr}
  .special-product-card{grid-template-columns:180px 1fr}
  .treatment-guide{grid-template-columns:1fr}
}
@media(max-width:760px){
  .products-preview-section{padding-top:72px;padding-bottom:82px}
  .home-product-grid,.product-gallery-four,.special-product-grid,.treatment-guide-grid{grid-template-columns:1fr}
  .home-product-card img{height:240px}
  .special-product-card{grid-template-columns:1fr}
  .special-product-card img{height:280px}
  .product-help{grid-template-columns:1fr;padding:24px}
  .product-help .btn{width:100%}
  .treatment-guide{padding:24px;margin-bottom:28px}
  .treatment-list-refined .treatment-card{grid-template-columns:1fr;gap:16px;padding:16px}
  .treatment-media,.treatment-media img{min-height:280px;height:280px}
  .treatment-list-refined .treatment-copy{padding:8px 6px 10px;gap:14px}
  .treatment-list-refined .btn{width:100%}
}

.product-gallery-single{grid-template-columns:1fr}
.product-gallery-single .product-card img{height:360px}
@media(max-width:760px){.product-gallery-single .product-card img{height:260px}}


/* V6 - prodotti meglio distribuiti */
.product-gallery-two{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.product-gallery-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-gallery-two .product-card img,
.product-gallery-three .product-card img{height:290px}
.product-gallery-two .product-card .caption,
.product-gallery-three .product-card .caption{padding:16px 18px 18px}
.product-gallery-two .product-card .caption strong,
.product-gallery-three .product-card .caption strong{font-size:1.02rem}
.product-gallery-single{grid-template-columns:1fr}
.product-gallery-single .product-card img{height:300px}

@media(max-width:1050px){
  .product-gallery-three{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .product-gallery-two,.product-gallery-three{grid-template-columns:1fr}
  .product-gallery-two .product-card img,
  .product-gallery-three .product-card img,
  .product-gallery-single .product-card img{height:240px}
}


/* V6.1 - no duplicate product photos */
.product-line-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.product-line-photo img{height:315px}
.product-line-info{display:grid;align-content:center;gap:16px;padding:28px;border:1px solid #e2e2e2;border-radius:24px;background:var(--bg)}
.product-line-info h3{font-size:1.7rem;line-height:1.05;max-width:14ch}
.product-line-items{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-line-items span{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #dfdfdf;font-size:.88rem;font-weight:700}
@media(max-width:760px){
  .product-line-layout{grid-template-columns:1fr}
  .product-line-photo img{height:250px}
  .product-line-info{padding:22px}
}


/* V6.2 - rimozione doppioni fotografici su tutte le linee */
.product-simply-layout{display:grid;grid-template-columns:1fr 1fr .82fr;gap:20px;align-items:stretch}
.product-simply-layout .product-card img{height:285px}
.product-line-info-compact{min-height:100%}
@media(max-width:1050px){
  .product-simply-layout{grid-template-columns:1fr 1fr}
  .product-line-info-compact{grid-column:1/-1}
}
@media(max-width:760px){
  .product-simply-layout{grid-template-columns:1fr}
  .product-line-info-compact{grid-column:auto}
  .product-simply-layout .product-card img{height:240px}
}

/* V6.3 - trattamento ozono aggiornato + altezze uniformi */
.treatment-list-refined .treatment-copy{min-height:100%}
.treatment-media{height:100%}
.treatment-media img{width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.treatment-list-refined .treatment-card{min-height:0}}
