/* ────────────────────────────────────────────
   Lagom · scandi-minimal · barbershop
   Palette: white + warm paper + sage + graphite
   ──────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #0A0A0A;
  --bg-alt:    #141414;     /* slightly lifted dark */
  --bg-deep:   #000000;
  --text:      #F5F1E8;     /* warm off-white */
  --text-mid:  rgba(245, 241, 232, .72);
  --text-low:  rgba(245, 241, 232, .48);
  --line:      rgba(245, 241, 232, .10);
  --line-2:    rgba(245, 241, 232, .18);
  --sage:      #FC8B00;
  --sage-2:    #FFB04A;
  --sage-soft: rgba(252, 139, 0, .10);
  --wood:      #3D2E20;
  --turq:      #2D8282;

  --f-display: 'Russo One', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --f-body:    'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

  --max:       1240px;
  --r:         8px;
  --r-lg:      14px;
  --easing:    cubic-bezier(.22, .61, .36, 1);
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .3s var(--easing); }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

::selection { background: var(--sage); color: #fff; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; letter-spacing: -.01em; line-height: 1.1; color: var(--text); }
h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.08; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.2; font-family: var(--f-body); font-weight: 500; letter-spacing: -.005em; }
h4 { font-size: 1.1rem; font-family: var(--f-body); font-weight: 600; letter-spacing: -.005em; }
em { font-style: italic; color: var(--sage); }
p { color: var(--text-mid); }

.eyebrow {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 500;
  color: var(--sage);
  margin-bottom: 1.2rem;
  display: inline-block;
}
.eyebrow.centered, h2.centered, .lead.centered { text-align: center; display: block; }
.lead { font-size: 1.05rem; color: var(--text-mid); max-width: 640px; margin: 1rem auto 0; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 14px 26px;
  border-radius: 100px;
  font-family: var(--f-body);
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .01em;
  transition: all .35s var(--easing);
  white-space: nowrap;
  border: 1px solid transparent;
  line-height: 1;
}
.btn-primary { background: var(--sage); color: #3C1F00; }
.btn-primary:hover { background: var(--sage-2); color: #3C1F00; transform: translateY(-1px); }
.btn-ghost { color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--bg-alt); border-color: var(--text); }
.btn-outline { color: var(--text); border-color: var(--line-2); padding: 11px 22px; font-size: .85rem; }
.btn-outline:hover { background: var(--sage); color: var(--bg-deep); border-color: var(--sage); }

/* ── NAV ── */
/* Sticky nav с центрированным логотипом (3-колоночный grid), вплотную к верху. */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0;
  background: rgba(10, 10, 10, .82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto; padding: 0 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 108px;
}
.nav-phone-btn {
  width: 38px; height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: #fff;
  transition: color .3s var(--easing), transform .3s var(--easing);
}
.nav-phone-btn:hover {
  color: var(--sage);
  transform: scale(1.08);
}
.nav-phone-btn svg {
  width: 22px; height: 22px;
  stroke-width: 1.6;
}
.nav-links-left { justify-self: start; }
.nav-links-right { justify-self: end; }
.nav-logo { justify-self: center; }
@media (max-width: 540px) {
  .nav-phone-btn { width: 34px; height: 34px; }
  .nav-phone-btn svg { width: 20px; height: 20px; }
}
.nav-logo { display: inline-flex; align-items: center; gap: .65rem; color: #fff; }
.nav-logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--f-display);
  font-size: 1.05rem;
  font-style: italic;
}
.nav-logo-text { font-weight: 600; letter-spacing: .18em; font-size: .85rem; }
.nav-logo-img {
  display: block;
  height: 104px;
  width: auto;
  object-fit: contain;
  /* PNG уже оранжевый, никаких фильтров */
  transition: height .35s var(--easing);
}
@media (max-width: 920px) {
  .nav-logo-img { height: 92px; }
}
@media (max-width: 540px) {
  .nav-logo-img { height: 84px; }
}
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  color: rgba(255, 255, 255, .85);
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: .01em;
  position: relative;
  padding: 4px 0;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 500;
  transition: all .35s var(--easing);
}
.nav-cta:hover { background: var(--sage); color: var(--bg-deep); border-color: var(--sage); }
.nav-burger {
  display: none;
  flex-direction: column; gap: 4px;
  padding: 6px;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: #fff; transition: background .3s; }
.nav.scrolled .nav-burger span { background: var(--text); }

.nav-links { display: none; }
.nav-burger { display: flex; justify-self: end; }

.nav-overlay {
  position: fixed; inset: 0;
  background: rgba(10, 10, 10, .98);
  backdrop-filter: blur(14px);
  z-index: 200;
  display: none;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 28px;
}
.nav-overlay.open { display: flex; }
.nav-overlay a { font-family: var(--f-display); font-size: 1.8rem; color: var(--text); }
.nav-overlay a:hover { color: var(--sage); }
.nav-overlay .nav-ov-cta {
  font-family: var(--f-body);
  background: var(--sage);
  color: var(--bg-deep);
  padding: 14px 32px;
  border-radius: 100px;
  font-size: 1rem;
  margin-top: 12px;
}
.nav-ov-close {
  position: absolute; top: 26px; right: 30px;
  font-size: 2rem; line-height: 1;
  color: var(--text);
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  color: #fff;
  padding: 118px 28px 70px;
}
.hero-bg {
  position: absolute; inset: -6%;
  width: 112%; height: 112%;
  object-fit: cover;
  background-size: cover; background-position: center;
  z-index: 0;
  will-change: transform;
  transition: transform .25s cubic-bezier(.2,.6,.2,1);
}
video.hero-bg { display: block; pointer-events: none; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.74) 50%, rgba(0,0,0,.88) 100%),
    radial-gradient(ellipse 65% 55% at 50% 48%, rgba(0,0,0,.32) 0%, rgba(0,0,0,.58) 100%);
  z-index: 1;
}
video.hero-bg { filter: brightness(.82) saturate(.85) contrast(1.02); }
.hero-content {
  position: relative; z-index: 2;
  max-width: 920px;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  min-height: calc(100svh - 160px);
}
.hero-eyebrow { align-self: end; padding-bottom: 1.2rem; }
.hero-center {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0;
}
.hero-bottom-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  align-self: start;
  padding-top: 1.6rem;
  gap: .4rem;
}
@media (max-width: 720px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    gap: 1.4rem;
  }
  .hero-center { gap: 0; margin-top: 0; align-self: center; width: 100%; }
  .hero-eyebrow {
    align-self: center;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5vh;
    padding-left: .26em; /* compensate trailing letter-spacing for true visual center */
  }
  .hero-bottom-group { padding-top: 0; gap: 1rem; align-self: center; }
}
.hero-eyebrow {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .26em;
  margin-bottom: 1.8rem;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}
