/* ==========================================================================
   BEAUTRAL 3.3 — Semantic clinical editorial system
   ========================================================================== */

/* Reset */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}
ul,ol{margin:0;padding:0}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit;color:inherit}
button{border:0;background:none;cursor:pointer}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse;width:100%}

/* Palette — Beautral 2026 official palette */
:root,[data-theme="light"]{
  color-scheme:light;
  --bg:#FAF6EE;
  --bg-soft:#F5E4C6;
  --surface:#FFFDF8;
  --surface-2:#F5E4C6;
  --surface-warm:#F5E4C6;
  --ink:#3D4D42;
  --ink-soft:#4C6454;
  --muted:#4C6454;
  /* Decorative brand green; readable interaction tones stay darker. */
  --brand:#5C8065;
  --brand-strong:#4C6454;
  --brand-soft:#F5E4C6;
  --accent:#5C8065;
  --text-primary:#3D4D42;
  --text-secondary:#4C6454;
  --link:#4C6454;
  --link-hover:#3D4D42;
  --action-primary:#4C6454;
  --action-primary-hover:#3D4D42;
  --action-primary-text:#FAF6EE;
  --accent-text:#3D4D42;
  --focus:#4C6454;
  --focus-ring:rgba(76,100,84,.28);
  --control-border:rgba(61,77,66,.28);
  --control-placeholder:#4C6454;
  --line:rgba(61,77,66,.13);
  --line-strong:rgba(61,77,66,.24);
  --shadow:0 18px 50px rgba(61,77,66,.08);
  --shadow-soft:0 8px 28px rgba(61,77,66,.065);
  --overlay:rgba(250,246,238,.92);
}
[data-theme="dark"]{
  color-scheme:dark;
  --bg:#1E2621;
  --bg-soft:#2B362F;
  --surface:#2B362F;
  --surface-2:#4C6454;
  --surface-warm:#2B362F;
  --ink:#F5E4C6;
  --ink-soft:#A9B99C;
  --muted:#A9B99C;
  --brand:#769C80;
  --brand-strong:#F5E4C6;
  --brand-soft:#4C6454;
  --accent:#769C80;
  --text-primary:#F5E4C6;
  --text-secondary:#A9B99C;
  --link:#F5E4C6;
  --link-hover:#FFF4DF;
  --action-primary:#769C80;
  --action-primary-hover:#8AAF91;
  --action-primary-text:#1E2621;
  --accent-text:#F5E4C6;
  --focus:#769C80;
  --focus-ring:rgba(118,156,128,.36);
  --control-border:rgba(245,228,198,.30);
  --control-placeholder:#A9B99C;
  --line:rgba(245,228,198,.12);
  --line-strong:rgba(245,228,198,.22);
  --shadow:0 24px 60px rgba(0,0,0,.30);
  --shadow-soft:0 10px 30px rgba(0,0,0,.22);
  --overlay:rgba(30,38,33,.92);
}

/* Design tokens */
:root{
  --font:'Peyda',Tahoma,Arial,sans-serif;
  --container:1240px;
  --content:780px;
  --wide:1160px;
  --header-h:72px;
  --radius-xs:8px;
  --radius-sm:12px;
  --radius:18px;
  --radius-lg:28px;
  --radius-pill:999px;
  --s1:.25rem;--s2:.5rem;--s3:.75rem;--s4:1rem;--s5:1.25rem;--s6:1.5rem;
  --s8:2rem;--s10:2.5rem;--s12:3rem;--s16:4rem;--s20:5rem;--s24:6rem;
  --ease:180ms ease;
  --ease-slow:320ms cubic-bezier(.2,.75,.25,1);
}

