:root {
  --ink: #0a0b0a;
  --forest: #101813;
  --cream: #f6f2ea;
  --paper: #eee8de;
  --text: #26221d;
  --muted: #6b6258;
  --brass: #c9a770;
  --deep-gold: #a88149;
  --line: rgba(38, 34, 29, 0.18);
  --line-dark: rgba(255, 255, 255, 0.14);
  --focus: #d9b982;
  --white: #fff;
  --font-display: "DM Sans", "Segoe UI", Arial, sans-serif;
  --font-body: "DM Sans", "Segoe UI", Arial, sans-serif;
  --container: 1280px;
  --radius: 6px;
  --shadow: 0 20px 60px rgba(10, 11, 10, 0.16);
  --headline-xl: 72px;
  --headline-lg: 48px;
  --headline-md: 30px;
  --body: 16px;
  --label: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--text);
  font: 400 var(--body)/1.7 var(--font-body);
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
main { display: block; min-width: 0; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  min-width: 0;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}
p, li, blockquote { text-wrap: pretty; }
.site-container { width: min(calc(100% - 160px), var(--container)); margin-inline: auto; }
.section { padding-block: 112px; }
.section-paper { background: var(--paper); }
.section-dark { background: var(--forest); color: var(--cream); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--deep-gold);
  font-size: var(--label);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.section-title { margin-bottom: 18px; font-size: var(--headline-lg); }