.hero-title { color: #fff; margin-bottom: 1.6rem; }
.hero-title em { color: rgba(255, 255, 255, .8); }
.hero-mark {
  font-family: 'Russo One', var(--f-body);
  font-weight: 400;
  font-size: clamp(3.5rem, 12vw, 9.5rem);
  line-height: .96;
  letter-spacing: 0;
  color: var(--sage);
  margin: 0 auto;
  text-shadow: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.hero-mark-text {
  display: block;
  width: 100%;
  color: var(--sage);
  filter: none;
  text-shadow: none;
  text-align: center;
  line-height: .96;
}
.hero-mark-sub {
  display: block;
  font-family: 'Russo One', var(--f-body);
  font-weight: 400;
  font-size: clamp(.95rem, 1.6vw, 1.45rem);
  letter-spacing: .42em;
  color: var(--sage);
  text-transform: uppercase;
  text-align: center;
  margin-top: clamp(.6rem, 1.2vw, 1rem);
  padding-left: .42em;
  line-height: 1;
  width: 100%;
}
@media (max-width: 720px) {
  .hero-mark { font-size: clamp(3rem, 15vw, 6rem); margin-bottom: 0; }
  .hero-mark-sub { font-size: .78rem; letter-spacing: .32em; padding-left: .32em; }
}
.hero-sub { color: rgba(255, 255, 255, .92); font-size: clamp(1.05rem, 1.6vw, 1.4rem); max-width: 660px; margin: 0 auto; line-height: 1.5; }
.hero-sub em { font-family: var(--f-display); font-style: italic; color: #fff; font-size: 1.16em; text-shadow: 0 2px 14px rgba(0, 0, 0, .55); }
@media (max-width: 540px) {
  .hero-mark { font-size: clamp(3.4rem, 18vw, 5rem); margin-bottom: 1rem; }
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 3rem;
}
.hero-actions .btn-primary { background: var(--sage); color: var(--bg-deep); }
.hero-actions .btn-primary:hover { background: var(--sage-2); color: var(--bg-deep); }
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .4); }
.hero-actions .btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.hero-meta {
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-size: .82rem; color: rgba(255, 255, 255, .72);
  letter-spacing: .04em;
}
.hero-meta span { color: #fff; font-weight: 600; }
.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 3;
  width: 1px; height: 40px;
  background: rgba(255, 255, 255, .3);
  overflow: hidden;
}
.hero-scroll span {
  position: absolute; top: -40px; left: 0; right: 0;
  height: 40px; background: #fff;
  animation: scrollPulse 2.4s var(--easing) infinite;
}
@keyframes scrollPulse {
  0% { top: -40px; }
  60% { top: 100%; }
  100% { top: 100%; }
}

/* ── SECTION BASE ── */
.section { padding: 120px 0; }
.section-alt { background: var(--bg-alt); }
@media (max-width: 720px) { .section { padding: 80px 0; } }

/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.about-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-alt);
}
.about-img > img:not(.logo-3d-img) { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--easing); }
.about-img:not(.about-logo-3d):hover img { transform: scale(1.04); }