/* Fonts — the files already exist in the current Beautral theme */
@font-face{font-family:'Peyda';src:url('../fonts/PeydaWeb-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Peyda';src:url('../fonts/PeydaWeb-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Peyda';src:url('../fonts/PeydaWeb-Black.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

/* Material Icons Round — local theme font */
@font-face{font-family:'Material Icons Round';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/MaterialIconsRound-Regular.woff2') format('woff2')}
.material-icons-round{font-family:'Material Icons Round'!important;font-weight:normal!important;font-style:normal!important;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;vertical-align:middle;flex:0 0 auto}

/* Base */
html{font-family:var(--font);font-size:16px;direction:rtl}
body{min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.85;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background var(--ease),color var(--ease)}
::selection{background:var(--brand-soft);color:var(--ink)}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:6px}
a{color:var(--link);transition:color var(--ease),background var(--ease),border-color var(--ease),transform var(--ease),box-shadow var(--ease)}
a:hover{color:var(--link-hover)}
h1,h2,h3,h4,h5,h6{color:var(--ink);font-family:var(--font);font-weight:900;line-height:1.28;letter-spacing:-.025em;text-wrap:balance}
h1{font-size:clamp(2.35rem,6vw,4.9rem)}
h2{font-size:clamp(1.8rem,4vw,3rem)}
h3{font-size:clamp(1.35rem,2.6vw,2rem)}
h4{font-size:1.25rem}
h5{font-size:1.08rem}
p{margin-bottom:1.15rem}
strong,b{font-weight:700}
small{font-size:.86rem}
hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}
blockquote{margin:2rem 0;padding:1.1rem 1.35rem 1.1rem 0;border-right:3px solid var(--brand);color:var(--ink-soft);font-size:1.08rem}
code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em}
code{padding:.15rem .4rem;border-radius:6px;background:var(--surface-2)}
kbd{padding:.15rem .45rem;border:1px solid var(--line-strong);border-bottom-width:2px;border-radius:6px;background:var(--surface)}

/* Layout */
.container{width:min(100% - 2rem,var(--container));margin-inline:auto}
.container-narrow{width:min(100% - 2rem,var(--content));margin-inline:auto}
.site-content{min-height:55vh}
.section{padding-block:clamp(4rem,8vw,7rem)}
.section-sm{padding-block:clamp(2.5rem,5vw,4rem)}
.text-center{text-align:center}
.text-muted{color:var(--muted)}
.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-80px;right:1rem;z-index:999;padding:.7rem 1rem;border-radius:0 0 10px 10px;background:var(--ink);color:#fff}
.skip-link:focus{top:0}

/* Header */
.site-header{position:sticky;top:0;z-index:60;border-bottom:1px solid transparent;background:var(--overlay);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);transition:border-color var(--ease),box-shadow var(--ease),background var(--ease)}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 5px 24px rgba(61,77,66,.06)}
.header-inner{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.site-brand{display:flex;align-items:center;min-width:0}
.site-brand a{display:flex;align-items:center;min-width:0;color:var(--ink)}
.custom-logo{display:block;width:auto;max-width:230px;height:42px;object-fit:contain}
.brand-name{font-size:1.45rem;font-weight:900;letter-spacing:-.035em;color:var(--ink)}
.header-actions{display:flex;align-items:center;gap:.35rem}
.icon-btn,.menu-trigger{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border:1px solid transparent;border-radius:var(--radius-pill);color:var(--ink);transition:background var(--ease),border-color var(--ease),transform var(--ease)}
.icon-btn:hover,.menu-trigger:hover{background:var(--bg-soft);border-color:var(--line);color:var(--brand)}
.icon-btn:active,.menu-trigger:active{transform:scale(.96)}
.icon-btn svg,.menu-trigger svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.menu-trigger{gap:.5rem;padding-inline:.85rem;font-weight:700}
.menu-trigger span{font-size:.94rem}
.icon-sun{display:none}[data-theme="dark"] .icon-sun{display:block}[data-theme="dark"] .icon-moon{display:none}
@media(max-width:620px){.menu-trigger span{display:none}.menu-trigger{width:42px;padding:0}.custom-logo{max-width:185px;height:38px}}

/* Drawer */
.drawer{position:fixed;inset:0;z-index:100;visibility:hidden;pointer-events:none}
.drawer[aria-hidden="false"]{visibility:visible;pointer-events:auto}
.drawer-overlay{position:absolute;inset:0;background:rgba(30,38,33,.52);opacity:0;transition:opacity var(--ease-slow)}
.drawer[aria-hidden="false"] .drawer-overlay{opacity:1}
.drawer-panel{position:absolute;inset-block:0;right:0;width:min(440px,90vw);display:flex;flex-direction:column;background:var(--bg);box-shadow:-18px 0 70px rgba(0,0,0,.18);transform:translateX(105%);transition:transform var(--ease-slow)}
.drawer[aria-hidden="false"] .drawer-panel{transform:translateX(0)}
.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid var(--line)}
.drawer-title{font-size:1.15rem;font-weight:900;color:var(--ink)}
.drawer-body{flex:1;overflow:auto;padding:1rem}
.drawer-menu{list-style:none;display:grid;gap:.35rem}
.drawer-menu li{position:relative}
.drawer-menu>li>a{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:12px;color:var(--ink);font-size:1.03rem;font-weight:700}
.drawer-menu>li>a:hover{background:var(--bg-soft);color:var(--brand)}
.drawer-menu .sub-menu{list-style:none;margin:.15rem 1rem .7rem 0;padding-right:.85rem;border-right:1px solid var(--line)}
.drawer-menu .sub-menu a{display:block;padding:.48rem .7rem;color:var(--muted);font-size:.94rem;border-radius:8px}
.drawer-menu .sub-menu a:hover{background:var(--surface-2);color:var(--ink)}
.drawer-footer{padding:1rem 1.25rem;border-top:1px solid var(--line)}

