@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(/assets/fonts/inter-tight-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(/assets/fonts/inter-tight-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(/assets/fonts/inter-tight-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


    html { scroll-behavior: smooth; }
    *, *::before, *::after { box-sizing: border-box; }
    ::selection { background: #9C7440; color: #FFFFFF; }
    body { margin: 0; background: #171614; color: #EDEAE4; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    img { max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    .site-header-inner { max-width: 1280px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; gap: 32px; }
    .site-logo img { height: 54px; width: auto; display: block; }
    .site-nav { display: flex; gap: 28px; flex: 1; justify-content: center; flex-wrap: wrap; }
    .site-nav a { font-weight: 500 !important; letter-spacing: 0.055em !important; }
    .language-switcher { width: 132px; display: flex; align-items: center; gap: 6px; flex: 0 0 132px; }
    .language-switcher button { width: 40px; min-width: 40px; text-align: center; font-weight: 600 !important; }
    .privacy-link { transition: color 0.25s; }
    .privacy-link:hover, .privacy-link:focus-visible { color: #C49A62 !important; }
    .contact-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,0.08); padding: 46px 0 36px; }
    .footer-brand { display: flex; align-items: center; gap: 24px; min-width: 0; }
    .footer-brand img { display: block; height: 48px; width: auto; }
    .footer-brand-tag { padding-left: 24px; border-left: 1px solid rgba(255,255,255,0.12); color: #777168; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
    .contact-social { display: flex; align-items: center; gap: 14px; }
    .contact-social > span { margin-right: 8px; }
    .contact-social a { transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important; }
    @media (hover: hover) and (pointer: fine) {
      .contact-social a:hover, .contact-social a:focus-visible { background: #9C7440 !important; border-color: #B98F58 !important; box-shadow: 0 9px 24px rgba(156,116,64,0.3), 0 0 0 4px rgba(156,116,64,0.1); transform: translateY(-3px); outline: none; }
      .contact-social a:active { box-shadow: 0 4px 12px rgba(156,116,64,0.22), 0 0 0 3px rgba(156,116,64,0.08); transform: translateY(-1px) scale(0.97); }
    }
    .footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); color: #777168; font-size: 12px; line-height: 1.5; }
    .footer-company-line, .footer-policy-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
    .footer-policy-line { justify-content: flex-end; }
    .footer-dot { color: #4E4A44; }
    .footer-address { white-space: nowrap; }
    .privacy-link { display: inline-flex; align-items: center; gap: 8px; color: #A77C46; font-weight: 600; white-space: nowrap; }
    .privacy-link-arrow { display: inline-block; transition: transform 0.25s; }
    .privacy-link:hover .privacy-link-arrow, .privacy-link:focus-visible .privacy-link-arrow { transform: translateX(3px); }
    .header-booking { width: 234px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 234px; padding-left: 28px !important; padding-right: 28px !important; font-weight: 600 !important; letter-spacing: 0.045em !important; text-align: center; }
    .mobile-menu-toggle { display: none; }
    .mobile-menu-panel { display: none; }
    .hero-copy { max-width: 620px; }
    .hero-visual { position: absolute; inset: 0; width: 100%; max-width: 1440px; margin: 0 auto; z-index: 2; pointer-events: none; }
    .hero-visual img { position: absolute; right: 0; bottom: 0; height: 108%; max-width: 58%; object-fit: contain; object-position: bottom right; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.55)); }
    .barber-photo { display: block; width: 280px; height: 360px; object-fit: cover; object-position: top center; transition: transform 0.5s; }
    .barber-photo:hover { transform: scale(1.04); }
    .work-image { display: block; width: 100%; height: 320px; border-radius: 12px; object-fit: cover; }
    .hero-mobile-booking, .works-mobile-booking { display: none; }
    .location-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
    .location-card { background: #201F1C; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 18px 16px; display: flex; flex-direction: column; gap: 8px; min-width: 0; transition: transform 0.3s, border-color 0.3s; }
    .top-locations { background: #171614; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .top-locations-inner { max-width: 1280px; margin: 0 auto; padding: 72px 32px 78px; }
    .top-locations-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
    .top-locations-heading h2 { margin: 0; font-family: 'Inter Tight', sans-serif; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.05; font-weight: 750; text-transform: uppercase; letter-spacing: -0.01em; }
    .top-locations-heading p { margin: 0; max-width: 480px; color: #9B968D; font-size: 15px; line-height: 1.65; text-align: right; }
    .section-inner { max-width: 1280px; margin: 0 auto; padding: 110px 32px; }
    .section-description { margin: -36px 0 56px; max-width: 780px; font-size: 16px; line-height: 1.7; color: #9B968D; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    @keyframes heroIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes heroImgIn { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
    @keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

    @media (max-width: 1100px) {
      .site-header-inner { gap: 18px; }
      .site-nav { gap: 16px; }
      .site-nav a { font-size: 12px !important; }
      .location-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .top-locations-heading { align-items: flex-start; }
      .hero-visual img { max-width: 64% !important; }
    }

    @media (max-width: 860px) {
      .site-header-inner { padding: 12px 20px; }
      .site-nav { display: none !important; }
      .site-logo { margin-right: auto; }
      .site-logo img { height: 59px; }
      .header-booking { display: none !important; }
      .mobile-menu-toggle { width: 44px; height: 44px; margin-left: 5px; padding: 0; flex: 0 0 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(156,116,64,0.55); border-radius: 8px; background: rgba(156,116,64,0.1); color: #F7F5F1; cursor: pointer; }
      .mobile-menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; }
      .mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
      .mobile-menu-toggle.is-open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
      .mobile-menu-panel { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 4px; padding: 14px 20px 20px; background: rgba(23,22,20,0.985); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0 18px 36px rgba(0,0,0,0.35); animation: menuIn 0.22s ease-out both; }
      .mobile-menu-panel a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,0.06); color: #D8D4CC; font-family: 'Inter Tight', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
      .mobile-menu-panel a:last-child { border-bottom: 0; }
      .mobile-menu-panel a::after { content: '↘'; color: #9C7440; font-size: 15px; }
      [data-screen-label="Hero"] { min-height: 760px !important; }
      .hero-side-label { display: none !important; }
      .hero-accent { top: 40% !important; right: -22% !important; width: 108% !important; height: 72% !important; clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 13% 50%) !important; }
      .hero-visual img { height: 54% !important; max-width: 78% !important; }
      .hero-content { padding: 110px 24px 330px !important; }
      .hero-copy { max-width: 660px; }
      .hero-title { height: auto !important; overflow: visible !important; font-size: clamp(48px, 10vw, 76px) !important; }
      .top-locations-heading { display: block; }
      .top-locations-heading p { margin-top: 14px; max-width: 680px; text-align: left; }
      .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .about-grid, .vacancies-grid { grid-template-columns: 1fr !important; gap: 48px !important; }
      .services-grid { grid-template-columns: 1fr !important; column-gap: 0 !important; }
      .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
      .contact-footer { align-items: center; }
      .footer-legal { align-items: flex-start; }
    }

    @media (max-width: 560px) {
      .site-header-inner { padding: 10px 12px; gap: 7px; }
      .site-logo img { height: 51px; }
      .language-switcher { width: 106px; flex-basis: 106px; gap: 2px; }
      .language-switcher button { width: 34px; min-width: 34px; padding: 7px 6px !important; font-size: 11px !important; }
      .mobile-menu-toggle { width: 42px; height: 42px; flex-basis: 42px; }
      .mobile-menu-panel { padding: 12px 12px 18px; }
      [data-screen-label="Hero"] { min-height: 760px !important; }
      .hero-content { padding: 84px 18px 360px !important; }
      .hero-title { margin-bottom: 22px !important; font-size: clamp(42px, 13vw, 60px) !important; line-height: 1.04 !important; }
      .hero-tag { margin-bottom: 18px !important; font-size: 12px !important; letter-spacing: 0.11em !important; }
      .hero-description { margin-bottom: 30px !important; font-size: 15px !important; line-height: 1.55 !important; max-width: 100% !important; }
      .hero-buttons { display: none !important; }
      .hero-mobile-booking, .works-mobile-booking { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 18px; border-radius: 4px; background: #9C7440; color: #FFFFFF; font-family: 'Inter Tight', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
      .hero-mobile-booking { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 5; }
      .hero-accent { top: 52% !important; right: -34% !important; width: 135% !important; height: 55% !important; }
      .hero-visual img { bottom: 84px !important; height: 40% !important; max-width: 93% !important; }
      .top-locations-inner { padding: 54px 18px 60px; }
      .top-locations-heading { margin-bottom: 26px; }
      .top-locations-heading h2 { font-size: 32px; }
      .location-grid { grid-template-columns: 1fr; gap: 10px; }
      .location-card { padding: 16px; }
      .section-inner { padding: 72px 18px !important; }
      .section-heading { gap: 12px !important; margin-bottom: 30px !important; align-items: flex-start !important; }
      .section-heading h2 { font-size: 34px !important; line-height: 1.05 !important; }
      .section-description { margin: 0 0 36px !important; font-size: 15px !important; }
      .service-row { gap: 10px !important; padding: 16px 0 !important; }
      .service-row > div:first-child { font-size: 15px !important; }
      .service-row > div:last-child { font-size: 17px !important; }
      .services-booking { margin-top: 40px !important; width: 100%; }
      .services-booking a { display: flex; align-items: center; justify-content: center; width: 100%; padding: 17px 18px !important; }
      .about-grid, .vacancies-grid { gap: 36px !important; }
      .image-frame-accent-left { top: -10px !important; left: -8px !important; right: 18px !important; bottom: 18px !important; }
      .image-frame-accent-right { top: 18px !important; left: 18px !important; right: -8px !important; bottom: -8px !important; }
      .barber-controls { width: 100%; justify-content: space-between; gap: 10px !important; }
      .barber-controls button { width: 46px !important; height: 46px !important; }
      .barber-slider { touch-action: pan-y pinch-zoom; overscroll-behavior-x: contain; -webkit-user-select: none; user-select: none; }
      .works-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
      .works-grid .work-image { height: 270px !important; touch-action: pan-y !important; }
      .works-desktop-booking { display: none !important; }
      .works-mobile-booking { width: 100%; height: 54px; }
      .vacancies-grid h2 { font-size: 31px !important; }
      .contacts-header { margin-bottom: 30px !important; }
      .contacts-section .section-description { margin-bottom: 36px !important; }
      .contact-locations { margin-bottom: 52px !important; }
      .contact-footer { display: flex !important; flex-direction: column; align-items: center !important; gap: 28px !important; padding: 38px 0 30px !important; text-align: center; }
      .footer-brand { flex-direction: column; gap: 13px; }
      .footer-brand img { height: 54px; }
      .footer-brand-tag { padding: 0; border-left: 0; }
      .contact-social { width: 100%; justify-content: center; flex-wrap: wrap; gap: 12px !important; }
      .contact-social > span { flex: 0 0 100%; margin-bottom: 4px; text-align: center; }
      .footer-legal { flex-direction: column; align-items: center; gap: 15px; padding-top: 22px; text-align: center; }
      .footer-company-line, .footer-policy-line { justify-content: center; gap: 8px 10px; }
      .footer-policy-line { flex-direction: column; }
      .footer-address { white-space: normal; }
    }

    @media (max-width: 390px) {
      .hero-content { padding-top: 76px !important; }
      .hero-title { font-size: 40px !important; }
      .top-locations-heading h2, .section-heading h2 { overflow-wrap: anywhere; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    }
  
@media (hover:hover){.hover-cb2f93d2:hover{background: #B98F58; transform: translateY(-3px);}.hover-75c504e9:hover{border-color: #9C7440; color: #B98F58;}.hover-332f8e45:hover{color: #9C7440;}.hover-84e5d799:hover{transform: translateY(-4px); border-color: #9C7440;}.hover-76494286:hover{border-color: #9C7440; background: rgba(156,116,64,0.12);}.hover-46d89601:hover{background: #B98F58; transform: translateY(-4px);}}
:root{--bg:#171614;--bg-deep:#131210;--surface:#201f1c;--ink:#f7f5f1;--muted:#b8b2a8;--gold:#b98f58;--button:#98703b;--line:rgba(255,255,255,.13);--radius:6px}
[hidden]{display:none!important}body{background:var(--bg);color:var(--ink)}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--gold);outline-offset:5px}a{transition:color .2s,background .2s,transform .2s}section[id]{scroll-margin-top:110px}.skip-link{position:fixed;left:16px;top:-100px;padding:14px 20px;background:var(--ink);color:var(--bg);z-index:100}.skip-link:focus{top:16px}.shell{max-width:1280px;padding-inline:32px;margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(23,22,20,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.site-header-inner{position:relative}.site-nav a{font-size:13px;font-weight:500;text-transform:uppercase;color:#c9c4bb;white-space:nowrap}.site-header .language-switcher{width:120px;flex:0 0 120px;display:flex;gap:2px}.language-switcher a{display:grid;place-items:center;width:38px;min-height:40px;border:1px solid transparent;border-radius:var(--radius);font-size:12px;font-weight:600;color:var(--muted)}.language-switcher a[aria-current]{border-color:rgba(185,143,88,.65);color:var(--ink);background:rgba(185,143,88,.1)}.booking-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:58px;padding:18px 28px;background:var(--button);border-radius:var(--radius);color:white;font-family:'Inter Tight',sans-serif;font-weight:600;letter-spacing:.045em;text-transform:uppercase;font-size:15px;text-align:center;line-height:1.4}.booking-button span{font-size:22px;line-height:1}.site-header .header-booking{font-size:13px;min-height:48px;padding:14px 22px;gap:12px;white-space:nowrap;min-width:0}.mobile-menu-toggle{display:none}.site-header .mobile-menu-panel{z-index:51}.hero-tag{font-size:15px!important;font-weight:600!important;max-width:520px}.location-detail{color:var(--gold);font-size:12px;padding-top:12px;margin-top:auto;border-top:1px solid var(--line);line-height:1.5}.barber-slider{overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y!important}.barber-slider::-webkit-scrollbar{display:none}.barber-track>div{scroll-snap-align:start}.slider-counter{min-width:80px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin:0 0 20px;line-height:1.6}.breadcrumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px;line-height:1.5;padding:28px 0}.breadcrumbs [aria-current]{color:var(--gold)}.local-hero{background:var(--bg-deep);overflow:hidden;border-bottom:1px solid var(--line)}.local-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:28px;min-height:590px}.local-copy{position:relative;z-index:2;padding:30px 0 70px}.local-copy h1,.hub-hero h1{font-family:'Inter Tight',sans-serif;font-weight:700;font-size:clamp(40px,4.4vw,66px);line-height:1.06;letter-spacing:-.035em;margin:0;max-width:700px;text-wrap:balance}.h1-brand{display:block;font-size:.39em;font-weight:600;color:var(--gold);letter-spacing:.015em;line-height:1.35;margin-top:22px}.local-lead{font-size:17px;line-height:1.75;color:var(--muted);max-width:540px;margin:30px 0}.local-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:32px}.text-link{display:inline-flex;align-items:center;min-height:44px;line-height:1.5;color:var(--gold);font-size:14px;font-weight:500;text-underline-offset:5px}.local-visual{position:relative;align-self:stretch;min-width:0;display:flex;align-items:flex-end;padding-top:24px}.local-gold{position:absolute;left:2%;right:-60%;top:14%;bottom:0;background:linear-gradient(135deg,#98703b,#58401f);clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.local-visual picture{display:block;position:relative;width:125%;margin-left:-13%;max-width:none}.local-visual img{display:block;width:100%;height:auto;max-width:none;filter:drop-shadow(0 15px 28px rgba(0,0,0,.18))}.location-facts{display:grid;grid-template-columns:1.05fr .85fr 1.2fr;gap:40px;padding-block:42px;border-bottom:1px solid var(--line)}.location-facts>div{min-width:0}.location-facts>div>span{display:block;color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:14px;line-height:1.5}.location-facts strong,.location-facts>div>a{font-size:21px;line-height:1.4;font-family:'Inter Tight',sans-serif;font-weight:600}.location-facts p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.local-section{padding-block:88px}.local-section h2,.visit-band h2,.closing-cta h2,.hub-choices h2{font-family:'Inter Tight',sans-serif;font-size:clamp(28px,3.2vw,44px);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin:0 0 26px;text-wrap:balance}.services-local{display:grid;grid-template-columns:.85fr 1.15fr;gap:88px}.services-local>div>p,.visit-grid>div>p:not(.eyebrow),.hub-guide>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.8;max-width:640px}.local-prices{margin:0}.local-prices>div{display:flex;gap:30px;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line)}.local-prices>div:first-child{padding-top:0}.local-prices dt{font-size:15px;line-height:1.65}.local-prices dd{margin:0;white-space:nowrap;color:var(--gold);font-size:20px;font-family:'Inter Tight',sans-serif;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.5}.small-note{font-size:12px!important;line-height:1.65!important;color:var(--muted);margin-top:20px}.visit-band{background:var(--bg-deep);border-block:1px solid var(--line)}.visit-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;padding-block:76px;align-items:center}.address-block{padding:8px 0 8px 40px;border-left:2px solid var(--button);font-style:normal;line-height:1.8}.address-block>span{display:block;color:var(--gold);font-size:12px;letter-spacing:.09em}.address-block strong{font-family:'Inter Tight',sans-serif;font-size:clamp(26px,2.5vw,38px);line-height:1.35;display:block;margin-top:18px;letter-spacing:-.02em}.address-block p{color:var(--muted);font-size:14px}.address-block a{font-size:20px}.section-topline{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:28px}.section-topline>p{color:var(--muted);font-size:14px;max-width:320px;line-height:1.7}.team-strip{display:flex;gap:24px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory}.team-strip article{flex:0 0 220px;scroll-snap-align:start}.team-strip img{width:220px;height:282px;object-fit:cover;border-radius:6px}.team-strip h3{font-size:17px;font-weight:600;margin:16px 0}.faq{border-top:1px solid var(--line)}.faq dl{margin:36px 0 0}.faq dl>div{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;padding:28px 0;border-top:1px solid var(--line)}.faq dt{font-size:18px;font-weight:500;line-height:1.5}.faq dd{margin:0;color:var(--muted);font-size:15px;line-height:1.8;max-width:640px}.closing-cta{border-top:1px solid var(--line);padding-block:64px;display:flex;align-items:center;justify-content:space-between;gap:36px}.closing-cta h2{margin:0}.related-link{padding-bottom:42px}.seo-footer{background:var(--bg-deep);border-top:1px solid var(--line);padding-block:44px 28px}.footer-topline{display:flex;align-items:center;gap:26px;padding-bottom:34px}.footer-topline img{display:block;width:142px;height:auto}.footer-topline>span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.footer-social{margin-left:auto;display:flex;gap:26px;color:var(--muted);font-size:13px}.footer-locations{border-block:1px solid var(--line);padding:24px 0;display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:baseline}.footer-locations>span{font-size:12px;letter-spacing:.05em;color:var(--muted)}.footer-locations>div{display:flex;flex-wrap:wrap;gap:10px 28px}.footer-locations a{font-size:13px;line-height:1.7;padding-block:5px}.footer-locations a[aria-current]{color:var(--gold)}.footer-bottomline{display:flex;gap:14px 24px;justify-content:space-between;flex-wrap:wrap;padding-top:24px;color:var(--muted);font-size:11px;line-height:1.7}.footer-bottomline a{color:var(--gold)}.hub-hero{padding-bottom:64px}.hub-hero>.eyebrow{margin-top:42px}.hub-hero h1{max-width:850px;font-size:clamp(42px,5.4vw,76px)}.hub-hero .local-lead{max-width:680px}.hub-choices{padding-block:12px 88px}.hub-choices>div{display:grid;grid-template-columns:1fr 1fr;gap:32px}.salon-choice{padding:34px;background:var(--surface);border-top:2px solid var(--button);display:flex;flex-direction:column;min-width:0}.salon-choice h3{font-size:34px;font-family:'Inter Tight',sans-serif;font-weight:600;letter-spacing:-.02em;margin:0 0 22px}.salon-choice p{color:var(--muted);font-size:14px;line-height:1.7;margin:4px 0}.salon-choice .eyebrow{color:var(--gold);margin-bottom:18px;font-size:11px}.salon-choice .choice-address{color:var(--ink);font-size:21px}.choice-link{border-top:1px solid var(--line);padding-top:22px;margin-top:22px;display:flex;gap:20px;justify-content:space-between;align-items:center;color:var(--gold);font-size:14px}.choice-link span{font-size:24px}.hub-guide{padding-block:70px}.hub-guide>p:not(.eyebrow){max-width:820px}.policy-content{min-height:60vh}.policy-content article>h1{margin-top:20px}
@media(hover:hover){.booking-button:hover{background:#ad8148;transform:translateY(-2px)}.site-nav a:hover,.text-link:hover,.footer-social a:hover,.footer-locations a:hover,.breadcrumbs a:hover{color:var(--ink)}.text-link:hover{text-decoration:underline}.language-switcher a:hover{background:rgba(185,143,88,.15);color:var(--ink)}}.booking-button:active{transform:translateY(1px)}
@media(max-width:1200px){.site-nav{gap:16px}.site-nav a{font-size:12px}.site-header-inner{gap:18px}.site-header .header-booking{font-size:12px;padding-inline:16px}.site-header .header-booking span{display:none}.site-logo img{height:46px}.services-local{gap:52px}.local-hero-grid{min-height:520px}.local-copy h1{font-size:48px}}
@media(max-width:1024px){.site-nav{display:none!important}.site-logo{margin-right:auto}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;width:44px;height:44px;gap:5px;border:1px solid var(--button);border-radius:6px;background:transparent;color:var(--ink)}.mobile-menu-toggle span{width:20px;height:2px;background:currentColor}.site-header .mobile-menu-panel{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;background:var(--bg);padding:16px 24px;border-bottom:1px solid var(--line)}.mobile-menu-panel a{padding:16px;font-size:14px}.site-header .header-booking{display:none!important}.location-facts{gap:26px}.local-copy h1{font-size:44px}.local-lead{font-size:16px}.local-actions{gap:16px}.local-visual picture{width:135%;margin-left:-22%}}
@media(max-width:860px){.shell{padding-inline:24px}.local-hero-grid{grid-template-columns:1fr;gap:0}.local-copy{padding:24px 0 20px;max-width:680px}.local-copy h1{font-size:clamp(40px,7vw,60px)}.local-lead{max-width:620px}.local-visual{height:400px;max-width:640px;width:100%;justify-self:center;padding:0;margin-top:16px}.local-visual picture{height:100%;width:100%;margin:0}.local-visual img{height:100%;width:100%;object-fit:contain;object-position:center bottom}.local-gold{left:5%;right:-60%;top:12%}.location-facts{grid-template-columns:1fr 1fr;padding-block:30px}.location-facts>div:last-child{grid-column:1/-1}.location-facts>div:last-child p{max-width:540px}.services-local{grid-template-columns:1fr;gap:34px}.local-section{padding-block:64px}.visit-grid{grid-template-columns:1fr;gap:36px;padding-block:60px}.address-block{padding-left:24px}.faq dl>div{gap:28px;grid-template-columns:1fr 1.2fr}.footer-locations{grid-template-columns:1fr;gap:16px}.footer-topline{gap:20px}.section-topline{align-items:flex-start;flex-direction:column;gap:0}.section-topline h2{margin-bottom:10px}}
@media(max-width:560px){.shell{padding-inline:18px}.site-header .site-logo img{width:114px;height:auto}.site-header .language-switcher{width:108px;flex-basis:108px}.language-switcher a{width:34px;font-size:11px;min-height:40px}.site-header-inner{min-height:70px;gap:6px}.site-header .mobile-menu-toggle{margin-left:4px;width:40px;flex-basis:40px;height:40px}.breadcrumbs{padding-block:22px;font-size:11px}.local-copy{padding-top:16px}.local-copy h1{font-size:42px;overflow-wrap:normal}.h1-brand{margin-top:16px;font-size:22px}.local-copy .eyebrow{margin-bottom:18px;font-size:11px}.local-lead{font-size:15px;line-height:1.7;margin:24px 0}.local-actions{margin-top:26px;gap:12px}.local-actions .booking-button{width:100%;min-height:56px;font-size:14px;padding-inline:18px;gap:18px}.local-actions .text-link{padding-top:8px}.local-visual{height:300px;margin-top:8px}.location-facts{grid-template-columns:1fr;gap:24px;padding-block:30px}.location-facts>div:last-child{grid-column:auto}.location-facts strong,.location-facts>div>a{font-size:22px}.location-facts>div>span{margin-bottom:7px}.local-section{padding-block:52px}.services-local{gap:28px}.local-prices dt{font-size:14px}.local-prices dd{font-size:19px}.local-prices>div{gap:20px;padding-block:18px}.visit-grid{padding-block:50px}.team-strip article{flex-basis:190px}.team-strip img{width:190px;height:244px}.faq dl>div{grid-template-columns:1fr;gap:14px;padding-block:24px}.faq dt{font-size:17px}.faq dd{font-size:14px}.closing-cta{flex-direction:column;align-items:stretch;padding-block:44px}.closing-cta .booking-button{width:100%;font-size:14px}.closing-cta h2{font-size:32px}.footer-topline{flex-wrap:wrap;gap:16px}.footer-topline img{width:132px}.footer-topline>span{font-size:11px;margin-left:auto}.footer-social{width:100%;margin-left:0;margin-top:8px;gap:24px}.footer-locations>div{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.footer-locations a{font-size:12px;padding-block:10px}.footer-bottomline{flex-direction:column;align-items:flex-start;gap:14px}.hub-hero{padding-bottom:38px}.hub-hero>.eyebrow{margin-top:20px}.hub-hero h1{font-size:44px}.hub-choices{padding-bottom:52px}.hub-choices>div{grid-template-columns:1fr;gap:20px}.salon-choice{padding:26px}.salon-choice h3{font-size:31px}.hub-guide{padding-block:52px}.hero-tag{font-size:12px!important;max-width:300px}}
.hub-landing+.hub-choices{padding-top:56px;padding-bottom:48px}.hub-choices+.services-local{border-top:1px solid var(--line)}
.opening-hours{margin:0;font-size:14px;line-height:1.8;font-variant-numeric:tabular-nums}.opening-hours>div{display:flex;gap:24px;justify-content:space-between;max-width:290px}.opening-hours dd{margin:0;white-space:nowrap;color:var(--ink)}.home-hours{margin:8px 0}.home-hours .opening-hours{font-size:11px}.home-hours .opening-hours>div{gap:10px}.salon-choice .opening-hours{margin:16px 0 8px}.visit-detail{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.visit-detail h3{font-size:18px;font-weight:500;margin:0 0 12px}.visit-detail p{font-size:14px;line-height:1.8;color:var(--muted)}.review-invite{display:flex;gap:32px;align-items:center;justify-content:space-between;padding-block:36px;border-top:1px solid var(--line)}.review-invite h2{font-family:'Inter Tight',sans-serif;font-weight:600;font-size:26px;margin:0 0 12px}.review-invite p{font-size:14px;line-height:1.7;color:var(--muted);max-width:560px;margin:0}.review-invite>a{flex-shrink:0}@media(max-width:560px){.review-invite{flex-direction:column;align-items:flex-start;gap:16px}.opening-hours{font-size:14px}}
.hub-select-link{margin-left:24px}.booking-button{vertical-align:middle}.mobile-menu-toggle.is-open span:nth-child(3){display:none}
@media(max-width:560px){.hub-hero>.booking-button{width:100%;font-size:14px}.hub-select-link{margin:16px 0 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* Four equal language controls; fixed group width across all translations. */
.site-header .language-switcher{width:158px;flex-basis:158px}.language-switcher a{flex:0 0 38px}
html[lang="fi"] .services-heading,html[lang="fi"] .local-section h2,html[lang="fi"] .local-copy h1{hyphens:auto;overflow-wrap:break-word}
@media(max-width:560px){.site-header .language-switcher{width:134px;flex-basis:134px}.language-switcher a{width:32px;flex-basis:32px}.site-header .site-logo{flex-shrink:0}}
@media(max-width:360px){.site-header .site-logo img{width:100px}.site-header-inner{gap:4px}.site-header .mobile-menu-toggle{margin-left:0}}
/* Slightly larger header logo; keep the footer and source image unchanged. */
.site-header .site-logo{flex-shrink:0}
.site-header .site-logo img{height:64px;width:auto}
@media(max-width:1200px){.site-header .site-logo img{height:56px}}
@media(max-width:560px){.site-header .site-logo img{width:132px;height:auto}}
@media(max-width:360px){.site-header .site-logo img{width:110px}}

/* Careers uses the established palette, local fonts and existing team photo. */
:root{--career-button:#886233;--career-button-hover:#906a39}
.careers-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:56px;padding:16px 24px;border-radius:var(--radius);background:var(--career-button);color:#fff;font-family:'Inter Tight',sans-serif;font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.5;text-align:center}
.careers-button span{font-size:24px;line-height:1}
.careers-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.careers-text{font-size:16px;line-height:1.8;color:var(--muted);max-width:640px;margin:0 0 20px}
.careers-photo{min-width:0;margin:0}
.careers-photo img{display:block;width:100%;height:auto;border-radius:var(--radius)}
.careers-photo figcaption{font-size:12px;color:var(--muted);line-height:1.6;margin-top:14px}
.careers-hero{background:var(--bg-deep);border-bottom:1px solid var(--line)}
.careers-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:32px 0 64px}
.careers-hero h1{font-family:'Inter Tight',sans-serif;font-size:clamp(38px,4.2vw,60px);font-weight:600;line-height:1.08;letter-spacing:-.03em;margin:0 0 28px;text-wrap:balance;overflow-wrap:break-word;hyphens:manual}
html[lang="et"] .careers-hero h1{hyphens:auto}
.careers-hero-copy{min-width:0}
.careers-hero-copy .careers-text{font-size:17px}
.careers-section{padding-block:72px}
.careers-page h2,.careers-teaser h2{font-family:'Inter Tight',sans-serif;font-size:clamp(28px,3vw,40px);font-weight:600;line-height:1.16;letter-spacing:-.02em;text-wrap:balance;margin:0 0 24px;overflow-wrap:break-word}
.careers-team,.careers-split{display:grid;grid-template-columns:1fr 1fr;gap:72px}
.careers-team>*,.careers-split>*{min-width:0}
.careers-team h2{max-width:420px}
.careers-conditions{background:var(--bg-deep);border-block:1px solid var(--line)}
.careers-conditions dl{margin:0}
.careers-conditions dl>div{padding:24px 0;border-top:1px solid var(--line)}
.careers-conditions dl>div:first-child{padding-top:0;border-top:0}
.careers-conditions dl>div:last-child{padding-bottom:0}
.careers-conditions dt{font-size:17px;line-height:1.5;font-weight:500;margin-bottom:10px}
.careers-conditions dd{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
.careers-list{padding:0 0 0 20px;margin:24px 0 0;color:var(--muted);font-size:15px;line-height:1.8}
.careers-list li{padding-left:8px;margin-bottom:12px}
.careers-list li::marker{color:var(--gold)}
.careers-locations{border-top:1px solid var(--line)}
.careers-locations ul{margin:0;padding:0;list-style:none}
.careers-locations li{border-bottom:1px solid var(--line)}
.careers-locations li:first-child{border-top:1px solid var(--line)}
.careers-locations li>a{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 0}
.careers-locations strong{display:block;font-size:18px;font-weight:500;line-height:1.5}
.careers-locations strong+span{display:block;color:var(--muted);font-size:12px;line-height:1.7;margin-top:6px}
.career-location-link{flex-shrink:0;font-size:12px;color:var(--gold)}
.career-location-link span{display:inline-block;margin-left:8px;font-size:20px}
.careers-apply{background:var(--bg-deep);border-top:1px solid var(--line)}
.careers-contact{padding-left:32px;border-left:2px solid var(--button)}
.careers-email{display:block;width:fit-content;font-family:'Inter Tight',sans-serif;font-size:clamp(28px,3vw,40px);line-height:1.3;letter-spacing:-.02em;margin:0 0 24px;overflow-wrap:anywhere}
.careers-contact .small-note{max-width:400px}
.careers-data{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}
.careers-data h3{font-size:14px;line-height:1.5;font-weight:500;margin:0 0 12px}
.careers-data p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}
.careers-page .faq{border-top:0}
.careers-teaser{border-block:1px solid var(--line)}
.careers-teaser-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px;padding-block:80px}
.careers-teaser h2{font-size:clamp(32px,3.5vw,48px);max-width:540px}
.careers-teaser .careers-button{margin-top:8px}
.nav-careers[aria-current]{color:var(--gold);text-decoration:underline;text-underline-offset:7px}
.site-header .mobile-menu-panel{max-height:calc(100dvh - 90px);overflow-y:auto}
@media(hover:hover){.careers-button:hover{background:var(--career-button-hover);transform:translateY(-2px)}.careers-locations li>a:hover strong,.careers-email:hover{color:var(--gold)}.footer-careers:hover{color:var(--ink)}}
.careers-button:active{transform:translateY(1px)}
/* Six menu links, stable language/booking positions in every translation. */
@media(min-width:1281px){.site-header-inner{max-width:1440px;display:grid;grid-template-columns:181px minmax(0,1fr) 158px 228px;gap:20px}.site-nav{gap:14px;flex-wrap:nowrap}.site-nav a{font-size:12px}.site-header .header-booking{width:228px;padding-inline:16px;gap:10px}}
@media(min-width:1025px) and (max-width:1280px){.site-nav{display:none!important}.site-logo{margin-right:auto}.site-header .header-booking{display:none!important}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:0 0 44px;width:44px;height:44px;gap:5px;border:1px solid var(--button);border-radius:var(--radius);background:transparent;color:var(--ink)}.mobile-menu-toggle span{width:20px;height:2px;background:currentColor}.site-header .mobile-menu-panel{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;background:var(--bg);padding:16px 24px;border-bottom:1px solid var(--line)}}
@media(max-width:1024px){.careers-hero-grid{gap:32px}.careers-team,.careers-split,.careers-teaser-grid{gap:40px}.careers-hero h1{font-size:44px}}
@media(max-width:860px){.careers-hero-grid,.careers-team,.careers-split,.careers-teaser-grid{grid-template-columns:1fr;gap:32px}.careers-hero-grid{padding:20px 0 48px}.careers-hero-copy{max-width:640px}.careers-hero h1{font-size:clamp(38px,6.8vw,56px);max-width:680px}.careers-photo{max-width:640px;width:100%}.careers-section{padding-block:56px}.careers-contact{padding-left:24px}.careers-teaser-grid{padding-block:56px}.careers-team h2{margin-bottom:0}}
@media(max-width:560px){.careers-hero h1{font-size:40px}.careers-hero-copy .careers-text,.careers-text{font-size:15px}.careers-section{padding-block:44px}.careers-actions{gap:12px;margin-top:24px}.careers-button{width:100%;font-size:14px;padding-inline:18px}.careers-hero .careers-actions .text-link{padding-top:8px}.careers-teaser-grid{padding-block:48px}.careers-contact{padding:0;border-left:0;border-top:2px solid var(--button);padding-top:24px}.career-location-link{font-size:0}.career-location-link span{font-size:24px}.careers-locations li>a{gap:16px}.careers-list{font-size:14px}.careers-conditions dd{font-size:14px}}
@media(prefers-reduced-motion:reduce){.careers-button{transition:none}.careers-button:hover,.careers-button:active{transform:none}}
@media(max-width:360px){.careers-hero h1{font-size:36px}}