/* ── ABOUT LOGO 3D (Three.js canvas) ── */
.about-logo-3d {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  aspect-ratio: 4 / 5;
  cursor: grab;
}
.about-logo-3d:active { cursor: grabbing; }
.logo-3d-canvas-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.logo-3d-canvas-wrap canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
}
.logo-3d-fallback-img {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
.about-text h2 { margin-bottom: 1.4rem; }
.about-text p { margin-bottom: 1rem; max-width: 560px; }
.about-list { list-style: none; margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.about-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  color: var(--text-mid);
  font-size: .95rem;
  border-bottom: 1px dashed var(--line);
}
.about-list li:last-child { border-bottom: none; }
.about-list li::before {
  content: "—"; position: absolute; left: 0; top: 10px;
  color: var(--sage); font-weight: 500;
}
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img { max-width: 480px; aspect-ratio: 4 / 4; }
}

/* ── FEATURED QUOTE ── */
.featured-quote {
  position: relative;
  padding: 140px 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.featured-quote-bg {
  position: absolute; inset: -8%;
  background-size: cover; background-position: center;
  filter: grayscale(.6) brightness(.55);
  z-index: 0;
  will-change: transform;
}
.featured-bg-kenburns {
  inset: -12%;
  filter: grayscale(.45) brightness(.50) contrast(1.05);
  animation: kenburns 22s ease-in-out infinite alternate;
}
@keyframes kenburns {
  0%   { transform: scale(1.04) translate(0, 0); }
  50%  { transform: scale(1.12) translate(-1.8%, -1.2%); }
  100% { transform: scale(1.06) translate(1.6%, 1.4%); }
}
.featured-cinematic { padding: 160px 0; }
.featured-cinematic blockquote {
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
}
@media (prefers-reduced-motion: reduce) {
  .featured-bg-kenburns { animation: none; transform: scale(1.04); }
}
.featured-quote::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.55));
  z-index: 1;
}
.featured-quote-inner { position: relative; z-index: 2; max-width: 880px; }
.quote-mark {
  font-family: var(--f-display);
  font-size: 8rem;
  line-height: 0.5;
  color: rgba(255, 255, 255, .3);
  font-style: italic;
  margin-bottom: .5rem;
}
.featured-quote blockquote {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 2rem;
}
.quote-meta {
  display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap;
  font-size: .85rem;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .03em;
}
.quote-name { font-weight: 600; color: #fff; letter-spacing: .04em; }
.quote-stars { color: var(--wood); letter-spacing: .15em; }
.quote-date { color: rgba(255, 255, 255, .55); }
@media (max-width: 720px) { .featured-quote { padding: 90px 0; } .quote-mark { font-size: 5rem; } }

/* ── HOW WE WORK ── */
.how h2.centered { margin-bottom: 3rem; }
.how-grid {
  display: grid; gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}
.how-card {
  padding: 36px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--bg);
  transition: all .5s var(--easing);
}
.how-card:hover {
  border-color: var(--sage);
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, .55);
  transform: translateY(-4px);
}
.how-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--sage);
  margin-bottom: 1rem;
  line-height: 1;
}
.how-card h3 { margin-bottom: .7rem; }
.how-card p { font-size: .92rem; }
.how-collage {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}
.how-collage > div {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.how-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--easing); }
.how-collage > div:hover img { transform: scale(1.06); }
@media (max-width: 920px) {
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .how-collage { grid-template-columns: 1fr 1fr; }
  .how-collage > div:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 16/7; }
}
@media (max-width: 540px) {
  .how-grid { grid-template-columns: 1fr; }
}