/* Search */
.search-modal{position:fixed;inset:0;z-index:110;display:none;align-items:flex-start;justify-content:center;padding-top:14vh;background:rgba(30,38,33,.54);opacity:0}
.search-modal[aria-hidden="false"]{display:flex;opacity:1}
.search-modal-inner{width:min(660px,calc(100% - 2rem));overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}
.search-form{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem}
.search-form>svg{width:21px;height:21px;stroke:var(--muted);fill:none;stroke-width:2}
.search-input{flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:1.15rem}
.search-input::placeholder{color:var(--muted)}
.search-modal-footer{padding:.7rem 1rem;border-top:1px solid var(--line);background:var(--bg-soft);color:var(--muted);font-size:.8rem}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.7rem 1.1rem;border:1px solid transparent;border-radius:var(--radius-pill);font-weight:700;line-height:1.2;transition:transform var(--ease),background var(--ease),border-color var(--ease),color var(--ease),box-shadow var(--ease)}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--action-primary);color:var(--action-primary-text);box-shadow:0 8px 22px rgba(61,77,66,.16)}
.btn-primary:hover{background:var(--action-primary-hover);color:var(--action-primary-text)}
.btn-outline{border-color:var(--line-strong);background:transparent;color:var(--ink)}
.btn-outline:hover{border-color:var(--action-primary);background:var(--surface-2);color:var(--link-hover)}
.btn-ghost{background:var(--bg-soft);color:var(--ink)}
.btn-ghost:hover{background:var(--surface-2)}
.btn-sm{min-height:38px;padding:.55rem .9rem;font-size:.9rem}
.btn-lg{min-height:50px;padding:.85rem 1.35rem;font-size:1rem}

/* Section headings */
.section-head{max-width:720px;margin:0 auto 2.4rem;text-align:center}
.section-eyebrow,.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.8rem;color:var(--link);font-size:.82rem;font-weight:700;letter-spacing:.02em}
.section-title{margin-bottom:.8rem;font-weight:900}
.section-lead{color:var(--muted);font-size:1.05rem;line-height:1.8}

/* Posts */
.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.post-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}
.post-card:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:var(--shadow-soft)}
.post-card-thumb{aspect-ratio:3/2;overflow:hidden;background:var(--bg-soft)}
.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform var(--ease-slow)}
.post-card:hover .post-card-thumb img{transform:scale(1.035)}
.post-card-body{display:flex;flex:1;flex-direction:column;padding:1.1rem 1.15rem 1.25rem}
.post-meta,.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;color:var(--muted);font-size:.8rem}
.post-meta-cat{color:var(--link);font-weight:700}
.post-card h2,.post-card h3{margin:.65rem 0 .55rem;font-size:1.18rem;line-height:1.5}
.post-card-excerpt{margin-bottom:1rem;color:var(--muted);font-size:.91rem;line-height:1.75}
.post-card-read{margin-top:auto;font-size:.87rem;font-weight:700;color:var(--link)}
@media(max-width:920px){.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.posts-grid{grid-template-columns:1fr}}

/* Archive/search */
.archive-header{padding-block:3.5rem 2rem;text-align:center}
.archive-title{margin-bottom:.6rem}
.archive-description{max-width:720px;margin-inline:auto;color:var(--muted)}
.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2rem}
.pagination .page-numbers{min-width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface)}
.pagination .current{background:var(--action-primary);border-color:var(--action-primary);color:var(--action-primary-text)}

/* Forms/comments */
input[type="text"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="number"],input[type="password"],input[type="date"],input[type="time"],textarea,select{width:100%;min-height:44px;border:1px solid var(--control-border);border-radius:12px;background:var(--surface);color:var(--ink);padding:.75rem .85rem;outline:0;transition:border-color var(--ease),box-shadow var(--ease),background var(--ease)}
input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--focus);box-shadow:0 0 0 3px var(--focus-ring)}
textarea{min-height:150px;resize:vertical}
.comments-area{max-width:var(--content);margin:3rem auto 0}
.comments-title,.comment-reply-title{margin-bottom:1rem;font-size:1.4rem}
.comment-list{list-style:none}.comment-list .children{list-style:none;margin-right:1.5rem}
.comment-author{font-weight:700}.comment-meta{color:var(--muted);font-size:.8rem}.comment-text{margin:.8rem 0 1.5rem}
.comment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.comment-form-grid{grid-template-columns:1fr}}

/* Footer */
.site-footer{margin-top:clamp(3rem,7vw,7rem);border-top:1px solid var(--line);background:var(--bg-soft)}
.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;padding-block:3.5rem}
.footer-brand h3,.footer-col h4{margin-bottom:.9rem;font-size:1.1rem}
.footer-brand>p{max-width:480px;color:var(--muted);font-size:.92rem}
.footer-contact{display:grid;gap:.65rem;margin-top:1rem;color:var(--ink-soft);font-size:.88rem}
.footer-contact>div{display:flex;align-items:flex-start;gap:.55rem}.footer-contact svg{width:17px;height:17px;margin-top:.25rem;stroke:currentColor;fill:none;stroke-width:1.8;flex:none}
.footer-socials{display:flex;gap:.45rem;margin-top:1rem}
.footer-col ul{list-style:none;display:grid;gap:.55rem}.footer-col a{color:var(--muted);font-size:.9rem}.footer-col a:hover{color:var(--link-hover)}
.footer-hours{display:grid;gap:.45rem;color:var(--muted);font-size:.86rem}.footer-hours>div{display:flex;justify-content:space-between;gap:.8rem}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem}
@media(max-width:960px){.footer-top{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.footer-top{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}}

/* 404 */
.error-404{min-height:60vh;display:grid;place-items:center;text-align:center;padding:4rem 1rem}.error-404 h1{font-size:clamp(4rem,14vw,9rem);color:var(--link)}

/* Small utilities */
.is-two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:700px){.is-two{grid-template-columns:1fr}}
.post-card-read{display:inline-flex;align-items:center;gap:.35rem}.post-card-read svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}

