:root {
  color-scheme: dark;
  --bg: #0b0b0b;
  --surface: #111111;
  --card: #191919;
  --text: #f2f0ea;
  --muted: #b4b0a8;
  --gold: #c5a365;
  --gold-hover: #d8b879;
  --line: #30302e;
  font-family: Manrope, "Noto Sans Georgian", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold-hover); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--bg); }
.container { width: min(100% - 80px, 1240px); margin-inline: auto; }
.section { padding-block: 88px; scroll-margin-top: 24px; }
h1 { font-size: clamp(3.5rem, 4.7vw, 4.5rem); line-height: 1.13; font-weight: 700; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.22; font-weight: 600; letter-spacing: -.025em; }
h3 { font-size: 1.5rem; line-height: 1.3; font-weight: 600; }
p { color: var(--muted); }
.eyebrow { color: var(--gold); font-size: .8125rem; font-weight: 600; letter-spacing: .12em; line-height: 1.6; margin-bottom: 18px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 23px; border: 1px solid var(--gold); border-radius: 3px; background: var(--gold); color: #111; font-weight: 700; font-size: .875rem; line-height: 1.4; text-align: center; transition: background .18s, border-color .18s, color .18s; }
.button:hover { background: var(--gold-hover); border-color: var(--gold-hover); }
.button-secondary { background: transparent; border-color: #65625c; color: var(--text); }
.button-secondary:hover { background: #24211c; color: var(--gold-hover); }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; background: var(--gold); color: #111; padding: 12px; }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; }
.brand { flex-shrink: 0; }
.brand img { width: 52px; height: 90px; object-fit: contain; }
.desktop-nav { display: flex; gap: clamp(16px, 2vw, 28px); align-items: center; }
.desktop-nav a, .footer-links a { font-size: .875rem; transition: color .18s; }
.desktop-nav a:hover, .footer-links a:hover, .mobile-menu a:hover { color: var(--gold-hover); }
.header-actions { display: flex; gap: 24px; align-items: center; }
.lang-switch { display: flex; gap: 2px; }
.lang-switch button { border: 0; background: transparent; padding: 10px 6px; min-height: 44px; font-size: .75rem; color: var(--muted); }
.lang-switch [aria-pressed="true"] { color: var(--gold); box-shadow: inset 0 -1px var(--gold); }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); padding: 8px 12px; min-height: 44px; border-radius: 3px; font-size: .875rem; }
.mobile-menu { padding-bottom: 24px; }
.mobile-menu a { display: block; padding: 12px 0; border-top: 1px solid var(--line); }
.hero { display: grid; grid-template-columns: 43fr 57fr; align-items: center; gap: 44px; padding-block: 56px 72px; }
.hero-content { padding-block: 12px; min-width: 0; }
.hero h1 { margin-bottom: 26px; }
.hero-copy { max-width: 440px; font-size: 1.0625rem; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .8125rem; margin-top: 30px; color: var(--muted); }
.hero-image { min-width: 0; }
.hero-image img { width: 100%; aspect-ratio: 981 / 812; object-fit: contain; }
.hero-image figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; color: var(--muted); font-size: .625rem; letter-spacing: .12em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.section-heading > p { max-width: 355px; font-size: .9375rem; }
.section-heading .eyebrow { margin-bottom: 12px; }
.team { background: var(--surface); }
.team-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 24px; }
.team-card { grid-column: span 2; min-width: 0; background: var(--card); }
.team-card:nth-last-child(2):nth-child(3n+1) { grid-column: 2 / span 2; }
.team-photo { aspect-ratio: 4 / 5; background: #222220; position: relative; overflow: hidden; }
.team-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.team-photo--david img { object-position: 29% center; }
.team-photo--stas img { object-position: 50% 36%; }
.team-photo--aliaksei img { object-position: 42% 35%; }
.team-photo--nastya > img { object-position: center; }
.master-rating { display:flex; flex-wrap:wrap; align-items:center; gap:6px 12px; margin-top:10px; font-size:12px; }
.master-stars { color:var(--gold,#d8b65e); letter-spacing:2px; font-size:17px; }
.master-rating a { text-decoration:underline; text-underline-offset:3px; }
.master-rating small { color:var(--muted); }
.portrait-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; color: var(--muted); text-align: center; height: 100%; width: 100%; }
.portrait-placeholder img { width: 70px; height: 120px; object-fit: contain; opacity: .3; }
.portrait-placeholder span { font-size: .8125rem; }
.team-card-content { padding: 24px; }
.team-role { margin: 7px 0 22px; font-size: .875rem; }
.team-card .button { width: 100%; }
.services-labels, .service-row { display: grid; grid-template-columns: minmax(0,1fr) 110px 86px 146px; gap: 24px; align-items: center; }
.services-labels { color: var(--muted); font-size: .8125rem; padding: 0 0 16px; }
.service-row { padding: 24px 0; border-top: 1px solid var(--line); }
.service-info { min-width: 0; }
.service-info h3 { font-size: 1.0625rem; margin-bottom: 7px; line-height: 1.5; }
.service-info p { font-size: 1rem; max-width: 610px; }
.service-duration { color: var(--muted); font-size: .875rem; white-space: nowrap; }
.service-price { font-size: 1.25rem; font-weight: 600; white-space: nowrap; }
.service-row .button { min-height: 44px; padding-inline: 12px; font-size: .8125rem; }
.works { background: var(--card); border-block: 1px solid var(--line); padding-block: 56px; }
.works-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.works .eyebrow { letter-spacing: .04em; overflow-wrap: anywhere; margin-bottom: 12px; }
.works p:not(.eyebrow) { margin-top: 16px; }
.works .button { flex-shrink: 0; }
.interior-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.photo-card { border: 0; padding: 0; background: transparent; }
.photo-card img { width: 100%; height: auto; }
.reviews { background: var(--surface); padding-block: 56px; }
.reviews-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.reviews .eyebrow { margin-bottom: 10px; }
.review-date { margin-top: 12px; font-size: .8125rem; }
.rating { display: grid; gap: 6px; }
.rating strong { font-size: 3rem; font-weight: 600; line-height: 1.2; }
.rating strong span { font-size: 1rem; color: var(--muted); font-weight: 400; }
.rating a { color: var(--muted); font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.address { font-size: 1.25rem; line-height: 1.5; color: var(--text); margin-top: 24px; max-width: 380px; }
.contact dl { margin-block: 28px; display: grid; gap: 18px; }
.contact dt { font-size: .8125rem; color: var(--muted); margin-bottom: 3px; }
.contact dd { font-size: 1rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-image img { width: 100%; }
.contact-image figcaption { color: var(--muted); font-size: .8125rem; margin-top: 12px; }
footer { border-top: 1px solid var(--line); padding-block: 44px; background: var(--surface); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-logo { width: 70px; height: 120px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
footer p { font-size: .8125rem; text-align: right; }
.mobile-book-bar { display: none; }
.lightbox { background: var(--bg); color: var(--text); border: 1px solid var(--line); padding: 48px 12px 12px; max-width: min(94vw,1200px); max-height: 94dvh; }
.lightbox::backdrop { background: #000d; }
.lightbox img { max-height: 80dvh; width: auto; object-fit: contain; }
.lightbox-close { position: absolute; top: 0; right: 4px; width: 44px; height: 44px; font-size: 2rem; border: 0; background: transparent; }
.content-error { padding: 24px 0; }
.content-error a { color: var(--gold); text-decoration: underline; }
:lang(ka) { font-family: "Noto Sans Georgian", sans-serif; letter-spacing: 0; }
.lang-ka h1 { font-size: clamp(3rem,4.2vw,4rem); line-height: 1.22; }
.lang-ka .eyebrow { letter-spacing: .02em; }
.lang-ka .header-actions { gap: 16px; }
.lang-ka .desktop-nav { gap: 16px; }
@media (max-width: 1150px) {
  .desktop-nav, .header-book { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-ctas .button { padding-inline: 18px; }
  .team-card-content { padding: 20px; }
}
@media (min-width: 1151px) { .mobile-menu { display: none !important; } }
@media (max-width: 900px) {
  .container { width: calc(100% - 48px); }
  .section { padding-block: 64px; }
  .hero { grid-template-columns: 1fr 1fr; padding-block: 40px 56px; gap: 24px; }
  .hero h1, .lang-ka .hero h1 { font-size: 2.625rem; }
  .hero-copy { font-size: 1rem; }
  .hero-ctas { gap: 10px; }
  .hero-facts { margin-top: 24px; }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-card, .team-card:nth-last-child(2):nth-child(3n+1) { grid-column: auto; }
  .team-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 24px)/2); justify-self: center; }
  .services-labels, .service-row { grid-template-columns: minmax(0,1fr) 82px 66px 112px; gap: 16px; }
  .works-inner { align-items: start; flex-direction: column; gap: 24px; }
  .reviews-inner { flex-wrap: wrap; }
  .reviews-inner > div:first-child { flex-basis: 100%; }
  .contact-grid { gap: 32px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .section-heading > p { max-width: 540px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 56px; }
  .header-inner { padding-block: 12px; gap: 16px; }
  .brand img { height: 72px; width: 42px; }
  .header-actions { gap: 14px; }
  .lang-switch button { min-width: 34px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-block: 32px 48px; gap: 32px; }
  .hero-content { padding: 0; }
  .hero h1, .lang-ka .hero h1 { font-size: clamp(2.125rem,10vw,2.625rem); line-height: 1.18; letter-spacing: -.025em; margin-bottom: 20px; }
  .lang-ka .hero h1 { font-size: 2.125rem; line-height: 1.3; letter-spacing: 0; }
  .hero-copy { max-width: none; }
  .hero-ctas { margin-top: 24px; }
  .hero-ctas .button { flex: 1 1 auto; padding-inline: 12px; }
  .hero-facts { gap: 6px; flex-direction: column; margin-top: 20px; }
  .hero-image figcaption { font-size: .5625rem; letter-spacing: .08em; }
  .eyebrow { font-size: .75rem; margin-bottom: 16px; }
  h2 { font-size: 1.875rem; }
  .lang-ka h2 { font-size: 1.75rem; }
  .section-heading { margin-bottom: 28px; }
  .team-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .team-card:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .team-card-content { padding: 24px; }
  .services-labels { display: none; }
  .service-row { grid-template-columns: minmax(0,1fr) auto; gap: 12px 16px; padding-block: 24px; }
  .service-info { grid-column: 1 / -1; }
  .service-duration { grid-column: 1; grid-row: 2; }
  .service-price { grid-column: 2; grid-row: 2; }
  .service-row .button { grid-column: 1 / -1; margin-top: 4px; }
  .works .button { width: 100%; }
  .interior-grid { grid-template-columns: 1fr; gap: 20px; }
  .reviews-inner { gap: 24px; }
  .reviews-inner > .button { width: 100%; }
  .rating strong { font-size: 2.75rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-actions .button { flex: 1 1 auto; }
  .footer-inner { flex-wrap: wrap; }
  .footer-links { flex-direction: column; gap: 14px; }
  footer p { flex-basis: 100%; text-align: left; }
  footer { padding-bottom: 114px; }
  .mobile-book-bar { display: flex; align-items: center; gap: 20px; position: fixed; z-index: 10; inset: auto 0 0; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--line); }
  .mobile-book-bar .button { flex: 1; }
  .mobile-phone { font-size: .875rem; padding-block: 12px; }
  .lightbox { max-width: 96vw; }
}
@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