/* ── PACKAGES ── */
.packages h2.centered { margin-bottom: .8rem; }
.packages .lead { margin-bottom: 3rem; }
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pkg-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .5s var(--easing);
}
.pkg-card:hover {
  border-color: var(--sage);
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, .55);
  transform: translateY(-6px);
}
.pkg-img { aspect-ratio: 16/10; overflow: hidden; }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--easing); }
.pkg-card:hover .pkg-img img { transform: scale(1.06); }
.pkg-body { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pkg-body h3 { margin-bottom: 4px; }
.pkg-body p { font-size: .92rem; flex: 1; }
.pkg-price {
  font-family: var(--f-display);
  font-size: 2rem;
  font-weight: 500;
  color: var(--text);
  margin: 6px 0;
  line-height: 1;
}
.pkg-body .btn { align-self: flex-start; margin-top: 6px; }
@media (max-width: 740px) {
  .pkg-grid { grid-template-columns: 1fr; }
}

/* ── À LA CARTE ── */
.alacarte h2.centered { margin-bottom: .8rem; }
.alacarte .lead { margin-bottom: 3rem; }
.ala-grid {
  max-width: 820px; margin: 0 auto 64px;
  border-top: 1px solid var(--line);
}
.ala-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 18px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--line);
  transition: background .35s var(--easing);
}
.ala-row:hover { background: var(--sage-soft); padding-left: 16px; padding-right: 16px; }
.ala-name { font-size: 1.05rem; color: var(--text); font-weight: 400; }
.ala-dots {
  border-bottom: 1px dotted var(--line-2);
  height: 12px;
}
.ala-price {
  font-family: var(--f-display);
  font-size: 1.5rem;
  color: var(--sage);
  letter-spacing: -.01em;
  font-weight: 500;
  white-space: nowrap;
}
.ala-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 980px; margin: 0 auto;
}
.ala-card {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg);
  transition: all .5s var(--easing);
}
.ala-card:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(0, 0, 0, .55); }
.ala-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; }
.ala-card-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.ala-card-body h4 { margin-bottom: 2px; }
.ala-card-body p { font-size: .88rem; }
@media (max-width: 740px) {
  .ala-cards { grid-template-columns: 1fr; }
  .ala-row { grid-template-columns: 1fr auto; gap: 8px; }
  .ala-dots { display: none; }
  .ala-name { font-size: .95rem; }
  .ala-price { font-size: 1.2rem; }
}

/* ── SERVICES (стрижки + grooming) ── */
.services h2.centered { margin-bottom: .6rem; }
.services .lead { margin-bottom: 3rem; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1120px;
  margin: 0 auto;
}
.svc-card {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .5s var(--easing), border-color .35s var(--easing), box-shadow .5s var(--easing);
}
.svc-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage);
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, .55);
}
.svc-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-alt);
}
.svc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--easing);
}
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-body {
  padding: 24px 26px 28px;
  display: flex; flex-direction: column;
  flex: 1;
  gap: 12px;
}
.svc-body h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  color: var(--text);
  margin: 0;
}
.svc-tag {
  display: inline-block;
  font-family: var(--f-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage);
  background: rgba(88, 101, 90, .1);
  padding: 3px 10px;
  border-radius: 999px;
  margin-left: 4px;
  vertical-align: 4px;
}
.svc-body p { font-size: .92rem; color: var(--text-low); margin: 0; flex: 1; }
.svc-price {
  font-family: var(--f-display);
  font-size: 2.1rem;
  line-height: 1;
  color: var(--text);
  margin-top: 4px;
}
.svc-price span {
  font-size: .65em;
  color: var(--text-low);
  margin-left: 2px;
  font-style: italic;
}
.svc-cta {
  align-self: flex-start;
  margin-top: 6px;
  padding: 9px 22px;
  font-size: .82rem;
}
.section-alt .svc-card { background: var(--bg); }
@media (max-width: 920px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; max-width: 460px; }
  .svc-body { padding: 20px 22px 24px; }
  .svc-price { font-size: 1.85rem; }
}

/* ── PROMOS / АКЦИИ ── */
.promos h2.centered { margin-bottom: .6rem; }
.promos .lead { margin-bottom: 3rem; }
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1120px;
  margin: 0 auto;
}
.promo-card {
  position: relative;
  background: var(--bg-alt);
  border: 1px solid rgba(252, 139, 0, .28);
  border-radius: var(--r);
  padding: 36px 28px 30px;
  display: flex; flex-direction: column;
  gap: 14px;
  text-align: left;
  transition: transform .4s var(--easing), border-color .35s var(--easing), box-shadow .5s var(--easing);
}
.promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(252, 139, 0, .06) 0%, rgba(252, 139, 0, 0) 50%);
  pointer-events: none;
}
.promo-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage);
  box-shadow: 0 24px 48px -28px rgba(88, 101, 90, .35);
}
.promo-badge {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--f-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--sage);
  padding: 6px 14px;
  border-radius: 999px;
}
.promo-card h3 {
  font-family: var(--f-display);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.15;
  color: var(--text);
  margin: 0;
}
.promo-card p { font-size: .92rem; color: var(--text-low); margin: 0; flex: 1; }
.promo-price {
  font-family: var(--f-display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--sage);
  margin-top: 4px;
}
.promo-price span {
  font-size: .55em;
  color: var(--text-low);
  margin-left: 2px;
  font-style: italic;
}
.promo-cta { align-self: flex-start; margin-top: 8px; }
@media (max-width: 920px) {
  .promo-grid { grid-template-columns: 1fr; max-width: 520px; }
}

