:root{
  --paper:#fffaf7;--cream:#f9efea;--cream2:#f4e5df;--rose:#c97d6d;--rose-dark:#b96958;
  --ink:#2c2826;--muted:#6d5c56;--line:#ead8d1;--serif:'Cormorant Garamond',serif;
  --sans:'Montserrat',sans-serif;--script:'Allura',cursive
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.site-header{height:102px;background:#fffaf8;display:flex;align-items:center;padding:0 3.1vw;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(201,125,109,.08)}
.brand{width:182px;flex:none}.brand img{width:154px;height:88px;object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:25px;font-size:10px;text-transform:uppercase;white-space:nowrap}.nav>a:not(.button){padding:11px 0}.nav .active{color:var(--rose-dark);border-bottom:1px solid var(--rose-dark)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--rose-dark);color:#fff;text-transform:uppercase;font-size:10px;font-weight:600;padding:15px 22px;border-radius:5px;letter-spacing:.02em;border:1px solid var(--rose-dark)}.button.outline{color:#2e2927;background:rgba(255,255,255,.3);border-color:#dba397}.button.small{padding:11px 17px;font-size:9px}.header-book{padding:15px 18px}.calendar-icon{font-size:16px;line-height:0}.menu-toggle{display:none;border:0;background:none;font-size:26px;color:var(--ink)}
.hero{height:468px;position:relative;overflow:hidden;background:#fbf6f2 url('assets/hero-wide-integrated.jpg') center center/cover no-repeat}
.hero:after{content:none}
.hero:before{content:'';position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(255,250,247,.94) 0%,rgba(255,250,247,.90) 26%,rgba(255,250,247,.62) 39%,rgba(255,250,247,.18) 52%,rgba(255,250,247,0) 64%);pointer-events:none}
.hero-copy{position:relative;z-index:2;width:46%;min-width:430px;padding:62px 0 0 5.5vw}.eyebrow{font-size:10px;letter-spacing:.22em;font-weight:500;margin:0 0 11px}.hero h1{font:500 60px/.89 var(--serif);margin:0 0 27px}.hero h1 span{display:block;color:var(--rose);font:400 50px/1.02 var(--script);margin-top:7px}.lead{font:16px/1.34 var(--serif);margin:0 0 20px}.hero-actions{display:flex;gap:24px}.trust-row{display:flex;gap:28px;margin-top:34px}.trust-row>div{display:flex;align-items:center;gap:8px;text-transform:uppercase;font-size:7.7px;font-weight:600;line-height:1.42}.trust-icon{font:32px var(--serif);color:var(--rose);font-weight:400}
.section-white{background:#fff;padding:22px 5vw 31px}.centered{text-align:center}.services h2{font:500 32px/1 var(--serif);text-align:center;margin:2px 0 5px}.heart-divider{display:flex;align-items:center;justify-content:center;color:var(--rose);height:16px}.heart-divider:before,.heart-divider:after{content:'';height:1px;width:45px;background:#dda99b;margin:0 8px}.cards{max-width:1140px;margin:11px auto 0;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service-card{border:1px solid #f0e4df;border-radius:8px;background:#fff;height:214px;text-align:center;padding:14px 15px 12px;box-shadow:0 7px 20px rgba(76,45,32,.03)}.service-icon{width:58px;height:58px;margin:0 auto 8px;border-radius:50%;background:#f6ebe6;display:grid;place-items:center}.service-icon img{width:56px;height:56px;object-fit:contain}.service-card h3{font-size:10.5px;line-height:1.3;margin:0 0 7px}.service-card p{font:12.7px/1.3 var(--serif);min-height:55px;margin:0 0 8px;color:#4f4540}.service-card a{font-size:8.5px;text-transform:uppercase;color:var(--rose-dark);font-weight:600}
.about-section{min-height:320px;background:linear-gradient(90deg,#faeee8 0%,#fff9f6 100%);display:grid;grid-template-columns:.92fr 1.12fr .44fr;align-items:center;padding:0 4.5vw;overflow:hidden}.about-photo-wrap{height:320px;display:flex;align-items:flex-end;justify-content:center;position:relative}.about-photo{width:355px;height:300px;border-radius:178px 178px 0 0;overflow:hidden;border:1px solid #ead3ca;box-shadow:0 14px 35px rgba(72,45,35,.06);background:#eee}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%}.about-ring-text{position:absolute;left:5px;top:52px;transform:rotate(-84deg);transform-origin:left top;font-size:8px;letter-spacing:.22em;color:var(--rose-dark);white-space:nowrap}.about-copy{padding:20px 0}.about-copy h2,.benefits h2,.contact-info h2{font:500 29px/1.07 var(--serif);margin:3px 0 9px}.about-text{max-width:560px}.about-text p{font:11.5px/1.35 var(--serif);margin:7px 0}.mini-line{display:flex;align-items:center;color:var(--rose);font:14px var(--serif);margin:0 0 4px}.mini-line:after{content:'';height:1px;width:34px;background:#dca99a;margin-left:7px}.mini-line.wide:before{content:'';height:1px;width:28px;background:#dca99a;margin-right:7px}.line-art{color:#d8a696;opacity:.48;display:flex;align-items:center;justify-content:center}.line-art svg{width:190px;height:235px}
.info-band{height:228px;display:grid;grid-template-columns:1fr 1.12fr 1fr;background:#f5e8e2}.benefits,.contact-info{padding:17px 4.6vw 12px}.benefits h2,.contact-info h2{font-size:25px}.benefits ul{list-style:none;margin:7px 0 10px;padding:0}.benefits li{font:11px var(--serif);margin:6px 0}.benefits li:before{content:'✓';display:inline-grid;place-items:center;width:14px;height:14px;border:1px solid var(--rose);border-radius:50%;color:var(--rose);font:8px var(--sans);margin-right:8px}.reception{height:100%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.reception img{height:100%;width:100%;object-fit:cover;object-position:center bottom}.fact{display:grid;grid-template-columns:22px 1fr;gap:7px;align-items:start;margin:4px 0}.fact>span{width:20px;height:20px;border:1px solid var(--rose);border-radius:50%;display:grid;place-items:center;color:var(--rose);font-size:9px}.fact p{font-size:8.3px;line-height:1.25;margin:0}.fact b{font-size:8.5px}.contact-info .button{margin-top:4px}
.booking-banner{height:110px;display:grid;grid-template-columns:1fr 1.45fr 1fr;background:#f1d2c7;overflow:hidden}.booking-image{background-size:cover;background-position:center}.booking-image.left{background-image:url('assets/booking-flower.png')}.booking-image.right{background-image:url('assets/booking-products.png')}.booking-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(247,219,209,.4)}.script-title{font:37px/1 var(--script);color:var(--rose-dark);margin:0}.booking-center>p:nth-child(2){font:12px var(--serif);margin:4px 0 7px}.booking-center .button{padding:9px 22px;font-size:8.5px}footer{height:62px;background:#fff;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0 4vw}.socials{font-size:20px;color:var(--rose);display:flex;gap:17px}footer img{width:135px;height:54px;object-fit:contain;justify-self:center}.to-top{justify-self:end;border:1px solid var(--rose);color:var(--rose);border-radius:50%;width:29px;height:29px;display:grid;place-items:center;font-size:15px}
/* inner pages */.inner-page{background:linear-gradient(180deg,#fffaf7,#f7ebe5);min-height:100vh}.inner-hero{max-width:1160px;margin:auto;text-align:center;padding:55px 24px 25px}.inner-hero h1{font:500 52px/1 var(--serif);margin:0}.inner-hero .script{font:38px var(--script);color:var(--rose);margin:0}.inner-shell{max-width:1100px;margin:0 auto;padding:0 24px 70px}.price-group,.rule-card{background:rgba(255,255,255,.88);border:1px solid #eddcd5;border-radius:10px;padding:24px 28px;margin:15px 0}.price-group h2,.rule-card h2{font:600 27px var(--serif);color:#9f6251;margin:0 0 12px}.price-row{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #f0e5e0;font-size:12px}.price-row b{white-space:nowrap}.laser-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.laser-table th,.laser-table td{padding:11px 13px;border-bottom:1px solid #f0e4df;text-align:left;font-size:11px}.laser-table th{background:#f2ddd4;color:#7b493e}.notice{background:#f0d6cb;border-radius:8px;padding:14px 18px;text-align:center;color:#74483d}.back-link{text-align:center;margin-top:24px}.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rule-card p{font:15px/1.48 var(--serif);margin:7px 0}.accept{background:#efd5ca;border-radius:8px;text-align:center;padding:16px;font:600 16px var(--serif);margin-top:18px}
@media(max-width:1000px){.nav{gap:13px;font-size:8.5px}.site-header{padding:0 2vw}.cards{grid-template-columns:repeat(3,1fr)}.service-card{height:auto;min-height:215px}.about-section{grid-template-columns:1fr 1.28fr}.line-art{display:none}.info-band{grid-template-columns:1fr 1fr}.reception{display:none}}
@media(max-width:740px){.site-header{height:82px;padding:0 18px}.brand{width:130px}.brand img{width:125px;height:70px}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fffaf7;flex-direction:column;align-items:stretch;padding:14px 20px 20px;box-shadow:0 12px 25px rgba(0,0,0,.08)}.nav.open{display:flex}.nav>a:not(.button){border-bottom:1px solid #efe0da;padding:9px 0}.hero{height:700px;background:#fbf6f2 url('assets/hero-wide-integrated.jpg') 63% bottom/auto 58% no-repeat}.hero:before{background:linear-gradient(180deg,#fffaf7 0%,rgba(255,250,247,.99) 47%,rgba(255,250,247,.76) 58%,rgba(255,250,247,.08) 72%,rgba(255,250,247,0) 100%)}.hero-copy{width:auto;min-width:0;padding:38px 22px 0}.hero h1{font-size:48px}.hero h1 span{font-size:42px}.lead{font-size:15px}.trust-row{gap:12px;flex-wrap:wrap}.section-white{padding:32px 22px}.cards{grid-template-columns:1fr}.service-card{height:auto;min-height:220px}.about-section{grid-template-columns:1fr;padding:28px 22px}.about-photo-wrap{height:330px}.about-photo{height:315px;width:330px}.about-ring-text{display:none}.about-copy{padding:20px 0}.about-text p{font-size:14px}.info-band{height:auto;grid-template-columns:1fr}.benefits,.contact-info{padding:28px 22px}.booking-banner{height:auto;grid-template-columns:1fr}.booking-image{height:90px}.booking-center{padding:18px}.rules-grid{grid-template-columns:1fr}.inner-hero h1{font-size:44px}.price-row{font-size:11px}footer{height:auto;padding:16px;gap:8px}}

/* v12 polished inner-page styling */
.house-rules-page{background:#fffaf7;color:var(--ink)}
.house-rules-page .inner-hero{max-width:none;padding:62px 24px 42px;background:linear-gradient(180deg,#f8ebe5 0%,#fffaf7 100%);border-bottom:1px solid #eddad2}
.house-rules-page .inner-hero .eyebrow{color:#7a6259}
.house-rules-page .inner-hero h1{font:500 56px/1 var(--serif);margin:0;color:#2d2826}
.house-rules-page .inner-hero .script{font:44px/1.05 var(--script);color:var(--rose);margin:4px 0 10px}
.house-rules-page .inner-hero .intro{font:17px/1.55 var(--serif);max-width:760px;margin:0 auto;color:#5b4d47}
.house-rules-page .inner-shell{max-width:980px;padding:36px 24px 80px}
.house-rules-page .rules-sheet{background:rgba(255,255,255,.88);border:1px solid #ead8d1;border-radius:18px;padding:38px 44px;box-shadow:0 18px 50px rgba(91,61,49,.06)}
.house-rules-page .rule-section{padding:25px 0;border-bottom:1px solid #efe1db}
.house-rules-page .rule-section:last-child{border-bottom:0}
.house-rules-page .rule-section h2{font:400 35px/1 var(--script);color:var(--rose-dark);margin:0 0 12px}
.house-rules-page .rule-section p{font:16px/1.55 var(--serif);margin:8px 0;color:#403734}
.house-rules-page .rule-section strong{color:#2f2926;font-weight:600}
.house-rules-page .rules-accept{margin-top:26px;padding:19px 24px;border:1px solid #dfb9ac;background:#f4dfd7;border-radius:12px;text-align:center;font:600 17px/1.45 var(--serif);color:#563f36}
.house-rules-page .rules-back{text-align:center;margin-top:26px}
@media(max-width:740px){.hero-copy{padding:38px 22px 0}.house-rules-page .inner-hero{padding:42px 20px 30px}.house-rules-page .inner-hero h1{font-size:44px}.house-rules-page .inner-hero .script{font-size:38px}.house-rules-page .inner-hero .intro{font-size:16px}.house-rules-page .inner-shell{padding:24px 16px 55px}.house-rules-page .rules-sheet{padding:22px 20px;border-radius:14px}.house-rules-page .rule-section h2{font-size:31px}.house-rules-page .rule-section p{font-size:15px}}

/* v15 — built from the approved visual layout, not from the screenshot itself */
@media (min-width: 1001px){
  .site-header{height:96px;padding:0 4.5vw;background:rgba(255,250,247,.98)}
  .brand{width:180px}.brand img{width:150px;height:82px}
  .nav{gap:27px;font-size:9px}
  .hero{height:485px;background-position:center center;background-size:cover}
  .hero:before{background:linear-gradient(90deg,#fffaf7 0%,rgba(255,250,247,.98) 24%,rgba(255,250,247,.88) 35%,rgba(255,250,247,.56) 45%,rgba(255,250,247,.12) 57%,rgba(255,250,247,0) 69%)}
  .hero-copy{width:48%;min-width:500px;padding:62px 0 0 5.4vw}
  .hero h1{font-size:58px;margin-bottom:25px}
  .hero h1 span{font-size:50px}
  .lead{font-size:15.5px}
  .hero-actions{gap:26px}
  .trust-row{margin-top:32px;gap:34px}
  .services{padding-top:24px;padding-bottom:34px}
  .cards{max-width:1190px;gap:16px}
  .service-card{height:220px;padding-top:16px}
  .about-section{min-height:346px;grid-template-columns:1.03fr 1.18fr .45fr;padding:0 4.2vw;background:linear-gradient(90deg,#faeee8 0%,#fff9f6 100%)}
  .about-photo-wrap{height:346px;align-items:flex-end}
  .about-photo{width:370px;height:330px;border-radius:185px 185px 0 0}
  .about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}
  .about-copy{padding:24px 0 20px 22px}
  .about-copy h2{font-size:30px}
  .about-text{max-width:600px}
  .about-text p{font-size:11.8px;line-height:1.38}
  .about-ring-text{left:-4px;top:74px}
}

@media (max-width:740px){
  .about-photo{height:340px;width:min(92vw,350px)}
  .about-photo img{object-position:center 12%}
}

/* v16 fixes: keep the rules button clear of the booking banner and show Fanni's full head */
@media (min-width: 741px){
  .info-band{
    height:auto;
    min-height:258px;
    align-items:stretch;
  }
  .benefits,.contact-info{
    padding-top:20px;
    padding-bottom:22px;
  }
  .contact-info .button{
    margin-top:10px;
    position:relative;
    z-index:2;
  }
  .booking-banner{
    position:relative;
    z-index:1;
  }
  .about-photo img{
    object-position:center top;
  }
}

@media (max-width: 740px){
  .about-photo img{
    object-position:center top;
  }
  .contact-info .button{
    margin-top:12px;
  }
}

/* v17 — single-page expansion: laser results, full price list and house rules */
section[id]{scroll-margin-top:100px}
.laser-feature{padding:54px 5vw 34px;background:linear-gradient(180deg,#fff 0%,#fbf1ed 100%);text-align:center}
.laser-intro{max-width:850px;margin:0 auto}.laser-feature h2,.results-section h2,.prices-section>h2,.rules-home-head h2{font:500 38px/1.05 var(--serif);margin:0}.laser-intro>p:not(.eyebrow){max-width:760px;margin:12px auto;font:16px/1.55 var(--serif);color:#554943}
.laser-highlights{max-width:900px;margin:30px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e8cfc6;border-bottom:1px solid #e8cfc6}.laser-highlights>div{padding:18px 20px;display:grid;gap:4px}.laser-highlights>div+div{border-left:1px solid #e8cfc6}.laser-highlights span{font:28px var(--script);color:var(--rose)}.laser-highlights b{font:600 12px var(--sans);text-transform:uppercase}.laser-highlights small{font:13px var(--serif);color:#76635c}
.results-section{padding:42px 5vw 52px;background:#fff;text-align:center}.results-lead{max-width:650px;margin:10px auto 27px;font:15px/1.5 var(--serif);color:#675750}.results-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:22px}.result-card{background:#fffaf7;border:1px solid #ecdcd5;border-radius:14px;padding:18px;box-shadow:0 10px 30px rgba(90,58,47,.05)}.result-card h3{font:500 27px var(--serif);margin:0 0 12px}.ba-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ba-pair figure{margin:0;position:relative;overflow:hidden;border-radius:9px;background:#f1e5df;height:330px}.ba-pair img{width:100%;height:100%;object-fit:cover}.ba-pair figcaption{position:absolute;left:10px;bottom:10px;background:rgba(255,250,247,.92);border:1px solid rgba(201,125,109,.35);border-radius:20px;padding:6px 12px;text-transform:uppercase;font:600 8px var(--sans);letter-spacing:.12em;color:#75493f}
.prices-section{padding:50px 5vw 60px;background:linear-gradient(180deg,#f8eae4,#fffaf7);text-align:center}.prices-shell{max-width:1040px;margin:25px auto 0;text-align:left}.prices-section .price-group{box-shadow:0 10px 32px rgba(91,61,49,.04)}
.rules-home{padding:54px 5vw 62px;background:#fffaf7}.rules-home-head{text-align:center}.rules-home-head .script{font:35px/1.1 var(--script);color:var(--rose);margin:5px 0 24px}.rules-home-shell{max-width:980px;margin:auto}.rules-home .rules-sheet{background:rgba(255,255,255,.9);border:1px solid #ead8d1;border-radius:18px;padding:30px 42px;box-shadow:0 18px 50px rgba(91,61,49,.06)}.rules-home .rule-section{padding:20px 0;border-bottom:1px solid #efe1db}.rules-home .rule-section:last-child{border-bottom:0}.rules-home .rule-section h2{font:400 34px/1 var(--script);color:var(--rose-dark);margin:0 0 10px}.rules-home .rule-section p{font:15.5px/1.5 var(--serif);margin:7px 0}.rules-home .rules-accept{margin-top:22px;padding:17px 22px;border:1px solid #dfb9ac;background:#f4dfd7;border-radius:12px;text-align:center;font:600 16px/1.45 var(--serif);color:#563f36}
@media(max-width:740px){section[id]{scroll-margin-top:82px}.laser-feature,.results-section,.prices-section,.rules-home{padding-left:18px;padding-right:18px}.laser-feature h2,.results-section h2,.prices-section>h2,.rules-home-head h2{font-size:33px}.laser-highlights{grid-template-columns:1fr}.laser-highlights>div+div{border-left:0;border-top:1px solid #e8cfc6}.results-grid{grid-template-columns:1fr}.ba-pair figure{height:245px}.prices-shell{overflow:hidden}.laser-table{display:block;overflow-x:auto;white-space:nowrap}.rules-home .rules-sheet{padding:20px 18px}.rules-home .rule-section h2{font-size:30px}}

/* v19 – official Belico logo */
.belico-partner{margin-top:14px;display:inline-flex;align-items:center;gap:14px;padding:10px 14px;border:1px solid #ead3ca;border-radius:10px;background:rgba(255,255,255,.58);box-shadow:0 7px 18px rgba(72,45,35,.04)}
.belico-label{font:600 7.5px/1.2 var(--sans);letter-spacing:.16em;color:#9a7467;max-width:105px}
.belico-logo{display:block;width:88px;max-width:24vw;height:auto;object-fit:contain;filter:none}
@media(max-width:740px){.belico-partner{display:flex;width:fit-content;max-width:100%;flex-wrap:wrap}.belico-label{max-width:none}.belico-logo{width:77px;max-width:34vw}}
