:root{
  --inner-cream:#f6ead8;
  --inner-paper:#fffaf3;
  --inner-brown:#844a0a;
  --inner-brown-2:#844a0a;
  --inner-gold:#c88424;
  --inner-gold-soft:#f1cd7a;
  --inner-green:#2f6b4f;
  --inner-text:#26322b;
  --inner-muted:#667367;
  --inner-border:rgba(67,105,82,.18);
  --inner-shadow:0 20px 58px rgba(31,72,55,.13);
  --inner-container:min(1180px,calc(100% - 40px));
  --inner-header:82px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.qna-inner-site{margin:0;color:var(--inner-text);background:var(--inner-paper);font-family:"Be Vietnam Pro",sans-serif;line-height:1.72;overflow-x:hidden}
body.inner-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{font-family:"Playfair Display",serif;color:var(--inner-brown);line-height:1.14}
.inner-container{width:var(--inner-container);margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{z-index:9999;top:10px;left:10px;width:auto;height:auto;padding:12px 18px;clip:auto;background:#fff;color:var(--inner-brown)}
.inner-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--inner-brown-2);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.inner-eyebrow::before{content:"";width:34px;height:1px;background:var(--inner-gold)}
.inner-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:600;transition:.3s ease}
.inner-btn--primary{color:#fff;background:linear-gradient(135deg,var(--inner-brown),var(--inner-brown-2));box-shadow:0 13px 28px rgba(95,73,54,.2)}
.inner-btn--outline{color:var(--inner-brown);border-color:rgba(95,73,54,.26);background:rgba(255,255,255,.55)}
.inner-btn:hover{transform:translateY(-3px)}

/* Header */
.inner-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--inner-header);display:flex;align-items:center;border-bottom:1px solid transparent;transition:.3s ease}
.inner-header.is-scrolled,.admin-bar .inner-header{background:rgba(255,252,247,.94);border-bottom-color:var(--inner-border);box-shadow:0 8px 30px rgba(70,52,36,.07);backdrop-filter:blur(16px)}
.inner-header__row{display:flex;align-items:center;justify-content:space-between;gap:28px}
.inner-brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.inner-brand__mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--inner-brown),var(--inner-gold));font:500 20px/1 "Playfair Display",serif;box-shadow:0 9px 22px rgba(95,73,54,.18)}
.inner-brand__text strong{display:block;color:var(--inner-brown);font:600 18px/1.1 "Playfair Display",serif}
.inner-brand__text small{display:block;margin-top:4px;color:var(--inner-muted);font-size:8px;letter-spacing:.12em;text-transform:uppercase}
.inner-nav{display:flex;align-items:center;gap:25px}
.inner-nav__menu{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none;font-size:13px;font-weight:500}
.inner-nav__menu li{margin:0}
.inner-nav__menu a{position:relative;color:#4f463f}
.inner-nav__menu a::after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--inner-gold);transition:.25s}
.inner-nav__menu a:hover::after,.inner-nav__menu .current-menu-item>a::after{width:100%}
.inner-nav__booking{min-height:44px;display:inline-flex;align-items:center;padding:0 19px;border-radius:999px;color:#fff;background:var(--inner-brown);font-size:12px;font-weight:600}
.inner-header__actions{display:flex;align-items:center;gap:9px}
.language-switcher{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(95,73,54,.16);border-radius:999px;background:rgba(255,255,255,.58)}
.language-switcher a{min-width:38px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border-radius:999px;color:var(--inner-brown);font-size:9px;font-weight:800;letter-spacing:.04em;transition:background-color .25s ease,transform .25s ease}
.language-switcher a:hover{background:#fff8ee;transform:translateY(-1px)}
.language-switcher__flag{font-size:15px;line-height:1}.language-switcher__label{line-height:1}
.language-switcher--inner .language-switcher__label{display:none}
.language-switcher--inner-mobile{display:none}
.inner-header__phone{width:42px;height:42px;display:none;place-items:center;border:1px solid var(--inner-border);border-radius:50%;color:var(--inner-brown);background:rgba(255,255,255,.6)}
.inner-header__phone svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.inner-menu-toggle{width:44px;height:44px;display:none;place-content:center;gap:5px;border:0;border-radius:50%;background:var(--inner-brown)}
.inner-menu-toggle span{width:18px;height:1px;background:#fff;transition:.25s}
.inner-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.inner-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.inner-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* Page hero */
.inner-page-hero{position:relative;isolation:isolate;min-height:540px;padding:155px 0 92px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 12% 20%,rgba(213,176,111,.52),transparent 28%),radial-gradient(circle at 86% 45%,rgba(63,89,72,.20),transparent 28%),linear-gradient(135deg,#ead3b8,#fff7e9 52%,#dce2d7)}
.inner-page-hero::before{content:"";position:absolute;z-index:-1;width:430px;height:430px;right:-190px;top:-160px;border:1px solid rgba(200,155,75,.22);border-radius:50%;box-shadow:inset 0 0 100px rgba(200,155,75,.08);animation:inner-breathe 10s ease-in-out infinite}
.inner-page-hero::after{content:"";position:absolute;z-index:-1;left:-90px;bottom:-130px;width:280px;height:280px;border-radius:50%;background:rgba(89,98,82,.07)}
.inner-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;color:var(--inner-muted);font-size:11px}
.inner-breadcrumbs a:hover{color:var(--inner-brown)}
.inner-breadcrumbs i{color:var(--inner-gold);font-style:normal}
.inner-page-hero h1{max-width:850px;margin:12px 0 20px;font-size:clamp(44px,6vw,72px);letter-spacing:-.035em;text-wrap:balance}
.inner-page-hero__lead{max-width:680px;margin:0;color:var(--inner-muted);font-size:17px}
.inner-page-hero--compact{min-height:440px;padding-bottom:76px;text-align:center}
.inner-page-hero--compact .inner-breadcrumbs,.inner-page-hero--compact .inner-page-hero__lead{justify-content:center;margin-inline:auto}
.inner-page-hero--compact h1{margin-inline:auto}

/* Shared sections */
.inner-section{padding:100px 0}
.inner-section--cream{background:#eddfcc}
.inner-section--white{background:#fffbf5}
.inner-section--dark{position:relative;overflow:hidden;color:rgba(255,255,255,.76);background:#29372e}
.inner-section--dark h2,.inner-section--dark h3{color:#fff}
.inner-section-head{max-width:720px;margin-bottom:45px}
.inner-section-head--center{margin-inline:auto;text-align:center}
.inner-section-head--center .inner-eyebrow::before{display:none}
.inner-section-head h2{margin:13px 0 16px;font-size:clamp(34px,4.4vw,53px);letter-spacing:-.025em}
.inner-section-head p{color:var(--inner-muted)}
.inner-section--dark .inner-section-head p{color:rgba(255,255,255,.62)}
.inner-card{border:1px solid var(--inner-border);border-radius:24px;background:rgba(255,250,243,.94);box-shadow:0 13px 40px rgba(61,41,27,.09)}
.js .inner-reveal{opacity:0;transform:translateY(24px);filter:blur(3px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1),filter .75s ease;transition-delay:var(--inner-delay,0ms)}
.js .inner-reveal.is-visible{opacity:1;transform:none;filter:none}

/* About */
.about-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}
.about-hero-media{position:relative;min-height:440px}
.about-hero-media__main{position:absolute;right:0;top:0;width:82%;height:410px;object-fit:cover;border:8px solid rgba(255,250,242,.8);border-radius:48% 48% 25px 25px;box-shadow:var(--inner-shadow)}
.about-hero-media__small{position:absolute;left:0;bottom:-20px;width:190px;height:235px;object-fit:cover;border:7px solid var(--inner-paper);border-radius:95px 95px 20px 20px;box-shadow:var(--inner-shadow)}
.about-hero-media__note{position:absolute;right:-8px;bottom:0;width:135px;height:135px;display:grid;place-items:center;padding:18px;border:6px solid rgba(255,250,242,.8);border-radius:50%;text-align:center;color:#fff;background:var(--inner-green);box-shadow:var(--inner-shadow)}
.about-hero-media__note strong{font:600 22px/1 "Playfair Display",serif}.about-hero-media__note span{font-size:9px}
.about-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}
.about-story-image{position:relative;padding:0 0 34px 34px}
.about-story-image::before{content:"";position:absolute;left:0;bottom:0;width:72%;height:68%;border-radius:25px;background:var(--inner-cream)}
.about-story-image img{position:relative;width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--inner-shadow)}
.about-story-copy h2{margin:14px 0 22px;font-size:clamp(36px,4.4vw,54px)}
.about-story-copy p{color:var(--inner-muted)}
.about-quote{margin:28px 0;padding:22px 25px;border-left:2px solid var(--inner-gold);border-radius:0 15px 15px 0;color:var(--inner-brown);background:rgba(244,234,220,.6);font-family:"Playfair Display",serif;font-size:20px}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:-40px;position:relative;z-index:3;padding:28px;border:1px solid var(--inner-border);border-radius:24px;background:#fff;box-shadow:var(--inner-shadow)}
.about-stat{text-align:center;border-right:1px solid var(--inner-border)}.about-stat:last-child{border:0}
.about-stat strong{display:block;color:var(--inner-brown);font:600 29px/1.1 "Playfair Display",serif}.about-stat span{color:var(--inner-muted);font-size:11px}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.about-value{padding:34px;transition:.3s ease}
.about-value__icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:24px;border-radius:50%;color:var(--inner-brown);background:var(--inner-cream);font-size:19px}
.about-value h3{font-size:24px}.about-value p{margin:0;color:var(--inner-muted);font-size:14px}
.about-value:hover{transform:translateY(-6px);box-shadow:var(--inner-shadow)}
.about-ritual-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.about-ritual-intro{position:sticky;top:120px}.about-ritual-intro h2{margin:14px 0 18px;font-size:clamp(36px,4.4vw,52px)}
.about-ritual-list{display:grid;gap:16px}
.about-ritual-step{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.05)}
.about-ritual-step>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--inner-brown);background:var(--inner-gold-soft);font:600 16px/1 "Playfair Display",serif}
.about-ritual-step h3{margin-bottom:7px;font-size:21px}.about-ritual-step p{margin:0;color:rgba(255,255,255,.6);font-size:13px}
.about-space-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:25px;min-height:560px}
.about-space-grid img{width:100%;height:100%;object-fit:cover;border-radius:26px}
.about-space-stack{display:grid;grid-template-rows:1fr 1fr;gap:25px}