/* ── MASTERS (расширенные карточки) ── */
.masters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px; margin: 0 auto;
}
.master-card {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 32px 30px 30px;
  display: flex; flex-direction: column;
  gap: 16px;
  transition: transform .4s var(--easing), border-color .35s var(--easing), box-shadow .5s var(--easing);
}
.section-alt .master-card { background: var(--bg); }
.master-card:hover {
  transform: translateY(-3px);
  border-color: var(--sage);
  box-shadow: 0 22px 44px -28px rgba(0, 0, 0, .55);
}
.master-head {
  display: flex; align-items: center; gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.master-card .team-mono {
  width: 64px; height: 64px;
  font-size: 2rem;
  flex-shrink: 0;
}
.master-meta { display: flex; flex-direction: column; gap: 4px; }
.master-bio {
  font-size: .94rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
}
.master-bio strong { color: var(--sage); font-weight: 500; }
.master-styles {
  display: flex; flex-direction: column;
  gap: 10px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.master-styles .eyebrow { color: var(--text-low); margin: 0; }
.style-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.style-chips span {
  font-family: var(--f-body);
  font-size: .82rem;
  letter-spacing: .02em;
  color: var(--sage);
  background: rgba(88, 101, 90, .08);
  padding: 6px 12px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .masters-grid { grid-template-columns: 1fr; max-width: 480px; }
  .master-card { padding: 28px 24px 26px; }
}

/* ── MARQUEE ── */
.marquee {
  background: var(--text);
  color: var(--bg-alt);
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
}
.marquee-track {
  display: inline-flex;
  gap: 28px;
  white-space: nowrap;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: .02em;
  animation: marquee 40s linear infinite;
}
.marquee-track span { display: inline-block; padding: 0 4px; }
.marquee-track span:nth-child(even) { color: var(--wood); }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── TEAM ── */
.team h2.centered { margin-bottom: .8rem; }
.team .lead { margin-bottom: 3rem; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px; margin: 0 auto;
}
.team-card {
  text-align: center;
  padding: 40px 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: all .45s var(--easing);
}
.team-card:hover {
  border-color: var(--sage);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, .55);
}
.team-mono {
  width: 76px; height: 76px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 2.1rem;
  color: var(--sage);
  background: var(--bg-alt);
  transition: all .4s var(--easing);
}
.team-card:hover .team-mono { background: var(--sage); color: #fff; border-color: var(--sage); }
.team-name { font-family: var(--f-display); font-size: 1.5rem; margin-bottom: 4px; color: var(--text); }
.team-role { font-size: .85rem; color: var(--text-low); letter-spacing: .03em; }
.team-grid-compact { grid-template-columns: repeat(2, 1fr); max-width: 640px; }
@media (max-width: 880px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .team-grid, .team-grid-compact { grid-template-columns: 1fr; max-width: 360px; } }

/* ── GALLERY ── */
.gallery h2.centered { margin-bottom: 3rem; }
.masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 12px;
  gap: 14px;
}
.masonry-item {
  overflow: hidden;
  border-radius: var(--r);
  background: var(--bg-alt);
}
.masonry-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--easing), filter .6s var(--easing);
}
.masonry-item:hover img { transform: scale(1.06); filter: brightness(1.04); }
@media (max-width: 980px) {
  .masonry { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .masonry {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
  .masonry-item {
    grid-row: span 1 !important;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
  }
}
@media (max-width: 420px) {
  .masonry { gap: 8px; }
}

/* ── TESTIMONIALS ── */
.testimonials h2.centered { margin-bottom: .8rem; }
.testimonials .lead { margin-bottom: 3rem; }
.rev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px; margin: 0 auto;
}
.rev-card {
  padding: 32px 30px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: all .4s var(--easing);
}
.rev-card:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: 0 14px 36px -20px rgba(0, 0, 0, .55); }
.rev-stars { color: var(--wood); font-size: 1rem; letter-spacing: .12em; margin-bottom: 14px; }
.rev-card p {
  font-family: var(--f-display);
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 22px;
}
.rev-meta {
  display: flex; justify-content: space-between; gap: 12px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: var(--text-low);
  letter-spacing: .03em;
}
.rev-meta span:first-child { color: var(--text); font-weight: 500; }
.rev-meta a { color: var(--text-low); transition: color .25s var(--easing); }
.rev-meta a:hover { color: var(--sage); }
@media (max-width: 740px) { .rev-grid { grid-template-columns: 1fr; } }

