/* Shared professional presentation for the public website. */
:root {
    --bg: #f4f6f7;
    --text: #243238;
    --muted: #58686f;
    --primary: #166d72;
    --primary-dark: #10555a;
    --line: #dde4e6;
    --accent: #166d72;
    --shadow: 0 8px 24px rgba(24, 49, 58, .04);
}
body { background: #fff; color: var(--text); font-family: 'Segoe UI', Arial, sans-serif; }
h1, h2, h3, h4 { font-family: 'Segoe UI', Arial, sans-serif; font-weight: 600; }
.content-label { color: var(--primary); letter-spacing: 1.2px; font-size: 11px; }
.store-header-new { padding: 0; background: #fff; border-color: var(--line); }
.store-header-new.is-scrolled { background: #fff; box-shadow: 0 3px 12px #24323808; }
.professional-contact-bar { background: #173f49; color: #e0edef; font-size: 12px; }
.professional-contact-bar .container { display: flex; align-items: center; gap: 28px; min-height: 40px; }
.professional-contact-bar span { margin-right: auto; }
.professional-contact-bar a { color: #fff; font-weight: 600; }
.professional-contact-bar a:hover { text-decoration: underline; }
.store-header-new__row { min-height: 84px; }
.store-header-new__logo strong { color: #173f49; letter-spacing: .2px; }
.store-header-new__logo small { color: var(--muted); }
.store-header-new__menu a { border-radius: 4px; font-size: 14px; }
.store-header-new__menu a:hover { background: #edf4f5; }
.store-header-new__burger { border-radius: 4px; background: var(--primary); }
.perspective-hero { background: radial-gradient(ellipse at 87% 15%, #deebea 0, transparent 55%), linear-gradient(120deg, #f7f9fa, #eef4f4); padding: 72px 0; border-bottom: 1px solid var(--line); }
.perspective-hero-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
.perspective-hero-copy h1 { color: #203942; font-size: clamp(34px, 3.7vw, 52px); font-weight: 600; line-height: 1.15; letter-spacing: -1.5px; }
.professional-title-accent { color: var(--primary); }
.perspective-hero .content-label { letter-spacing: 1.4px; }
.perspective-hero-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 510px; }
.perspective-status-dot { background: var(--primary); box-shadow: none; }
.perspective-hero-visual { position: relative; isolation: isolate; padding: 8px; border: 1px solid #fff; border-radius: 18px; transform: none; background: #ffffffa6; box-shadow: 0 22px 50px -24px #173f4955; }
.perspective-hero-visual::before { content: ''; position: absolute; inset: 22px -12px -12px 22px; border: 1px solid #b8cece; border-radius: 18px; z-index: -1; pointer-events: none; }
.perspective-hero-visual > img { border-radius: 11px; aspect-ratio: 3 / 2; object-fit: cover; }
.perspective-hero-address { color: #52676e; font-size: 13px; }
.perspective-button { background: var(--primary); border-color: var(--primary); border-radius: 8px; font-size: 14px; box-shadow: 0 6px 16px #166d7212; }
.perspective-button:hover { background: var(--primary-dark); transform: none; }
.perspective-button-light { background: #fff; border-color: #c5d5d9; color: var(--primary-dark); }
.perspective-button-light:hover { background: #edf4f5; color: var(--primary-dark); }
.perspective-text-link { color: var(--primary-dark); border-color: #a4bfc4; }
.perspective-values { background: #fff; border-color: var(--line); }
.perspective-values span { color: #435b64; }
.perspective-values .perspective-icon { color: var(--primary); width: 38px; height: 38px; flex-basis: 38px; padding: 9px; border-radius: 10px; background: #edf5f4; }
.content-section { padding: 64px 0; }
.content-section-head h2 { color: var(--text); font-weight: 600; font-size: clamp(28px, 3vw, 36px); letter-spacing: -.8px; }
#directions > .container > .content-section-head, .perspective-contacts .content-section-head { text-align: left; justify-content: space-between; }
.perspective-directions { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.perspective-direction, .perspective-direction:nth-child(2), .perspective-direction:nth-child(3) { padding: 26px 24px; background: linear-gradient(155deg, #fff 60%, #f1f7f6); border: 1px solid var(--line); border-top: 3px solid var(--primary); border-radius: 12px; box-shadow: 0 8px 24px #173f4906; }
.perspective-direction:hover { transform: none; box-shadow: var(--shadow); border-color: #9cbabe; }
.perspective-number { align-self: flex-start; color: #35626a; font-size: 10px; background: #edf5f4; padding: 6px 10px; border-radius: 4px; }
.perspective-direction h3 { font-size: 22px; margin: 17px 0 12px; letter-spacing: -.4px; }
.perspective-direction p { color: var(--muted); line-height: 1.7; }
.perspective-direction > a { color: var(--primary-dark); border-color: var(--line); }
.perspective-about { padding: 0 0 64px; background: #fff; }
.perspective-about-grid { padding: 44px; border-radius: 12px; background: linear-gradient(115deg, #173f49, #205862); gap: 60px; }
.perspective-about .content-label { color: #aacfd3; }
.perspective-about h2, .perspective-steps strong { color: #fff; }
.perspective-about p, .perspective-steps span { color: #dae5e8; }
.perspective-steps li::before { border-radius: 4px; color: #fff; border-color: #63818a; }
.perspective-steps li:not(:last-child)::after { border-color: #63818a; border-left-style: solid; }
.perspective-class-gallery, .content-section-soft { background: #f4f6f7; }
.class-gallery-window, .class-gallery-photo { border-radius: 10px; }
.class-gallery-pause { accent-color: var(--primary); }
.class-gallery-pause-label { color: var(--muted); }
.content-card, .content-review-card, .content-detail-card { border-radius: 10px; border-color: var(--line); background: #fff; }
.content-card-placeholder { background: #edf2f4; color: #435e69; }
.content-card-click:hover { box-shadow: var(--shadow); transform: none; }
.content-review-mark { color: var(--primary); }
.content-more { border-radius: 4px; border: 1px solid #c5d5d9; background: #fff; color: var(--primary-dark); }
.content-page-head, .content-detail-head { background: #f1f5f6; border-bottom: 1px solid var(--line); }
.content-page-head h1, .content-detail-head h1 { color: #203942; font-weight: 600; }
.content-detail-text { color: var(--text); }
.content-detail-text img, .review-modal__box { border-radius: 4px; }
.content-empty { border-radius: 4px; background: #f4f6f7; border-color: var(--line); }
.perspective-consultation { padding: 52px 0; background: #edf3f4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.perspective-consultation-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.perspective-consultation h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.25; }
.perspective-consultation p { max-width: 640px; margin: 0; color: var(--muted); font-size: 15px; }
.perspective-consultation .perspective-button { flex-shrink: 0; }
.perspective-contacts { padding: 64px 0; background: #fff; }
.perspective-contact-card { border-color: var(--line); border-radius: 6px; background: #fff; }
.perspective-contact-line > .perspective-icon { border-radius: 4px; background: #edf3f4; color: var(--primary); }
.perspective-contact-line > span { color: var(--muted); }
.perspective-contact-line > a { color: var(--primary-dark); }
.perspective-contact-card > .perspective-actions { border-color: var(--line); }
.perspective-map-card { background: #f4f6f7; }
.perspective-map-card iframe { border-radius: 4px; }
.perspective-map-card p { color: var(--muted); }
.store-footer-new { background: #17343e; border-color: #17343e; color: #fff; }
.store-footer-new__logo strong { color: #fff; }
.store-footer-new__logo small, .store-footer-new__brand p { color: #c2d1d6; }
.store-footer-new__nav a, .perspective-footer-contact a, .perspective-footer-contact a:first-of-type { color: #e0eaed; }
.store-footer-new__nav a:hover { color: #fff; }
.store-footer-new__bottom { color: #b9ccd2; border-color: #42606a; }
#home, #directions, #about, #contacts { scroll-margin-top: 145px; }
@media (max-width: 1100px) {
    .store-header-new__menu { background: #fff; }
    .store-header-new__menu a { background: #f1f5f6; }
    .perspective-directions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .perspective-hero-grid { gap: 30px; }
}
@media (max-width: 900px) {
    .perspective-hero-grid { grid-template-columns: 1fr; }
    .perspective-hero-visual { max-width: 680px; width: 100%; margin: 0; }
    .perspective-about-grid { grid-template-columns: 1fr; gap: 32px; }
    .professional-contact-bar span { display: none; }
    .professional-contact-bar .container { justify-content: space-between; }
    .perspective-consultation-row { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 600px) {
    .professional-contact-bar { font-size: 11px; }
    .professional-contact-bar .container { gap: 12px; min-height: 38px; }
    .store-header-new__row { min-height: 72px; }
    .perspective-hero { padding: 36px 0; }
    .perspective-hero-copy h1 { font-size: 36px; letter-spacing: -1px; }
    .perspective-hero-copy > p { font-size: 16px; }
    .perspective-hero-visual { border-radius: 12px; padding: 6px; }
    .perspective-hero-visual > img { border-radius: 7px; }
    .perspective-hero-visual::before { inset: 16px -6px -6px 16px; border-radius: 12px; }
    .perspective-directions { grid-template-columns: 1fr; }
    .perspective-direction { padding: 24px; }
    .content-section, .perspective-contacts { padding: 44px 0; }
    .perspective-about { padding-bottom: 44px; }
    .perspective-about-grid { padding: 30px 24px; }
    .perspective-consultation h2 { font-size: 27px; }
    .perspective-consultation .perspective-button { width: 100%; }
}