/* ==========================================================================
   Header service architecture + Footer 2.4
   ========================================================================== */

/* Header: service tree rendered by Beautral Core */
.drawer-services-tree{display:block}
.drawer-services-tree ul{list-style:none;margin:0;padding:0}
.drawer-services-tree :is(.beautral-services-level-1,.tebdesign-services-level-1){display:grid;gap:.55rem}
.drawer-services-tree li{position:relative;min-width:0}
.drawer-services-tree li>a{display:flex;align-items:center;min-height:46px;padding:.68rem .82rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font-weight:700;line-height:1.45}
.drawer-services-tree li>a:hover,.drawer-services-tree li>a:focus-visible{border-color:var(--line-strong);background:var(--brand-soft);color:var(--brand-strong)}
.drawer-services-tree li.has-children>a{padding-left:3.5rem}
.drawer-services-tree .service-submenu-toggle{position:absolute;top:.08rem;left:.12rem;z-index:2;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--bg-soft);color:var(--ink-soft);transition:transform var(--ease),background var(--ease),color var(--ease),border-color var(--ease)}
.drawer-services-tree .service-submenu-toggle:hover{background:var(--brand-soft);border-color:var(--line-strong);color:var(--brand-strong)}
.drawer-services-tree .service-submenu-toggle svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;transition:transform var(--ease)}
.drawer-services-tree .service-submenu-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.drawer-services-tree :is(.beautral-services-level,.tebdesign-services-level){display:grid;gap:.4rem}
.drawer-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2),
.drawer-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3),
.drawer-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4){margin:.45rem .65rem .2rem 0;padding-right:.7rem;border-right:1px solid var(--line)}
.drawer-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2) li>a,
.drawer-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3) li>a,
.drawer-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) li>a{min-height:44px;padding:.55rem .7rem;background:transparent;font-size:.92rem;font-weight:600}
.drawer-services-tree [hidden]{display:none!important}

/* Pre-footer CTA */
.pre-footer-cta{margin-top:clamp(3rem,7vw,7rem);padding-block:0 1.25rem}
.pre-footer-cta__inner{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:clamp(1.35rem,3vw,2.3rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--brand-soft),var(--surface));box-shadow:var(--shadow-soft)}
.pre-footer-cta__inner::after{content:"";position:absolute;inset:auto -70px -95px auto;width:230px;aspect-ratio:1;border:42px solid color-mix(in srgb,var(--brand) 13%,transparent);border-radius:50%;pointer-events:none}
.pre-footer-cta__copy{position:relative;z-index:1;max-width:760px}
.pre-footer-cta__eyebrow{display:inline-flex;margin-bottom:.55rem;padding:.28rem .65rem;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface);color:var(--brand-strong);font-size:.8rem;font-weight:700}
.pre-footer-cta h2{font-size:clamp(1.35rem,3vw,2.15rem);line-height:1.35}
.pre-footer-cta p{max-width:680px;margin:.65rem 0 0;color:var(--ink-soft)}
.pre-footer-cta__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.65rem}
.pre-footer-cta__actions .btn{min-height:48px;white-space:nowrap}
.pre-footer-cta__actions svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8}

/* Footer shell */
.site-footer{margin-top:0;border-top:0;background:var(--bg-soft);color:var(--ink)}
.site-footer>.container{padding-top:1.25rem}
.footer-trustbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}
.footer-trustbar__item{display:flex;align-items:center;gap:.7rem;min-width:0;padding:.6rem}
.footer-trustbar__icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--brand-soft);color:var(--brand-strong)}
.footer-trustbar__icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-trustbar__copy{display:grid;min-width:0;line-height:1.35}
.footer-trustbar__copy strong{font-size:.9rem;color:var(--ink)}
.footer-trustbar__copy small{margin-top:.2rem;color:var(--muted);font-size:.76rem}

.footer-main{display:grid;grid-template-columns:minmax(250px,1.35fr) repeat(2,minmax(155px,.75fr)) minmax(250px,1.1fr);gap:clamp(1.25rem,3vw,2.5rem);padding-block:clamp(2.3rem,5vw,4rem)}
.footer-brand__logo .custom-logo{max-width:190px;height:42px}
.footer-brand__name{font-size:1.45rem;font-weight:900;color:var(--ink)}
.footer-brand__about{max-width:480px;margin:.9rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.9}
.footer-brand__actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.footer-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:.55rem .75rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font-size:.87rem;font-weight:700}
.footer-contact-button:hover{border-color:var(--line-strong);background:var(--brand-soft);color:var(--brand-strong)}
.footer-contact-button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}
.footer-socials{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}
.footer-social{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:44px;padding:.42rem .6rem;border:1px solid var(--line);border-radius:11px;background:transparent;color:var(--ink-soft);font-size:.79rem}
.footer-social:hover{border-color:var(--line-strong);background:var(--surface);color:var(--brand-strong)}
.footer-social svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-social svg .is-fill{fill:currentColor;stroke:none}