/* ── FAQ ── */
.faq-wrap { max-width: 820px; }
.faq h2.centered { margin-bottom: 3rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  transition: background .35s var(--easing);
}
.faq-item summary {
  padding: 24px 4px;
  font-family: var(--f-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text);
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ico {
  font-family: var(--f-body);
  font-size: 1.4rem;
  color: var(--sage);
  width: 28px; text-align: center;
  transition: transform .35s var(--easing);
  font-weight: 300;
}
.faq-item[open] .faq-ico { transform: rotate(45deg); }
.faq-body {
  padding: 0 4px 26px;
  color: var(--text-mid);
  font-size: 1rem;
  max-width: 700px;
}
.faq-body a { color: var(--sage); border-bottom: 1px solid currentColor; }
.faq-body a:hover { color: var(--text); }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: stretch;
}
.contact-info { display: flex; flex-direction: column; }
.contact-info h2 { margin-bottom: 1.2rem; }
.contact-info > p { margin-bottom: 2rem; max-width: 460px; }
.contact-list { list-style: none; border-top: 1px solid var(--line); margin-bottom: 1.8rem; }
.contact-list li {
  display: grid; grid-template-columns: 110px 1fr; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
}
.contact-list li > span:first-child {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--text-low);
  padding-top: 3px;
}
.contact-list a { color: var(--text); transition: color .3s; }
.contact-list a:hover { color: var(--sage); }
.contact-socials {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 2rem;
}
.contact-socials a {
  padding: 9px 18px;
  border: 1px solid var(--line-2);
  border-radius: 100px;
  font-size: .82rem;
  color: var(--text-mid);
  transition: all .3s var(--easing);
}
.contact-socials a:hover { background: var(--sage); color: var(--bg-deep); border-color: var(--sage); }
.contact-cta { align-self: flex-start; margin-top: auto; }
.contact-map {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line);
  min-height: 460px;
}
.contact-map iframe { display: block; border: 0; }
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-map { min-height: 360px; }
}

/* ── FOOTER ── */
.footer {
  background: var(--bg-deep);
  color: var(--text-mid);
  padding: 70px 0 30px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.footer-mark {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: .26em;
  color: var(--sage);
  margin-bottom: 12px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo-img {
  display: block;
  height: 150px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 14px;
}
.footer-brand p { color: var(--text-low); font-size: .88rem; text-align: center; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 50px;
  justify-content: center;
}
.footer-cols h5 {
  font-family: var(--f-body);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--sage);
  margin-bottom: 16px;
  font-weight: 500;
}
.footer-cols a, .footer-cols span {
  display: block;
  padding: 4px 0;
  font-size: .9rem;
  color: var(--text-mid);
  transition: color .3s;
}
.footer-cols a:hover { color: var(--sage); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 24px;
  font-size: .78rem;
  color: var(--text-low);
}
@media (max-width: 880px) {
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) { .footer-cols { grid-template-columns: 1fr; } }

/* ── REVEAL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s var(--easing), transform .9s var(--easing);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > .reveal.in:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger > .reveal.in:nth-child(2) { transition-delay: 80ms; }
.reveal-stagger > .reveal.in:nth-child(3) { transition-delay: 160ms; }
.reveal-stagger > .reveal.in:nth-child(4) { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .photo-marquee-track { animation: none; }
  .hero-bg { transition: none; }
}

/* ── BOOKING (YClients iframe) ── */
.booking h2.centered { margin-bottom: .6rem; }
.booking .lead { margin-bottom: 3rem; }
.booking-frame-wrap {
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, .55);
}
.booking-frame {
  width: 100%;
  height: 760px;
  border: 0;
  display: block;
}
@media (max-width: 600px) {
  .booking-frame { height: 820px; }
  .booking-frame-wrap { border-radius: var(--r); }
}

