:root {
  --pc-primary: #0f9f83;
  --pc-primary-dark: #08715f;
  --pc-navy: #072f33;
  --pc-ink: #12282a;
  --pc-muted: #607477;
  --pc-soft: #f3f8f7;
  --pc-soft-blue: #e7f7f3;
  --pc-border: #dbe9e6;
  --pc-green: #22b99c;
  --pc-shadow: 0 24px 70px rgba(5, 63, 60, .14);
  --pc-shadow-soft: 0 12px 32px rgba(5, 63, 60, .09);
  --pc-radius: 18px;
  --trio-accent: #0f9f83;
  --trio-dark: #080e22;
  --wrap: 1240px;
}

html { scroll-padding-top: 98px; }
body { color: var(--pc-ink); background: #fff; }
body.nav-open { overflow: hidden; }
main { overflow: hidden; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.container { width: 100%; max-width: min(1240px, calc(100% - 32px)); }
h1, h2, h3, h4 { color: var(--pc-ink); letter-spacing: -.03em; }

/* Shared three-branch navigation */
.ecosystem-bar { color: #fff; background: var(--trio-dark); font-size: .78rem; }
.ecosystem-bar__inner { min-height: 40px; display: flex; align-items: stretch; gap: 20px; }
.ecosystem-bar__label { display: flex; align-items: center; color: #aeb8d3; font-weight: 750; white-space: nowrap; }
.ecosystem-bar__links { display: flex; align-items: stretch; gap: 3px; }
.ecosystem-bar__links a { position: relative; display: flex; align-items: center; gap: 7px; padding: 0 12px; color: #c8d0e4; text-decoration: none; }
.ecosystem-bar__links a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; transform: scaleX(0); background: var(--trio-accent); transition: transform .2s ease; }
.ecosystem-bar__links a:hover, .ecosystem-bar__links a.is-active { color: #fff; background: rgba(255,255,255,.05); }
.ecosystem-bar__links a:hover::after, .ecosystem-bar__links a.is-active::after { transform: scaleX(1); }
.ecosystem-bar__links strong { color: inherit; font-size: .78rem; }
.ecosystem-bar__links span { color: #919db9; font-size: .7rem; }
.ecosystem-bar__phone { margin-left: auto; display: flex; align-items: center; gap: 7px; color: #fff; font-weight: 800; white-space: nowrap; text-decoration: none; }

.site-header { position: sticky; z-index: 1000; top: 0; margin: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,233,230,.95); box-shadow: 0 8px 28px rgba(5,63,60,.06); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--pc-ink); text-decoration: none; white-space: nowrap; }
.brand:hover { color: var(--pc-ink); }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--pc-navy),var(--pc-primary)); border-radius: 12px; box-shadow: 0 12px 28px rgba(15,159,131,.24); }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { color: var(--pc-ink); font-size: 1.18rem; font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
.brand-name small { display: block; margin-top: 4px; color: var(--pc-muted); font-size: .64rem; font-weight: 700; letter-spacing: 0; }
.main-nav { display: flex; align-items: center; gap: 19px; color: #374e50; font-size: .88rem; font-weight: 760; }
.main-nav > a:not(.button) { position: relative; color: inherit; white-space: nowrap; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; transform: scaleX(0); background: var(--pc-primary); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { transform: scaleX(1); }
.main-nav a:hover, .main-nav .is-active { color: var(--pc-primary-dark); }
.nav-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 8px 13px; color: var(--pc-ink); background: #f7f9f9; border: 1px solid var(--pc-border); border-radius: 12px; font: inherit; font-weight: 800; }
.nav-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.nav-toggle:focus, .nav-toggle:focus-visible { outline: 3px solid rgba(15,159,131,.24); outline-offset: 2px; border-color: var(--pc-primary); box-shadow: none; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; color: #fff !important; background: var(--pc-primary); border: 1px solid var(--pc-primary); border-radius: 12px; box-shadow: 0 14px 30px rgba(15,159,131,.23); font-weight: 820; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); color: #fff !important; background: var(--pc-primary-dark); box-shadow: 0 18px 34px rgba(15,159,131,.28); }
.button i { font-size: 1rem; }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .8rem; }
.button--large { min-height: 54px; padding: 15px 21px; }
.button--ghost { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.42); box-shadow: none; }
.button--ghost:hover { color: var(--pc-ink) !important; background: #fff; border-color: #fff; }
.button--outline { color: var(--pc-primary-dark) !important; background: #fff; border-color: #b9ded5; box-shadow: none; }
.button--outline:hover { color: #fff !important; background: var(--pc-primary); border-color: var(--pc-primary); }

/* Home showroom */
.hero.salon-hero { position: relative; min-height: 620px; display: flex; align-items: center; padding: 0; color: #fff; background: radial-gradient(circle at 83% 22%,rgba(34,185,156,.31),transparent 30%),radial-gradient(circle at 38% 100%,rgba(8,113,95,.24),transparent 36%),linear-gradient(135deg,#080f28 0%,#111b37 55%,#073d3b 100%); isolation: isolate; }
.hero.salon-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right,black,transparent 70%); }
.hero-grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr); align-items: center; gap: clamp(38px,4.7vw,68px); padding-block: 50px 54px; }
.hero-copy { max-width: 700px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: #78e9d4; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { margin-bottom: 21px; }
.hero.salon-hero h1 { max-width: 700px; margin: 0 0 22px; color: #fff; font-size: clamp(2.65rem,3.5vw,3.4rem); font-weight: 820; line-height: 1.02; letter-spacing: -.05em; text-shadow: none; text-wrap: balance; }
.hero.salon-hero h1 span { color: #74e6d0; }
.hero.salon-hero .hero-lead { max-width: 680px; margin: 0; color: #c5d2d4; font-size: clamp(1.02rem,1.35vw,1.2rem); line-height: 1.62; text-shadow: none; }
.hero-lead strong { color: #fff; }
.salon-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.salon-hero .hero-trust { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 25px 0 0; padding: 0; color: #c4d0d2; border: 0; list-style: none; font-size: .76rem; }
.salon-hero .hero-trust li { display: flex; align-items: center; gap: 8px; }
.salon-hero .hero-trust i { color: #67e7c6; font-size: 1.05rem; }
.salon-hero .hero-trust strong { color: #fff; }

.hero-showroom { position: relative; min-width: 0; min-height: 470px; margin: 0; }
.showroom-glow { position: absolute; inset: 13% 0 11% 5%; background: rgba(34,185,156,.3); filter: blur(74px); border-radius: 50%; }
.hero-service-photo__frame { position: absolute; inset: 22px 4px 58px 4px; overflow: hidden; background: #06151f; border: 1px solid rgba(255,255,255,.26); border-radius: 22px; box-shadow: 0 38px 90px rgba(0,0,0,.42); }
.hero-service-photo__frame::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg,rgba(5,18,29,.02) 35%,rgba(5,18,29,.8) 100%); }
.hero-service-photo__frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% 50%; filter: saturate(.9) contrast(1.03); }
.hero-service-photo__caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; justify-items: end; gap: 5px; padding: 52px 24px 21px; color: #fff; text-align: right; }
.hero-service-photo__caption span { color: #74e6d0; font-size: .63rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-service-photo__caption strong { max-width: 330px; font-size: 1rem; line-height: 1.35; text-wrap: balance; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 13px 15px; color: var(--pc-ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 13px; box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.floating-card > i { color: var(--pc-primary); font-size: 1.7rem; }
.floating-card span { display: flex; flex-direction: column; color: #697c7e; font-size: .61rem; }
.floating-card strong { color: var(--pc-ink); font-size: .76rem; }
.floating-card--top { top: 0; right: -5px; }
.floating-card--bottom { left: -18px; bottom: 45px; }
.showroom-stats { position: absolute; right: 5px; bottom: 0; display: flex; gap: 18px; margin: 0; color: #c4d0d2; font-size: .59rem; }
.showroom-stats span { display: flex; align-items: center; gap: 6px; }
.showroom-stats b { color: #74e6d0; }

.quick-paths { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--pc-border); box-shadow: 0 14px 36px rgba(5,63,60,.06); }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > a { min-height: 112px; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 13px; padding: 22px 19px; color: var(--pc-ink); border-right: 1px solid var(--pc-border); text-decoration: none; transition: background .18s ease; }
.quick-grid > a:first-child { border-left: 1px solid var(--pc-border); }
.quick-grid > a:hover { background: var(--pc-soft-blue); }
.quick-grid .icon-box { width: 42px; height: 42px; display: grid; place-items: center; color: var(--pc-primary-dark); background: var(--pc-soft-blue); border: 1px solid #cfe9e2; border-radius: 12px; font-size: .72rem; font-weight: 900; }
.quick-grid small, .quick-grid strong { display: block; }
.quick-grid small { margin-bottom: 3px; color: var(--pc-muted); font-size: .61rem; }
.quick-grid strong { font-size: .75rem; line-height: 1.3; }
.quick-grid > a > i { color: var(--pc-primary); }

/* Sections and cards */
.section { padding-block: 92px; }
.section-soft { background: var(--pc-soft); }
.section-heading { max-width: 800px; margin-bottom: 38px; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); align-items: end; gap: 50px; }
.section h2, .section-heading h2 { margin: 11px 0 0; color: var(--pc-ink); font-size: clamp(1.75rem,2.35vw,2.3rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--pc-muted); font-size: 1rem; line-height: 1.7; }
.card-grid .service-card { min-height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--pc-border); border-radius: var(--pc-radius); box-shadow: var(--pc-shadow-soft) !important; }
.service-card .card-body { display: flex; flex-direction: column; min-height: 345px; padding: 27px; }
.service-card .icon { width: 48px; height: 48px; color: var(--pc-primary-dark); background: var(--pc-soft-blue); border-radius: 12px; }
.service-card h3, .service-card .h5 { margin-top: 32px; color: var(--pc-ink); font-size: 1.3rem; }
.service-card p { color: var(--pc-muted); font-size: .84rem; }
.service-card .card-link { margin-top: auto; color: var(--pc-primary-dark); }
.service-card:hover { border-color: #9fdccd; box-shadow: var(--pc-shadow) !important; }

.audience-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.audience-panel { min-height: 510px; display: flex; flex-direction: column; padding: clamp(30px,4vw,48px); background: #fff; border: 1px solid var(--pc-border); border-radius: 22px; box-shadow: var(--pc-shadow-soft); }
.audience-panel h2 { margin: 15px 0 20px; font-size: clamp(1.7rem,2.35vw,2.3rem); }
.audience-panel p { color: var(--pc-muted); }
.audience-panel .button { align-self: flex-start; margin-top: auto; }
.audience-panel--dark { color: #fff; background: radial-gradient(circle at 90% 15%,rgba(116,230,208,.2),transparent 30%),linear-gradient(145deg,#082c31,#0b6659); border-color: transparent; }
.audience-panel--dark h2 { color: #fff; }
.audience-panel--dark p, .audience-panel--dark li { color: #d5e8e5; }
.audience-panel--dark .kicker { color: #7debd7; }
.salon-checks { margin: 10px 0 28px; padding: 0; list-style: none; }
.salon-checks li { position: relative; padding: 8px 0 8px 28px; color: #4f686a; border-bottom: 1px solid rgba(97,133,134,.2); font-size: .82rem; }
.salon-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--pc-green); font-weight: 900; }
.audience-panel--dark .salon-checks li { border-color: rgba(255,255,255,.13); }

.renovation-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); align-items: center; gap: clamp(45px,8vw,110px); }
.renovation-grid h2 { margin: 13px 0 20px; font-size: clamp(1.85rem,2.7vw,2.6rem); line-height: 1.06; letter-spacing: -.04em; }
.renovation-grid p { color: var(--pc-muted); font-size: 1.03rem; }
.renovation-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.inspection-card { overflow: hidden; background: #fff; border: 1px solid var(--pc-border); border-radius: 22px; box-shadow: var(--pc-shadow); }
.inspection-card__head { padding: 25px; color: #fff; background: #0a3035; }
.inspection-card__head span, .inspection-card__head strong { display: block; }
.inspection-card__head span { color: #74e6d0; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.inspection-card__head strong { margin-top: 7px; font-size: 1.3rem; }
.inspection-card ol { margin: 0; padding: 0; list-style: none; }
.inspection-card li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 22px; border-bottom: 1px solid var(--pc-border); }
.inspection-card li:last-child { border: 0; }
.inspection-card li > b { width: 35px; height: 35px; display: grid; place-items: center; color: var(--pc-primary-dark); background: var(--pc-soft-blue); border-radius: 9px; font-size: .68rem; }
.inspection-card li span { color: var(--pc-muted); font-size: .75rem; }
.inspection-card li strong { display: block; color: var(--pc-ink); font-size: .85rem; }

.process-section { background: #10192f; }
.process-section h2 { color: #fff; }
.process-list { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding-right: 24px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 20px; right: 12px; width: calc(100% - 54px); height: 1px; transform: translateX(100%); background: rgba(255,255,255,.16); }
.process-list > li > span { position: relative; z-index: 1; width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 20px; color: #74e6d0; background: #132e38; border: 1px solid rgba(116,230,208,.3); border-radius: 50%; font-size: .69rem; font-weight: 850; }
.process-list h3 { margin: 0 0 7px; color: #fff; font-size: 1rem; }
.process-list p { margin: 0; color: #aebdca; font-size: .74rem; }

.price-salon-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.price-salon-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--pc-border); border-radius: var(--pc-radius); box-shadow: var(--pc-shadow-soft); }
.price-salon-grid article > small { color: var(--pc-primary-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.price-salon-grid h3 { margin: 42px 0 19px; font-size: 1.55rem; }
.price-salon-grid p { color: var(--pc-muted); font-size: .8rem; }
.dual-price { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-bottom: 20px; }
.dual-price span { padding: 12px; color: var(--pc-muted); background: var(--pc-soft-blue); border-radius: 10px; font-size: .63rem; }
.dual-price b { display: block; color: var(--pc-primary-dark); font-size: 1.05rem; }
.price-salon-grid .price-salon-card--accent { color: #fff; background: linear-gradient(145deg,#082d32,#0b6e60); border-color: transparent; }
.price-salon-card--accent h3 { color: #fff; }
.price-salon-grid .price-salon-card--accent > small { color: #74e6d0; }
.price-salon-grid .price-salon-card--accent p { color: #d5e8e5; }
.price-salon-card--accent a { margin-top: auto; color: #8ff0dd; font-weight: 850; }

.branch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.branch-card { min-height: 220px; display: flex; flex-direction: column; padding: 26px; color: var(--pc-ink); background: #fff; border: 1px solid var(--pc-border); border-radius: var(--pc-radius); box-shadow: var(--pc-shadow-soft); text-decoration: none; }
.branch-card small { color: var(--pc-primary); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.branch-card strong { margin: 32px 0 10px; font-size: 1.65rem; }
.branch-card span { color: var(--pc-muted); font-size: .78rem; }
.branch-card--active { color: #fff; background: linear-gradient(145deg,#082d32,#0b6e60); border-color: transparent; }
.branch-card--active small { color: #74e6d0; }
.branch-card--active span { color: #d5e8e5; }

.ecosystem-package-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.ecosystem-package-grid > a,
.ecosystem-package-card { min-width: 0; display: flex; flex-direction: column; min-height: 255px; padding: 23px; color: var(--pc-ink); background: #fff; border: 1px solid var(--pc-border); border-radius: 17px; box-shadow: var(--pc-shadow-soft); text-decoration: none; scroll-margin-top: 125px; }
.ecosystem-package-grid > a { transition: transform .18s ease, border-color .18s ease; }
.ecosystem-package-grid > a:hover { transform: translateY(-4px); border-color: var(--pc-primary); }
.ecosystem-package-grid > a > span,
.ecosystem-package-card > span { color: var(--pc-primary); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.ecosystem-package-grid h3,
.ecosystem-package-card h2 { margin: 27px 0 10px; font-size: 1.12rem; line-height: 1.18; }
.ecosystem-package-grid > a p,
.ecosystem-package-card > p { margin: 0 0 21px; color: var(--pc-muted); font-size: .77rem; line-height: 1.55; }
.ecosystem-package-grid > a strong { margin-top: auto; color: var(--pc-ink); font-size: .86rem; }
.ecosystem-package-grid > a small { margin-top: 5px; color: var(--pc-muted); font-size: .65rem; }
.ecosystem-package-more { margin: 25px 0 0; }
.ecosystem-package-grid--full { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ecosystem-package-card { min-height: 0; padding: 30px; }
.ecosystem-package-card ul { margin: 5px 0 24px; padding: 0; list-style: none; }
.ecosystem-package-card li { position: relative; padding: 7px 0 7px 24px; color: var(--pc-muted); border-bottom: 1px solid var(--pc-border); font-size: .78rem; }
.ecosystem-package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pc-primary); font-weight: 900; }
.ecosystem-package-price { display: grid; gap: 3px; margin: auto 0 18px; padding: 14px; background: var(--pc-soft-blue); border-radius: 11px; }
.ecosystem-package-price strong { color: var(--pc-ink); font-size: 1rem; }
.ecosystem-package-price small { color: var(--pc-muted); font-size: .72rem; }
.ecosystem-package-card .ecosystem-package-note { margin-bottom: 18px; font-size: .7rem; }
.process-section-card { padding: 42px; color: #fff; background: #10192f; border-radius: 22px; }
.process-section-card h2 { color: #fff; }
.process-section-card .process-list { margin-top: 34px; }

/* Existing subpages */
.page-hero { padding: 60px 0; color: #fff; background: radial-gradient(circle at 84% 20%,rgba(34,185,156,.28),transparent 30%),linear-gradient(130deg,#07162c,#0b3f42 70%,#08715f); }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.35rem,3.55vw,3.55rem); line-height: 1.04; letter-spacing: -.04em; }
.page-hero .lead { color: #d2e2e2; text-shadow: none; }
.page-hero .breadcrumb a { color: #d8fff7; }
.hero-badge { color: #dcfff8; background: rgba(4,65,62,.54); border-color: rgba(255,255,255,.24); }
.hero-mini-card, .panel, .contact-card, .note-box, .price-card, .faq-group, .service-detail, .location-card { border-radius: var(--pc-radius); border-color: var(--pc-border); box-shadow: var(--pc-shadow-soft); }
.hero-mini-card .icon, .icon { color: var(--pc-primary); background: var(--pc-soft-blue); }
.trust-chip { color: #075c4e; background: var(--pc-soft-blue); border-color: #bce8dc; }
.btn { border-radius: 12px; }
.btn-primary { --bs-btn-bg: var(--pc-primary); --bs-btn-border-color: var(--pc-primary); --bs-btn-hover-bg: var(--pc-primary-dark); --bs-btn-hover-border-color: var(--pc-primary-dark); }
.btn-outline:hover { color: var(--pc-primary-dark); background: var(--pc-soft-blue); border-color: #b9ded5; }
.field input, .field textarea, .field select { border-radius: 11px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--pc-primary); box-shadow: 0 0 0 .2rem rgba(15,159,131,.15); }
.accordion { --bs-accordion-active-bg: var(--pc-soft-blue); --bs-accordion-active-color: var(--pc-ink); --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(15,159,131,.15); }
.cta-block { border-radius: 22px; background: radial-gradient(circle at 90% 20%,rgba(112,230,208,.24),transparent 32%),linear-gradient(135deg,#062d31,var(--pc-primary)); }
.mobile-contact-bar { border-radius: 16px; }
.mobile-contact-bar a { border-radius: 11px; background: var(--pc-primary); }

.site-footer { margin-top: 0; padding: 60px 0 24px; color: var(--pc-ink); background: #fff; border-top: 1px solid var(--pc-border); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .85fr 1fr 1fr; gap: 42px; }
.footer-brand { display: block; }
.footer-brand__name { display: flex; align-items: center; gap: 11px; color: var(--pc-ink); }
.footer-brand__name .brand-mark { width: 40px; height: 40px; }
.footer-brand__name strong { font-size: 1.05rem; }
.footer-brand p { max-width: 310px; margin-top: 17px; color: var(--pc-muted); font-size: .8rem; }
.site-footer h2 { margin: 0 0 14px; color: var(--pc-ink); font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.site-footer a, .site-footer p { display: block; margin: 0 0 8px; color: var(--pc-muted); font-size: .75rem; text-decoration: none; }
.site-footer a:hover { color: var(--pc-primary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; color: #818f91; border-top: 1px solid var(--pc-border); font-size: .66rem; text-align: left; }

@media (max-width: 1160px) {
  .brand-name small { display: none; }
  .main-nav { gap: 13px; font-size: .82rem; }
  .hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); gap: 32px; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 90px; }
  .ecosystem-bar__label, .ecosystem-bar__links span { display: none; }
  .ecosystem-bar__links a { min-height: 38px; padding-inline: 10px; }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; z-index: 120; top: 108px; left: 0; right: 0; bottom: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; overflow-y: auto; padding: 18px 24px 40px; background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--pc-border); font-size: 1rem; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 18px; }
  .hero.salon-hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 56px; }
  .hero-copy { max-width: 760px; }
  .hero-showroom { min-height: 450px; width: min(100%,760px); margin: 4px auto 0; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid > a:nth-child(3), .quick-grid > a:nth-child(4) { border-top: 1px solid var(--pc-border); }
  .audience-split, .renovation-grid { grid-template-columns: 1fr; }
  .audience-panel { min-height: auto; }
  .audience-panel .button { margin-top: 24px; }
  .process-list { grid-template-columns: repeat(3,1fr); gap: 28px 0; }
  .process-list li::after { display: none; }
  .price-salon-grid { grid-template-columns: 1fr; }
  .price-salon-grid article { min-height: auto; }
  .branch-grid { grid-template-columns: 1fr; }
  .ecosystem-package-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .branch-card { min-height: auto; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .split, .pricing-intro, .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .ecosystem-bar__inner { gap: 4px; }
  .ecosystem-bar__phone { font-size: .7rem; }
  .ecosystem-bar__links { margin-left: -7px; }
  .ecosystem-bar__links a { padding-inline: 7px; font-size: .68rem; }
  .hero-grid { display: block; padding-block: 40px 46px; }
  .hero.salon-hero h1 { margin-bottom: 17px; font-size: clamp(2.05rem,8.8vw,2.55rem); line-height: 1.04; }
  .hero.salon-hero h1 { overflow-wrap: normal; word-break: normal; -webkit-hyphens: none; hyphens: none; }
  .salon-hero .eyebrow { margin-bottom: 14px; font-size: .64rem; line-height: 1.4; }
  .hero.salon-hero .hero-lead { font-size: .96rem; line-height: 1.55; }
  .salon-hero .hero-actions { gap: 9px; margin-top: 21px; }
  .salon-hero .button--large { min-height: 50px; padding: 12px 16px; }
  .salon-hero .hero-actions .button--primary { display: inline-flex; }
  .salon-hero .hero-trust { gap: 7px; margin-top: 20px; font-size: .69rem; }
  .salon-hero .hero-trust li { gap: 7px; }
  .salon-hero .hero-actions .button { width: 100%; }
  .hero-showroom { min-height: 365px; margin-top: 24px; }
  .hero-service-photo__frame { inset: 0 0 48px; }
  .hero-service-photo__caption { padding: 48px 19px 18px; }
  .floating-card { display: none; }
  .showroom-stats { left: 2px; right: auto; gap: 11px; }
  .showroom-stats span { flex-direction: column; align-items: flex-start; gap: 0; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a { border-left: 1px solid var(--pc-border); border-top: 1px solid var(--pc-border); }
  .quick-grid > a:first-child { border-top: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .ecosystem-package-grid,
  .ecosystem-package-grid--full { grid-template-columns: 1fr; }
  .ecosystem-package-grid > a,
  .ecosystem-package-card { min-height: 0; padding: 21px; }
  .ecosystem-package-grid h3,
  .ecosystem-package-card h2 { margin-top: 16px; }
  .process-section-card { padding: 28px 22px; }
  .process-list { grid-template-columns: repeat(2,1fr); gap: 28px 15px; }
  .dual-price { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .form-row, .process-strip, .process-strip.compact { grid-template-columns: 1fr; }
  .page-hero { padding-block: 44px; }
  .page-hero h1 { font-size: clamp(2.05rem,8.8vw,2.5rem); line-height: 1.05; }
  .page-hero nav[aria-label="Drobtinice"], .page-hero .hero-badge { display: none; }
  .page-hero .hero-mini-column { display: none; }
  .mobile-contact-bar { z-index: 1090; }
}

@media (max-width: 480px) {
  .ecosystem-bar__inner { justify-content: center; }
  .ecosystem-bar__links { width: 100%; justify-content: space-between; }
  .ecosystem-bar__links a { flex: 1 1 auto; justify-content: center; }
  .ecosystem-bar__phone { display: none; }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1rem; }
  .main-nav { top: 104px; }
  .nav-toggle span { display: none; }
  .salon-hero .hero-trust { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-showroom { min-height: 310px; }
  .hero-service-photo__frame { bottom: 42px; }
  .hero-service-photo__frame img { object-position: 58% 50%; }
  .hero-service-photo__caption span { font-size: .55rem; }
  .hero-service-photo__caption strong { max-width: 260px; font-size: .86rem; }
  .showroom-stats { font-size: .53rem; }
  .section { padding-block: 72px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { display: grid; grid-template-columns: 45px 1fr; column-gap: 12px; }
  .process-list > li > span { grid-row: 1 / 3; }
  .process-list h3 { align-self: end; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