.footer-accordion{min-width:0}
.footer-accordion>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin:0 0 .85rem;color:var(--ink);font-size:1rem;font-weight:900;cursor:default}
.footer-accordion>summary::-webkit-details-marker{display:none}
.footer-accordion>summary svg{display:none;width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;transition:transform var(--ease)}
.footer-accordion[open]>summary svg{transform:rotate(180deg)}
.footer-accordion__content{min-width:0}
.footer-menu{list-style:none;display:grid;gap:.52rem}
.footer-menu a{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.9rem;line-height:1.55}
.footer-menu a::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--line-strong);transition:background var(--ease),transform var(--ease)}
.footer-menu a:hover{color:var(--link-hover)}
.footer-menu a:hover::before{background:var(--brand);transform:scale(1.35)}

.footer-visit__item{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.8rem;color:var(--ink-soft)}
.footer-visit__icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--brand)}
.footer-visit__icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}
.footer-visit__item>div{display:grid;gap:.15rem;min-width:0}
.footer-visit__item strong,.footer-visit__hours>strong{font-size:.84rem;color:var(--ink)}
.footer-visit address{font-style:normal;color:var(--muted);font-size:.84rem;line-height:1.8}
.footer-visit a{color:var(--brand-strong);font-size:.88rem;font-weight:700}
.footer-visit__hours{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line)}
.footer-visit__hours .footer-hours{margin-top:.55rem;gap:.3rem}
.footer-visit__hours .footer-hours>div{padding:.25rem 0;border-bottom:1px dashed var(--line);font-size:.78rem}
.footer-map-link{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;margin-top:.9rem;padding:.55rem .75rem;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);color:var(--brand-strong);font-size:.86rem;font-weight:700}
.footer-map-link:hover{background:var(--brand-soft)}
.footer-map-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}

.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.15rem;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}
.footer-bottom__meta{text-align:left}

[data-theme="dark"] .pre-footer-cta__inner{background:linear-gradient(135deg,var(--brand-soft),var(--surface));box-shadow:0 18px 44px rgba(0,0,0,.18)}
[data-theme="dark"] .footer-trustbar,[data-theme="dark"] .footer-contact-button,[data-theme="dark"] .footer-map-link{box-shadow:0 8px 24px rgba(0,0,0,.08)}

@media(max-width:980px){
  .pre-footer-cta__inner{grid-template-columns:1fr}
  .footer-trustbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .pre-footer-cta{padding-bottom:.8rem}
  .pre-footer-cta__inner{gap:1.1rem;padding:1.2rem;border-radius:20px}
  .pre-footer-cta__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .pre-footer-cta__actions .btn{width:100%;padding-inline:.65rem}
  .footer-trustbar{gap:.35rem;padding:.6rem}
  .footer-trustbar__item{align-items:flex-start;padding:.5rem;gap:.5rem}
  .footer-trustbar__icon{flex-basis:36px;width:36px;height:36px;border-radius:11px}
  .footer-trustbar__copy strong{font-size:.8rem}
  .footer-trustbar__copy small{font-size:.68rem;line-height:1.45}
  .footer-main{grid-template-columns:1fr;gap:0;padding-block:2rem}
  .footer-brand{padding-bottom:1.4rem}
  .footer-accordion{border-top:1px solid var(--line)}
  .footer-accordion:last-child{border-bottom:1px solid var(--line)}
  .footer-accordion>summary{min-height:54px;margin:0;cursor:pointer}
  .footer-accordion>summary svg{display:block}
  .footer-accordion__content{padding:0 0 1.1rem}
  .footer-menu{grid-template-columns:1fr 1fr;gap:.55rem .9rem}
  .footer-menu a{font-size:.85rem}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:.35rem}
  .footer-bottom__meta{text-align:right}
}
@media(max-width:420px){
  .pre-footer-cta__actions{grid-template-columns:1fr}
  .footer-trustbar{grid-template-columns:1fr 1fr}
  .footer-menu{grid-template-columns:1fr}
  .footer-social span{display:none}
  .footer-social{width:44px;height:44px;padding:0}
}


/* =========================================================================
   Header component extracted from template
   ========================================================================= */