/* ── SERVICES LIST (tabs + dot-leader) ── */
.services-list h2.centered { margin-bottom: .6rem; }
.services-list .lead { margin-bottom: 3rem; }
.srv-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 3.2rem;
  max-width: 880px;
}
.srv-tab {
  padding: 12px 32px;
  background: transparent;
  color: var(--text-mid);
  border: 1px solid var(--line-2);
  border-radius: 100px;
  font-family: var(--f-body);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .3s var(--easing);
}
.srv-tab:hover { color: var(--text); border-color: var(--text-mid); }
.srv-tab.is-active {
  background: var(--sage);
  color: var(--bg-deep);
  border-color: var(--sage);
}
.srv-tab-content {
  max-width: 880px;
  margin: 0 auto;
  display: none;
}
.srv-tab-content.is-active { display: block; }
.srv-block {
  max-width: 880px;
  margin: 0 auto 56px;
}
.srv-block:last-of-type { margin-bottom: 32px; }
.srv-block-title {
  font-family: var(--f-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 28px;
  text-align: center;
  position: relative;
}
.srv-block-title::before,
.srv-block-title::after {
  content: "";
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--line-2);
  vertical-align: middle;
  margin: 0 14px;
}
.srv-rows { display: flex; flex-direction: column; gap: 4px; }
.srv-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.srv-row:last-child { border-bottom: none; }
.srv-name {
  font-family: var(--f-display);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: var(--text);
  font-weight: 400;
}
.srv-name small {
  font-family: var(--f-body);
  font-size: .62em;
  color: var(--text-low);
  letter-spacing: .04em;
  margin-left: 8px;
  font-weight: 400;
}
.srv-dots {
  flex: 1;
  border-bottom: 1px dashed var(--line-2);
  margin-bottom: 6px;
}
.srv-price {
  font-family: var(--f-display);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: var(--sage);
  white-space: nowrap;
  font-weight: 500;
}
.srv-cta-row {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .srv-name { font-size: .98rem; }
  .srv-price { font-size: 1.05rem; }
  .srv-block { margin-bottom: 40px; }
}

/* ── VACANCIES (immersive hero) ── */
.vacancies-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  text-align: center;
  color: #fff;
}
.vacancies-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(.45) saturate(.85);
  z-index: 0;
  will-change: transform;
}
.vacancies-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .82) 100%);
  z-index: 1;
}
.vacancies-inner {
  position: relative; z-index: 2;
  max-width: 880px;
}
.vacancies-hero .eyebrow { color: var(--sage); margin-bottom: 1.4rem; }
.vacancies-hero h2 { color: #fff; margin-bottom: 1.2rem; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.vacancies-hero h2 em { color: var(--sage); font-style: normal; }
.vacancies-hero .lead { color: rgba(255, 255, 255, .85); max-width: 720px; margin: 0 auto 2.6rem; font-size: 1.05rem; line-height: 1.6; }
.vacancies-cta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.vacancies-hero .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .04);
}
.vacancies-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, .14);
  border-color: #fff;
  color: #fff;
}
@media (max-width: 720px) {
  .vacancies-hero { padding: 90px 0; }
}

/* ── VACANCIES (legacy 2-col, retained as fallback) ── */
.vacancies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.vacancies-text h2 { margin-bottom: 1.2rem; }
.vacancies-text > p { font-size: 1.05rem; color: var(--text-mid); max-width: 540px; margin-bottom: 2.4rem; line-height: 1.65; }
.vac-list {
  list-style: none; padding: 0;
  margin: 0 0 2.4rem 0;
  display: flex; flex-direction: column; gap: 0;
}
.vac-list li {
  display: flex; align-items: flex-start; gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: .95rem;
  line-height: 1.5;
}
.vac-list li:last-child { border-bottom: none; }
.vac-list li > div { flex: 1; }
.vac-list strong { font-weight: 500; color: var(--text); display: block; margin-bottom: 4px; }
.vac-list li > div > br + * { color: var(--text-mid); }
.vac-num {
  font-family: var(--f-display);
  font-size: 1.6rem;
  color: var(--sage);
  flex-shrink: 0;
  font-style: italic;
  line-height: 1;
  width: 36px;
}
.vac-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.vacancies-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-alt);
}
.vacancies-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--easing);
}
.vacancies-img:hover img { transform: scale(1.04); }
@media (max-width: 880px) {
  .vacancies-grid { grid-template-columns: 1fr; gap: 36px; }
  .vacancies-img { aspect-ratio: 16/10; max-width: 600px; margin: 0 auto; }
}

