/* Luxury gold/ivory public website theme */
:root{
  --ink:#241f18;
  --muted:#73695d;
  --brand:#a97924;
  --brand-dark:#7e5819;
  --brand-soft:#f4ead7;
  --coral:#b78945;
  --cream:#fbf7ef;
  --white:#fff;
  --line:#eadfce;
  --shadow:0 22px 60px rgba(77,56,25,.13);
  --radius:28px;
  --site-focus:0 0 0 4px rgba(169,121,36,.16);
}
html{scroll-padding-top:100px}
body{font-size:16px;background:#fffdf9;color:var(--ink)}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--brand);outline-offset:3px;box-shadow:var(--site-focus)}

/* Header */
.site-header{background:rgba(255,253,249,.95);border-bottom:1px solid rgba(169,121,36,.14);box-shadow:0 8px 28px rgba(64,46,18,.055);backdrop-filter:blur(18px)}
.nav-wrap{height:92px}
.brand{min-width:250px;gap:13px}
.brand img{width:74px;height:58px;object-fit:contain}
.brand strong{font-size:1.02rem;color:#2c2419}
.brand small{font-size:.79rem;color:#8b7759}
.desktop-nav{gap:4px}
.desktop-nav a{position:relative;border-radius:0;padding:12px 14px;color:#44392c;font-size:.92rem;font-weight:650;background:transparent!important}
.desktop-nav a:after{content:"";position:absolute;right:14px;left:14px;bottom:3px;height:2px;transform:scaleX(0);background:var(--brand);transition:transform .22s ease;transform-origin:center}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--brand-dark)}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
.nav-actions{gap:9px}
.button{min-height:47px;border-radius:10px;padding:11px 20px;font-weight:780}
.button-primary{background:linear-gradient(135deg,#b88931,#9b6d1e);color:#fff;box-shadow:0 12px 28px rgba(154,106,27,.24)}
.button-primary:hover{background:linear-gradient(135deg,#a77927,#805817);transform:translateY(-2px)}
.button-ghost{background:rgba(255,255,255,.78);color:#4b3b27;border:1px solid #d9c39f}
.button-ghost:hover{background:#fff;border-color:var(--brand);color:var(--brand-dark)}
.menu-toggle{border-color:var(--line);color:var(--brand-dark);border-radius:12px}
.mobile-nav{background:#fffdf9;border-color:var(--line)}
.mobile-nav a{border-color:#f0e7d8;color:#40362a}
.mobile-nav a.active{color:var(--brand);font-weight:800}

/* Main hero */
.lux-hero{position:relative;min-height:690px;overflow:hidden;background:#fffaf2;isolation:isolate}
.lux-hero-media,.lux-hero-media img{position:absolute;inset:0;width:100%;height:100%;display:block}
.lux-hero-media img{object-fit:cover;object-position:center center;filter:none}
.lux-hero-shade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,252,247,.98) 0%,rgba(255,252,247,.92) 34%,rgba(255,252,247,.38) 50%,rgba(255,252,247,0) 61%)}
.lux-hero:after{content:"";position:absolute;z-index:1;left:-85px;bottom:-120px;width:390px;height:310px;border-radius:46% 54% 35% 65%;background:rgba(169,121,36,.07);transform:rotate(-12deg);pointer-events:none}
.lux-hero-inner{position:relative;z-index:2;min-height:690px;display:flex;align-items:center;padding-top:42px;padding-bottom:52px}
.lux-hero-copy{width:min(680px,52%);margin-left:0;margin-right:auto;text-align:center}
.lux-kicker,.section-label{display:inline-flex;align-items:center;justify-content:center;gap:13px;color:var(--brand-dark);font-weight:800;font-size:1rem;letter-spacing:.01em}
.lux-kicker:before,.lux-kicker:after{content:"";width:39px;height:1px;background:var(--brand)}
.section-label:before{content:"";width:32px;height:1px;background:var(--brand)}
.lux-hero h1{margin:20px 0 22px;font-size:clamp(3rem,4.65vw,5rem);line-height:1.2;letter-spacing:-.045em;color:var(--brand);font-weight:900}
.lux-hero h1 small{display:block;margin-bottom:9px;color:#2f2922;font-size:.43em;font-weight:700;letter-spacing:0}
.lux-hero h1 span{display:block;color:var(--brand)}
.lux-hero-lead{max-width:625px;margin:0 auto;color:#554b40;font-size:1.03rem;line-height:2.08}
.lux-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:31px;padding:15px 0;border-top:1px solid rgba(169,121,36,.21);border-bottom:1px solid rgba(169,121,36,.21)}
.lux-trust-grid>span{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:4px 12px;border-left:1px solid rgba(169,121,36,.18)}
.lux-trust-grid>span:last-child{border-left:0}
.lux-trust-grid svg{width:31px;height:31px;color:var(--brand);stroke-width:1.55}
.lux-trust-grid b{font-size:.88rem;line-height:1.55;color:#3c3328;font-weight:750;white-space:nowrap}
.lux-hero-actions{justify-content:center;gap:14px;margin-top:27px;direction:ltr}
.lux-hero-actions .button{min-width:190px;direction:rtl;border-radius:10px;padding:13px 22px}
.lux-hero-actions .button-primary{box-shadow:0 13px 30px rgba(154,106,27,.24)}
.lux-hero-actions .button-ghost{background:rgba(255,253,249,.88)}

/* Overlapping service shortcuts */
.quick-services-wrap{position:relative;z-index:4;margin-top:-58px}
.quick-services{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:24px 12px;border:1px solid rgba(169,121,36,.13);border-radius:18px;background:rgba(255,253,250,.96);box-shadow:0 20px 55px rgba(77,55,22,.13);backdrop-filter:blur(18px)}
.quick-service{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 12px;border-left:1px solid #eee2d0;transition:.22s ease}
.quick-service:last-child{border-left:0}
.quick-service:hover{transform:translateY(-4px);color:var(--brand-dark)}
.quick-service-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:8px;color:var(--brand)}
.quick-service-icon svg{width:40px;height:40px;stroke-width:1.45}
.quick-service strong{display:block;font-size:.96rem}
.quick-service small{display:block;margin-top:2px;color:#817362;font-size:.72rem;line-height:1.55}

/* Home about */
.section{padding:88px 0}
.home-about-section{padding-top:100px;background:#fffdf9}
.home-about-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:78px;align-items:center;direction:ltr}
.home-about-grid>*{direction:rtl}
.home-about-media{position:relative;margin:0}
.home-about-media:before{content:"";position:absolute;z-index:0;right:-20px;top:24px;width:78%;height:86%;border:1px solid rgba(169,121,36,.35);border-radius:10px}
.home-about-media img{position:relative;z-index:1;display:block;width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 23px 50px rgba(76,54,20,.16);filter:saturate(.78) sepia(.06)}
.home-about-media figcaption{position:absolute;z-index:2;right:22px;bottom:22px;display:grid;padding:11px 17px;border-radius:8px;background:rgba(255,253,249,.95);box-shadow:0 12px 30px rgba(68,46,14,.2);color:#766143}
.home-about-media figcaption span{font-size:.73rem}
.home-about-media figcaption strong{font-size:1.12rem;color:var(--brand-dark)}
.home-about-slider{position:relative;z-index:1;overflow:hidden;border-radius:8px;box-shadow:0 23px 50px rgba(76,54,20,.16);background:#f7f1e7;outline:none}
.home-about-slider-track{position:relative;min-height:520px}
.home-about-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}
.home-about-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto}
.home-about-slider img,.home-about-slide img{display:block;width:100%;height:520px;object-fit:cover;object-position:center;filter:saturate(.82) sepia(.05)}
.home-about-slider-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.82);border-radius:50%;display:grid;place-items:center;background:rgba(255,253,249,.92);color:var(--brand-dark);box-shadow:0 12px 30px rgba(68,46,14,.18);cursor:pointer;transition:background .2s ease,transform .2s ease}
.home-about-slider-arrow:hover{background:#fff;transform:translateY(calc(-50% - 2px))}
.home-about-slider-arrow svg{width:21px;height:21px}
.home-about-slider-prev{right:16px}
.home-about-slider-next{left:16px}
.home-about-slider-next svg{transform:rotate(180deg)}
.home-about-slider-dots{position:absolute;z-index:3;right:50%;bottom:18px;transform:translateX(50%);display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(255,253,249,.9);box-shadow:0 10px 24px rgba(68,46,14,.14)}
.home-about-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#cfbea1;cursor:pointer;transition:width .25s ease,background .25s ease}
.home-about-slider-dots button.is-active{width:24px;background:var(--brand)}
.home-about-copy h2,.treatment-approach-section h2{margin:10px 0 4px;font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.35;color:#282219}
.home-about-role{margin:0 0 22px;color:var(--brand);font-weight:760}
.home-about-copy>p:not(.home-about-role),.treatment-approach-section article>p{max-width:690px;color:var(--muted);line-height:2.05}
.home-about-points{display:grid;grid-template-columns:1fr 1fr;gap:13px 24px;margin:25px 0 0;padding:0;list-style:none}
.home-about-points li{display:flex;gap:9px;align-items:flex-start;color:#4d4439;font-size:.92rem}
.home-about-points svg{flex:0 0 auto;width:19px;margin-top:5px;color:var(--brand)}

/* Home services */
.section-soft{background:var(--cream)}
.home-services-section{position:relative;overflow:hidden}
.home-services-section:before{content:"";position:absolute;left:-120px;top:-160px;width:360px;height:360px;border-radius:50%;background:rgba(169,121,36,.055)}
.home-section-head{position:relative;z-index:1}
.section-head h2{color:#2b241b;letter-spacing:-.025em}
.section-head p{color:var(--muted);line-height:1.95}
.home-service-grid{position:relative;z-index:1;gap:16px}
.service-card{min-height:270px;padding:25px;border:1px solid #e9ddcb;border-radius:16px;background:rgba(255,255,255,.82);box-shadow:0 8px 25px rgba(87,62,25,.035)}
.service-card:hover{border-color:#d3b274;box-shadow:0 18px 44px rgba(90,64,25,.11)}
.service-card .icon-box{width:54px;height:54px;border-radius:13px;background:var(--brand-soft);color:var(--brand)}
.service-card h3{color:#30281e}
.service-card p{color:#796e60}
.service-card-more{color:var(--brand-dark)}
.center-actions{display:flex;justify-content:center;margin-top:30px}

/* Treatment approach */
.treatment-approach-section{background:#fff}
.treatment-approach-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}
.refined-why-list{gap:11px;margin-bottom:0}
.refined-why-list .why-item{padding:17px 18px;border-radius:13px;background:#fffdfa;border-color:#eadfce}
.refined-why-list .why-item span{border-radius:11px;background:var(--brand-soft);color:var(--brand-dark)}
.treatment-approach-media{position:relative;margin:0;overflow:hidden;border-radius:8px;box-shadow:var(--shadow)}
.treatment-approach-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(35,25,12,.25))}
.treatment-approach-media img{display:block;width:100%;height:540px;object-fit:cover;object-position:center;filter:saturate(.73) sepia(.08)}

/* CTA and FAQ */
.appointment-cta-section{padding-top:45px;padding-bottom:76px;background:#fff}
.cta-panel{border-radius:16px;padding:42px 48px;background:linear-gradient(135deg,#b4832c,#8f621c);box-shadow:0 22px 55px rgba(120,80,20,.25)}
.cta-panel>div>span{display:block;margin-bottom:3px;color:#f5e7cc;font-size:.85rem;font-weight:800}
.cta-panel p{color:#f5ead8}
.cta-panel .button{background:#fffdf8;color:var(--brand-dark)}
.faq-list{gap:13px}
.faq-list details{border-radius:13px;border-color:#e8dcc9;background:#fff}
.faq-list summary{color:#3c3226}
.faq-list details[open]{border-color:#d3b274;box-shadow:0 12px 28px rgba(95,67,25,.07)}

/* SEO block */
.seo-intro-section{background:#fffdf9}
.seo-intro-card{border-color:#eadfce;background:#fff;border-radius:18px;box-shadow:0 18px 52px rgba(82,57,20,.07)}
.seo-intro-head .eyebrow,.eyebrow{background:var(--brand-soft);color:var(--brand-dark)}
.seo-intro-copy{color:#6d6356}
.seo-info-box,.seo-contact-box{background:#fcf8f0;border-color:#eadfce}
.seo-service-list li{background:#fffdfa;border-color:#eadfce}
.seo-disclaimer,.notice,.article-callout{border-right-color:var(--brand);background:#fff8ec;color:#65513a!important}

/* Inner pages and blog */
.page-hero{background:radial-gradient(circle at 10% 10%,rgba(169,121,36,.12),transparent 34%),linear-gradient(180deg,#fbf5e9,#fffdf9)}
.page-hero h1{color:#2b241a}
.breadcrumb a{color:var(--brand-dark)}
.info-panel,.booking-gateway{background:#fbf6ed;border-color:#eadfce}
.principle,.service-detail,.contact-card,.booking-step{border-color:#eadfce;background:#fff}
.service-number,.booking-step b{background:var(--brand-soft);color:var(--brand-dark)}
.contact-method{background:#fcf8f1}
.map-card{background:linear-gradient(145deg,#f6ead4,#fffdf8)}
.blog-archive-hero,.article-hero{background:radial-gradient(circle at 12% 20%,rgba(169,121,36,.12),transparent 34%),linear-gradient(145deg,#fbf5e8,#fffdf9 70%)}
.blog-archive-hero:after,.article-hero:after{background:rgba(169,121,36,.055)}
.blog-hero-mark,.article-hero-icon{color:var(--brand-dark);border-color:rgba(169,121,36,.15);box-shadow:0 24px 60px rgba(90,63,22,.12)}
.blog-archive-section{background:#fffdf9}
.blog-card,.article-toc,.article-author,.comment-form,.comment-card{border-color:#eadfce}
.blog-card:hover{border-color:#d3b274;box-shadow:0 20px 48px rgba(88,62,24,.1)}
.sidebar-appointment,.article-cta{background:linear-gradient(145deg,#b5852e,#865b1a);box-shadow:0 18px 44px rgba(113,74,17,.22)}
.sidebar-appointment p,.article-cta p{color:#f4e9d6}
.article-key-points{background:#fcf8ef;border-color:#eadfce}
.article-content{color:#655d52}
.article-medical-note{background:#fcf8f1;border-color:#eadfce}
.related-grid>a{border-color:#eadfce}
.related-grid>a:hover{border-color:#d3b274}
.comment-reply{background:linear-gradient(180deg,#fcf8ef,#f8f0df);border-color:#ead8ba}
.comment-reply-badge{color:var(--brand-dark)}

/* Footer and contact rail */
.site-footer{background:#201a12;color:#fff;padding-top:64px}
.footer-brand p{color:#cfc2ae}
.site-footer a,.footer-designer{color:#e4dacb!important}
.site-footer a:hover{color:#fff!important}
.footer-medical-code{border-color:#68563d;color:#d9cbb7}
.social-row a{border-color:#5d4c35}
.footer-bottom{border-color:#443724;color:#b9aa94}
.floating-contact-rail{position:fixed;z-index:80;right:24px;bottom:34px;display:grid;gap:9px}
.floating-contact-rail a{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.82);border-radius:50%;background:linear-gradient(145deg,#bc8b32,#9b6b1e);color:#fff;box-shadow:0 10px 26px rgba(85,56,16,.24);transition:.2s ease}
.floating-contact-rail a:hover{transform:translateY(-3px);background:linear-gradient(145deg,#a87928,#795116)}
.floating-contact-rail svg{width:22px;height:22px}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.button:hover,.service-card:hover,.blog-card:hover,.quick-service:hover,.floating-contact-rail a:hover{transform:none!important}}

@media(max-width:1180px){
  .desktop-nav a{padding-inline:10px;font-size:.87rem}
  .brand{min-width:220px}.brand strong{font-size:.94rem}
  .lux-hero-copy{width:56%}
  .lux-hero h1{font-size:clamp(2.8rem,5vw,4.35rem)}
  .lux-trust-grid b{font-size:.8rem}
  .quick-services{grid-template-columns:repeat(3,1fr);row-gap:8px}
  .quick-service:nth-child(3){border-left:0}
  .quick-service:nth-child(-n+3){border-bottom:1px solid #eee2d0}
}

@media(max-width:1020px){
  .nav-wrap{height:82px}.brand{min-width:0}
  .lux-hero,.lux-hero-inner{min-height:660px}
  .lux-hero-shade{background:linear-gradient(90deg,rgba(255,252,247,.99) 0%,rgba(255,252,247,.96) 40%,rgba(255,252,247,.58) 60%,rgba(255,252,247,.08) 82%)}
  .lux-hero-copy{width:62%}
  .lux-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lux-trust-grid>span:nth-child(2),.lux-trust-grid>span:nth-child(4){border-left:0}
  .lux-trust-grid>span:nth-child(-n+2){border-bottom:1px solid rgba(169,121,36,.17)}
  .home-about-grid,.treatment-approach-grid{grid-template-columns:1fr;gap:45px}
  .home-about-media{width:min(650px,100%);margin-inline:auto}
  .home-about-media img{height:500px}
  .treatment-approach-media{order:-1}.treatment-approach-media img{height:430px}
  .home-service-grid{grid-template-columns:repeat(2,1fr)}
  .floating-contact-rail{right:16px;bottom:18px}
}

@media(max-width:760px){
  :root{--container:min(100% - 28px,1180px)}
  .nav-wrap{height:74px}.brand img{width:57px;height:49px}.brand span{display:none}
  .nav-actions .button-primary{display:none}
  .lux-hero{min-height:860px;background:#fffdf9}
  .lux-hero-inner{min-height:860px;align-items:flex-start;padding-top:330px;padding-bottom:48px}
  .lux-hero-media{height:330px;bottom:auto;overflow:hidden}
  .lux-hero-media img{object-position:72% center}
  .lux-hero-shade{background:linear-gradient(180deg,rgba(255,253,249,0) 0%,rgba(255,253,249,.03) 52%,rgba(255,253,249,.92) 84%,#fffdf9 100%)}
  .lux-hero:after{left:-70px;bottom:-100px;width:290px;height:230px}
  .lux-hero-copy{width:100%;text-align:center}
  .lux-kicker{font-size:.82rem;gap:9px}
  .lux-kicker:before,.lux-kicker:after{display:block;width:25px}
  .lux-hero h1{font-size:clamp(2.25rem,10vw,3.2rem);margin:12px 0 15px}
  .lux-hero h1 small{font-size:.48em;margin-bottom:6px}
  .lux-hero-lead{font-size:.93rem;line-height:1.95}
  .lux-trust-grid{margin-top:22px;padding:10px 0;text-align:center}
  .lux-trust-grid>span{padding:10px 5px;gap:5px}
  .lux-trust-grid svg{width:27px;height:27px}
  .lux-trust-grid b{font-size:.75rem;white-space:normal}
  .lux-hero-actions{display:grid;grid-template-columns:1fr 1fr;direction:rtl;width:100%;gap:10px;justify-content:center}
  .lux-hero-actions .button{width:100%;min-width:0;padding-inline:12px;font-size:.88rem}
  .quick-services-wrap{margin-top:-22px}
  .quick-services{grid-template-columns:repeat(2,1fr);padding:12px 7px;border-radius:14px}
  .quick-service{padding:12px 7px;border-bottom:1px solid #eee2d0}
  .quick-service:nth-child(odd){border-left:1px solid #eee2d0}.quick-service:nth-child(even){border-left:0}
  .quick-service:nth-last-child(-n+2){border-bottom:0}
  .quick-service:nth-child(3){border-left:1px solid #eee2d0}
  .quick-service-icon{width:46px;height:46px}.quick-service-icon svg{width:34px;height:34px}
  .section{padding:68px 0}.home-about-section{padding-top:76px}
  .home-about-grid{gap:35px}.home-about-media img{height:410px}.home-about-media:before{right:-10px;top:14px}
  .home-about-copy h2,.treatment-approach-section h2{font-size:2.15rem}
  .home-about-points{grid-template-columns:1fr;gap:10px}
  .home-about-copy .hero-actions{display:grid}.home-about-copy .button{width:100%}
  .section-head{display:block}.section-head p{margin-top:12px}
  .home-service-grid{grid-template-columns:1fr}.service-card{min-height:0}
  .treatment-approach-media img{height:330px}
  .cta-panel{grid-template-columns:1fr;padding:30px 24px;text-align:center}.cta-panel .button{width:100%}
  .faq-list{grid-template-columns:1fr}
  .floating-contact-rail{right:12px;bottom:12px;grid-template-columns:repeat(4,1fr);gap:7px;padding:7px;border:1px solid rgba(169,121,36,.16);border-radius:999px;background:rgba(255,253,249,.9);backdrop-filter:blur(12px)}
  .floating-contact-rail a{width:41px;height:41px}.floating-contact-rail svg{width:19px}
  .site-footer{padding-bottom:90px}
}

@media(max-width:430px){
  .lux-hero{min-height:875px}
  .lux-hero-inner{min-height:875px;padding-top:300px}
  .lux-hero-media{height:305px}
  .lux-trust-grid b{font-size:.72rem}
  .lux-hero-actions{grid-template-columns:1fr}
  .quick-service strong{font-size:.86rem}.quick-service small{font-size:.66rem}
  .home-about-media img{height:360px}
}

@media(max-width:1020px){
  .home-about-slider-track{min-height:500px}
  .home-about-slider img,.home-about-slide img{height:500px}
}

@media(max-width:760px){
  .home-about-slider-track{min-height:410px}
  .home-about-slider img,.home-about-slide img{height:410px}
  .home-about-slider-arrow{width:40px;height:40px}
  .home-about-slider-prev{right:10px}
  .home-about-slider-next{left:10px}
  .home-about-slider-dots{bottom:12px;padding:6px 8px;gap:6px}
  .home-about-slider-dots button{width:7px;height:7px}
  .home-about-slider-dots button.is-active{width:20px}
}

@media(max-width:430px){
  .home-about-slider-track{min-height:360px}
  .home-about-slider img,.home-about-slide img{height:360px}
}

/* Footer development credit */
.footer-designer{gap:9px;white-space:nowrap}
.footer-designer-label{font-size:.88rem;font-weight:700;line-height:1.6;color:#e4dacb}
.footer-designer:hover .footer-designer-label{color:#fff}
@media(max-width:680px){
  .footer-designer{justify-content:center;flex-wrap:nowrap}
  .footer-designer-label{font-size:.84rem}
}