/* Header-only styles so this file can be replaced independently.
		 * v2.5.1: always show the «خدمات» label next to the mobile hamburger icon. */
		.site-header .header-inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 1rem;
			min-height: var(--header-h, 72px);
		}

		.site-header .site-brand {
			display: flex;
			align-items: center;
			flex: 0 0 auto;
			min-width: 0;
		}

		.site-header .site-brand a,
		.site-header .custom-logo-link {
			display: flex;
			align-items: center;
			min-width: 0;
		}

		.site-header .custom-logo {
			display: block;
			width: auto;
			max-width: 152px;
			height: 42px;
			object-fit: contain;
		}

		.site-header .desktop-services-nav {
			flex: 1 1 auto;
			min-width: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			padding-inline: 1rem;
		}

		.site-header .desktop-services-tree {
			max-width: 100%;
		}

		.site-header .desktop-services-tree ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.site-header .desktop-services-tree > :is(.beautral-services-level-1,.tebdesign-services-level-1) {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: .25rem;
			white-space: nowrap;
		}

		.site-header .desktop-services-tree li {
			position: relative;
		}

		.site-header .desktop-services-tree a {
			display: flex;
			align-items: center;
			gap: .36rem;
			min-height: 42px;
			padding: .62rem .8rem;
			border: 1px solid transparent;
			border-radius: 12px;
			color: var(--ink);
			font-size: .92rem;
			font-weight: 700;
			line-height: 1.2;
			text-decoration: none;
			transition: background var(--ease, .2s ease), border-color var(--ease, .2s ease), color var(--ease, .2s ease);
		}

		.site-header .desktop-services-tree > :is(.beautral-services-level-1,.tebdesign-services-level-1) > li > a:hover,
		.site-header .desktop-services-tree > :is(.beautral-services-level-1,.tebdesign-services-level-1) > li > a:focus-visible,
		.site-header .desktop-services-tree > :is(.beautral-services-level-1,.tebdesign-services-level-1) > li:focus-within > a {
			border-color: var(--line);
			background: var(--bg-soft);
			color: var(--brand-strong);
		}

		.site-header .desktop-services-tree li:has(> ul) > a::after {
			content: "";
			width: 7px;
			height: 7px;
			border-left: 1.7px solid currentColor;
			border-bottom: 1.7px solid currentColor;
			transform: rotate(-45deg) translateY(-1px);
			opacity: .7;
			transition: transform var(--ease, .2s ease);
		}

		.site-header .desktop-services-tree li:has(> ul):hover > a::after,
		.site-header .desktop-services-tree li:has(> ul):focus-within > a::after {
			transform: rotate(135deg) translate(-1px, -1px);
		}

		/*
		 * Desktop dropdown geometry.
		 * Keep the card visually separated from its trigger, but bridge that gap so
		 * a normal/diagonal pointer movement never falls into a dead hover zone.
		 */
		.site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2),
		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3),
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) {
			position: absolute;
			z-index: 1000;
			top: calc(100% + 4px);
			right: 0;
			width: max-content;
			min-width: 220px;
			max-width: 310px;
			padding: .5rem;
			border: 1px solid var(--line);
			border-radius: 16px;
			background: var(--surface);
			box-shadow: 0 18px 48px rgba(17, 38, 31, .13);
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transform: translateY(6px);
			transition: opacity .14s ease, visibility .14s ease, transform .14s ease;
		}

		/* Invisible vertical hover corridor between level 1 and level 2. */
		.site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2)::before {
			content: "";
			position: absolute;
			right: 0;
			top: -8px;
			width: 100%;
			height: 9px;
		}

		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3),
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) {
			top: -.5rem;
			right: calc(100% + 4px);
		}

		/* Invisible horizontal hover corridor between nested fly-outs. */
		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3)::before,
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4)::before {
			content: "";
			position: absolute;
			top: 0;
			right: -8px;
			width: 9px;
			height: 100%;
		}

		.site-header .desktop-services-tree li:hover > :is(.beautral-services-level,.tebdesign-services-level),
		.site-header .desktop-services-tree li:focus-within > :is(.beautral-services-level,.tebdesign-services-level),
		.site-header .desktop-services-tree li.is-menu-open > :is(.beautral-services-level,.tebdesign-services-level) {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			transform: translateY(0);
		}

		.site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2) a,
		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3) a,
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) a {
			justify-content: space-between;
			min-height: 40px;
			padding: .58rem .68rem;
			border-radius: 10px;
			font-size: .88rem;
			font-weight: 650;
			white-space: normal;
		}

		.site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2) a:hover,
		.site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2) a:focus-visible,
		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3) a:hover,
		.site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3) a:focus-visible,
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) a:hover,
		.site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) a:focus-visible {
			background: var(--brand-soft);
			color: var(--brand-strong);
		}

		.site-header .header-actions {
			display: flex;
			align-items: center;
			flex: 0 0 auto;
			direction: rtl;
			gap: .4rem;
		}

		.site-header .header-control {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			min-width: 44px;
			height: 44px;
			padding: 0;
			border: 1px solid var(--line);
			border-radius: 13px;
			background: var(--surface);
			color: var(--ink);
			box-shadow: 0 3px 14px rgba(23, 53, 43, .045);
			cursor: pointer;
			transition: background var(--ease, .2s ease), border-color var(--ease, .2s ease), color var(--ease, .2s ease), box-shadow var(--ease, .2s ease), transform var(--ease, .2s ease);
		}

		.site-header .header-control:hover {
			border-color: var(--line-strong);
			background: var(--bg-soft);
			color: var(--brand-strong);
			box-shadow: 0 6px 18px rgba(23, 53, 43, .075);
		}

		.site-header .header-control:active {
			transform: scale(.96);
		}

		.site-header .header-control[aria-expanded="true"],
		.site-header .header-control[aria-pressed="true"] {
			border-color: var(--brand);
			background: var(--brand-soft);
			color: var(--brand-strong);
		}

		.site-header .header-control svg {
			width: 20px;
			height: 20px;
			flex: 0 0 auto;
			stroke: currentColor;
			fill: none;
			stroke-width: 1.8;
			stroke-linecap: round;
			stroke-linejoin: round;
		}

		.site-header .theme-trigger .icon-sun,
		[data-theme="dark"] .site-header .theme-trigger .icon-moon {
			display: none;
		}

		[data-theme="dark"] .site-header .theme-trigger .icon-sun {
			display: block;
		}

		.site-header .mobile-services-trigger {
			display: none;
			width: auto;
			min-width: 86px;
			padding-inline: .76rem;
			gap: .45rem;
			font-weight: 750;
			white-space: nowrap;
		}

		.site-header .mobile-services-trigger .mobile-services-label {
			display: inline-block !important;
			font-size: .88rem;
			font-weight: 750;
			line-height: 1;
			white-space: nowrap;
		}

		/* Keep keyboard focus visually obvious inside the desktop navigation. */
		.site-header .desktop-services-tree a:focus-visible {
			outline: 2px solid var(--brand);
			outline-offset: 2px;
		}

		[data-theme="dark"] .site-header .header-control,
		[data-theme="dark"] .site-header .desktop-services-tree :is(.beautral-services-level-2,.tebdesign-services-level-2),
		[data-theme="dark"] .site-header .desktop-services-tree :is(.beautral-services-level-3,.tebdesign-services-level-3),
		[data-theme="dark"] .site-header .desktop-services-tree :is(.beautral-services-level-4,.tebdesign-services-level-4) {
			background: var(--surface);
			border-color: var(--line-strong);
			box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
		}

		@media (min-width: 1025px) and (max-width: 1240px) {
			.site-header .desktop-services-nav {
				padding-inline: .35rem;
			}

			.site-header .desktop-services-tree > :is(.beautral-services-level-1,.tebdesign-services-level-1) {
				gap: .08rem;
			}

			.site-header .desktop-services-tree a {
				padding-inline: .56rem;
				font-size: .84rem;
			}
		}

		@media (max-width: 1024px) {
			.site-header .header-inner {
				min-height: 64px;
				gap: .48rem;
			}

			.site-header .desktop-services-nav {
				display: none;
			}

			.site-header .mobile-services-trigger {
				display: inline-flex;
			}

			.site-header .header-actions {
				gap: .32rem;
			}

			.site-header .header-control {
				min-width: 42px;
				height: 42px;
				border-radius: 12px;
			}

			.site-header .mobile-services-trigger {
				min-width: 78px;
				padding-inline: .62rem;
				gap: .36rem;
			}

			.site-header .custom-logo {
				max-width: 124px;
				height: 36px;
			}

			.site-header .brand-name {
				font-size: 1.15rem;
				white-space: nowrap;
			}
		}

		@media (max-width: 380px) {
			.container.header-inner {
				width: min(100% - 1rem, var(--container));
			}

			.site-header .header-inner,
			.site-header .header-actions {
				gap: .24rem;
			}

			.site-header .header-control {
				min-width: 39px;
				height: 39px;
				border-radius: 11px;
			}

			.site-header .mobile-services-trigger {
				min-width: 72px;
				padding-inline: .48rem;
				gap: .28rem;
			}

			.site-header .mobile-services-trigger .mobile-services-label {
				font-size: .77rem;
			}

			.site-header .header-control svg {
				width: 18px;
				height: 18px;
			}

			.site-header .custom-logo {
				max-width: 98px;
				height: 32px;
			}

			.site-header .brand-name {
				font-size: 1rem;
			}
		}