.section-lead { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.section-dark .section-lead { color: rgba(246, 242, 234, 0.72); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.button-gold { background: var(--brass); color: #17130d; }
.button-gold:hover { background: #dcc08e; }
.button-outline { border-color: currentColor; background: transparent; }
.button-outline:hover { border-color: var(--brass); color: var(--brass); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--cream); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
}
textarea { min-height: 130px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-full { grid-column: 1 / -1; }
.empty-state { padding: 48px; border: 1px solid var(--line); text-align: center; }
.pagination-wrap, .pagination-wrapper { width: 100%; margin-top: 40px; overflow: hidden; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pagination .page-item { display: flex; margin: 0; padding: 0; }
.pagination .page-link { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); font-size: 14px; line-height: 1; }
.pagination a.page-link:hover, .pagination .active .page-link { border-color: var(--forest); background: var(--forest); color: var(--white); }
.pagination .disabled .page-link { opacity: 0.42; pointer-events: none; }
.pagination .page-link svg { width: 16px !important; height: 16px !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

.container { width: min(calc(100% - 80px), 1280px); margin-inline: auto; }
.homepage { background: var(--cream); }
.hero-section { position: relative; min-height: 720px; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .84; }
.hero-section::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,5,.96) 0%, rgba(5,6,5,.78) 35%, rgba(5,6,5,.12) 72%), linear-gradient(0deg, rgba(5,6,5,.4), transparent 35%); content: ""; }
.hero-content-wrap { position: relative; z-index: 1; display: flex; width: min(calc(100% - 80px), var(--container)); min-height: 720px; margin-inline: auto; align-items: center; }
.hero-content { width: min(560px, 100%); padding-top: 62px; }
.hero-title { max-width: 540px; margin-bottom: 20px; color: var(--cream); font-size: clamp(40px, 3.9vw, 58px); line-height: .96; text-transform: uppercase; }
.hero-title::first-line { color: var(--white); }
.hero-expertise { max-width: 440px; margin-bottom: 16px; color: rgba(246,242,234,.82); font-size: 15px; }
.hero-desc { max-width: 470px; margin-bottom: 28px; color: rgba(246,242,234,.72); font-size: 15px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 20px; margin: 18px 0; color: var(--brass); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; }
.hero-badge svg { width: 20px; height: 20px; }
.hero-actions, .transformation-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary, .btn-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid var(--brass); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.btn-primary { background: var(--brass); color: var(--ink); }
.btn-primary:hover { background: #e2c58f; border-color: #e2c58f; }
.btn-secondary { color: var(--cream); }
.why-choose-section .btn-secondary { border-color: var(--ink); color: var(--ink); }
.why-choose-section .btn-secondary:hover { background: var(--brass); border-color: var(--brass); color: var(--ink); }
.btn-secondary:hover { background: var(--brass); color: var(--ink); }
.hero-booking-form { position: absolute; z-index: 2; top: 50%; right: max(40px, calc((100vw - var(--container)) / 2)); width: min(340px, calc(100% - 80px)); transform: translateY(-42%); }
.booking-form-card { padding: 28px; border: 1px solid rgba(201,167,112,.38); background: rgba(15,17,15,.82); box-shadow: 0 20px 60px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.booking-form-title { margin-bottom: 22px; color: var(--cream); font-size: 28px; }
.booking-form { display: grid; gap: 12px; }
.booking-form label { color: rgba(246,242,234,.7); font-size: 10px; text-transform: uppercase; }
.booking-form input, .booking-form select { min-height: 42px; border-color: rgba(246,242,234,.18); background: rgba(255,255,255,.07); color: var(--cream); }
.booking-form input, .booking-form select { color-scheme: dark; }
.booking-form input[data-date-input], .booking-form input[data-time-input] { min-width: 0; padding-right: 40px; font-size: 12px; background-repeat: no-repeat; background-position: right 12px center; background-size: 16px 16px; }
.booking-form input[data-date-input] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f6f2ea' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E"); }
.booking-form input[data-time-input] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f6f2ea' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E"); }
.booking-form input[data-date-input]::-webkit-calendar-picker-indicator, .booking-form input[data-time-input]::-webkit-calendar-picker-indicator { opacity: 0; width: 20px; height: 20px; }
.booking-form select option { color: var(--text); }
.form-row, .form-group, .booking-form-card, .booking-form { min-width: 0; }
@media (max-width: 560px) { .booking-form .form-row { gap: 8px; }.booking-form input[data-date-input], .booking-form input[data-time-input] { padding: 10px 26px 10px 10px; font-size: 11px; }.booking-form input[type="date"]::-webkit-datetime-edit, .booking-form input[type="time"]::-webkit-datetime-edit { font-size: 11px; } }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.booking-form input, .booking-form select { min-width: 0; }
.booking-form-status { margin: 0 0 8px; color: var(--brass); font-size: 12px; line-height: 1.4; }
.booking-form-status.is-error { color: #f1aaaa; }
.btn-block { width: 100%; border: 0; cursor: pointer; }
.stats-section { background: var(--forest); color: var(--cream); }
.stats-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 26px 0; }
.stat-item { min-width: 0; padding: 4px 20px; border-right: 1px solid var(--line-dark); text-align: center; }
.stat-item:last-child { border-right: 0; }
.stat-icon { color: var(--brass); }
.stat-icon svg { width: 26px; height: 26px; margin: 0 auto 8px; }
.stat-number { color: var(--brass); font: 500 28px/1 var(--font-display); }
.stat-label { margin-top: 6px; color: rgba(246,242,234,.7); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.core-services, .transformations-section, .why-choose-section { padding: 92px 0; }
.section-header { margin-bottom: 38px; text-align: center; }
.section-subtitle, .transformations-header .gallery-link { color: var(--deep-gold); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-title { font-size: clamp(34px, 4vw, 52px); }
.services-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card-cream { position: relative; overflow: hidden; min-width: 0; border-radius: var(--radius); background: var(--ink); color: var(--cream); box-shadow: var(--shadow); }
.service-card-number { position: absolute; z-index: 1; top: 18px; left: 18px; color: var(--cream); font: 500 23px var(--font-display); }
.service-card-image { height: 290px; }
.homepage .service-card-image { width: 100%; aspect-ratio: auto; }
.homepage .service-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: .76; }
.service-card-content { position: relative; min-height: 218px; padding: 22px; background: linear-gradient(180deg, rgba(10,11,10,.2), var(--ink) 26%); }
.service-card-icon { color: var(--brass); }
.service-card-icon svg { width: 26px; height: 26px; }
.service-card-title { margin: 12px 0 8px; color: var(--cream); font-size: 28px; text-transform: uppercase; }
.service-card-desc { min-height: 52px; color: rgba(246,242,234,.68); font-size: 13px; }
.service-card-link, .gallery-link { color: var(--brass); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.why-choose-section { background: var(--paper); }
.why-choose-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.salon-tour-wrapper { position: relative; overflow: hidden; aspect-ratio: 1.18; border-radius: var(--radius); }
.salon-tour-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.salon-tour-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.2); }
.play-button { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid var(--cream); border-radius: 50%; color: var(--cream); }
.play-button svg { width: 25px; }
.salon-tour-label { position: absolute; bottom: 22px; left: 24px; color: var(--cream); font: 500 19px var(--font-display); letter-spacing: .04em; }
.why-choose-title { margin-bottom: 16px; font-size: clamp(38px, 4vw, 56px); text-transform: uppercase; }
.why-choose-intro { color: var(--muted); }
.why-choose-list { display: grid; gap: 14px; margin: 26px 0 30px; padding: 0; list-style: none; }
.why-choose-item { display: flex; min-width: 0; align-items: flex-start; gap: 10px; color: var(--text); font-size: 14px; }
.check-icon { flex: 0 0 auto; color: var(--deep-gold); }
.transformations-section { background: #e6e2da; }
.transformations-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.transformations-title { margin-bottom: 0; font-size: clamp(38px, 4vw, 56px); text-transform: uppercase; }
.transformations-tabs { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 20px; }
.tab-btn { padding: 0 0 8px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.tab-btn.active, .tab-btn:hover { border-color: var(--deep-gold); color: var(--deep-gold); }
.tab-content { display: none; }
.tab-content.active { display: block; }
.transformations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.transformation-item { position: relative; overflow: hidden; aspect-ratio: 1.2; border-radius: 4px; }
.transformation-item img { width: 100%; height: 100%; object-fit: cover; }
.transformation-label { position: absolute; bottom: 10px; left: 10px; padding: 4px 7px; background: rgba(0,0,0,.55); color: var(--cream); font-size: 9px; letter-spacing: .1em; }
.testimonials-section { padding: 78px 0; background: var(--forest); color: var(--cream); }
.testimonials-title { margin-bottom: 34px; text-align: center; font-size: clamp(36px, 4vw, 52px); text-transform: uppercase; }
.testimonials-carousel-wrapper { position: relative; padding: 0 44px; }
.testimonials-carousel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.testimonial-card { display: flex; min-width: 0; min-height: 240px; flex-direction: column; padding: 22px; border: 1px solid rgba(201,167,112,.3); border-radius: 5px; background: rgba(255,255,255,.02); }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 18px; color: var(--brass); }
.testimonial-stars .star { width: 14px; height: 14px; }
.testimonial-text { flex: 1; color: rgba(246,242,234,.78); font-size: 13px; font-style: italic; }
.testimonial-author { display: grid; gap: 4px; color: var(--brass); font-size: 11px; letter-spacing: .06em; }
.country-flag { color: rgba(246,242,234,.62); font-size: 10px; letter-spacing: 0; }
.testimonial-nav { position: absolute; top: 50%; z-index: 1; width: 30px; height: 30px; padding: 4px; border: 1px solid var(--brass); border-radius: 50%; background: transparent; color: var(--brass); transform: translateY(-50%); }
.testimonial-nav.prev { left: 0; }.testimonial-nav.next { right: 0; }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.testimonial-dots .dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(246,242,234,.28); }.testimonial-dots .dot.active { width: 22px; border-radius: 5px; background: var(--brass); }
.transformation-cta-section { background: var(--ink); color: var(--cream); }
.transformation-cta-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.transformation-cta-content { display: flex; flex-direction: column; justify-content: center; padding: 62px 58px 62px 0; }
.transformation-cta-title { margin-bottom: 28px; font-size: clamp(38px, 4vw, 58px); text-transform: uppercase; }
.cta-contact-items { display: grid; gap: 15px; margin-bottom: 28px; }
.cta-contact-item { display: flex; align-items: flex-start; gap: 13px; }.cta-icon { color: var(--brass); }.cta-icon svg { width: 22px; height: 22px; }.cta-text h4 { margin-bottom: 2px; color: var(--brass); font: 600 11px var(--font-body); letter-spacing: .1em; }.cta-text p { margin: 0; color: rgba(246,242,234,.68); font-size: 13px; }
.transformation-cta-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
@media (max-width: 1100px) { .hero-booking-form { right: 40px; width: 300px; }.hero-content { max-width: 510px; }.stats-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }.why-choose-grid { gap: 40px; }.testimonials-carousel { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 860px) { .container, .hero-content-wrap { width: min(calc(100% - 48px), var(--container)); }.hero-section, .hero-content-wrap { min-height: 690px; }.hero-booking-form { display: none; }.hero-content { padding-top: 70px; }.stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 0; }.stat-item:nth-child(3) { border-right: 0; }.services-grid-3, .why-choose-grid, .transformation-cta-grid { grid-template-columns: 1fr; }.why-choose-content { max-width: 650px; }.transformation-cta-content { padding: 62px 48px; }.transformation-cta-image { max-height: 420px; }.transformation-cta-image img { min-height: 320px; }.transformations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .container, .hero-content-wrap { width: min(calc(100% - 32px), var(--container)); }.hero-section, .hero-content-wrap { min-height: 680px; }.hero-title { font-size: clamp(36px, 11vw, 48px); }.hero-expertise, .hero-desc { font-size: 13px; }.hero-badges { gap: 10px; }.hero-badge { font-size: 9px; }.hero-actions .btn-primary, .hero-actions .btn-secondary { flex: 1; padding-inline: 10px; font-size: 10px; }.stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 20px; }.stat-item { padding: 4px 10px; }.stat-item:nth-child(2), .stat-item:nth-child(4) { border-right: 0; }.stat-item:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; border-right: 0; }.stat-number { font-size: 24px; }.core-services, .transformations-section, .why-choose-section { padding: 62px 0; }.section-title { font-size: 36px; }.service-card-image { height: 240px; }.service-card-title { font-size: 25px; }.transformations-header { display: block; }.transformations-header .gallery-link { display: inline-block; margin-top: 12px; }.testimonials-carousel-wrapper { padding: 0 28px; }.testimonials-carousel { display: flex; overflow: hidden; }.testimonial-card { flex: 0 0 100%; }.transformation-cta-content { padding: 48px 24px; }.transformation-cta-image img { min-height: 260px; }.form-row { grid-template-columns: 1fr; } }