/* CTA */
.inner-cta{padding:0 0 100px;background:#fffbf5}
.inner-cta__box{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:52px 58px;border-radius:30px;color:rgba(255,255,255,.78);background:linear-gradient(135deg,#354b3d,#526654)}
.inner-cta__box::after{content:"";position:absolute;right:-80px;top:-130px;width:320px;height:320px;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.inner-cta__box h2{margin:0 0 10px;color:#fff;font-size:clamp(30px,3.7vw,45px)}.inner-cta__box p{margin:0}.inner-cta__box .inner-btn{position:relative;z-index:2;flex:0 0 auto;color:var(--inner-brown);background:var(--inner-gold-soft)}

/* Contact */
.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-58px;position:relative;z-index:4}
.contact-info-card{padding:28px 24px}.contact-info-card__icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;color:var(--inner-brown);background:var(--inner-cream)}
.contact-info-card h2{margin-bottom:8px;font-size:19px}.contact-info-card p,.contact-info-card a{margin:0;color:var(--inner-muted);font-size:12px}.contact-info-card a:hover{color:var(--inner-brown)}
.contact-main-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}
.contact-form-card{padding:38px}.contact-form-card h2{margin-bottom:8px;font-size:34px}.contact-form-card>p{color:var(--inner-muted);font-size:13px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:28px}
.contact-field{display:grid;gap:7px}.contact-field--full{grid-column:1/-1}.contact-field label{color:var(--inner-brown);font-size:11px;font-weight:600}
.contact-field input,.contact-field select,.contact-field textarea{width:100%;border:1px solid var(--inner-border);border-radius:12px;outline:0;background:#fffdf9;color:var(--inner-text);transition:.25s}
.contact-field input,.contact-field select{height:49px;padding:0 14px}.contact-field textarea{min-height:130px;padding:13px 14px;resize:vertical}
.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--inner-gold);box-shadow:0 0 0 3px rgba(200,155,75,.11)}
.contact-honeypot{position:absolute!important;left:-9999px!important}.contact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}.contact-form-footer p{margin:0;color:var(--inner-muted);font-size:10px}
.contact-status{margin:0 0 20px;padding:13px 16px;border-radius:12px;font-size:12px}.contact-status--success{color:#315b3b;background:#e7f3e9}.contact-status--error{color:#7a3831;background:#f8e7e3}
.contact-side{display:grid;gap:22px}.contact-hours{padding:32px}.contact-hours h2{font-size:28px}.contact-hours-list{display:grid;gap:13px;margin-top:20px}.contact-hours-list div{display:flex;justify-content:space-between;gap:20px;padding-bottom:12px;border-bottom:1px solid var(--inner-border);font-size:12px}.contact-hours-list span{color:var(--inner-muted)}
.contact-map{overflow:hidden;border-radius:24px;box-shadow:var(--inner-shadow)}.contact-map iframe{display:block;width:100%;height:390px;border:0}
.contact-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.contact-faq-list{display:grid;gap:12px}.contact-faq{overflow:hidden;border:1px solid var(--inner-border);border-radius:16px;background:#fff}.contact-faq button{width:100%;display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border:0;text-align:left;color:var(--inner-brown);background:transparent;font-weight:600}.contact-faq button span{color:var(--inner-gold);font-size:20px;transition:.25s}.contact-faq__answer{display:grid;grid-template-rows:0fr;transition:.3s ease}.contact-faq__answer>div{overflow:hidden}.contact-faq__answer p{padding:0 20px 18px;margin:0;color:var(--inner-muted);font-size:13px}.contact-faq.is-open .contact-faq__answer{grid-template-rows:1fr}.contact-faq.is-open button span{transform:rotate(45deg)}

/* Archive */
.archive-section{padding:85px 0 105px}.archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:50px;align-items:start}
.archive-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.post-tile{overflow:hidden;transition:.3s ease}.post-tile:hover{transform:translateY(-6px);box-shadow:var(--inner-shadow)}
.post-tile__media{position:relative;display:block;height:240px;overflow:hidden;background:linear-gradient(145deg,var(--inner-cream),#ded9c9)}.post-tile__media img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.post-tile:hover img{transform:scale(1.045)}
.post-tile__category{position:absolute;left:16px;top:16px;padding:6px 10px;border-radius:999px;color:var(--inner-brown);background:rgba(255,250,242,.9);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.post-tile__body{padding:24px}.post-tile__meta{display:flex;gap:10px;margin-bottom:12px;color:var(--inner-muted);font-size:10px}.post-tile h2{margin-bottom:12px;font-size:25px}.post-tile h2 a:hover{color:var(--inner-brown-2)}.post-tile p{color:var(--inner-muted);font-size:13px}.post-tile__more{color:var(--inner-brown);font-size:11px;font-weight:700}
.archive-sidebar{position:sticky;top:108px;display:grid;gap:20px}.archive-widget{padding:25px}.archive-widget h2{margin-bottom:18px;font-size:21px}.archive-widget ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.archive-widget li{padding-bottom:10px;border-bottom:1px solid var(--inner-border);font-size:12px}.archive-widget li:last-child{padding:0;border:0}.archive-widget a:hover{color:var(--inner-brown-2)}
.archive-widget .search-form{display:flex}.archive-widget .search-field{min-width:0;width:100%;height:44px;padding:0 12px;border:1px solid var(--inner-border);border-radius:10px 0 0 10px;background:#fff}.archive-widget .search-submit{padding:0 13px;border:0;border-radius:0 10px 10px 0;color:#fff;background:var(--inner-brown);font-size:11px}
.pagination,.nav-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px}.page-numbers{min-width:40px;height:40px;display:grid;place-items:center;padding:0 12px;border:1px solid var(--inner-border);border-radius:50px;background:#fff;font-size:11px}.page-numbers.current,.page-numbers:hover{color:#fff;background:var(--inner-brown)}
.archive-empty{padding:45px;text-align:center}.archive-empty h2{font-size:30px}

/* Single */
.single-hero{padding:148px 0 70px;background:linear-gradient(135deg,#ead3b8,#fff7e9 56%,#dce2d7)}
.single-hero__inner{max-width:900px}.single-hero h1{margin:15px 0 20px;font-size:clamp(40px,5.6vw,66px);letter-spacing:-.03em;text-wrap:balance}.single-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px 18px;color:var(--inner-muted);font-size:11px}.single-meta span{display:inline-flex;align-items:center;gap:7px}.single-meta img{border-radius:50%}.single-featured{width:var(--inner-container);max-height:620px;margin:0 auto -70px;position:relative;z-index:2;object-fit:cover;border:9px solid var(--inner-paper);border-radius:30px;box-shadow:var(--inner-shadow)}
.single-main{padding:145px 0 100px}.single-main--no-image{padding-top:90px}.single-layout{display:grid;grid-template-columns:minmax(0,780px) 260px;justify-content:center;gap:65px;align-items:start}
.article-content{font-size:16px}.article-content>*{max-width:100%}.article-content h2{margin:42px 0 15px;font-size:34px}.article-content h3{margin:32px 0 13px;font-size:27px}.article-content p,.article-content li{color:#514840}.article-content a{color:var(--inner-brown-2);text-decoration:underline}.article-content blockquote{margin:34px 0;padding:24px 28px;border-left:3px solid var(--inner-gold);border-radius:0 16px 16px 0;color:var(--inner-brown);background:var(--inner-cream);font:500 20px/1.6 "Playfair Display",serif}.article-content img{border-radius:18px}.article-content figcaption{text-align:center;color:var(--inner-muted);font-size:11px}
.single-aside{position:sticky;top:110px;display:grid;gap:18px}.single-aside__box{padding:24px}.single-aside__box h2{font-size:20px}.single-aside__box p{color:var(--inner-muted);font-size:12px}.single-aside__box .inner-btn{width:100%;font-size:11px}.single-share{display:flex;gap:8px}.single-share a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--inner-green);font-size:10px}
.single-terms{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px;padding-top:25px;border-top:1px solid var(--inner-border)}.single-terms a{padding:6px 11px;border-radius:999px;background:var(--inner-cream);font-size:10px}
.single-author{display:grid;grid-template-columns:70px 1fr;gap:20px;margin-top:35px;padding:26px}.single-author img{border-radius:50%}.single-author h2{margin-bottom:6px;font-size:21px}.single-author p{margin:0;color:var(--inner-muted);font-size:12px}
.single-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px}.single-post-nav a{padding:20px;border:1px solid var(--inner-border);border-radius:16px;background:#fff}.single-post-nav span{display:block;color:var(--inner-muted);font-size:9px;text-transform:uppercase}.single-post-nav strong{font:500 16px/1.4 "Playfair Display",serif;color:var(--inner-brown)}.single-post-nav .next{text-align:right}
.related-section{padding:90px 0;background:#eddfcc}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.related-grid .post-tile__media{height:210px}

/* Legacy fallback */
.site-container{width:var(--inner-container);margin-inline:auto}.site-main{padding:140px 0 90px}.post-card{margin-bottom:24px;padding:35px;border:1px solid var(--inner-border);border-radius:20px;background:#fff}.entry-title{font-size:34px}.entry-title a{color:inherit}.entry-meta{color:var(--inner-muted);font-size:11px}

/* Price page */
.price-page [hidden]{display:none!important}
.price-page-hero{position:relative;min-height:660px;padding:145px 0 105px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 10% 18%,rgba(213,176,111,.56),transparent 28%),radial-gradient(circle at 90% 55%,rgba(63,89,72,.22),transparent 30%),linear-gradient(130deg,#ead3b8,#fff7e9 48%,#d7e0d5)}
.price-page-hero::before{content:"";position:absolute;right:-160px;top:-220px;width:500px;height:500px;border:1px solid rgba(159,97,21,.18);border-radius:50%;box-shadow:inset 0 0 120px rgba(159,97,21,.08)}
.price-page-hero__grid{position:relative;display:grid;grid-template-columns:1fr .82fr;gap:80px;align-items:center}
.price-page-hero h1{max-width:720px;margin:18px 0 22px;font-size:45px;letter-spacing:-.035em}.price-page-hero p{max-width:650px;color:var(--inner-muted);font-size:16px}.price-page-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin:30px 0 26px}.price-page-trust{display:flex;flex-wrap:wrap;gap:10px 22px;color:var(--inner-brown);font-size:11px}.price-page-trust span::first-letter{color:var(--inner-green)}
.price-page-hero__visual{position:relative;min-height:470px}.price-page-hero__visual>img{position:absolute;right:0;top:0;width:88%;height:450px;object-fit:cover;border:8px solid rgba(255,248,238,.85);border-radius:48% 48% 27px 27px;box-shadow:var(--inner-shadow)}
.price-page-hero__badge{position:absolute;right:-15px;bottom:8px;width:145px;height:145px;display:grid;place-content:center;text-align:center;border:7px solid rgba(255,248,238,.85);border-radius:50%;color:#fff;background:var(--inner-green);box-shadow:var(--inner-shadow)}.price-page-hero__badge span,.price-page-hero__badge small{font-size:9px}.price-page-hero__badge strong{font:600 32px/1.2 "Playfair Display",serif;color:var(--inner-gold-soft)}
.price-page-hero__note{position:absolute;left:-20px;top:75px;display:flex;align-items:center;gap:11px;padding:13px 16px 13px 11px;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:rgba(255,250,243,.86);box-shadow:0 14px 40px rgba(61,41,27,.12);backdrop-filter:blur(14px)}.price-page-hero__note i{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--inner-gold);font-style:normal}.price-page-hero__note strong,.price-page-hero__note span{display:block}.price-page-hero__note strong{color:var(--inner-brown);font-size:10px}.price-page-hero__note span{color:var(--inner-muted);font-size:8px}
.price-quick-section{position:relative;z-index:5;margin-top:-52px}.price-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--inner-border);border-radius:23px;background:#fffaf3;box-shadow:var(--inner-shadow)}.price-quick-card{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;min-width:0;padding:23px 20px;border-right:1px solid var(--inner-border);transition:.3s ease}.price-quick-card:last-child{border:0}.price-quick-card:hover{color:#fff;background:var(--inner-green)}.price-quick-card__number{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--inner-brown);background:var(--inner-cream);font:600 13px/1 "Playfair Display",serif}.price-quick-card strong,.price-quick-card small{display:block}.price-quick-card strong{color:var(--inner-brown);font:600 16px/1.3 "Playfair Display",serif}.price-quick-card small{margin-top:4px;color:var(--inner-muted);font-size:10px}.price-quick-card i{color:var(--inner-gold);font-style:normal}.price-quick-card:hover strong,.price-quick-card:hover small,.price-quick-card:hover i{color:#fff}
.price-catalog-section{padding:105px 0;background:#fffbf5}.price-toolbar{position:sticky;z-index:50;top:94px;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:15px;margin-bottom:36px;padding:14px;border:1px solid var(--inner-border);border-radius:18px;background:rgba(255,250,243,.94);box-shadow:0 12px 35px rgba(61,41,27,.09);backdrop-filter:blur(15px)}.admin-bar .price-toolbar{top:126px}.price-search{display:flex;align-items:center;gap:8px;min-width:0;height:46px;padding:0 14px;border:1px solid var(--inner-border);border-radius:12px;background:#fff}.price-search span{color:var(--inner-gold);font-size:21px}.price-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--inner-text);font-size:12px}.price-filters{display:flex;gap:6px}.price-filters button{height:39px;padding:0 13px;border:1px solid var(--inner-border);border-radius:999px;color:var(--inner-brown);background:#fff;font-size:11px;font-weight:600}.price-filters button:hover,.price-filters button.is-active{border-color:var(--inner-green);color:#fff;background:var(--inner-green)}.price-result-count{min-width:82px;text-align:right;color:var(--inner-muted);font-size:10px}
.price-catalog{display:grid;gap:38px}.price-group{scroll-margin-top:190px;overflow:hidden;border:1px solid var(--inner-border);border-radius:26px;background:#fff;box-shadow:0 14px 42px rgba(61,41,27,.07)}.price-group__header{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:20px;padding:27px 30px;color:rgba(255,255,255,.72);background:linear-gradient(125deg,#354b3d,#526654)}.price-group__icon{width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:var(--inner-gold-soft);font:600 17px/1 "Playfair Display",serif}.price-group__header span{color:var(--inner-gold-soft);font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.price-group__header h2{margin:3px 0 4px;color:#fff;font-size:27px}.price-group__header p{margin:0;color:rgba(255,255,255,.62);font-size:12px}.price-group__from{text-align:right}.price-group__from small,.price-group__from strong{display:block}.price-group__from small{color:rgba(255,255,255,.55);font-size:10px}.price-group__from strong{color:var(--inner-gold-soft);font:600 22px/1.4 "Playfair Display",serif}
.price-table-head,.price-service{display:grid;grid-template-columns:minmax(0,1fr) 110px 130px 82px;align-items:center;gap:18px}.price-table-head{padding:12px 25px;border-bottom:1px solid var(--inner-border);color:var(--inner-muted);background:var(--inner-cream);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.price-service{position:relative;padding:20px 25px;border-bottom:1px solid var(--inner-border);transition:.25s ease}.price-service:last-child{border:0}.price-service:hover{background:#fff8ed}.price-service.is-featured{background:linear-gradient(90deg,rgba(227,193,129,.18),transparent)}.price-service.is-featured::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--inner-gold)}.price-service h3{margin:0;color:var(--inner-brown);font-family:"Be Vietnam Pro",sans-serif;font-size:14px}.price-service p{margin:4px 0 0;color:var(--inner-muted);font-size:11px}.price-popular{display:inline-flex;margin-bottom:7px;padding:4px 8px;border-radius:999px;color:#fff;background:var(--inner-gold);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.price-service__duration{width:max-content;padding:6px 9px;border-radius:999px;color:var(--inner-muted);background:var(--inner-cream);font-size:10px;white-space:nowrap}.price-service__value{color:var(--inner-brown);font:600 17px/1 "Playfair Display",serif;white-space:nowrap}.price-service>a{display:inline-flex;justify-content:center;padding:8px 11px;border:1px solid var(--inner-border);border-radius:999px;color:var(--inner-brown);font-size:10px;font-weight:700}.price-service>a:hover{border-color:var(--inner-green);color:#fff;background:var(--inner-green)}.price-no-results{padding:45px;border:1px dashed var(--inner-border);border-radius:20px;text-align:center;background:var(--inner-cream)}.price-no-results strong{color:var(--inner-brown);font:600 24px/1.4 "Playfair Display",serif}.price-no-results p{margin:8px 0 0;color:var(--inner-muted);font-size:12px}
.price-combo-section{padding:100px 0;color:rgba(255,255,255,.7);background:#29372e}.price-combo-section .inner-section-head h2{color:#fff}.price-combo-section .inner-section-head p{color:rgba(255,255,255,.62)}.price-combo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-combo-card{position:relative;padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:23px;background:rgba(255,255,255,.055);transition:.3s ease}.price-combo-card:hover{transform:translateY(-6px);border-color:rgba(227,193,129,.5)}.price-combo-card>span{color:var(--inner-gold-soft);font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.price-combo-card>b{position:absolute;right:18px;top:18px;padding:5px 9px;border-radius:999px;color:var(--inner-brown);background:var(--inner-gold-soft);font-size:9px}.price-combo-card h3{margin:14px 0 10px;color:#fff;font-size:24px}.price-combo-card p{min-height:48px;color:rgba(255,255,255,.6);font-size:12px}.price-combo-card>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.price-combo-card strong{color:var(--inner-gold-soft);font:600 20px/1 "Playfair Display",serif}.price-combo-card a{color:#fff;font-size:10px;font-weight:700}.price-combo-card--featured{border-color:rgba(227,193,129,.42);background:linear-gradient(145deg,rgba(159,97,21,.24),rgba(255,255,255,.06))}
.price-policy-section{padding:100px 0;background:#eddfcc}.price-policy-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.price-policy-grid h2{margin:13px 0 16px;font-size:clamp(34px,4vw,50px)}.price-policy-grid>div:first-child p{color:var(--inner-muted)}.price-policy-list{display:grid;gap:13px}.price-policy-item{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:22px;border:1px solid var(--inner-border);border-radius:18px;background:#fffaf3}.price-policy-item>span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--inner-green);font:600 13px/1 "Playfair Display",serif}.price-policy-item strong{color:var(--inner-brown);font-size:12px}.price-policy-item p{margin:4px 0 0;color:var(--inner-muted);font-size:11px}.price-page-cta{padding-top:100px}.price-mobile-cta{display:none}

/* Service pages */
.service-directory-hero,.service-detail-hero{position:relative;isolation:isolate;overflow:hidden;padding:155px 0 95px;background:radial-gradient(circle at 12% 20%,rgba(213,176,111,.52),transparent 28%),radial-gradient(circle at 86% 45%,rgba(63,89,72,.20),transparent 28%),linear-gradient(135deg,#ead3b8,#fff7e9 52%,#dce2d7)}
.service-directory-hero__grid,.service-detail-hero__grid{display:grid; gap:70px;align-items:center}.service-directory-hero h1,.service-detail-hero h1{max-width:820px;margin:13px 0 18px;font-size:45px;letter-spacing:-.035em}.service-directory-hero p,.service-detail-hero p{max-width:690px;color:var(--inner-muted);font-size:16px}.service-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.service-hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.service-hero-tags span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(95,73,54,.18);border-radius:999px;color:var(--inner-brown);background:rgba(255,250,243,.62);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.service-directory-card{min-height:330px;display:grid;align-content:center;padding:42px;border:1px solid rgba(200,155,75,.35);border-radius:28px;background:rgba(255,250,243,.82);box-shadow:var(--inner-shadow)}.service-directory-card span{color:var(--inner-gold);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.service-directory-card strong{color:var(--inner-brown);font:600 82px/1 "Playfair Display",serif}.service-directory-card p{margin:12px 0 0;font-size:13px}
.service-switcher{position:relative;z-index:6;margin-top:-38px}.service-switcher__inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--inner-border);border-radius:22px;background:rgba(255,250,243,.96);box-shadow:var(--inner-shadow);backdrop-filter:blur(16px)}.service-switcher a{display:grid;gap:4px;min-width:0;padding:18px 16px;border-right:1px solid var(--inner-border);transition:.25s ease}.service-switcher a:last-child{border-right:0}.service-switcher span{overflow:hidden;color:var(--inner-gold);font-size:8px;font-weight:800;letter-spacing:.14em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.service-switcher strong{overflow:hidden;color:var(--inner-brown);font:600 15px/1.25 "Playfair Display",serif;text-overflow:ellipsis;white-space:nowrap}.service-switcher a:hover,.service-switcher a.is-active{color:#fff;background:var(--inner-green)}.service-switcher a:hover span,.service-switcher a:hover strong,.service-switcher a.is-active span,.service-switcher a.is-active strong{color:#fff}.service-switcher--detail{position:sticky;top:115px;margin-top:-28px}
.service-directory-section{padding:95px 0;background:#fffbf5}.service-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.service-directory-item{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid var(--inner-border);border-radius:24px;background:#fffaf3;box-shadow:0 13px 40px rgba(61,41,27,.08)}.service-directory-item__media img{width:100%;height:100%;min-height:290px;object-fit:cover}.service-directory-item__body{display:grid;align-content:start;padding:28px}.service-directory-item__body>span,.service-related-card span{color:var(--inner-gold);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.service-directory-item h2{margin:9px 0 10px;font-size:28px}.service-directory-item p{color:var(--inner-muted);font-size:12px}.service-directory-meta{display:flex;align-items:baseline;gap:10px;margin:12px 0 18px}.service-directory-meta strong{color:var(--inner-brown);font:600 22px/1 "Playfair Display",serif}.service-directory-meta small{color:var(--inner-muted);font-size:10px}.service-detail-link{color:var(--inner-brown);font-size:11px;font-weight:800}
.service-detail-visual{position:relative;margin:0}.service-detail-visual img{width:100%;height:520px;object-fit:cover;border:8px solid rgba(255,250,242,.78);border-radius:48% 48% 26px 26px;box-shadow:var(--inner-shadow)}.service-detail-visual figcaption{position:absolute;right:0;bottom:26px;display:grid;min-width:145px;padding:18px;border:1px solid rgba(227,193,129,.48);border-radius:20px;color:#fff;background:rgba(53,75,61,.94);box-shadow:0 16px 36px rgba(40,32,23,.18)}.service-detail-visual span{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65)}.service-detail-visual strong{font:600 28px/1.2 "Playfair Display",serif;color:var(--inner-gold-soft)}.service-detail-visual small{font-size:10px;color:rgba(255,255,255,.72)}
.service-detail-summary{position:relative;z-index:3;margin-top:30px}.service-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--inner-border);border-radius:24px;background:#fff;box-shadow:var(--inner-shadow)}.service-summary-card{padding:24px;border-right:1px solid var(--inner-border)}.service-summary-card:last-child{border-right:0}.service-summary-card span{color:var(--inner-gold);font:600 15px/1 "Playfair Display",serif}.service-summary-card strong{display:block;margin:10px 0 6px;color:var(--inner-brown)}.service-summary-card p{margin:0;color:var(--inner-muted);font-size:12px}
.service-experience-section{position:relative;overflow:hidden;padding:105px 0;background:#f3e8d8}.service-experience-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:start}.service-experience-copy{position:sticky;top:115px}.service-experience-copy h2{margin:13px 0 18px;font-size:clamp(36px,4.8vw,58px);letter-spacing:-.03em}.service-experience-copy p{color:var(--inner-muted)}.service-experience-cards{display:grid;gap:16px}.service-experience-card{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:26px;border:1px solid var(--inner-border);border-radius:22px;background:#fffaf3;box-shadow:0 12px 35px rgba(61,41,27,.08)}.service-experience-card span{grid-row:span 2;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--inner-green);font:600 14px/1 "Playfair Display",serif}.service-experience-card h3{margin:0;color:var(--inner-brown);font-size:24px}.service-experience-card p{grid-column:2;margin:0;color:var(--inner-muted);font-size:12px}
.service-detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.service-detail-panel{height:100%;padding:34px;border:1px solid var(--inner-border);border-radius:24px;background:#fffaf3;box-shadow:0 13px 40px rgba(61,41,27,.08)}.service-detail-panel--muted{background:#f1e4d1}.service-detail-panel h2{margin:13px 0 20px;font-size:clamp(31px,3.4vw,45px)}.service-check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.service-check-list li{position:relative;padding-left:28px;color:var(--inner-muted);font-size:13px}.service-check-list li::before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--inner-green);font-size:10px;font-weight:800}
.service-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-step-card{min-height:170px;padding:24px;border:1px solid var(--inner-border);border-radius:21px;background:#fffaf3}.service-step-card span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;color:#fff;background:var(--inner-green);font:600 13px/1 "Playfair Display",serif}.service-step-card p{margin:0;color:var(--inner-muted);font-size:12px}
.service-package-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:start}.service-package-list{display:grid;gap:12px}.service-package-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:21px 24px;border:1px solid var(--inner-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(61,41,27,.06);transition:.25s ease}.service-package-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(61,41,27,.10)}.service-package-card h3{margin:0;color:var(--inner-brown);font-family:"Be Vietnam Pro",sans-serif;font-size:14px}.service-package-card span{color:var(--inner-muted);font-size:11px}.service-package-card__action{display:flex;align-items:center;gap:12px}.service-package-card strong{color:var(--inner-gold);font:600 20px/1 "Playfair Display",serif;white-space:nowrap}.service-package-card a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border-radius:999px;color:#fff;background:var(--inner-green);font-size:10px;font-weight:800}
.service-faq-section .inner-eyebrow::before{background:var(--inner-gold-soft)}.service-faq-list{display:grid;gap:14px}.service-faq-card{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06)}.service-faq-card h3{margin:0 0 10px;color:#fff;font-size:21px}.service-faq-card p{margin:0;color:rgba(255,255,255,.62);font-size:12px}
.service-gallery-section{position:relative;overflow:hidden;background:#fffbf5}.service-gallery-section::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(227,193,129,.16),transparent 42%,rgba(63,89,72,.08));pointer-events:none}.service-gallery-section .inner-container{position:relative}.service-gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,260px);gap:18px}.service-gallery-card{position:relative;overflow:hidden;margin:0;border:1px solid var(--inner-border);border-radius:26px;background:#fff;box-shadow:0 16px 42px rgba(61,41,27,.09)}.service-gallery-card--featured{grid-row:span 2}.service-gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.service-gallery-card:hover img{transform:scale(1.045)}.service-gallery-card figcaption{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:flex-start;gap:13px;padding:16px;border:1px solid rgba(255,255,255,.22);border-radius:18px;color:#fff;background:rgba(34,44,37,.82);box-shadow:0 12px 30px rgba(24,19,14,.18);backdrop-filter:blur(14px)}.service-gallery-card figcaption span{flex:0 0 auto;color:var(--inner-gold-soft);font:600 16px/1 "Playfair Display",serif}.service-gallery-card figcaption p{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55}.service-gallery-card--featured figcaption{max-width:520px}.service-gallery-card--featured figcaption p{font-size:15px}
.service-related-section{background:#eddfcc}.service-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-related-card{display:grid;gap:7px;padding:23px;border:1px solid var(--inner-border);border-radius:18px;background:#fffaf3;transition:.25s ease}.service-related-card:hover{transform:translateY(-4px);background:#fff}.service-related-card strong{color:var(--inner-brown);font:600 20px/1.25 "Playfair Display",serif}.service-related-card small{color:var(--inner-muted);font-size:10px}

.service-page--body .service-detail-hero{background:radial-gradient(circle at 13% 18%,rgba(227,193,129,.54),transparent 28%),radial-gradient(circle at 86% 40%,rgba(71,47,34,.16),transparent 30%),linear-gradient(135deg,#ead3b8,#fff7e9 50%,#e4d4c2)}.service-page--body .service-detail-hero__grid{grid-template-columns:.88fr 1fr}.service-page--body .service-detail-visual img{height:560px;border-radius:45% 45% 30px 30px}.service-page--body .service-experience-section{background:#efe0cd}.service-page--body .service-experience-cards{grid-template-columns:1fr}.service-page--body .service-experience-card{min-height:142px}
.service-page--foot .service-detail-hero{background:radial-gradient(circle at 15% 20%,rgba(159,97,21,.24),transparent 28%),radial-gradient(circle at 90% 38%,rgba(63,89,72,.28),transparent 30%),linear-gradient(135deg,#f1ddc5,#fff9ef 48%,#dbe5d8)}.service-page--foot .service-detail-visual img{height:500px;border-radius:30px 30px 48% 48%}.service-page--foot .service-experience-section{background:#dfe8d8}.service-page--foot .service-experience-cards{position:relative}.service-page--foot .service-experience-card{border-radius:999px 28px 28px 999px}.service-page--foot .service-experience-card span{background:#5f7a55}
.service-page--hair .service-detail-hero{background:radial-gradient(circle at 18% 14%,rgba(227,193,129,.40),transparent 27%),radial-gradient(circle at 86% 48%,rgba(173,121,95,.18),transparent 31%),linear-gradient(135deg,#f3dfcb,#fffaf4 48%,#eadfd8)}.service-page--hair .service-detail-hero__grid{grid-template-columns:1fr .78fr}.service-page--hair .service-detail-visual img{height:500px;border-radius:42px;filter:saturate(1.02)}.service-page--hair .service-detail-visual figcaption{right:24px;bottom:24px;background:rgba(112,73,46,.92)}.service-page--hair .service-experience-section{background:#f5e7dd}.service-page--hair .service-experience-cards{grid-template-columns:repeat(3,1fr)}.service-page--hair .service-experience-card{grid-template-columns:1fr;text-align:center}.service-page--hair .service-experience-card span{grid-row:auto;margin-inline:auto}.service-page--hair .service-experience-card p{grid-column:auto}
.service-page--neck .service-detail-hero{background:radial-gradient(circle at 12% 22%,rgba(63,89,72,.26),transparent 27%),radial-gradient(circle at 86% 38%,rgba(159,97,21,.22),transparent 32%),linear-gradient(135deg,#e4d1bd,#fff7e9 46%,#d7ded2)}.service-page--neck .service-detail-visual img{height:500px;border-radius:28px}.service-page--neck .service-summary-grid{border-radius:16px}.service-page--neck .service-experience-section{background:#e2dccf}.service-page--neck .service-experience-layout{grid-template-columns:1fr}.service-page--neck .service-experience-cards{grid-template-columns:repeat(3,1fr)}.service-page--neck .service-experience-card{grid-template-columns:1fr;border-left:4px solid var(--inner-green)}.service-page--neck .service-experience-card p{grid-column:auto}.service-page--neck .service-experience-card span{grid-row:auto;border-radius:14px}
.service-page--skin .service-detail-hero{background:radial-gradient(circle at 12% 20%,rgba(227,193,129,.28),transparent 27%),radial-gradient(circle at 84% 42%,rgba(111,148,128,.20),transparent 30%),linear-gradient(135deg,#f4eadf,#fffdf9 48%,#e3ebe4)}.service-page--skin .service-detail-visual img{height:500px;border-radius:34px;border-color:#fff}.service-page--skin .service-detail-visual figcaption{background:rgba(63,89,72,.92)}.service-page--skin .service-experience-section{background:#eef4ec}.service-page--skin .service-experience-cards{grid-template-columns:repeat(3,1fr)}.service-page--skin .service-experience-card{grid-template-columns:1fr;border-radius:24px;background:#fff}.service-page--skin .service-experience-card span{grid-row:auto;margin-bottom:4px;background:#6f9480}.service-page--skin .service-experience-card p{grid-column:auto}

/* Footer */
.inner-footer{padding:78px 0 24px;color:rgba(255,255,255,.68);background:#222c25}
.inner-footer__grid{display:grid;grid-template-columns:1.35fr .8fr .9fr 1fr;gap:50px;padding-bottom:50px}.inner-brand--footer .inner-brand__text strong{color:#fff}.inner-brand--footer .inner-brand__text small{color:rgba(255,255,255,.45)}.inner-footer__intro p{max-width:330px;margin:20px 0;color:rgba(255,255,255,.58);font-size:12px}.inner-footer h2{margin-bottom:18px;color:#fff;font-family:"Be Vietnam Pro",sans-serif;font-size:14px}.inner-footer__links,.inner-footer__contact{display:grid;gap:10px;font-size:12px}.inner-footer a:hover{color:var(--inner-gold-soft)}.inner-socials{display:flex;gap:8px}.inner-socials a{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(255,255,255,.08)}.inner-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:10px;color:rgba(255,255,255,.4)}
.inner-floating-actions{position:fixed;right:16px;bottom:19px;z-index:900;display:grid;gap:9px}.inner-float{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.17);font-size:11px;font-weight:700}.inner-float--zalo{background:#0573e7}.inner-float--phone{background:#4f7356;animation:inner-phone 2.3s infinite}
body.admin-bar .inner-header{top:32px}
@keyframes inner-breathe{50%{transform:scale(1.05)}}
@keyframes inner-phone{50%{box-shadow:0 0 0 12px rgba(79,115,86,0),0 10px 24px rgba(0,0,0,.17)}}

@media(max-width:1050px){
  .inner-nav{position:fixed;inset:var(--inner-header) 0 0;display:flex;align-items:stretch;flex-direction:column;padding:28px 22px;background:rgba(255,252,247,.98);transform:translateX(100%);transition:.35s;backdrop-filter:blur(16px)}
  .inner-nav.is-open{transform:none}.inner-nav__menu{display:grid;gap:0}.inner-nav__menu a{display:block;padding:14px 5px;border-bottom:1px solid var(--inner-border)}.inner-nav__booking{justify-content:center}.inner-menu-toggle{display:grid}.inner-header__phone{display:grid}
  .language-switcher--inner-mobile{display:grid}.inner-nav .language-switcher{grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0 4px;padding:0;border:0;border-radius:0;background:transparent}.inner-nav .language-switcher a{min-width:0;height:42px;padding:0 8px;border:1px solid var(--inner-border);border-radius:14px;background:#fffaf3}
  .about-hero-grid,.about-story-grid,.about-ritual-grid,.contact-main-grid,.contact-faq-grid{grid-template-columns:1fr}.about-hero-media{max-width:650px;width:100%;margin:auto}.about-story-grid,.about-ritual-grid{gap:45px}.about-ritual-intro{position:static}.contact-info-grid{grid-template-columns:1fr 1fr}.archive-layout{grid-template-columns:1fr}.archive-sidebar{position:static;grid-template-columns:1fr 1fr}.single-layout{grid-template-columns:minmax(0,760px)}.single-aside{position:static;grid-template-columns:1fr 1fr}.inner-footer__grid{grid-template-columns:1fr 1fr}
  .service-directory-hero__grid,.service-detail-hero__grid,.service-detail-two-col,.service-package-layout,.service-experience-layout,.service-page--body .service-detail-hero__grid,.service-page--hair .service-detail-hero__grid,.service-page--neck .service-experience-layout{grid-template-columns:1fr}.service-switcher__inner{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.service-switcher a{flex:0 0 210px;scroll-snap-align:start}.service-directory-card{min-height:0}.service-detail-visual{max-width:650px;width:100%;margin:auto}.service-directory-grid{grid-template-columns:1fr}.service-step-grid{grid-template-columns:1fr 1fr}.service-related-grid{grid-template-columns:1fr 1fr}.service-experience-copy{position:static}.service-page--hair .service-experience-cards,.service-page--neck .service-experience-cards,.service-page--skin .service-experience-cards{grid-template-columns:1fr}
  body.admin-bar .inner-nav{top:calc(var(--inner-header) + 32px)}
  .price-page-hero{padding-bottom:125px}.price-page-hero__grid{grid-template-columns:1fr;gap:45px}.price-page-hero__visual{max-width:650px;width:100%;margin:auto}.price-quick-grid{grid-template-columns:1fr 1fr}.price-quick-card:nth-child(2){border-right:0}.price-quick-card:nth-child(-n+2){border-bottom:1px solid var(--inner-border)}
  .price-toolbar{grid-template-columns:1fr}.price-filters{overflow-x:auto;padding-bottom:2px}.price-result-count{text-align:left}.price-policy-grid{grid-template-columns:1fr;gap:40px}
}
@media(max-width:760px){
  :root{--inner-container:min(100% - 28px,1180px);--inner-header:72px}.inner-brand__mark{width:41px;height:41px}.inner-brand__text strong{font-size:16px}.inner-brand__text small{font-size:7px}.inner-header__phone{display:none}.language-switcher--inner{display:none}
  .inner-page-hero{min-height:auto;padding:118px 0 75px}.inner-page-hero h1{font-size:42px}.inner-page-hero__lead{font-size:14px}.inner-page-hero--compact{padding-bottom:65px}.inner-section{padding:75px 0}.inner-section-head{margin-bottom:34px}.inner-section-head h2{font-size:36px}
  .about-hero-grid{gap:40px}.about-hero-media{min-height:390px}.about-hero-media__main{height:360px}.about-hero-media__small{width:145px;height:185px}.about-hero-media__note{width:105px;height:105px;right:0}.about-story-image{padding:0 0 20px 20px}.about-story-image img{height:430px}.about-stats{grid-template-columns:1fr 1fr;margin-top:-20px;padding:20px}.about-stat{padding:12px;border-bottom:1px solid var(--inner-border)}.about-stat:nth-child(2){border-right:0}.about-stat:nth-child(n+3){border-bottom:0}.about-values-grid{grid-template-columns:1fr}.about-ritual-step{grid-template-columns:45px 1fr;padding:20px}.about-ritual-step>span{width:42px;height:42px}.about-space-grid{grid-template-columns:1fr;min-height:auto}.about-space-grid>img{height:380px}.about-space-stack{grid-template-columns:1fr 1fr;grid-template-rows:220px}.inner-cta{padding-bottom:75px}.inner-cta__box{align-items:flex-start;flex-direction:column;padding:38px 25px}.inner-cta__box .inner-btn{width:100%}
  .contact-info-grid{grid-template-columns:1fr;margin-top:-28px}.contact-main-grid{gap:28px}.contact-form-card{padding:25px 18px}.contact-form-grid{grid-template-columns:1fr}.contact-field--full{grid-column:auto}.contact-form-footer{align-items:stretch;flex-direction:column}.contact-form-footer .inner-btn{width:100%}.contact-faq-grid{gap:30px}
  .archive-section{padding:65px 0 80px}.archive-posts{grid-template-columns:1fr}.archive-sidebar{grid-template-columns:1fr}.post-tile__media{height:230px}
  .single-hero{padding:118px 0 55px}.single-hero h1{font-size:39px}.single-featured{width:calc(100% - 28px);min-height:270px;margin-bottom:-40px;border-width:6px;border-radius:20px}.single-main{padding:100px 0 75px}.single-layout{gap:38px}.single-aside{grid-template-columns:1fr}.article-content h2{font-size:29px}.article-content h3{font-size:24px}.single-post-nav{grid-template-columns:1fr}.single-post-nav .next{text-align:left}.related-section{padding:70px 0}.related-grid{grid-template-columns:1fr}
  .inner-footer{padding-top:60px}.inner-footer__grid{grid-template-columns:1fr;gap:30px}.inner-footer__bottom{flex-direction:column}.inner-floating-actions{right:11px;bottom:13px}.inner-float{width:46px;height:46px}
  .service-directory-hero,.service-detail-hero{padding:118px 0 72px}.service-directory-hero h1,.service-detail-hero h1{font-size:42px}.service-directory-hero p,.service-detail-hero p{font-size:14px}.service-hero-tags span{min-height:31px;font-size:9px}.service-hero-actions{align-items:stretch;flex-direction:column}.service-hero-actions .inner-btn{width:100%}.service-switcher{margin-top:-24px}.service-switcher--detail{top:74px}.service-switcher a{flex-basis:178px;padding:15px 14px}.service-directory-card{padding:28px}.service-directory-card strong{font-size:58px}.service-directory-section{padding:70px 0}.service-directory-item{grid-template-columns:1fr}.service-directory-item__media img{height:250px;min-height:0}.service-directory-item__body{padding:23px 18px}.service-detail-visual img,.service-page--body .service-detail-visual img,.service-page--foot .service-detail-visual img,.service-page--hair .service-detail-visual img,.service-page--neck .service-detail-visual img,.service-page--skin .service-detail-visual img{height:395px;border-width:6px;border-radius:28px}.service-detail-visual figcaption{right:8px;bottom:18px}.service-detail-summary{margin-top:-28px}.service-summary-grid{grid-template-columns:1fr}.service-summary-card{border-right:0;border-bottom:1px solid var(--inner-border)}.service-summary-card:last-child{border-bottom:0}.service-experience-section{padding:75px 0}.service-experience-card,.service-page--foot .service-experience-card{grid-template-columns:1fr;border-radius:21px}.service-experience-card span{grid-row:auto}.service-experience-card p{grid-column:auto}.service-detail-panel{padding:25px 18px}.service-step-grid,.service-related-grid{grid-template-columns:1fr}.service-step-card{min-height:0}.service-package-card{grid-template-columns:1fr;gap:10px}.service-package-card__action{justify-content:space-between}.service-package-card strong{font-size:22px}.service-faq-card{padding:21px 18px}
  .price-page-hero{min-height:auto;padding:112px 0 105px}.price-page-hero h1{font-size:42px}.price-page-hero p{font-size:14px}.price-page-hero__actions{align-items:stretch;flex-direction:column}.price-page-hero__actions .inner-btn{width:100%}.price-page-trust{display:grid;gap:7px}.price-page-hero__visual{min-height:420px}.price-page-hero__visual>img{width:90%;height:395px;border-width:6px}.price-page-hero__note{left:0;top:55px}.price-page-hero__badge{right:0;width:112px;height:112px;border-width:5px}.price-page-hero__badge strong{font-size:25px}
  .price-quick-section{margin-top:-40px}.price-quick-card{padding:18px 14px}.price-quick-card strong{font-size:14px}.price-quick-card i{display:none}.price-catalog-section,.price-combo-section,.price-policy-section{padding:75px 0}.price-toolbar{top:80px;margin-bottom:27px;padding:10px}.admin-bar .price-toolbar{top:126px}.price-filters{width:100%}.price-filters button{flex:0 0 auto}.price-group{border-radius:20px}.price-group__header{grid-template-columns:49px 1fr;gap:14px;padding:22px 18px}.price-group__icon{width:46px;height:46px}.price-group__from{grid-column:2;text-align:left}.price-group__header h2{font-size:23px}.price-table-head{display:none}.price-service{grid-template-columns:1fr auto;gap:10px;padding:19px 17px}.price-service>div{grid-column:1/3}.price-service__duration{grid-column:1}.price-service__value{grid-column:2;text-align:right}.price-service>a{grid-column:1/3;min-height:36px;align-items:center}.price-combo-grid{grid-template-columns:1fr}.price-combo-card p{min-height:0}.price-policy-item{padding:18px}.price-page-cta{padding-top:75px;padding-bottom:95px}.price-mobile-cta{position:fixed;z-index:850;left:12px;right:72px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:58px;padding:8px 9px 8px 17px;border:1px solid rgba(255,255,255,.25);border-radius:18px;color:#fff;background:rgba(53,75,61,.95);box-shadow:0 15px 40px rgba(30,27,22,.28);backdrop-filter:blur(14px)}.price-mobile-cta>a:first-child small,.price-mobile-cta>a:first-child strong{display:block}.price-mobile-cta>a:first-child small{color:rgba(255,255,255,.62);font-size:8px}.price-mobile-cta>a:first-child strong{color:#fff;font-size:11px}.price-mobile-cta>a:last-child{padding:10px 14px;border-radius:12px;color:var(--inner-brown);background:var(--inner-gold-soft);font-size:10px;font-weight:700}
}
@media(max-width:782px){body.admin-bar .inner-header{top:46px}body.admin-bar .inner-nav{top:calc(var(--inner-header) + 46px)}}
@media(max-width:430px){.about-space-stack{grid-template-columns:1fr;grid-template-rows:200px 200px}.hero-proof{display:none}.inner-brand__text small{display:none}.price-quick-grid{grid-template-columns:1fr}.price-quick-card{border-right:0!important;border-bottom:1px solid var(--inner-border)!important}.price-quick-card:last-child{border-bottom:0!important}.price-page-hero__note{display:none}.price-page-hero__visual{min-height:370px}.price-page-hero__visual>img{height:350px}.price-page-hero__badge{bottom:0}.price-toolbar{top:75px}.price-search input{font-size:11px}}

/* Readability pass: keep supporting copy clear on service, price and inner pages. */
.inner-eyebrow{
  font-size:12px;
}

.inner-breadcrumbs,
.single-meta,
.entry-meta{
  font-size:13px;
}

.inner-brand__text small{
  font-size:10px;
  line-height:1.35;
}

.inner-page-hero__lead,
.inner-section-head p,
.contact-info-card p,
.contact-info-card a,
.contact-form-card>p,
.contact-faq__answer p,
.post-tile p,
.single-aside__box p,
.single-author p,
.price-page-hero p,
.price-group__header p,
.price-combo-card p,
.price-policy-grid>div:first-child p,
.price-policy-item p,
.price-no-results p,
.service-directory-hero p,
.service-detail-hero p,
.service-directory-card p,
.service-directory-item p,
.service-summary-card p,
.service-experience-copy p,
.service-experience-card p,
.service-step-card p,
.service-faq-card p,
.inner-footer__intro p{
  font-size:15px;
  line-height:1.7;
}

.about-ritual-step p,
.archive-widget li,
.contact-hours-list div,
.service-check-list li,
.service-package-card span,
.service-related-card small,
.price-quick-card small,
.price-service p,
.price-mobile-cta>a:first-child small,
.inner-footer__links,
.inner-footer__contact{
  font-size:14px;
  line-height:1.65;
}

.contact-field label,
.contact-form-footer p,
.contact-status,
.post-tile__meta,
.post-tile__more,
.archive-widget .search-submit,
.page-numbers,
.article-content figcaption,
.single-terms a,
.single-post-nav span,
.price-page-trust,
.price-page-hero__badge span,
.price-page-hero__badge small,
.price-page-hero__note strong,
.price-page-hero__note span,
.price-search input,
.price-filters button,
.price-result-count,
.price-group__header span,
.price-group__from small,
.price-table-head,
.price-popular,
.price-service__duration,
.price-service>a,
.price-combo-card>span,
.price-combo-card>b,
.price-combo-card a,
.price-policy-item strong,
.service-hero-tags span,
.service-directory-card span,
.service-directory-item__body>span,
.service-related-card span,
.service-directory-meta small,
.service-detail-link,
.service-detail-visual span,
.service-detail-visual small,
.service-package-card a,
.inner-footer__bottom,
.inner-float{
  font-size:12px;
  line-height:1.45;
}

.service-switcher span{
  font-size:10px;
}

.service-switcher strong{
  font-size:17px;
}

.service-package-card h3,
.price-service h3{
  font-size:16px;
  line-height:1.45;
}

.inner-footer h2{
  font-size:16px;
}

@media(max-width:760px){
  .inner-brand__text small{
    font-size:10px;
  }

  .inner-page-hero__lead,
  .service-directory-hero p,
  .service-detail-hero p,
  .price-page-hero p{
    font-size:15px;
  }

  .service-hero-tags span{
    font-size:11px;
  }

  .price-mobile-cta>a:first-child strong{
    font-size:13px;
  }

  .price-mobile-cta>a:last-child{
    font-size:12px;
  }
}

@media(max-width:1050px){
  .service-gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:360px 260px;
  }

  .service-gallery-card--featured{
    grid-column:1 / -1;
    grid-row:auto;
  }
}

@media(max-width:760px){
  .service-gallery-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:14px;
  }

  .service-gallery-card,
  .service-gallery-card--featured{
    grid-column:auto;
    min-height:315px;
  }

  .service-gallery-card figcaption{
    left:12px;
    right:12px;
    bottom:12px;
    padding:13px;
  }

  .service-gallery-card figcaption p,
  .service-gallery-card--featured figcaption p{
    font-size:14px;
  }
}

/* Stronger readability boost after user review. */
.inner-page-hero__lead,
.inner-section-head p,
.about-value p,
.about-ritual-step p,
.contact-info-card p,
.contact-info-card a,
.contact-form-card>p,
.contact-faq__answer p,
.post-tile p,
.article-content p,
.article-content li,
.single-aside__box p,
.single-author p,
.price-page-hero p,
.price-group__header p,
.price-service p,
.price-combo-card p,
.price-policy-grid>div:first-child p,
.price-policy-item p,
.price-no-results p,
.service-directory-hero p,
.service-detail-hero p,
.service-directory-card p,
.service-directory-item p,
.service-summary-card p,
.service-experience-copy p,
.service-experience-card p,
.service-check-list li,
.service-step-card p,
.service-faq-card p,
.service-gallery-card figcaption p,
.inner-footer__intro p{
  font-size:16px;
  line-height:1.75;
}

.inner-breadcrumbs,
.single-meta,
.entry-meta,
.contact-hours-list div,
.archive-widget li,
.service-package-card span,
.service-related-card small,
.price-quick-card small,
.inner-footer__links,
.inner-footer__contact{
  font-size:15px;
  line-height:1.65;
}

.inner-eyebrow,
.inner-brand__text small,
.contact-field label,
.contact-form-footer p,
.contact-status,
.post-tile__meta,
.post-tile__more,
.archive-widget .search-submit,
.page-numbers,
.article-content figcaption,
.single-terms a,
.single-post-nav span,
.price-page-trust,
.price-page-hero__badge span,
.price-page-hero__badge small,
.price-page-hero__note strong,
.price-page-hero__note span,
.price-search input,
.price-filters button,
.price-result-count,
.price-group__header span,
.price-group__from small,
.price-table-head,
.price-popular,
.price-service__duration,
.price-service>a,
.price-combo-card>span,
.price-combo-card>b,
.price-combo-card a,
.price-policy-item strong,
.service-hero-tags span,
.service-directory-card span,
.service-directory-item__body>span,
.service-related-card span,
.service-directory-meta small,
.service-detail-link,
.service-detail-visual span,
.service-detail-visual small,
.service-gallery-card figcaption span,
.service-package-card a,
.inner-footer__bottom,
.inner-float{
  font-size:14px;
  line-height:1.5;
}

.service-switcher span{
  font-size:12px;
}

.service-switcher strong{
  font-size:18px;
}

@media(max-width:760px){
  .inner-page-hero__lead,
  .inner-section-head p,
  .service-directory-hero p,
  .service-detail-hero p,
  .price-page-hero p,
  .service-gallery-card figcaption p{
    font-size:16px;
  }

  .service-hero-tags span,
  .price-mobile-cta>a:first-child small,
  .price-mobile-cta>a:first-child strong,
  .price-mobile-cta>a:last-child{
    font-size:14px;
  }
}

/* Fresh tone pass: brighter wellness palette across inner and service pages. */
body.qna-inner-site{
  background:#fffaf3;
}

.inner-page-hero,
.single-hero,
.price-page-hero,
.service-directory-hero,
.service-page .service-detail-hero{
  background:linear-gradient(132deg,#ffe8d5 0%,#fffaf3 50%,#cde8dc 100%);
}

.inner-section--cream,
.related-section,
.service-related-section,
.price-policy-section{
  background:#dcefe4;
}

.inner-section--white,
.inner-cta,
.price-catalog-section,
.service-directory-section,
.service-gallery-section{
  background:#fffdf8;
}

.inner-section--dark,
.price-combo-section,
.inner-footer{
  background:linear-gradient(145deg,#183d2f,#2f6b4f 58%,#162f25);
}

.inner-card,
.archive-widget,
.post-tile,
.service-directory-card,
.service-directory-item,
.service-summary-grid,
.service-summary-card,
.service-detail-panel,
.service-step-card,
.service-package-card,
.service-related-card,
.price-quick-grid,
.price-group,
.price-no-results,
.price-policy-item,
.contact-faq,
.contact-form-card,
.contact-info-card{
  background:#fffdf8;
  border-color:rgba(47,107,79,.18);
  box-shadow:0 16px 42px rgba(31,72,55,.10);
}

.service-detail-panel--muted{
  background:#dcefe4;
}

.inner-btn--primary,
.inner-nav__booking,
.inner-menu-toggle,
.service-package-card a,
.price-filters button.is-active,
.price-service>a:hover,
.page-numbers.current,
.page-numbers:hover,
.price-mobile-cta,
.inner-float--phone{
  background:linear-gradient(135deg,#2f6b4f,#4f9466);
  box-shadow:0 14px 30px rgba(47,107,79,.24);
}

.inner-btn--outline,
.price-toolbar,
.price-search,
.price-quick-card,
.price-service:hover,
.service-switcher__inner,
.service-hero-tags span,
.price-page-hero__note{
  background:rgba(255,253,248,.86);
  border-color:rgba(47,107,79,.18);
}

.price-group__header,
.inner-cta__box,
.service-detail-visual figcaption,
.service-gallery-card figcaption{
  background:linear-gradient(135deg,#204f3b,#2f6b4f);
}

.service-page--hair .service-detail-visual figcaption{
  background:linear-gradient(135deg,#8b6a52,#2f6b4f);
}

.inner-eyebrow,
.inner-breadcrumbs i,
.price-search span,
.service-directory-card span,
.service-directory-item__body>span,
.service-related-card span,
.price-combo-card>span{
  color:#2f6b4f;
}

.inner-eyebrow::before,
.inner-nav__menu a::after,
.price-service.is-featured::before,
.service-faq-section .inner-eyebrow::before{
  background:#c88424;
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}.js .inner-reveal{opacity:1;transform:none;filter:none}}

/* Champagne-gold spa palette for inner pages. */
:root{
  --inner-cream:#f4dfb9;
  --inner-paper:#fff8ea;
  --inner-brown:#3b260f;
  --inner-brown-2:#73501f;
  --inner-gold:#b9821f;
  --inner-gold-soft:#f3d58a;
  --inner-green:#53672d;
  --inner-text:#2f2419;
  --inner-muted:#746650;
  --inner-border:rgba(185,130,31,.28);
  --inner-shadow:0 22px 58px rgba(68,43,18,.15);
}

body.qna-inner-site{
  color:var(--inner-text);
  background:var(--inner-paper);
}

.inner-page-hero,
.single-hero,
.price-page-hero,
.service-directory-hero,
.service-page .service-detail-hero{
  background:
    radial-gradient(circle at 10% 14%,rgba(255,246,221,.92),transparent 27%),
    radial-gradient(circle at 34% 20%,rgba(243,213,138,.48),transparent 26%),
    radial-gradient(circle at 88% 44%,rgba(115,80,31,.20),transparent 30%),
    linear-gradient(132deg,#efe0c3 0%,#fff8ea 50%,#e8c98f 100%);
}

.inner-section--cream,
.related-section,
.service-related-section,
.price-policy-section,
.service-experience-section,
.service-page--body .service-experience-section,
.service-page--foot .service-experience-section,
.service-page--hair .service-experience-section,
.service-page--neck .service-experience-section,
.service-page--skin .service-experience-section{
  background:linear-gradient(180deg,#f4dfb9,#ead0a0);
}

.inner-section--white,
.inner-cta,
.price-catalog-section,
.service-directory-section,
.service-gallery-section{
  background:var(--inner-paper);
}

.inner-section--dark,
.price-combo-section,
.inner-footer{
  background:
    radial-gradient(circle at 12% 0,rgba(243,213,138,.16),transparent 34%),
    linear-gradient(145deg,#24160c,#3a2514 58%,#1d130b);
}

.inner-card,
.archive-widget,
.post-tile,
.service-directory-card,
.service-directory-item,
.service-summary-grid,
.service-summary-card,
.service-detail-panel,
.service-step-card,
.service-package-card,
.service-related-card,
.price-quick-grid,
.price-group,
.price-no-results,
.price-policy-item,
.contact-faq,
.contact-form-card,
.contact-info-card,
.service-switcher__inner,
.price-toolbar,
.price-search,
.price-quick-card,
.price-service,
.service-hero-tags span,
.price-page-hero__note{
  background:rgba(255,248,234,.94);
  border-color:var(--inner-border);
  box-shadow:var(--inner-shadow);
}

.service-detail-panel--muted{
  background:#f7ebd1;
}

.inner-btn--primary,
.inner-nav__booking,
.inner-menu-toggle,
.service-package-card a,
.price-filters button.is-active,
.price-service>a:hover,
.page-numbers.current,
.page-numbers:hover,
.price-mobile-cta,
.inner-float--phone{
  color:#fff;
  background:linear-gradient(135deg,#9d6816,#d7a846 52%,#7a4d12);
  box-shadow:0 14px 30px rgba(122,77,18,.24);
}

.inner-btn--outline,
.price-filters button,
.price-service>a{
  color:var(--inner-brown);
  border-color:var(--inner-border);
  background:rgba(255,250,240,.78);
}

.price-group__header,
.inner-cta__box,
.service-detail-visual figcaption,
.service-gallery-card figcaption,
.service-page--hair .service-detail-visual figcaption{
  background:linear-gradient(135deg,#3b260f,#73501f);
}

.inner-brand__mark,
.about-hero-media__note,
.service-experience-card span,
.service-step-card span,
.price-policy-item>span{
  background:linear-gradient(145deg,var(--inner-brown),var(--inner-gold));
}

.inner-eyebrow,
.inner-breadcrumbs i,
.price-search span,
.service-directory-card span,
.service-directory-item__body>span,
.service-related-card span,
.price-combo-card>span,
.service-detail-visual strong,
.price-combo-card strong,
.service-package-card strong,
.price-service__value{
  color:var(--inner-gold);
}

.inner-eyebrow::before,
.inner-nav__menu a::after,
.price-service.is-featured::before,
.service-faq-section .inner-eyebrow::before{
  background:var(--inner-gold);
}

.price-service:hover,
.service-switcher a:hover,
.service-switcher a.is-active{
  background:#fff1d5;
}

.service-switcher a:hover span,
.service-switcher a:hover strong,
.service-switcher a.is-active span,
.service-switcher a.is-active strong{
  color:var(--inner-brown);
}

/* Deep leaf accent pass for inner and service pages. */
:root{
  --inner-green:#1f4f2d;
  --inner-green-deep:#102d1b;
  --inner-green-soft:#e5efd9;
}

.inner-page-hero,
.single-hero,
.price-page-hero,
.service-directory-hero,
.service-page .service-detail-hero{
  background:
    radial-gradient(circle at 10% 14%,rgba(255,246,221,.92),transparent 27%),
    radial-gradient(circle at 17% 82%,rgba(31,79,45,.16),transparent 30%),
    radial-gradient(circle at 34% 20%,rgba(243,213,138,.46),transparent 26%),
    radial-gradient(circle at 88% 44%,rgba(16,45,27,.20),transparent 30%),
    linear-gradient(132deg,#efe0c3 0%,#fff8ea 50%,#e8c98f 100%);
}

.inner-btn--primary,
.inner-nav__booking,
.inner-menu-toggle,
.service-package-card a,
.price-filters button.is-active,
.price-service>a:hover,
.page-numbers.current,
.page-numbers:hover,
.price-mobile-cta,
.inner-float--phone{
  color:#fff;
  background:linear-gradient(135deg,var(--inner-green-deep),var(--inner-green) 58%,#356b3d);
  box-shadow:0 14px 30px rgba(16,45,27,.24);
}

.inner-brand__mark,
.about-hero-media__note,
.service-experience-card span,
.service-step-card span,
.price-policy-item>span{
  background:linear-gradient(145deg,var(--inner-green-deep),var(--inner-green));
}

.inner-section--cream,
.related-section,
.service-related-section,
.price-policy-section,
.service-experience-section,
.service-page--body .service-experience-section,
.service-page--foot .service-experience-section,
.service-page--hair .service-experience-section,
.service-page--neck .service-experience-section,
.service-page--skin .service-experience-section{
  background:
    radial-gradient(circle at 4% 18%,rgba(31,79,45,.12),transparent 28%),
    linear-gradient(180deg,#f4dfb9,#ead0a0);
}

.inner-section--dark,
.price-combo-section,
.inner-footer{
  background:
    radial-gradient(circle at 12% 0,rgba(243,213,138,.14),transparent 34%),
    radial-gradient(circle at 86% 18%,rgba(31,79,45,.34),transparent 36%),
    linear-gradient(145deg,#102d1b,#1f4f2d 48%,#24160c);
}

.price-group__header,
.inner-cta__box,
.service-detail-visual figcaption,
.service-gallery-card figcaption,
.service-page--hair .service-detail-visual figcaption{
  background:linear-gradient(135deg,var(--inner-green-deep),var(--inner-green));
}

.inner-eyebrow,
.inner-breadcrumbs i,
.price-search span,
.service-directory-card span,
.service-directory-item__body>span,
.service-related-card span,
.price-combo-card>span{
  color:var(--inner-green);
}

.inner-eyebrow::before,
.inner-nav__menu a::after,
.price-service.is-featured::before,
.service-faq-section .inner-eyebrow::before{
  background:var(--inner-green);
}

.inner-btn--outline,
.price-filters button,
.price-service>a,
.service-hero-tags span,
.service-switcher__inner{
  border-color:rgba(31,79,45,.22);
}

.price-service:hover,
.service-switcher a:hover,
.service-switcher a.is-active{
  background:var(--inner-green-soft);
}

.service-switcher a:hover span,
.service-switcher a:hover strong,
.service-switcher a.is-active span,
.service-switcher a.is-active strong{
  color:var(--inner-green-deep);
}

/* Footer column CTAs keep link columns visually balanced. */
.inner-footer__grid > div{
  min-height:100%;
  display:flex;
  flex-direction:column;
}

.inner-footer__links{
  flex:1 1 auto;
}

.inner-footer__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:39px;
  margin-top:20px;
  padding:0 14px;
  border:1px solid rgba(243,213,138,.28);
  border-radius:999px;
  color:var(--inner-gold-soft);
  background:rgba(243,213,138,.08);
  font-size:12px;
  font-weight:800;
  transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease;
}

.inner-footer__cta:hover{
  color:#102d1b;
  border-color:rgba(243,213,138,.55);
  background:linear-gradient(135deg,#f3d58a,#c8932c);
  transform:translateY(-2px);
}

@media(max-width:760px){
  .inner-footer__cta{
    width:100%;
  }
}

/* Warm beige patterned footer for inner pages. */
.inner-footer{
  color:rgba(59,38,15,.78);
  background-color:#ead3ad;
  background-image:
    linear-gradient(145deg,rgba(255,248,234,.82),rgba(234,211,173,.94) 48%,rgba(197,154,93,.74)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92' viewBox='0 0 92 92'%3E%3Cg fill='none' stroke='%2373501f' stroke-opacity='.16' stroke-width='1'%3E%3Cpath d='M14 62c14-3 24-13 30-30 6 17 16 27 34 30'/%3E%3Cpath d='M20 22c8 8 15 11 26 11 11 0 18-3 26-11'/%3E%3Ccircle cx='46' cy='46' r='18' stroke-opacity='.08'/%3E%3C/g%3E%3C/svg%3E");
  background-size:auto,92px 92px;
}

.inner-footer h2,
.inner-brand--footer .inner-brand__text strong,
.inner-footer__links a,
.inner-footer__contact a,
.inner-footer__contact span,
.inner-footer__bottom{
  color:var(--inner-brown);
}

.inner-brand--footer .inner-brand__text small,
.inner-footer__intro p,
.inner-footer__bottom{
  color:rgba(59,38,15,.70);
}

.inner-socials a,
.inner-footer__cta{
  color:var(--inner-brown);
  border:1px solid rgba(115,80,31,.18);
  background:rgba(255,248,234,.48);
  box-shadow:0 12px 28px rgba(115,80,31,.10);
}

.inner-footer a:hover{
  color:var(--inner-green);
}

.inner-footer__cta:hover,
.inner-socials a:hover{
  color:#fff8ea;
  border-color:rgba(31,79,45,.32);
  background:linear-gradient(135deg,var(--inner-green-deep),var(--inner-green));
}

.inner-footer__bottom{
  border-top-color:rgba(115,80,31,.16);
}

/* Dark cocoa patterned footer tone requested in reference. */
.inner-footer{
  color:rgba(255,248,234,.78);
  background-color:#5f432b;
  background-image:
    linear-gradient(145deg,rgba(111,80,52,.96),rgba(86,58,35,.98) 52%,rgba(64,41,24,.98)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='118' viewBox='0 0 118 118'%3E%3Cg fill='none' stroke='%23f3d58a' stroke-opacity='.18' stroke-width='1.15'%3E%3Cpath d='M18 82c28-5 45-22 52-52 8 27 22 42 42 47'/%3E%3Cpath d='M24 34c10 9 21 13 35 13 14 0 25-4 35-13'/%3E%3Cpath d='M42 94c8-11 18-17 31-18'/%3E%3C/g%3E%3Cg fill='%232f1e12' fill-opacity='.16'%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Ccircle cx='78' cy='22' r='1.7'/%3E%3Ccircle cx='102' cy='76' r='2'/%3E%3Ccircle cx='40' cy='62' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size:auto,118px 118px;
}

.inner-footer h2,
.inner-brand--footer .inner-brand__text strong{
  color:#fff8ea;
}

.inner-footer__links a,
.inner-footer__contact a,
.inner-footer__contact span,
.inner-footer__bottom{
  color:rgba(255,248,234,.76);
}

.inner-brand--footer .inner-brand__text small,
.inner-footer__intro p,
.inner-footer__bottom{
  color:rgba(255,248,234,.58);
}

.inner-socials a,
.inner-footer__cta{
  color:var(--inner-gold-soft);
  border-color:rgba(243,213,138,.22);
  background:rgba(255,248,234,.08);
  box-shadow:0 12px 28px rgba(47,30,18,.18);
}

.inner-footer a:hover{
  color:var(--inner-gold-soft);
}

.inner-footer__cta:hover,
.inner-socials a:hover{
  color:#3b260f;
  border-color:rgba(243,213,138,.52);
  background:linear-gradient(135deg,#f3d58a,#c8932c);
}

.inner-footer__bottom{
  border-top-color:rgba(243,213,138,.16);
}

/* Floating contact refresh. */
.inner-floating-actions{
  align-items:end;
  justify-items:end;
  right:0;
}

.inner-float--zalo{
  overflow:hidden;
  padding:7px;
  background:#fff;
}

.inner-float--zalo img,
.inner-socials a img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.inner-float--facebook{
  background:#1877f2;
  font-size:25px;
  font-family:Arial, sans-serif;
  font-weight:800;
}

.inner-float--booking{
  position:relative;
  width:78px;
  height:48px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#0f5f32,#2fb464);
  box-shadow:0 14px 32px rgba(15,95,50,.34),0 0 0 6px rgba(47,180,100,.13);
  font-size:12px;
  font-weight:800;
  line-height:1.15;
  text-align:center;
}

.inner-float--booking::after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:inherit;
  border:1px solid rgba(47,180,100,.48);
  animation:inner-booking-ring 1.8s ease-out infinite;
  pointer-events:none;
}

.inner-float--booking:hover{
  color:#fff;
  transform:translateY(-5px) scale(1.03);
  box-shadow:0 18px 38px rgba(15,95,50,.42),0 0 0 7px rgba(47,180,100,.16);
}

@keyframes inner-booking-ring{
  0%{opacity:.85;transform:scale(.92)}
  78%,100%{opacity:0;transform:scale(1.28)}
}

/* Booking modal */
.inner-booking-modal{
  position:fixed;
  inset:0;
  z-index:2100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  overflow-y:auto;
  background:rgba(16,45,27,.72);
  backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease;
}

.inner-booking-modal.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.inner-booking-modal__panel{
  position:relative;
  width:min(1100px,100%);
  max-height:calc(100vh - 48px);
  overflow-y:auto;
  border:1px solid rgba(243,213,138,.28);
  border-radius:26px;
  background:
    radial-gradient(circle at 10% 0,rgba(243,213,138,.18),transparent 34%),
    linear-gradient(145deg,#102d1b,#1f4f2d 48%,#24160c);
  box-shadow:0 34px 100px rgba(16,20,12,.34);
}

.inner-booking-modal__grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:center;
  padding:38px;
}

.inner-booking-modal__copy{
  color:#fff;
}

.inner-booking-modal__copy h2,
.inner-booking-modal__copy p{
  color:inherit;
}

.inner-booking-modal__copy p{
  color:rgba(255,255,255,.72);
}

.inner-booking-modal__contact{
  margin-top:30px;
  display:grid;
  gap:14px;
}

.inner-booking-modal__contact a,
.inner-booking-modal__contact div{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-size:14px;
}

.inner-booking-modal__contact span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.15);
  flex:0 0 auto;
}

.inner-booking-form{
  padding:32px;
  background:rgba(255,253,248,.96);
  border-radius:28px;
  box-shadow:0 18px 36px rgba(16,20,12,.14);
}

.inner-booking-form h3{
  margin:0 0 18px;
  font-size:29px;
}

.inner-booking-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.inner-booking-field{
  display:grid;
  gap:7px;
}

.inner-booking-field--full{
  grid-column:1/-1;
}

.inner-booking-field label{
  font-size:12px;
  font-weight:600;
  color:#62564d;
}

.inner-booking-field input,
.inner-booking-field select,
.inner-booking-field textarea{
  width:100%;
  min-height:49px;
  border:1px solid var(--inner-border);
  border-radius:13px;
  padding:0 14px;
  background:#fff;
  outline:none;
  color:var(--inner-text);
  transition:.2s;
}

.inner-booking-field textarea{
  min-height:92px;
  padding-top:12px;
  resize:vertical;
}

.inner-booking-field input:focus,
.inner-booking-field select:focus,
.inner-booking-field textarea:focus{
  border-color:var(--inner-gold);
  box-shadow:0 0 0 4px rgba(199,161,90,.12);
}

.inner-booking-form__hint{
  font-size:11px;
  color:var(--inner-muted);
  margin:14px 0 18px;
}

.inner-booking-form .inner-btn{
  width:100%;
  border:0;
}

.inner-booking-modal__close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.10);
  font-size:28px;
  line-height:1;
  transition:background-color .2s ease,transform .2s ease;
}

.inner-booking-modal__close:hover,
.inner-booking-modal__close:focus-visible{
  background:rgba(243,213,138,.24);
  transform:translateY(-1px);
}

body.booking-modal-open{
  overflow:hidden;
}

.inner-toast{
  position:fixed;
  left:50%;
  bottom:25px;
  z-index:2200;
  transform:translate(-50%,30px);
  opacity:0;
  pointer-events:none;
  background:#2f4535;
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  font-size:13px;
  box-shadow:0 12px 28px rgba(16,20,12,.2);
  transition:.35s;
}

.inner-toast.show{
  opacity:1;
  transform:translate(-50%,0);
}

@media(max-width:1050px){
  .inner-booking-modal{
    align-items:flex-start;
  }

  .inner-booking-modal__grid{
    grid-template-columns:1fr;
  }

  .inner-booking-modal__copy{
    text-align:center;
  }

  .inner-booking-modal__contact{
    justify-items:center;
  }
}

@media(max-width:760px){
  .inner-booking-modal{
    padding:12px;
  }

  .inner-booking-modal__panel{
    max-height:calc(100vh - 24px);
    border-radius:20px;
  }

  .inner-booking-modal__grid{
    gap:24px;
    padding:64px 16px 18px;
  }

  .inner-booking-modal__copy{
    text-align:left;
  }

  .inner-booking-modal__contact{
    justify-items:start;
  }

  .inner-booking-modal__close{
    top:12px;
    right:12px;
  }
}

@media(max-width:760px){
  .inner-floating-actions{
    right:0;
  }

  .inner-float--booking{
    width:74px;
    height:44px;
    font-size:11px;
  }
}