/* =========================================================================
   Footer clinic additions extracted from template
   ========================================================================= */
.site-footer .footer-visit__note {
		display: block;
		margin-top: .18rem;
		color: var(--muted);
		font-size: .78rem;
		line-height: 1.75;
	}
	.site-footer .footer-contact-lines {
		display: grid;
		gap: .24rem;
	}
	.site-footer .footer-contact-lines a {
		width: fit-content;
	}
	.site-footer .footer-map-providers {
		display: flex;
		flex-wrap: wrap;
		gap: .42rem;
		margin-top: .55rem;
	}
	.site-footer .footer-map-provider {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: .45rem .68rem;
		border: 1px solid var(--line);
		border-radius: 10px;
		background: var(--surface);
		color: var(--brand-strong);
		font-size: .76rem;
		font-weight: 700;
		text-decoration: none;
	}
	.site-footer .footer-map-provider:hover {
		border-color: var(--line-strong);
		background: var(--brand-soft);
	}


/* =========================================================================
   Phase 1 — semantic UI & accessibility foundation
   ========================================================================= */
/* Text links inside editorial content are identifiable without relying on color alone. */
.article-content :where(a:not(.btn)),
.entry-content :where(a:not(.btn)),
.beautral-service-article :where(a:not(.btn)){
  color:var(--link);text-decoration:underline;text-decoration-thickness:.075em;text-underline-offset:.2em
}
.article-content :where(a:not(.btn)):hover,
.entry-content :where(a:not(.btn)):hover,
.beautral-service-article :where(a:not(.btn)):hover{color:var(--link-hover);text-decoration-thickness:.12em}

