:root{
  --cream:#f7f0e8;
  --cream-deep:#eee0d1;
  --paper:#fffaf5;
  --paper-2:#fcf7f1;
  --gold:#b77d2a;
  --gold-light:#d7aa62;
  --gold-dark:#96631d;
  --ink:#281b13;
  --muted:#75675d;
  --line:rgba(183,125,42,.20);
  --shadow:0 18px 42px rgba(76,46,19,.10);
  --shadow-soft:0 8px 24px rgba(76,46,19,.07);
  --radius:8px;
  --max:1420px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

.site-header{position:sticky;top:0;z-index:90;background:rgba(250,245,239,.95);border-bottom:1px solid rgba(183,125,42,.14);backdrop-filter:blur(14px)}
.header-inner{height:76px;max-width:var(--max);margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:13px;flex:0 0 auto}
.brand-mark{width:49px;height:49px;border:2px solid var(--gold);border-right-color:transparent;border-radius:50%;position:relative;display:block;transform:rotate(-15deg)}
.brand-mark:before{content:"";position:absolute;width:18px;height:18px;border:2px solid var(--gold);border-left-color:transparent;border-radius:50%;left:14px;top:13px}
.brand-mark:after{content:"";position:absolute;width:14px;height:1px;background:var(--gold);left:22px;top:30px;box-shadow:3px 3px 0 -.2px var(--gold),5px 5px 0 -.2px var(--gold),7px 7px 0 -.2px var(--gold)}
.brand-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:29px;line-height:.88;letter-spacing:1.3px;color:#8d612a;font-weight:600}
.brand-text small{display:block;text-align:center;font-size:8px;letter-spacing:6px;margin-top:7px;color:#6e5d50}
.nav{margin-left:auto;display:flex;align-items:center;gap:29px}
.nav a{font-size:11px;text-transform:uppercase;letter-spacing:.45px;color:#4f443c;position:relative;padding:30px 0 27px}
.nav a:after{content:"";position:absolute;height:1px;background:var(--gold);left:50%;right:50%;bottom:18px;transition:.25s}
.nav a:hover:after,.nav a.active:after{left:0;right:0}
.nav a.active{color:var(--gold-dark)}
.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 27px;border-radius:4px;text-transform:uppercase;letter-spacing:.55px;font-size:11px;font-weight:600;transition:.25s ease;white-space:nowrap}
.btn-gold{background:linear-gradient(135deg,#d3a252 0,#b27723 68%,#9b631c 100%);color:white;box-shadow:0 10px 25px rgba(157,100,26,.22)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(157,100,26,.28)}
.header-book{min-height:46px;padding:0 24px}
.menu-toggle{display:none;margin-left:auto;width:42px;height:42px;background:transparent;border:0;padding:8px;cursor:pointer}
.menu-toggle span{display:block;height:1.5px;background:var(--ink);margin:6px 0;transition:.25s}
.calendar-icon{width:16px;height:16px;border:1.6px solid currentColor;border-radius:2px;position:relative;display:inline-block;flex:0 0 auto}
.calendar-icon:before{content:"";position:absolute;left:2px;right:2px;top:4px;height:1px;background:currentColor}
.calendar-icon:after{content:"";position:absolute;left:4px;top:-3px;width:6px;height:4px;border-left:1.5px solid currentColor;border-right:1.5px solid currentColor}

.hero{background:radial-gradient(circle at 12% 15%,rgba(255,255,255,.93),transparent 38%),linear-gradient(120deg,#fbf6ef 0,#f7ede3 58%,#ead8c5 100%);border-bottom:1px solid rgba(183,125,42,.12);overflow:hidden}
.hero-shell{max-width:var(--max);height:620px;margin:0 auto;display:grid;grid-template-columns:47% 53%;position:relative}
.hero-copy{padding:62px 46px 50px 70px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}
.hero-copy:before{content:"✦";position:absolute;color:rgba(183,125,42,.20);font-size:20px;left:42px;top:44px}
.eyebrow{color:var(--gold);font-size:10px;letter-spacing:3.7px;margin-bottom:13px;font-weight:500}
.hero h1{margin:0;font-family:'Cormorant Garamond',serif;font-size:72px;line-height:.82;letter-spacing:2.2px;font-weight:600;color:#261a13}
.hero h1 span{display:block;font-size:34px;letter-spacing:12px;font-weight:500;margin:17px 0 24px 4px}
.hero-sub{font-size:15px;margin:0 0 4px;color:#40352d}
.script{font-family:Parisienne,cursive;color:var(--gold);font-weight:400}
.hero-script{font-size:31px;margin:17px 0 0}
.stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:525px;margin:29px 0 29px}
.stat{text-align:center;padding:0 17px;border-right:1px solid var(--line);min-height:105px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.stat:first-child{padding-left:0}.stat:last-child{border-right:0;padding-right:0}
.stat-icon{width:29px;height:29px;color:var(--gold);margin-bottom:4px}
.stat strong{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;line-height:1.02;margin:5px 0 7px;font-weight:600}
.stat small{text-transform:uppercase;font-size:8px;line-height:1.45;letter-spacing:.65px;color:#65574d}
.hero-btn{align-self:flex-start;min-width:214px}
.hero-photo-wrap{position:relative;height:620px;overflow:hidden;background:#a6876d}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:50% 31%;filter:saturate(.80) sepia(.08) contrast(.97) brightness(1.02);transform:scale(1.008)}
.hero-photo-wrap:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#f8efe6 0,rgba(248,239,230,.74) 5%,rgba(248,239,230,.10) 18%,transparent 35%);pointer-events:none}
.hero-photo-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(60,34,16,.01),rgba(60,34,16,.10));pointer-events:none}
.hero-nameplate{position:absolute;z-index:4;left:26px;bottom:25px;padding:11px 16px 10px;background:rgba(255,250,245,.78);border:1px solid rgba(255,255,255,.70);box-shadow:0 10px 24px rgba(54,31,12,.10);backdrop-filter:blur(10px)}
.hero-nameplate small{display:block;color:var(--gold-dark);font-size:7px;letter-spacing:1.7px}.hero-nameplate strong{display:block;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;margin-top:1px}
.hero-badge{position:absolute;z-index:4;right:24px;bottom:25px;width:94px;height:94px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:rgba(151,98,28,.88);border:1px solid rgba(255,255,255,.7);box-shadow:0 12px 34px rgba(46,27,12,.20);backdrop-filter:blur(5px)}
.hero-badge span{font-family:'Cormorant Garamond',serif;font-size:30px;line-height:.85}.hero-badge small{text-transform:uppercase;font-size:6.5px;letter-spacing:.7px;margin-top:6px}

.signature-bar{background:#fffaf5;border-bottom:1px solid rgba(183,125,42,.12);box-shadow:0 8px 24px rgba(73,44,21,.03)}
.signature-inner{max-width:1040px;margin:0 auto;padding:15px 28px;display:grid;grid-template-columns:repeat(4,1fr)}
.signature-item{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid var(--line);min-height:44px}
.signature-item:last-child{border-right:0}
.mini-icon{width:29px;height:29px;padding:6px;border-radius:50%;color:var(--gold);background:#fffaf5;border:1px solid rgba(183,125,42,.22);box-shadow:0 3px 10px rgba(104,65,26,.05);flex:0 0 auto}
.signature-item strong{display:block;font-family:'Cormorant Garamond',serif;font-size:15px;letter-spacing:1.25px;line-height:1}.signature-item small{display:block;margin-top:3px;font-size:7px;text-transform:uppercase;letter-spacing:.75px;color:#8d7c6e}

.section{padding:62px 28px}.section-white{background:var(--paper)}
.section-head{text-align:center;margin:0 auto 28px}.section-emblem{display:block;width:42px;height:24px;color:var(--gold);margin:0 auto 5px;opacity:.88}.kicker{display:block;color:var(--gold);font-family:Parisienne,cursive;font-size:20px;line-height:1;margin-bottom:5px}.section-head h2{margin:0;font-family:'Cormorant Garamond',serif;font-size:34px;letter-spacing:.8px;font-weight:600}.section-head i{display:block;width:64px;height:1px;background:var(--gold);margin:9px auto 0;position:relative}.section-head i:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--gold);left:29px;top:-2.5px}

.services{background:linear-gradient(180deg,#f3e8dd 0,#f8f0e8 100%);border-top:1px solid rgba(183,125,42,.09);border-bottom:1px solid rgba(183,125,42,.09);position:relative;overflow:hidden}
.services:before,.services:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(183,125,42,.08);border-radius:50%;pointer-events:none}.services:before{left:-180px;top:-130px}.services:after{right:-190px;bottom:-150px}
.service-grid{position:relative;z-index:2;max-width:1290px;margin:0 auto;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:stretch}
.service-card{background:rgba(255,252,248,.86);border:1px solid rgba(183,125,42,.15);border-radius:9px;overflow:hidden;box-shadow:0 7px 20px rgba(66,42,23,.055);transition:.28s ease;position:relative}
.service-card:after{content:"";position:absolute;inset:6px;border:1px solid rgba(183,125,42,.055);border-radius:6px;pointer-events:none}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.service-image{aspect-ratio:1/1;overflow:hidden;background:#eadbce}.service-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) sepia(.05);transition:transform .45s ease}.service-card:hover .service-image img{transform:scale(1.035)}
.service-body{text-align:center;padding:0 12px 18px;min-height:190px;position:relative}.service-symbol{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:-23px auto 13px;background:#fffaf5;border:1px solid #e4c79e;color:var(--gold);position:relative;z-index:3;box-shadow:0 4px 13px rgba(85,51,22,.08)}.service-symbol svg{width:23px;height:23px}
.service-card h3{font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.12px;font-weight:500;margin:0 0 9px;min-height:42px;display:flex;align-items:center;justify-content:center}.service-card p{font-size:9px;line-height:1.55;color:#74665b;margin:0}

.beauty-values{background:#fffaf5;border-bottom:1px solid rgba(183,125,42,.12)}
.values-shell{max-width:980px;margin:0 auto;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.value-card{text-align:center;padding:10px 26px;border-right:1px solid var(--line)}.value-card:last-child{border-right:0}.value-icon{width:32px;height:32px;color:var(--gold);display:block;margin:0 auto 8px}.value-card strong{display:block;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600}.value-card small{display:block;text-transform:uppercase;letter-spacing:.75px;font-size:7.5px;color:#88776a;margin-top:3px}

.portfolio{padding-top:54px;padding-bottom:58px}.gallery{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.gallery figure{margin:0;border-radius:7px;overflow:hidden;box-shadow:var(--shadow-soft);background:#eee;aspect-ratio:1.32/1;position:relative}.gallery figure:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.45);border-radius:7px;pointer-events:none}.gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) sepia(.04);transition:transform .45s ease,filter .45s ease}.gallery figure:hover img{transform:scale(1.04);filter:saturate(.98)}.gallery figure span{position:absolute;z-index:2;left:10px;bottom:9px;padding:5px 8px;background:rgba(255,250,245,.84);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.6);color:#8e6329;text-transform:uppercase;font-size:7px;letter-spacing:1px}.gallery-note{text-align:center;color:#99897c;font-size:9px;margin:13px 0 0}

.about{padding-top:68px;padding-bottom:68px}.about-shell{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:310px 1fr;gap:72px;align-items:center}.about-photo{position:relative;width:290px;height:290px;margin:auto}.about-frame{width:100%;height:100%;border-radius:50%;overflow:hidden;border:1px solid var(--gold);padding:7px;background:#fff}.about-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 28%;border-radius:50%;filter:saturate(.83) sepia(.05)}.about-ring{position:absolute;inset:-8px;border:1px solid rgba(183,125,42,.28);border-radius:50%;pointer-events:none}.about-spark{position:absolute;color:var(--gold);font-family:serif}.spark-one{font-size:22px;right:-16px;top:30px}.spark-two{font-size:17px;left:-15px;bottom:38px}.small-script{font-size:27px;display:block;margin-bottom:-2px}.about-copy h2,.contact-copy h2{margin:0;font-family:'Cormorant Garamond',serif;font-size:40px;letter-spacing:1px;font-weight:600}.gold-line{width:48px;height:1px;background:var(--gold);margin:13px 0 20px}.about-copy p{font-size:12px;color:#66594f;max-width:620px;margin:0 0 10px}.about-copy .about-lead{font-size:13px;color:#56483e}.about-mini-features{display:flex;flex-wrap:wrap;gap:9px 17px;margin:18px 0 4px}.about-mini-features span{display:flex;align-items:center;gap:6px;font-size:9px;text-transform:uppercase;letter-spacing:.45px;color:#6d5c4e}.about-mini-features b{color:var(--gold);font-size:13px;font-weight:400}.signature{font-family:Parisienne,cursive!important;font-size:29px!important;color:var(--gold)!important;margin-top:12px!important}

.cta-strip{background:linear-gradient(100deg,#e7d2bd 0,#f7eee4 52%,#ead4be 100%);border-top:1px solid rgba(183,125,42,.13);border-bottom:1px solid rgba(183,125,42,.13);padding:30px 28px}.cta-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-inner h2{font-family:'Cormorant Garamond',serif;margin:3px 0 0;font-size:31px;font-weight:500;letter-spacing:.5px}.cta-inner h2 em{color:var(--gold-dark);font-style:normal}.cta-inner .kicker{font-size:18px;margin:0}

.contact{background:linear-gradient(135deg,#f2e2d2 0,#fbf6ef 55%,#efe0d1 100%);padding-top:62px;padding-bottom:62px}.contact-shell{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:center}.contact-copy .lead{font-size:13px;color:var(--muted);margin:0}.contact-list{display:grid;gap:12px;margin:24px 0 28px}.contact-list a{display:flex;align-items:center;gap:14px;width:max-content;max-width:100%;font-size:12px;color:#4c4037}.contact-icon{width:31px;height:31px!important;border-radius:50%;display:grid!important;place-items:center;background:rgba(255,250,245,.75);border:1px solid rgba(183,125,42,.20);color:var(--gold);padding:7px;flex:0 0 auto}.contact-icon svg{width:17px;height:17px}.quote-card{min-height:248px;background:rgba(255,252,248,.67);border:1px solid rgba(183,125,42,.23);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px;position:relative;overflow:hidden}.quote-card:before,.quote-card:after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(183,125,42,.12);border-radius:50%}.quote-card:before{top:-105px;left:-70px}.quote-card:after{bottom:-110px;right:-70px}.quote-icon{width:50px;height:27px;color:var(--gold);opacity:.75;margin-bottom:8px}.quote-mark{font-family:'Cormorant Garamond',serif;font-size:65px;line-height:.35;color:rgba(183,125,42,.17)}.quote-card p{font-family:'Cormorant Garamond',serif;text-transform:uppercase;font-size:28px;line-height:1.25;letter-spacing:1.1px;margin:16px 0}.quote-card strong{font-weight:600;color:var(--gold-dark)}.quote-decoration{display:flex;align-items:center;gap:8px}.quote-decoration i{display:block;width:32px;height:1px;background:var(--gold)}.quote-decoration span{width:5px;height:5px;border-radius:50%;background:var(--gold)}

footer{background:#e7d4c2;border-top:1px solid rgba(183,125,42,.12);color:#716258}.footer-inner{max-width:var(--max);margin:0 auto;padding:18px 28px;display:flex;justify-content:space-between;gap:20px;font-size:9px}.footer-inner a{color:#80643e}.floating-book{position:fixed;z-index:80;right:28px;bottom:25px;width:82px;height:82px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:linear-gradient(145deg,#d4a653,#a66a1d);color:#fff;border:2px solid rgba(255,255,255,.7);box-shadow:0 13px 35px rgba(89,52,14,.26);transition:.25s}.floating-book:hover{transform:translateY(-3px) scale(1.02)}.floating-book small{font-size:7px;letter-spacing:.55px;font-weight:600}.floating-book .calendar-icon{width:20px;height:20px}.mobile-bookbar{display:none}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.service-card,.btn,.gallery img{transition:none}}

@media(max-width:1240px){
  .header-inner{padding:0 22px}.nav{gap:21px}.nav a{font-size:10px}.header-book{padding:0 18px}
  .hero-shell{height:590px}.hero-copy{padding:56px 38px 46px}.hero h1{font-size:64px}.hero h1 span{font-size:30px;letter-spacing:10px}.hero-photo-wrap{height:590px}
  .service-grid{grid-template-columns:repeat(4,1fr);max-width:940px}.service-body{min-height:150px}.service-card h3{min-height:auto}
  .gallery{grid-template-columns:repeat(3,1fr);max-width:900px}.gallery figure{aspect-ratio:1.48/1}
}

@media(max-width:960px){
  .site-header{position:sticky}.header-inner{height:70px}.header-book{display:none}.nav{display:none}.menu-toggle{display:block}
  .menu-toggle.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
  .nav.open{display:flex;position:fixed;top:70px;left:0;right:0;bottom:0;background:rgba(255,250,245,.98);backdrop-filter:blur(12px);flex-direction:column;align-items:center;justify-content:center;gap:0;margin:0;z-index:89}
  .nav.open a{font-family:'Cormorant Garamond',serif;font-size:25px;text-transform:none;padding:12px 24px;letter-spacing:.5px}.nav.open a:after{bottom:7px}
  .hero-shell{height:auto;grid-template-columns:1fr;max-width:720px}.hero-copy{padding:48px 42px 43px;text-align:center;align-items:center;order:2}.hero-copy:before{display:none}.hero h1{font-size:60px}.hero h1 span{font-size:28px}.hero-photo-wrap{height:520px;order:1}.hero-photo-wrap:before{background:linear-gradient(180deg,transparent 64%,#f8efe6 100%)}.hero-photo{object-position:50% 23%}.hero-badge{right:20px;bottom:20px}.hero-nameplate{left:20px;bottom:20px}
  .stats{width:100%;max-width:540px}.hero-btn{align-self:center}
  .signature-inner{max-width:720px;padding:13px 18px}.signature-item{gap:8px}.mini-icon{width:27px;height:27px;padding:6px}
  .about-shell{grid-template-columns:260px 1fr;gap:45px}.about-photo{width:250px;height:250px}.contact-shell{gap:38px}.quote-card{min-height:230px;padding:28px}.quote-card p{font-size:24px}
}

@media(max-width:680px){
  html{scroll-padding-top:70px}.header-inner{padding:0 16px}.brand-mark{width:39px;height:39px}.brand-mark:before{width:14px;height:14px;left:11px;top:10px}.brand-mark:after{left:18px;top:24px}.brand-text strong{font-size:23px}.brand-text small{font-size:7px;letter-spacing:4.7px;margin-top:5px}
  .hero{background:linear-gradient(180deg,#f7eee5,#fbf7f1)}.hero-shell{max-width:none}.hero-photo-wrap{height:405px}.hero-photo{object-position:50% 23%}.hero-badge{width:74px;height:74px;right:13px;bottom:13px}.hero-badge span{font-size:26px}.hero-badge small{font-size:5.8px}.hero-nameplate{left:12px;bottom:13px;padding:8px 10px}.hero-nameplate strong{font-size:14px}.hero-nameplate small{font-size:6px}
  .hero-copy{padding:31px 17px 37px}.eyebrow{font-size:8px;letter-spacing:3px}.hero h1{font-size:46px;line-height:.86}.hero h1 span{font-size:22px;letter-spacing:6px;margin:13px 0 18px}.hero-sub{font-size:13px}.hero-script{font-size:27px;margin-top:10px}.stats{margin:20px 0 23px}.stat{padding:0 7px;min-height:88px}.stat-icon{width:23px;height:23px}.stat strong{font-size:17px}.stat small{font-size:6.5px;letter-spacing:.35px}.hero-btn{min-width:225px}
  .signature-inner{grid-template-columns:repeat(4,1fr);padding:12px 10px;gap:0}.signature-item{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;padding:3px 4px;min-height:60px;gap:5px}.signature-item .mini-icon{width:29px;height:29px;padding:6px;margin:0;border-radius:50%;background:#fff;border-color:rgba(183,125,42,.23);box-shadow:0 3px 9px rgba(104,65,26,.05)}.signature-item strong{font-size:10.5px;letter-spacing:1.05px;line-height:1}.signature-item small{display:none}
  .section{padding:47px 12px}.section-head{margin-bottom:20px}.section-emblem{width:37px;height:20px}.section-head h2{font-size:29px}.kicker{font-size:18px}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:430px}.service-card{border-radius:10px;box-shadow:0 7px 18px rgba(66,42,23,.05)}.service-image{aspect-ratio:1.04/1}.service-body{min-height:92px;padding:0 8px 13px}.service-symbol{width:34px;height:34px;margin-top:-17px;margin-bottom:9px;border-color:rgba(183,125,42,.28);box-shadow:0 3px 9px rgba(85,51,22,.06)}.service-symbol svg{width:16px;height:16px;stroke-width:1.35}.service-card h3{font-size:8.2px;line-height:1.28;min-height:32px;margin:0;letter-spacing:.08px}.service-card p{display:none}.service-card:last-child{grid-column:1/-1;width:calc(50% - 6px);justify-self:center}
  .values-shell{grid-template-columns:repeat(2,1fr);padding:17px 14px}.value-card{padding:13px 8px}.value-card:nth-child(2){border-right:0}.value-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.value-icon{width:27px;height:27px}.value-card strong{font-size:16px}.value-card small{font-size:6.5px}
  .portfolio{padding-top:45px;padding-bottom:46px}.gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:2px 1px 12px;margin:0 -1px}.gallery figure{flex:0 0 72%;aspect-ratio:1.35/1;scroll-snap-align:center}.gallery::-webkit-scrollbar{height:4px}.gallery::-webkit-scrollbar-thumb{background:#d4b181;border-radius:20px}.gallery-note{font-size:8px;line-height:1.5;padding:0 14px}.gallery figure span{font-size:6px;padding:4px 7px}
  .about{padding-top:50px;padding-bottom:51px}.about-shell{grid-template-columns:1fr;text-align:center;gap:28px}.about-photo{width:216px;height:216px}.about-copy h2,.contact-copy h2{font-size:33px}.gold-line{margin:12px auto 18px}.about-copy p{font-size:11px;margin-left:auto;margin-right:auto}.about-copy .about-lead{font-size:12px}.about-mini-features{justify-content:center;gap:8px 12px}.about-mini-features span{font-size:7.5px}.signature{font-size:27px!important}.small-script{font-size:25px}
  .cta-strip{padding:27px 18px}.cta-inner{display:block;text-align:center}.cta-inner h2{font-size:26px;margin:4px 0 18px}.cta-inner .btn{width:100%;max-width:320px}
  .contact{padding-bottom:94px}.contact-shell{grid-template-columns:1fr;gap:30px}.contact-copy{text-align:center}.contact-list{justify-items:center}.contact-list a{width:auto}.contact-icon{width:29px;height:29px!important}.quote-card{min-height:185px}.quote-card p{font-size:21px}.quote-icon{width:44px;height:24px}
  .floating-book{display:none}.mobile-bookbar{display:block;position:fixed;z-index:85;left:8px;right:8px;bottom:8px;padding-bottom:env(safe-area-inset-bottom)}.mobile-bookbar a{height:50px;border-radius:7px;background:linear-gradient(135deg,#d1a052,#a76b1d);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;font-size:10.5px;font-weight:600;letter-spacing:.5px;box-shadow:0 12px 30px rgba(91,53,14,.25)}
  footer{padding-bottom:67px}.footer-inner{padding:17px;display:block;text-align:center;line-height:1.8}
}

@media(max-width:380px){
  .hero-photo-wrap{height:375px}.hero h1{font-size:42px}.hero h1 span{font-size:20px;letter-spacing:5px}.stat strong{font-size:15px}.stat small{font-size:6px}.signature-item strong{font-size:9.5px}.signature-item .mini-icon{width:27px;height:27px;padding:6px}.service-grid{gap:10px}.service-body{min-height:88px;padding-left:6px;padding-right:6px}.service-card h3{font-size:7.6px}.service-symbol{width:32px;height:32px;margin-top:-16px}.service-symbol svg{width:15px;height:15px}.service-card:last-child{width:calc(50% - 5px)}.gallery figure{flex-basis:82%}
}



/* FaceLash clean vector logo */
.brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;min-width:0}
.brand-icon{width:48px;height:48px;object-fit:contain;flex:0 0 auto}
.brand-wordmark{display:flex;flex-direction:column;line-height:1}
.brand-wordmark strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:29px;font-weight:600;letter-spacing:1.8px;color:#4a2d1b}
.brand-wordmark small{margin-top:7px;padding-left:2px;font-size:7px;font-weight:500;letter-spacing:5.2px;color:var(--gold-dark)}
.footer-brand{max-width:var(--max);margin:0 auto;padding:20px 28px 0;display:flex;align-items:center;justify-content:center;gap:10px}
.footer-brand-icon{width:46px;height:46px}
.footer-wordmark{display:flex;flex-direction:column;line-height:1;text-align:left}
.footer-wordmark strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;font-weight:600;letter-spacing:1.5px;color:#4a2d1b}
.footer-wordmark small{margin-top:6px;font-size:6.5px;letter-spacing:4.8px;color:var(--gold-dark)}

@media(max-width:1240px){
  .brand-icon{width:44px;height:44px}
  .brand-wordmark strong{font-size:26px}
}
@media(max-width:960px){
  .brand{gap:9px}
  .brand-icon{width:43px;height:43px}
  .brand-wordmark strong{font-size:25px;letter-spacing:1.4px}
  .brand-wordmark small{font-size:6px;letter-spacing:4.4px;margin-top:6px}
}
@media(max-width:680px){
  .brand{gap:7px}
  .brand-icon{width:41px;height:41px}
  .brand-wordmark strong{font-size:24px;letter-spacing:1.1px}
  .brand-wordmark small{font-size:5.7px;letter-spacing:4.1px;margin-top:5px}
  /* On mobile only the fixed bottom booking bar remains. */
  .hero-btn{display:none!important}
  .hero-copy{padding-bottom:31px}
  .stats{margin-bottom:0}
  .footer-brand{padding:17px 16px 0}
  .footer-brand-icon{width:40px;height:40px}
  .footer-wordmark strong{font-size:23px}
}
@media(max-width:380px){
  .brand-icon{width:38px;height:38px}
  .brand-wordmark strong{font-size:22px}
  .brand-wordmark small{letter-spacing:3.7px}
}


/* V6 robust raster logo fix: one self-contained PNG */
.brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;min-width:0!important;text-decoration:none!important}
.brand-logo-img{display:block!important;width:246px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;opacity:1!important;visibility:visible!important}
.brand-icon,.brand-wordmark,.brand-mark,.brand-text{display:none!important}
.footer-brand{max-width:var(--max);margin:0 auto;padding:18px 28px 0;display:flex;justify-content:center;align-items:center}
.footer-logo-img{display:block;width:250px;height:auto;max-width:75vw}
@media(max-width:1240px){.brand-logo-img{width:225px!important}}
@media(max-width:960px){.brand-logo-img{width:208px!important;max-height:50px!important}}
@media(max-width:680px){
  .brand-logo-img{width:188px!important;max-height:47px!important}
  .header-inner{min-height:70px}
  .footer-logo-img{width:210px}
}
@media(max-width:380px){.brand-logo-img{width:172px!important;max-height:44px!important}}

/* V7 – az eredeti kiválasztott FaceLash logó, torzítás nélkül */
.brand-logo-img{
  display:block !important;
  width:auto !important;
  height:58px !important;
  max-width:250px !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.footer-logo-img{
  display:block !important;
  width:auto !important;
  height:68px !important;
  max-width:min(320px,80vw) !important;
  object-fit:contain !important;
}
@media(max-width:960px){
  .brand-logo-img{height:50px !important;max-width:210px !important}
}
@media(max-width:680px){
  .brand-logo-img{height:46px !important;max-width:170px !important}
  .header-inner{min-height:62px}
}
@media(max-width:380px){
  .brand-logo-img{height:43px !important;max-width:158px !important}
}


/* V8 – látványosabb fejléc logó */
.brand-logo-img{
  width:280px !important;
  max-width:none !important;
  max-height:64px !important;
  filter: drop-shadow(0 1px 0 rgba(134,91,29,.18)) drop-shadow(0 3px 8px rgba(134,91,29,.10));
}
@media(max-width:1240px){
  .brand-logo-img{width:250px !important; max-height:60px !important;}
}
@media(max-width:960px){
  .brand-logo-img{width:235px !important; max-height:56px !important;}
}
@media(max-width:680px){
  .brand-logo-img{width:208px !important; max-height:54px !important;}
  .header-inner{height:72px !important; min-height:72px !important; padding:0 14px !important;}
}
@media(max-width:380px){
  .brand-logo-img{width:196px !important; max-height:51px !important;}
}


/* V9 – rendezett mobil menü */
body.menu-open{overflow:hidden;}
@media(max-width:960px){
  .site-header{overflow:visible;}
  .nav.open{
    display:flex !important;
    position:fixed;
    top:72px;
    left:12px;
    right:12px;
    bottom:auto;
    background:#fbf6f0;
    border:1px solid rgba(183,125,42,.18);
    border-radius:0 0 18px 18px;
    box-shadow:0 18px 42px rgba(54,35,20,.16);
    backdrop-filter:none;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:0;
    margin:0;
    padding:18px 0 14px;
    z-index:120;
  }
  .nav.open a{
    width:100%;
    display:block;
    text-align:center;
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    line-height:1.1;
    color:var(--ink);
    padding:12px 20px;
    letter-spacing:.2px;
    text-transform:none;
  }
  .nav.open a + a{
    border-top:1px solid rgba(183,125,42,.10);
  }
  .nav.open a.active{color:var(--gold-dark);}
  .nav.open a:after{display:none !important;}
  .menu-toggle{position:relative;z-index:130;}
}
@media(max-width:680px){
  .nav.open{
    top:72px;
    left:10px;
    right:10px;
    border-radius:0 0 16px 16px;
    padding:14px 0 12px;
  }
  .nav.open a{font-size:19px;padding:11px 16px;}
}


/* V10 – sötétebb, erősebb logó */
.brand-logo-img{
  opacity:1 !important;
  filter: drop-shadow(0 1px 0 rgba(110,72,21,.22)) drop-shadow(0 4px 10px rgba(110,72,21,.12)) saturate(1.08) contrast(1.08);
}


/* V11 – SEO / footer credit finomhangolás */
.footer-links{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.szepsegnaptar-credit{color:var(--gold-dark);font-weight:600}
.szepsegnaptar-credit:hover{text-decoration:underline}
.footer-sep{opacity:.45}
@media(max-width:680px){
  .footer-links{justify-content:center;gap:5px 7px;margin-top:5px}
}


/* V12 – alap másolás elleni védelem */
html, body, body *:not(input):not(textarea) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
a, button, .menu-toggle {
  pointer-events: auto;
}