/* ── PHOTO MARQUEE (auto-scroll gallery) ── */
.gallery .container { margin-bottom: 60px; }
.gallery h2.centered { margin-bottom: 0; }
.photo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.photo-marquee::before,
.photo-marquee::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.photo-marquee::before { left: 0; background: linear-gradient(90deg, var(--bg) 0%, transparent 100%); }
.photo-marquee::after  { right: 0; background: linear-gradient(270deg, var(--bg) 0%, transparent 100%); }
.photo-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: photoMarqueeScroll 70s linear infinite;
  will-change: transform;
}
.photo-marquee-track:hover { animation-play-state: paused; }
.photo-marquee-track img {
  height: clamp(280px, 38vw, 420px);
  width: auto;
  max-width: none;
  flex-shrink: 0;
  flex-basis: auto;
  object-fit: cover;
  border-radius: var(--r);
  display: block;
}
@keyframes photoMarqueeScroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@media (max-width: 600px) {
  .photo-marquee { min-height: 240px; }
  .photo-marquee-track { gap: 12px; animation-duration: 60s; }
  .photo-marquee::before, .photo-marquee::after { width: 40px; }
}

/* ── NAP 3-COLUMN BLOCK ── */
.nap { padding: 80px 0; }
.nap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.nap-card {
  text-align: center;
  padding: 40px 26px 36px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: transform .4s var(--easing), border-color .35s var(--easing), box-shadow .5s var(--easing);
}
.nap-card:hover {
  transform: translateY(-3px);
  border-color: rgba(252, 139, 0, .35);
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, .55);
}
.nap-icon {
  width: 60px; height: 60px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1.5px solid var(--sage);
  display: flex; align-items: center; justify-content: center;
  color: var(--sage);
  background: rgba(252, 139, 0, .06);
}
.nap-icon svg { width: 26px; height: 26px; }
.nap-card h3 {
  font-family: var(--f-body);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 14px;
}
.nap-card > p {
  font-size: 1.02rem;
  color: var(--text);
  line-height: 1.45;
  margin: 0;
}
.nap-card a { color: var(--text); border-bottom: 1px solid transparent; transition: color .3s var(--easing), border-color .3s var(--easing); }
.nap-card a:hover { color: var(--sage); border-bottom-color: var(--sage); }
.nap-sub {
  font-size: .82rem !important;
  color: var(--text-low) !important;
  margin-top: 10px !important;
  letter-spacing: .03em;
}
@media (max-width: 760px) {
  .nap-grid { grid-template-columns: 1fr; max-width: 420px; gap: 14px; }
  .nap-card { padding: 32px 22px 28px; }
  .nap { padding: 50px 0; }
}

/* ── DIFFERENCES (accordion + photo) ── */
.diff-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: start;
  max-width: 1180px;
  margin: 3rem auto 0;
}
.diff-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-alt);
  position: sticky;
  top: 110px;
}
.diff-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s var(--easing);
}
.diff-image:hover img { transform: scale(1.04); }
.diff-list {
  display: flex; flex-direction: column;
  gap: 14px;
  margin: 0;
}
@media (max-width: 880px) {
  .diff-layout { grid-template-columns: 1fr; gap: 32px; }
  .diff-image { aspect-ratio: 16/11; max-width: 600px; margin: 0 auto; position: static; }
}
.diff-item {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color .35s var(--easing);
  overflow: hidden;
}
.diff-item[open] { border-color: rgba(252, 139, 0, .38); }
.diff-item summary {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--text);
  transition: background .35s var(--easing);
}
.diff-item summary::-webkit-details-marker { display: none; }
.diff-item summary:hover { background: rgba(252, 139, 0, .04); }
.diff-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--sage);
}
.diff-icon svg { width: 24px; height: 24px; }
.diff-title { flex: 1; }
.diff-arrow {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--sage);
  transition: transform .3s var(--easing);
  line-height: 1;
}
.diff-item[open] .diff-arrow { transform: rotate(45deg); }
.diff-body {
  padding: 0 26px 22px 80px;
  color: var(--text-mid);
  font-size: .95rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .diff-item summary { padding: 18px 20px; gap: 14px; font-size: .98rem; }
  .diff-body { padding: 0 20px 18px 70px; font-size: .9rem; }
}

/* ── CHAR-REVEAL animation ── */
.char-reveal .cr-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(.5em);
  filter: blur(2px);
  transition: opacity .8s var(--easing), transform .8s var(--easing), filter .8s var(--easing);
  will-change: opacity, transform, filter;
}
.char-reveal.char-on .cr-word {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ── BRAND WORDMARK (large footer typography) ── */
.brand-wordmark-wrap {
  width: 100%;
  overflow: hidden;
  background: var(--bg);
  padding: 80px 0 0;
  user-select: none;
}
.brand-wordmark {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(5rem, 24vw, 22rem);
  line-height: .82;
  letter-spacing: -.04em;
  color: var(--sage);
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 6vw;
  background: linear-gradient(180deg, var(--sage) 0%, rgba(252, 139, 0, .35) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