/* Controls: visible states, minimum target size, and predictable disabled treatment. */
button,.btn,[role="button"],input[type="submit"],input[type="button"]{min-height:44px}
.icon-btn{min-width:44px;height:44px}
input[type="checkbox"],input[type="radio"]{accent-color:var(--action-primary)}
button:disabled,.btn[aria-disabled="true"],input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}
input::placeholder,textarea::placeholder{color:var(--control-placeholder);opacity:1}
select{padding-inline-end:2.25rem}
label{color:var(--ink);font-weight:700}

.btn:focus-visible,.icon-btn:focus-visible,.menu-trigger:focus-visible,.share-btn:focus-visible,.social-btn:focus-visible,
.footer-social:focus-visible,.footer-contact-button:focus-visible,.footer-map-link:focus-visible,.footer-map-provider:focus-visible,
.service-submenu-toggle:focus-visible,.pagination .page-numbers:focus-visible{
  outline:3px solid var(--focus);outline-offset:3px;box-shadow:0 0 0 4px var(--focus-ring)
}

/* Preserve a clear state even when a component previously used the decorative brand color. */
.site-header .header-control[aria-expanded="true"],.site-header .header-control[aria-pressed="true"]{border-color:var(--action-primary)}
.site-header .desktop-services-tree a:focus-visible{outline-color:var(--focus)}

/* Modal/drawer accessibility: hidden surfaces must be non-interactive; open surfaces remain scroll-safe. */
.drawer[aria-hidden="true"],.search-modal[aria-hidden="true"]{visibility:hidden;pointer-events:none}
.search-modal[aria-hidden="false"]{visibility:visible;pointer-events:auto}
.drawer-panel,.search-modal-inner{overscroll-behavior:contain}

/* Utility classes replace legacy inline presentation rules. */
.u-actions-center{justify-content:center}
.u-narrow-archive-head{max-width:820px;margin:0 auto 3rem}
.u-surface-soft{background:var(--bg-soft)}
.u-full{width:100%}
.u-full-mb-2{width:100%;margin-bottom:.5rem}
.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}
.article-tags__label{font-size:.86rem}
.article-tag-link{text-decoration:none}
.article-sidebar .toc{position:sticky;top:90px}
.toc li.is-subheading{padding-right:1rem}
.article-sidebar__lead{font-size:.9rem;color:var(--muted);margin-bottom:1rem}
.comment-actions{margin-top:.5rem}
.content-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface-2),var(--surface-warm));color:var(--brand-strong);font-weight:900;font-size:1.5rem;opacity:.72}
.comment-reply-title{font-size:1.5rem;margin-bottom:1rem}

/* Accessible contrast for color-dependent text roles. */
.section-eyebrow,.hero-eyebrow,.post-meta-cat,.post-card-read{color:var(--link)}

@media(max-width:1024px){.site-header .header-control{min-width:44px;height:44px}}

/* Keep 44px touch targets on compact phones; save space by removing text, not hit area. */
@media(max-width:420px){
  .site-header .header-control{min-width:44px;height:44px}
  .site-header .mobile-services-trigger{min-width:44px;width:44px;padding:0}
  .site-header .mobile-services-trigger .mobile-services-label{display:none!important}
  .site-header .custom-logo{max-width:104px}
}

/* Users requesting reduced motion should not receive hover displacement. */
@media(prefers-reduced-motion:reduce){
  .btn:hover,.service-card:hover,.post-card:hover{transform:none}
}

/* Runtime paint and mobile performance safeguards */
@media(max-width:800px){
  .site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg)}
  .beautral-mobile-cta{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:var(--surface)!important}
}
@supports(content-visibility:auto){
  .pre-footer-cta,.site-footer,.related-posts{content-visibility:auto;contain-intrinsic-size:1px 700px}
}

/* Phase 7 — route-level rendering budget. Below-fold sections stay in the accessibility tree. */
@supports(content-visibility:auto){
  .home .section,.home .section-sm{content-visibility:auto;contain-intrinsic-size:auto 640px}
  .beautral-service-panels-section,.beautral-service-steps,.beautral-service-safety,.beautral-service-care,.beautral-service-final-cta,.beautral-service-review{content-visibility:auto;contain-intrinsic-size:auto 560px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* ==========================================================================
   Phase 2 — conversion hierarchy
   ========================================================================== */
.site-header .header-reservation{min-height:44px;padding:.68rem 1rem;white-space:nowrap;box-shadow:0 8px 20px rgba(37,37,37,.10)}
.site-header .header-reservation svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header .header-phone{display:inline-flex}
.drawer-footer{display:grid;gap:.55rem}
@media(max-width:1024px){
  .site-header .header-phone{display:none}
  .site-header .header-reservation{min-width:44px;min-height:44px;padding:.62rem .78rem;font-size:.88rem}
}
@media(max-width:620px){
  .site-header .header-reservation{width:44px;padding:0}
  .site-header .header-reservation-label{display:none}
}
@media(max-width:380px){
  .site-header .header-reservation,.site-header .header-control{min-width:44px;width:44px;height:44px}
  .site-header .mobile-services-trigger{min-width:44px;width:44px;padding:0}
  .site-header .mobile-services-trigger .mobile-services-label{display:none!important}
}
