/* M8 lower pages — version 2.0 */

.shell--medium { width: min(1040px, calc(100% - 64px)); }
.shell--narrow-plus { width: min(900px, calc(100% - 64px)); }
.m8-subpage { overflow: hidden; background: var(--paper); }
.sp-section { padding: 96px 0; }
.sp-section--tint { background: linear-gradient(180deg, #fbf8f3, #f8f4ed); }
.section-heading__text { max-width: 680px; margin: 12px auto 0; color: var(--ink-soft); font-size: 12px; }
.gold-rule { display: block; width: 34px; height: 2px; margin: 20px 0 25px; background: var(--gold); }
.center-button { margin: 42px 0 0; text-align: center; }
.text-link-row { margin: 32px 0 0; text-align: center; }
.text-link-row a { font-size: 12px; }
.tiny-note { margin: 18px 0 0; color: #9b948a; font-family: var(--sans); font-size: 9px; text-align: center; }
.notice-bar { margin: 48px 0 0; padding: 15px 22px; border-radius: 5px; background: #f5f1eb; color: #766e64; font-size: 11px; text-align: center; }
.button--gold { background: linear-gradient(90deg, #c28e31, #d7ac58); color: #fff; }
.footer-legal { display: flex; justify-content: center; gap: 24px; margin-bottom: 10px; color: #9c968e; font-family: var(--sans); font-size: 8px; }
.site-nav__list .current-menu-item > a { color: var(--gold); }
.site-nav__list .current-menu-item > a::after { transform: scaleX(1); }

/* Shared lower-page hero */
.subhero { display: grid; grid-template-columns: 46% 54%; min-height: 550px; padding-top: 82px; background: #fcfbf8; }
.subhero__copy { align-self: center; max-width: 560px; margin-left: max(48px, calc((100vw - 1180px) / 2)); padding: 70px 55px 70px 0; }
.subhero__copy h1 { margin-bottom: 25px; font-size: clamp(32px, 3.8vw, 50px); font-weight: 400; line-height: 1.55; letter-spacing: .11em; }
.subhero__copy > p:not(.eyebrow) { margin-bottom: 0; color: var(--ink-soft); font-size: 12px; line-height: 2.05; }
.subhero__image { position: relative; min-height: 468px; overflow: hidden; border-radius: 0 0 0 90px; }
.subhero__image::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, #fcfbf8, transparent); }
.subhero__image img { width: 100%; height: 100%; object-fit: cover; }
.subhero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.subhero--equipment .subhero__image img { object-position: center; }
.subhero--news .subhero__image img { object-position: 42% center; }
.subhero--access .subhero__image img { object-position: 35% center; }

/* Generic cards and split content */
.info-card-grid { display: grid; gap: 20px; }
.info-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.info-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.info-card { min-height: 245px; padding: 34px 26px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.78); box-shadow: 0 12px 34px rgba(82,61,29,.04); text-align: center; }
.info-card--large { min-height: 300px; }
.line-icon { display: block; margin-bottom: 17px; color: var(--gold); font-family: var(--sans); font-size: 42px; font-weight: 300; line-height: 1; }
.info-card h3 { margin-bottom: 16px; font-size: 20px; font-weight: 500; line-height: 1.55; }
.info-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 2; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 550px; }
.split-feature--reverse .split-feature__image { order: 2; }
.split-feature__image { overflow: hidden; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__content { align-self: center; max-width: 630px; padding: 75px 7vw; }
.split-feature__content h2 { margin-bottom: 0; font-size: 30px; font-weight: 500; letter-spacing: .1em; }
.split-feature__content h2 small { font-size: .65em; }
.split-feature__content > p:not(.eyebrow):not(.owner-name) { margin-bottom: 20px; color: var(--ink-soft); font-size: 12px; }
.owner-name { margin-bottom: 26px; font-size: 24px; line-height: 1.6; }
.owner-name small { display: block; font-size: 10px; }
.owner-name i { color: #8d867e; font-family: var(--sans); font-size: 10px; font-style: normal; }
.feature-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #6e665c; font-size: 12px; }
.feature-points li::before { content: "◇"; margin-right: 10px; color: var(--gold); }

.media-card-grid { display: grid; gap: 24px; }
.media-card-grid--2 { grid-template-columns: 1fr 1fr; }
.media-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.media-card > img { width: 100%; height: 260px; object-fit: cover; }
.media-card:last-child > img { object-position: center 57%; }
.media-card > div { padding: 22px 25px 25px; }
.media-card h3 { margin-bottom: 10px; font-size: 18px; font-weight: 500; }
.media-card p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.comparison-table, .price-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.comparison-table th, .comparison-table td, .price-table th, .price-table td { padding: 15px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table thead th, .price-table thead th { background: #faf8f4; font-size: 13px; font-weight: 500; }
.comparison-table thead th:nth-child(2) { position: relative; border: 2px solid var(--gold-light); border-bottom: 1px solid var(--line); }
.comparison-table thead span { position: absolute; top: -20px; right: -20px; display: grid; place-items: center; width: 58px; height: 40px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 9px; }
.comparison-table tbody th { text-align: left; }
.comparison-table tbody td:nth-child(2) { border-right: 2px solid var(--gold-light); border-left: 2px solid var(--gold-light); font-weight: 600; }
.comparison-table tbody tr:last-child td:nth-child(2) { border-bottom: 2px solid var(--gold-light); }
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.persona { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 18px; min-height: 155px; padding: 24px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.portrait { width: 82px; height: 82px; border-radius: 50%; background: url('../images/m8-stylist.png') center/cover; }
.portrait--salon { background-image: url('../images/m8-salon-interior.png'); }
.portrait--staff { background-image: url('../images/m8-stylists.png'); background-position: 16% center; }
.persona h3 { margin-bottom: 7px; font-size: 15px; font-weight: 500; }
.persona p { margin: 0; color: var(--ink-soft); font-size: 10px; }

/* Equipment */
.equipment-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.equipment-card { padding: 8px 8px 25px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.equipment-card__image { height: 260px; overflow: hidden; border-radius: 5px; }
.equipment-card__image img { width: 100%; height: 100%; object-fit: cover; }
.equip-crop--chair img { object-position: 9% center; }
.equip-crop--dryer img { object-position: 4% center; }
.equip-crop--iron img { object-position: 43% center; }
.equip-crop--clipper img { object-position: 95% center; }
.equipment-card h3 { margin: 18px 4px 9px; font-size: 15px; font-weight: 500; }
.equipment-card p { margin: 0 10px; color: var(--ink-soft); font-size: 10px; line-height: 1.9; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { padding: 8px 8px 25px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.product-card__visual { height: 205px; overflow: hidden; border-radius: 5px; background: #eee9e2; }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 90% 25%; filter: brightness(1.2) saturate(.6); transform: scale(1.4); }
.product-card__visual--2 img { object-position: 78% 20%; }
.product-card__visual--3 img { object-position: 71% 30%; }
.product-card__visual--4 img { object-position: 84% 35%; }
.product-card h3 { margin: 18px 4px 9px; font-size: 14px; font-weight: 500; }
.product-card p { margin: 0 8px; color: var(--ink-soft); font-size: 10px; }
.equipment-banner { background: #1d1d1c; color: #fff; }
.equipment-banner .shell { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 365px; }
.equipment-banner h2 { font-size: 29px; font-weight: 400; }
.equipment-banner p { max-width: 560px; color: #c2bfba; font-size: 11px; }
.equipment-banner img { width: 100%; height: 365px; object-fit: cover; filter: brightness(.58); }
.image-cta { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 480px; background: #f7f3ed; }
.image-cta__copy { z-index: 2; padding: 70px max(32px, 6vw); }
.image-cta h2 { font-size: 28px; font-weight: 400; line-height: 1.7; }
.image-cta p { color: var(--ink-soft); font-size: 11px; }
.image-cta__copy > div { display: flex; gap: 13px; margin-top: 25px; }
.image-cta > img { width: 100%; height: 480px; object-fit: cover; }

/* System */
.step-cards { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; }
.step-cards > i { color: var(--gold); font-size: 35px; font-style: normal; }
.step-card { min-height: 250px; padding: 35px 25px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.step-card > span { color: var(--gold); font-size: 13px; }
.step-card > b { display: block; margin: 7px 0 13px; color: var(--gold); font-size: 35px; font-weight: 400; }
.step-card h3 { margin-bottom: 13px; font-size: 17px; font-weight: 500; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.commission-flow { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.commission-flow > div { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.commission-flow > i { z-index: 2; display: grid; place-items: center; width: 55px; height: 55px; margin-inline: -10px; border-radius: 50%; background: var(--gold-light); color: #fff; font-size: 30px; font-style: normal; }
.commission-flow h3 { margin: 0; padding: 18px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 400; }
.commission-flow h3 strong { font-size: 30px; }
.commission-flow p { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 24px; }
.commission-flow p span + span { border-left: 1px solid var(--line); }
.commission-flow b { font-size: 47px; font-weight: 400; }
.commission-flow b.gold { color: var(--gold); }
.commission-flow small { font-size: 20px; }
.income-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.income-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.income-card h3 { margin: 0; padding: 16px 25px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 500; text-align: center; }
.income-card dl { margin: 0; padding: 22px 30px; }
.income-card dl div { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; }
.income-card dd { margin: 0; }
.income-card > p { display: flex; align-items: flex-end; justify-content: space-between; margin: 0; padding: 20px 30px; border-top: 1px solid var(--line); font-size: 11px; }
.income-card strong { color: var(--gold); font-size: 32px; font-weight: 400; line-height: 1; }
.income-card strong small { font-size: 12px; }
.rank-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.rank-card { position: relative; min-height: 245px; padding: 30px 21px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.rank-card--active { border-color: var(--gold-light); box-shadow: 0 8px 25px rgba(177,128,45,.13); }
.rank-card > b { display: block; margin-bottom: 15px; color: var(--gold); font-size: 24px; font-weight: 400; line-height: 1.2; }
.rank-card > b small { font-size: 9px; }
.rank-card h3 { margin-bottom: 12px; font-size: 14px; font-weight: 500; }
.rank-card p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.rank-card > span { display: inline-block; margin-top: 14px; padding: 3px 18px; border-radius: 20px; background: var(--gold); color: #fff; font-size: 9px; }
.price-table th:nth-child(2), .price-table td:nth-child(2) { background: #fff9ec; }
.price-table thead th:nth-child(2) { background: var(--gold); color: #fff; }

/* Flow */
.flow-timeline { position: relative; }
.flow-timeline::before { content: ""; position: absolute; top: 48px; bottom: 48px; left: 174px; width: 1px; background: var(--line); }
.flow-step { position: relative; display: grid; grid-template-columns: 120px 105px 1fr; align-items: center; gap: 28px; min-height: 165px; }
.flow-step__number { color: var(--gold); font-size: 45px; line-height: 1; text-align: right; }
.flow-step__number small { display: block; margin-bottom: 7px; font-family: var(--sans); font-size: 10px; letter-spacing: .15em; }
.flow-step__icon { z-index: 1; display: grid; place-items: center; width: 90px; height: 90px; border-radius: 50%; background: #fff; box-shadow: 0 10px 35px rgba(62,48,27,.08); color: var(--gold); font-size: 32px; }
.flow-step__body h3 { margin-bottom: 8px; font-size: 19px; font-weight: 500; }
.flow-step__body p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 11px; }

/* Stylist */
.filter-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; max-width: 1040px; margin: 38px auto 0; padding: 18px 25px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.95); }
.filter-tabs button { min-width: 110px; padding: 10px 22px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-soft); font-family: var(--sans); font-size: 10px; letter-spacing: .07em; cursor: pointer; }
.filter-tabs button.is-active { border-color: var(--gold); color: var(--gold); }
.staff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; }
.staff-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 10px 30px rgba(64,47,25,.045); }
.staff-photo { position: relative; height: 310px; overflow: hidden; }
.staff-photo img { width: 100%; height: 100%; object-fit: cover; }
.staff-photo--1 img { object-position: 7% center; }
.staff-photo--2 img { object-position: 36% center; }
.staff-photo--3 img { object-position: 65% center; }
.staff-photo--4 img { object-position: 94% center; }
.staff-photo > span { position: absolute; bottom: -19px; left: 21px; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--gold); border-radius: 50%; background: #fff; color: var(--gold); font-size: 24px; line-height: 1; }
.staff-photo > span small { font-family: var(--sans); font-size: 7px; }
.staff-card__body { padding: 32px 21px 20px; }
.staff-card h3 { margin-bottom: 0; font-size: 19px; font-weight: 500; text-align: center; }
.staff-name-en { color: #9b948b !important; font-family: var(--sans); font-size: 9px !important; text-align: center; }
.tag-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; margin: 14px 0; }
.tag-list span { padding: 3px 8px; border: 1px solid var(--line); border-radius: 3px; font-family: var(--sans); font-size: 8px; }
.staff-card__body > p { color: var(--ink-soft); font-size: 10px; }
.staff-card__body > a { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--sans); font-size: 9px; }
.featured-staff { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.featured-staff__photo { height: 500px; overflow: hidden; }
.featured-staff__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 7% center; }
.featured-staff__body { position: relative; padding: 55px 55px 35px; }
.rank-badge { position: absolute; top: 25px; right: 28px; display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 25px; line-height: 1; }
.rank-badge small { font-size: 7px; }
.featured-staff h2 { margin-bottom: 30px; font-size: 28px; font-weight: 400; }
.featured-staff h2 i { color: #928a80; font-family: var(--sans); font-size: 10px; font-style: normal; }
.featured-staff dl { margin: 0 0 25px; }
.featured-staff dl div { margin-bottom: 20px; }
.featured-staff dt { color: var(--gold); font-size: 12px; }
.featured-staff dd { margin: 3px 0 0; color: var(--ink-soft); font-size: 10px; }
.featured-staff .button { width: 100%; }
.find-stylist { position: relative; padding: 70px 0; background: linear-gradient(rgba(248,243,235,.87),rgba(248,243,235,.87)), url('../images/m8-salon-interior.png') center/cover; }
.find-stylist header { margin-bottom: 28px; text-align: center; }
.find-stylist header h2 { margin-bottom: 5px; font-size: 27px; font-weight: 400; }
.find-stylist header p { font-size: 11px; }
.find-stylist .shell > div { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin-inline: auto; }
.find-stylist article { position: relative; padding: 32px 35px 28px 75px; border-radius: 7px; background: #fff; }
.find-stylist article > span { position: absolute; top: 35px; left: 27px; color: var(--gold); font-size: 34px; }
.find-stylist article h3 { margin-bottom: 10px; font-size: 15px; font-weight: 500; }
.find-stylist article p { color: var(--ink-soft); font-size: 10px; }
.find-stylist article a { color: var(--gold); font-size: 11px; }

/* Gallery */
.gallery-page-section { padding-top: 35px; }
.gallery-filter { border: 0; }
.masonry-gallery { columns: 3; column-gap: 15px; }
.masonry-item { break-inside: avoid; margin: 0 0 15px; overflow: hidden; border-radius: 5px; background: #f4f0e9; }
.masonry-item img { width: 100%; height: 280px; object-fit: cover; }
.masonry-item.tall img { height: 390px; }
.masonry-item.gallery-pos--right img { object-position: 80% center; }
.masonry-item.gallery-pos--left img { object-position: 10% center; }
.masonry-item.gallery-pos--top img { object-position: center 20%; }
.masonry-item figcaption { padding: 7px 12px; background: #f8f6f2; font-family: var(--sans); font-size: 8px; letter-spacing: .14em; }
.commitment-row { display: grid; grid-template-columns: 310px 1fr; align-items: center; gap: 55px; }
.commitment-row__image { overflow: hidden; border-radius: 7px; }
.commitment-row__image img { width: 100%; height: 310px; object-fit: cover; object-position: 35% center; }
.commitment-row__body h2 { font-size: 26px; font-weight: 400; }
.commitment-row__body > p:not(.eyebrow) { color: var(--ink-soft); font-size: 11px; }
.mini-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 25px; }
.mini-points span { color: var(--gold); font-size: 30px; }
.mini-points h3 { margin: 5px 0; font-size: 14px; font-weight: 500; }
.mini-points p { margin: 0; color: var(--ink-soft); font-size: 9px; }
.instagram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.instagram-grid a { position: relative; overflow: hidden; border-radius: 5px; }
.instagram-grid a::after { content: "◎"; position: absolute; right: 10px; bottom: 8px; color: #fff; }
.instagram-grid img { width: 100%; height: 225px; object-fit: cover; transition: transform .5s ease; }
.instagram-grid a:hover img { transform: scale(1.04); }

/* News */
.featured-news { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; padding: 45px; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: var(--shadow); }
.featured-news__image { overflow: hidden; border-radius: 6px; }
.featured-news__image img { width: 100%; height: 315px; object-fit: cover; }
.featured-news > div > p:first-child { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; color: #918a80; font-family: var(--sans); font-size: 9px; }
.featured-news > div > p span { padding: 5px 17px; border-radius: 20px; background: var(--gold); color: #fff; }
.featured-news h2 { margin-bottom: 20px; font-size: 23px; font-weight: 400; line-height: 1.6; }
.featured-news > div > div { margin-bottom: 23px; color: var(--ink-soft); font-size: 11px; }
.news-filter { margin-top: 70px; border: 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; margin-top: 30px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 8px 25px rgba(65,47,23,.045); }
.news-card__image { display: block; height: 245px; overflow: hidden; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover img { transform: scale(1.04); }
.news-card > div { padding: 20px 20px 25px; }
.news-card__meta { display: flex; justify-content: space-between; color: #958e84; font-family: var(--sans); font-size: 8px !important; }
.news-card__meta span { padding: 3px 10px; border-radius: 20px; background: #f5eee1; color: #987139; }
.news-card h3 { margin: 16px 0 10px; font-size: 16px; font-weight: 500; }
.news-card > div > p:last-child { margin: 0; color: var(--ink-soft); font-size: 10px; }
.newsletter { display: grid; grid-template-columns: auto 1fr 260px auto; align-items: center; gap: 24px; margin-top: 60px; padding: 35px 45px; border-radius: 7px; background: #f6f3ee; }
.newsletter > span { color: var(--gold); font-size: 44px; }
.newsletter h2 { margin-bottom: 3px; font-size: 22px; font-weight: 400; }
.newsletter p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.newsletter input { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-family: var(--sans); font-size: 11px; }
.pagination-demo { display: flex; justify-content: center; gap: 24px; margin-top: 45px; font-family: var(--sans); font-size: 11px; }
.pagination-demo b { display: grid; place-items: center; width: 32px; height: 32px; margin-top: -7px; border-radius: 50%; background: var(--gold); color: #fff; }

/* Contact */
.subhero--contact { position: relative; min-height: 560px; background: #171716; color: #fff; }
.subhero--contact .subhero__copy { z-index: 2; }
.subhero--contact .subhero__copy > p { color: #d2cec7; }
.subhero--contact .subhero__image { position: absolute; inset: 82px 0 0; border-radius: 0; opacity: .48; }
.subhero--contact .subhero__image::before { inset: 0; width: 100%; background: linear-gradient(90deg, #171716 12%, rgba(23,23,22,.72) 52%, rgba(23,23,22,.18)); }
.contact-forms { background: radial-gradient(circle at 80% 20%, #343432, transparent 35%), #20201f; color: #fff; }
.contact-forms .section-heading h2 { color: #fff; }
.form-alert { padding: 14px 20px; border: 1px solid #d89080; border-radius: 5px; background: rgba(160,58,36,.25); text-align: center; }
.form-alert--success { border-color: #74bc8b; background: rgba(45,140,76,.25); }
.form-panel { display: grid; grid-template-columns: 280px 1fr; gap: 40px; margin-bottom: 30px; padding: 38px; border-radius: 7px; background: #fff; color: var(--ink); }
.form-panel__intro { padding: 55px 20px; border-right: 1px solid var(--line); }
.form-panel__intro h2 { font-size: 21px; font-weight: 400; line-height: 1.6; }
.form-panel__intro p { color: var(--ink-soft); font-size: 11px; }
.form-panel__intro small { color: #a39b91; font-size: 9px; }
.m8-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 18px; }
.m8-form label { display: flex; flex-direction: column; gap: 5px; font-family: var(--sans); font-size: 10px; font-weight: 600; }
.m8-form label em { color: #d36e5d; font-size: 8px; font-style: normal; }
.m8-form input, .m8-form textarea, .m8-form select { width: 100%; padding: 12px 14px; border: 1px solid #ddd8d1; border-radius: 4px; background: #fff; color: var(--ink); font-family: var(--sans); font-size: 11px; font-weight: 400; }
.m8-form textarea { resize: vertical; }
.m8-form__wide { grid-column: 1 / -1; }
.m8-form .button { min-width: 260px; margin: 22px 0 0 18px; }
.m8-form .button span { margin-left: auto; }
.m8-honeypot { position: absolute !important; left: -9999px; }
.other-contacts { margin-top: 65px; text-align: center; }
.other-contacts h2 { margin-bottom: 30px; font-size: 26px; font-weight: 400; }
.other-contacts > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.phone-contact, .line-contact { position: relative; display: grid; grid-template-columns: 75px 1fr; grid-template-rows: auto auto auto; align-items: center; padding: 23px 30px; border: 1px solid #6d6b66; border-radius: 6px; text-align: left; }
.phone-contact > span, .line-contact > span { grid-row: 1 / 4; font-family: var(--sans); font-size: 32px; text-align: center; }
.phone-contact small, .line-contact small { font-size: 9px; }
.phone-contact strong, .line-contact strong { font-size: 18px; font-weight: 400; }
.phone-contact i, .line-contact i { color: #aaa7a0; font-family: var(--sans); font-size: 8px; font-style: normal; }
.line-contact { border-color: var(--green); background: var(--green); color: #fff; }
.line-contact > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--green); font-size: 10px; }
.line-contact i { color: rgba(255,255,255,.8); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { padding: 15px 45px; text-align: center; }
.trust-grid article + article { border-left: 1px solid var(--gold-light); }
.trust-grid span { color: var(--gold); font-size: 32px; }
.trust-grid h3 { margin: 10px 0; font-size: 16px; font-weight: 500; }
.trust-grid p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.contact-access { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 300px; background: #f5f2ec; }
.contact-access > img { width: 100%; height: 300px; object-fit: cover; }
.contact-access > div:not(.mini-map) { padding: 35px 45px; }
.contact-access h2 { font-size: 22px; font-weight: 400; }
.contact-access p { color: var(--ink-soft); font-size: 10px; }
.mini-map { position: relative; width: calc(100% - 70px); height: 200px; background: repeating-linear-gradient(25deg, #e5eadf 0 2px, transparent 2px 30px), repeating-linear-gradient(100deg, #e7e3da 0 2px, #f8f6f1 2px 38px); }
.mini-map span { position: absolute; top: 45%; left: 50%; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 50% 0; background: var(--gold); color: #fff; transform: rotate(-45deg); }

/* Access */
.access-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.map-placeholder { position: relative; min-height: 570px; overflow: hidden; border-radius: 7px; background: #eff1eb; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; width: 130%; height: 35px; background: #fff; transform: rotate(-16deg); top: 25%; left: -15%; box-shadow: 0 0 0 7px #dce3d6; }
.map-placeholder::after { top: 70%; transform: rotate(24deg); box-shadow: 0 0 0 5px #eadfbd; }
.map-road { position: absolute; width: 140%; height: 12px; background: #fff; transform-origin: left; }
.map-road--1 { top: 18%; left: -10%; transform: rotate(35deg); }
.map-road--2 { top: 48%; left: -10%; transform: rotate(-5deg); }
.map-road--3 { top: 88%; left: -5%; transform: rotate(-25deg); }
.map-river { position: absolute; top: 15%; left: 68%; width: 42px; height: 110%; background: #cfe7ed; transform: rotate(14deg); }
.map-placeholder b { position: absolute; z-index: 3; top: 43%; left: 47%; display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50% 50% 50% 0; background: var(--gold); color: #fff; font-weight: 400; transform: rotate(-45deg); }
.map-placeholder b small { font-size: 5px; }
.map-placeholder i { position: absolute; z-index: 3; bottom: 9%; left: 12%; color: #777; font-size: 11px; font-style: normal; }
.shop-info { padding: 20px 40px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.shop-info h2 { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 24px; font-weight: 400; }
.shop-info dl { margin: 0; }
.shop-info dl div { display: grid; grid-template-columns: 130px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.shop-info dt { font-size: 12px; }
.shop-info dt span { margin-right: 10px; color: var(--gold); }
.shop-info dd { margin: 0; color: var(--ink-soft); font-size: 11px; }
.shop-info > p { margin: 20px 0 0; color: #999188; font-size: 9px; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.route-card { position: relative; padding: 24px 18px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; }
.route-card:not(:last-child)::after { content: "›"; position: absolute; z-index: 2; top: 50%; right: -15px; color: var(--gold); font-size: 30px; }
.route-card small { color: var(--gold); font-family: var(--sans); font-size: 9px; letter-spacing: .15em; }
.route-card h3 { margin: 8px 0 15px; font-size: 16px; font-weight: 500; }
.route-card p { margin: 15px 0 0; color: var(--ink-soft); font-size: 9px; }
.route-visual { height: 185px; overflow: hidden; border-radius: 4px; background: #e5e3dc; }
.route-visual img { width: 100%; height: 100%; object-fit: cover; }
.route-visual--station { display: grid; place-items: center; background: linear-gradient(#f8f8f5 0 22%, #e2c048 22% 32%, #929898 32% 65%, #dedede 65%); color: #555; font-family: var(--sans); font-size: 11px; }
.route-visual--cross { background: linear-gradient(90deg, transparent 45%, #555 45% 55%, transparent 55%), linear-gradient(#9eada1 45%, #fafafa 45% 48%, #777 48% 65%, #d0c4b2 65%); }

/* Filter state */
[data-filter-item].is-filtered-out { display: none !important; }

@media (max-width: 1000px) {
	.subhero { grid-template-columns: 48% 52%; }
	.subhero__copy { margin-left: 35px; padding-right: 35px; }
	.equipment-grid { grid-template-columns: repeat(3, 1fr); }
	.staff-grid { grid-template-columns: repeat(2, 1fr); }
	.persona-grid { grid-template-columns: 1fr; }
	.newsletter { grid-template-columns: auto 1fr; }
	.newsletter label { grid-column: 1 / 3; }
	.newsletter .button { grid-column: 1 / 3; }
}

@media (max-width: 900px) {
	.shell--medium, .shell--narrow-plus { width: min(720px, calc(100% - 42px)); }
	.sp-section { padding: 76px 0; }
	.subhero { display: flex; flex-direction: column; padding-top: 72px; }
	.subhero__copy { width: min(720px, calc(100% - 42px)); max-width: none; margin: 0 auto; padding: 60px 0 42px; }
	.subhero__image { min-height: 440px; border-radius: 0; }
	.subhero__image::before { display: none; }
	.subhero--contact { min-height: 600px; }
	.subhero--contact .subhero__copy { padding-top: 145px; }
	.subhero--contact .subhero__image { inset: 72px 0 0; }
	.subhero--contact .subhero__image::before { display: block; }
	.info-card-grid--4 { grid-template-columns: 1fr 1fr; }
	.split-feature { grid-template-columns: 1fr; }
	.split-feature--reverse .split-feature__image { order: 0; }
	.split-feature__image { min-height: 430px; }
	.split-feature__content { max-width: 720px; margin: auto; padding: 60px 30px; }
	.equipment-grid { grid-template-columns: repeat(2, 1fr); }
	.product-grid { grid-template-columns: 1fr 1fr; }
	.image-cta { grid-template-columns: 1fr; }
	.image-cta > img { order: -1; height: 360px; }
	.step-cards { grid-template-columns: 1fr; }
	.step-cards > i { transform: rotate(90deg); text-align: center; }
	.commission-flow { grid-template-columns: 1fr; gap: 0; }
	.commission-flow > i { margin: -8px auto; transform: rotate(90deg); }
	.rank-grid { grid-template-columns: 1fr 1fr; }
	.flow-step { grid-template-columns: 95px 95px 1fr; }
	.flow-timeline::before { left: 141px; }
	.featured-staff { grid-template-columns: 1fr; }
	.featured-staff__photo { height: 520px; }
	.commitment-row { grid-template-columns: 1fr; }
	.commitment-row__image img { height: 380px; }
	.news-grid { grid-template-columns: 1fr 1fr; }
	.featured-news { grid-template-columns: 1fr; }
	.form-panel { grid-template-columns: 1fr; }
	.form-panel__intro { padding: 10px 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
	.other-contacts > div { grid-template-columns: 1fr; }
	.contact-access { grid-template-columns: 1fr 1fr; }
	.contact-access > img { height: 300px; }
	.contact-access .mini-map { display: none; }
	.access-overview { grid-template-columns: 1fr; }
	.map-placeholder { min-height: 460px; }
	.route-grid { grid-template-columns: 1fr 1fr; }
	.route-card:nth-child(2)::after { display: none; }
}

@media (max-width: 600px) {
	.shell--medium, .shell--narrow-plus { width: calc(100% - 36px); }
	.sp-section { padding: 60px 0; }
	.subhero { padding-top: 66px; }
	.subhero__copy { width: calc(100% - 36px); padding: 46px 0 34px; }
	.subhero__copy h1 { font-size: 31px; }
	.subhero__copy > p:not(.eyebrow) { font-size: 11px; }
	.subhero__copy br { display: none; }
	.subhero__image { min-height: 310px; }
	.subhero__actions { display: grid; }
	.subhero__actions .button { width: 100%; }
	.info-card-grid--3, .info-card-grid--4 { grid-template-columns: 1fr; }
	.info-card { min-height: 0; }
	.split-feature__image { min-height: 310px; }
	.split-feature__content { padding: 48px 18px; }
	.media-card-grid--2 { grid-template-columns: 1fr; }
	.feature-points { grid-template-columns: 1fr; }
	.comparison-table, .price-table { min-width: 690px; }
	.equipment-grid { grid-template-columns: 1fr; }
	.equipment-card__image { height: 320px; }
	.product-grid { grid-template-columns: 1fr; }
	.equipment-banner .shell { grid-template-columns: 1fr; padding: 45px 0 0; }
	.equipment-banner img { height: 260px; }
	.image-cta__copy > div { flex-direction: column; }
	.income-grid { grid-template-columns: 1fr; }
	.rank-grid { grid-template-columns: 1fr; }
	.flow-timeline::before { left: 53px; }
	.flow-step { grid-template-columns: 75px 1fr; gap: 12px; padding: 20px 0; }
	.flow-step__number { font-size: 32px; text-align: left; }
	.flow-step__icon { width: 68px; height: 68px; }
	.flow-step__body { grid-column: 2; }
	.filter-tabs { flex-wrap: nowrap; justify-content: flex-start; margin-top: 20px; padding: 12px 18px; overflow-x: auto; border-radius: 0; }
	.filter-tabs button { flex: 0 0 auto; min-width: 95px; }
	.staff-grid { grid-template-columns: 1fr; }
	.staff-photo { height: 390px; }
	.featured-staff__photo { height: 390px; }
	.featured-staff__body { padding: 65px 24px 30px; }
	.find-stylist .shell > div { grid-template-columns: 1fr; }
	.masonry-gallery { columns: 2; column-gap: 10px; }
	.masonry-item, .masonry-item.tall { margin-bottom: 10px; }
	.masonry-item img, .masonry-item.tall img { height: 240px; }
	.mini-points { grid-template-columns: 1fr; }
	.instagram-grid { grid-template-columns: 1fr; }
	.featured-news { gap: 25px; padding: 20px; }
	.featured-news__image img { height: 240px; }
	.news-grid { grid-template-columns: 1fr; }
	.newsletter { grid-template-columns: 1fr; padding: 28px 22px; }
	.newsletter label, .newsletter .button { grid-column: 1; }
	.form-panel { padding: 24px 17px; }
	.m8-form__grid { grid-template-columns: 1fr; }
	.m8-form__wide { grid-column: 1; }
	.m8-form .button { width: 100%; min-width: 0; margin-left: 0; }
	.phone-contact, .line-contact { grid-template-columns: 55px 1fr; padding: 20px 15px; }
	.phone-contact strong, .line-contact strong { font-size: 15px; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-grid article + article { border-top: 1px solid var(--gold-light); border-left: 0; }
	.contact-access { grid-template-columns: 1fr; }
	.contact-access > div:not(.mini-map) { padding: 38px 20px; }
	.shop-info { padding: 20px; }
	.shop-info dl div { grid-template-columns: 1fr; gap: 6px; }
	.route-grid { grid-template-columns: 1fr; }
	.route-card::after { display: none; }
}
