/* ============================================================
   Hannameyer's Painting — bold & modern
   ============================================================ */

:root {
  --ink: #0b0d10;
  --ink-2: #12151b;
  --ink-3: #1b1f27;
  --cream: #f6f3ee;
  --cream-2: #fffdf9;
  --text: #1a1d22;
  --muted: #6b7280;
  --muted-light: #a6adba;
  --line: #e6e1d8;

  --accent: #ff5630;
  --accent-2: #ff8a4c;
  --accent-grad: linear-gradient(120deg, #ff5630, #ff8a4c);
  --gold: #ffb020;

  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 50px -20px rgba(11, 13, 16, 0.45);
  --shadow-lg: 0 40px 90px -30px rgba(11, 13, 16, 0.55);
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, .stats__num, .brand__text {
  font-family: "Space Grotesk", "Inter", sans-serif;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

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

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--accent-grad); z-index: 1000;
  box-shadow: 0 0 12px rgba(255, 86, 48, 0.6);
}

/* ---------- buttons ---------- */
.btn {
  --pad: 0.85rem 1.5rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: var(--pad);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600; font-size: 0.98rem;
  border: none; border-radius: 100px; cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, color 0.25s;
  white-space: nowrap;
}
.btn--sm { --pad: 0.6rem 1.1rem; font-size: 0.88rem; }
.btn--lg { --pad: 1.05rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn--accent {
  background: var(--accent-grad); color: #fff;
  box-shadow: 0 12px 28px -10px rgba(255, 86, 48, 0.7);
}
.btn--accent:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(255, 86, 48, 0.8); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.08); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35); backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.18); transform: translateY(-3px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(-1px) scale(0.99); }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: background 0.35s, backdrop-filter 0.35s, box-shadow 0.35s, padding 0.35s;
  padding: 0.4rem 0;
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0.6rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav.scrolled {
  background: rgba(11, 13, 16, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.7);
}
.brand { display: flex; align-items: center; gap: 0.6rem; }
.brand__logo {
  height: 54px; width: auto; display: block;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.45));
  transition: transform 0.3s var(--ease);
}
.brand:hover .brand__logo { transform: scale(1.04); }
.brand__mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--accent-grad); color: #fff;
  display: grid; place-items: center;
  font-family: "Space Grotesk"; font-weight: 700; font-size: 1.25rem;
  box-shadow: 0 8px 20px -8px rgba(255, 86, 48, 0.8);
}
.brand__text { font-weight: 700; font-size: 1.2rem; color: #fff; }
.brand__accent { color: var(--accent); }
.nav__links { display: flex; align-items: center; gap: 1.8rem; }
.nav__links > a:not(.btn) {
  color: rgba(255, 255, 255, 0.82); font-weight: 500; font-size: 0.95rem;
  position: relative; transition: color 0.25s;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--accent); transition: width 0.3s var(--ease);
}
.nav__links > a:not(.btn):hover { color: #fff; }
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav__toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 8px;
}
.nav__toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: 0.3s var(--ease); }
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 7rem 1.5rem 4rem; overflow: hidden; color: #fff;
}
.hero__bg {
  position: absolute; inset: -8% 0; z-index: 0;
  background: url("/images/hero.jpg") center/cover no-repeat;
  transform: scale(1.08); will-change: transform;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(120% 90% at 15% 10%, rgba(255, 86, 48, 0.20), transparent 55%),
    linear-gradient(180deg, rgba(11, 13, 16, 0.55) 0%, rgba(11, 13, 16, 0.55) 35%, rgba(11, 13, 16, 0.92) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; width: 100%; text-align: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.5rem 1.1rem; border-radius: 100px;
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px); font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.02em; margin-bottom: 1.5rem;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255, 86, 48, 0.25); }
.hero__title { font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 700; }
.hero__title-accent { display: block; color: transparent; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; }
.hero__sub {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: rgba(255, 255, 255, 0.82);
  max-width: 620px; margin: 1.4rem auto 0;
}
.hero__award {
  display: inline-flex; align-items: center; gap: 0.55rem; margin: 1.6rem auto 0;
  padding: 0.55rem 1.2rem; border-radius: 100px; font-size: 0.92rem; font-weight: 500;
  color: #fff; background: rgba(255, 176, 32, 0.12);
  border: 1px solid rgba(255, 176, 32, 0.5);
  box-shadow: 0 0 30px -8px rgba(255, 176, 32, 0.4);
}
.hero__award strong { color: var(--gold); font-weight: 700; }
.hero__award-icon { font-size: 1.05rem; }
.hero__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.hero__trust { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; margin-top: 2.2rem; font-size: 0.92rem; color: rgba(255, 255, 255, 0.78); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }
.hero__scroll {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 14px;
}
.hero__scroll span { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: #fff; border-radius: 2px; animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 20px; } 100% { opacity: 0; } }

/* ---------- marquee ---------- */
.marquee { background: var(--ink); color: #fff; padding: 1.1rem 0; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.marquee__track { display: flex; gap: 2rem; white-space: nowrap; width: max-content; animation: marquee 28s linear infinite; }
.marquee__track span { font-family: "Space Grotesk"; font-weight: 600; font-size: 1.25rem; letter-spacing: 0.01em; }
.marquee__track .sep { color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- stats ---------- */
.stats {
  max-width: var(--maxw); margin: 0 auto; padding: 4rem 1.5rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center;
}
.stats__num { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; color: var(--ink); }
.stats__label { color: var(--muted); font-size: 0.95rem; margin-top: 0.25rem; }

/* ---------- section ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: 5.5rem 1.5rem; }
.section--dark { max-width: none; background: var(--ink); color: #fff; }
.section--dark .section__head { margin-left: auto; margin-right: auto; }
.section--dark .section__lead { color: var(--muted-light); }
.section__head { max-width: 680px; margin: 0 auto 3rem; text-align: center; }
.eyebrow {
  display: inline-block; font-family: "Space Grotesk"; font-weight: 600;
  font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.9rem;
}
.eyebrow--light { color: var(--accent-2); }
.section__title { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; }
.section__lead { color: var(--muted); font-size: 1.1rem; margin-top: 1rem; }

/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.service {
  background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
  position: relative; overflow: hidden;
}
.service::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--accent-grad); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease);
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service:hover::before { transform: scaleX(1); }
.service__icon {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  font-size: 1.7rem; background: linear-gradient(135deg, rgba(255, 86, 48, 0.12), rgba(255, 138, 76, 0.12));
  margin-bottom: 1.2rem;
}
.service h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.service p { color: var(--muted); font-size: 0.97rem; }

/* ---------- cinematic gallery reel ---------- */
.cinema { max-width: 1100px; margin: 0 auto; }
.cinema__stage {
  position: relative; aspect-ratio: 16 / 9; width: 100%;
  background: #05070a; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  cursor: pointer;
}
.cinema__slides { position: absolute; inset: 0; }
.cinema__slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 1.2s ease, visibility 0s linear 1.2s;
}
.cinema__slide.is-active { opacity: 1; visibility: visible; transition: opacity 1.2s ease; z-index: 1; }
.cinema__kb {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; transform: scale(1.02);
}
/* Ken Burns variants — only animate the active slide */
.cinema__slide.is-active .cinema__kb { animation: kb 7s ease-out forwards; }
.cinema__slide.is-active.kb1 .cinema__kb { animation-name: kb1; }
.cinema__slide.is-active.kb2 .cinema__kb { animation-name: kb2; }
.cinema__slide.is-active.kb3 .cinema__kb { animation-name: kb3; }
.cinema__slide.is-active.kb4 .cinema__kb { animation-name: kb4; }
@keyframes kb1 { from { transform: scale(1.0) translate(0, 0); } to { transform: scale(1.16) translate(-2%, -2%); } }
@keyframes kb2 { from { transform: scale(1.16) translate(2%, 1%); } to { transform: scale(1.0) translate(0, 0); } }
@keyframes kb3 { from { transform: scale(1.05) translate(2%, -1%); } to { transform: scale(1.18) translate(-2%, 2%); } }
@keyframes kb4 { from { transform: scale(1.18) translate(-2%, 2%); } to { transform: scale(1.04) translate(1%, -1%); } }

.cinema__vignette {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(0deg, rgba(5, 7, 10, 0.85) 0%, rgba(5, 7, 10, 0) 28%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.55) 0%, rgba(5, 7, 10, 0) 22%),
    radial-gradient(120% 120% at 50% 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
}
.cinema__topbar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 3;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.2rem; color: #fff; font-family: "Space Grotesk"; font-size: 0.82rem;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.cinema__live { display: inline-flex; align-items: center; gap: 0.5rem; opacity: 0.9; }
.cinema__live .rec { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); animation: rec 1.4s ease-in-out infinite; }
@keyframes rec { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5); } 50% { opacity: 0.4; box-shadow: 0 0 0 6px rgba(255, 86, 48, 0); } }
.cinema__index { opacity: 0.85; }

.cinema__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 48px; height: 48px; border-radius: 50%; cursor: pointer;
  background: rgba(10, 12, 16, 0.4); color: #fff; border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.9rem; line-height: 1; display: grid; place-items: center;
  opacity: 0; transition: opacity 0.3s, background 0.25s, transform 0.25s; backdrop-filter: blur(6px);
}
.cinema__stage:hover .cinema__arrow { opacity: 1; }
.cinema__arrow:hover { background: var(--accent); }
.cinema__arrow--prev { left: 1rem; }
.cinema__arrow--next { right: 1rem; }
.cinema__expand {
  position: absolute; top: 0.9rem; right: 0.9rem; z-index: 5;
  display: none; width: 40px; height: 40px; border-radius: 10px; cursor: pointer;
  background: rgba(10, 12, 16, 0.45); color: #fff; border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.1rem; place-items: center; backdrop-filter: blur(6px); transition: background 0.25s;
}
.cinema__stage:hover .cinema__expand { display: grid; }
.cinema__expand:hover { background: var(--accent); }

.cinema__controls {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 4;
  display: flex; align-items: center; gap: 0.9rem; padding: 1.1rem 1.2rem;
}
.cinema__play {
  flex: none; width: 38px; height: 38px; border-radius: 50%; cursor: pointer;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.3);
  display: grid; place-items: center; transition: background 0.25s, transform 0.2s;
}
.cinema__play:hover { background: var(--accent); transform: scale(1.06); }
.cinema__play::before {
  content: ""; width: 0; height: 0; margin-left: 3px;
  border-left: 11px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
}
.cinema__play.playing::before {
  width: 11px; height: 12px; margin-left: 0; border: none;
  border-left: 3.5px solid #fff; border-right: 3.5px solid #fff;
}
.cinema__progress { flex: 1; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.22); overflow: hidden; }
.cinema__progress span { display: block; height: 100%; width: 0%; background: var(--accent-grad); border-radius: 4px; }

/* filmstrip */
.cinema__strip {
  display: flex; gap: 0.6rem; margin-top: 1rem; padding: 0.3rem 0.1rem 0.7rem;
  overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.cinema__strip::-webkit-scrollbar { height: 6px; }
.cinema__strip::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.25); border-radius: 6px; }
.cinema__thumb {
  flex: none; width: 132px; aspect-ratio: 16 / 10; border-radius: 9px; overflow: hidden; cursor: pointer;
  position: relative; opacity: 0.5; outline: 2px solid transparent; outline-offset: -2px;
  transition: opacity 0.3s, transform 0.3s, outline-color 0.3s;
}
.cinema__thumb img { width: 100%; height: 100%; object-fit: cover; }
.cinema__thumb:hover { opacity: 0.9; transform: translateY(-3px); }
.cinema__thumb.is-active { opacity: 1; outline-color: var(--accent); }
.cinema__thumb.is-active::after {
  content: ""; position: absolute; inset: 0; box-shadow: 0 0 0 2px var(--accent) inset; border-radius: 9px;
}

/* ---------- reviews (cycling carousel) ---------- */
.reviews { max-width: var(--maxw); margin: 0 auto; overflow: hidden; padding: 0.6rem 0 1.2rem; }
.reviews__loading { text-align: center; color: var(--muted); padding: 2rem; }
.reviews__track { display: flex; transition: transform 0.7s var(--ease); }
.reviews__page {
  flex: 0 0 100%; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem; align-items: stretch; padding: 0 0.3rem;
}
.review {
  display: flex; flex-direction: column; height: 100%;
  background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: 0 14px 34px -26px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 0.8rem; }
.review__body { font-size: 1rem; color: var(--text); }
.review__body::before { content: "“"; color: var(--accent); font-size: 2rem; font-family: "Space Grotesk"; line-height: 0; vertical-align: -0.3em; margin-right: 0.15rem; }
.review__meta { margin-top: auto; padding-top: 1.4rem; display: flex; align-items: center; gap: 0.75rem; }
.review__avatar {
  width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--accent-grad);
  color: #fff; display: grid; place-items: center; font-weight: 700; font-family: "Space Grotesk";
}
.review__name { font-weight: 600; font-family: "Space Grotesk"; }
.review__loc { color: var(--muted); font-size: 0.85rem; }

/* carousel controls */
.reviews__controls { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 2rem; }
.reviews__arrow {
  width: 44px; height: 44px; flex: none; border-radius: 50%; cursor: pointer;
  background: var(--cream-2); border: 1.5px solid var(--line); color: var(--ink);
  font-size: 1.6rem; line-height: 1; display: grid; place-items: center;
  transition: background 0.25s, color 0.25s, transform 0.2s, border-color 0.25s;
}
.reviews__arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-2px); }
.reviews__dots { display: flex; align-items: center; gap: 0.5rem; }
.reviews__dot {
  width: 9px; height: 9px; padding: 0; border: none; border-radius: 100px; cursor: pointer;
  background: var(--line); transition: width 0.3s var(--ease), background 0.3s;
}
.reviews__dot.active { width: 28px; background: var(--accent); }

.reviews__cta { text-align: center; margin-top: 2.6rem; }
.reviews__cta p { color: var(--muted); margin-bottom: 0.8rem; }

/* ---------- about (split) ---------- */
.section--split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.about__media { position: relative; }
.about__img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.about__award {
  position: absolute; bottom: -1.3rem; right: -1.3rem; width: 158px; height: auto;
  background: #fff; padding: 8px; border-radius: 14px; border: 1px solid var(--line);
  box-shadow: var(--shadow-lg); transform: rotate(-4deg); transition: transform 0.35s var(--ease);
}
.about__award:hover { transform: rotate(0deg) scale(1.04); }
.about__body p { color: var(--muted); margin-top: 1rem; }
.about__list { list-style: none; margin: 1.6rem 0; display: grid; gap: 0.7rem; }
.about__list li { display: flex; align-items: center; gap: 0.7rem; font-weight: 500; }
.about__list span { color: var(--accent); font-weight: 700; }

/* ---------- book ---------- */
.section--book { max-width: none; background: var(--ink); color: #fff; }
.book__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.book__intro p { color: var(--muted-light); margin-top: 1rem; }
.book__perks { list-style: none; margin: 1.8rem 0; display: grid; gap: 0.9rem; }
.book__perks li { display: flex; align-items: center; gap: 0.8rem; color: #fff; }
.book__perks span { font-size: 1.2rem; }
.book__contact { display: flex; flex-direction: column; gap: 0.3rem; margin-top: 1.8rem; }
.book__phone { font-family: "Space Grotesk"; font-weight: 700; font-size: 1.6rem; color: var(--accent-2); }
.book__contact a:last-child { color: var(--muted-light); }

/* ---------- cards / forms ---------- */
.card { background: var(--cream-2); color: var(--text); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-lg); }
.book__form h3, .modal__panel h3 { font-size: 1.5rem; margin-bottom: 1.3rem; }
.field { margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--text); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.8rem 0.95rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 0.98rem; background: #fff; color: var(--text);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(255, 86, 48, 0.12);
}
.field textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__note { margin-top: 0.9rem; font-size: 0.9rem; min-height: 1.2em; }
.form__note.ok { color: #1f9d57; }
.form__note.err { color: #d92d20; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #d92d20; }

/* rating input */
.rating-input { display: inline-flex; gap: 0.2rem; }
.rating-input button {
  background: none; border: none; cursor: pointer; font-size: 1.9rem; line-height: 1;
  color: var(--line); transition: transform 0.15s, color 0.15s; padding: 0;
}
.rating-input button.on { color: var(--gold); }
.rating-input button:hover { transform: scale(1.15); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #fff; padding: 4rem 1.5rem 1.5rem; }
.footer__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer__brand .brand__text { font-size: 1.5rem; }
.footer__logo { height: 96px; width: auto; display: block; }
.footer__brand p { color: var(--muted-light); margin-top: 1rem; max-width: 320px; font-size: 0.95rem; }
.footer__award { color: var(--gold) !important; font-weight: 600; font-size: 0.88rem !important; }
.footer__col h4 { font-family: "Space Grotesk"; font-size: 1rem; margin-bottom: 1rem; }
.footer__col a, .footer__col span { display: block; color: var(--muted-light); margin-bottom: 0.6rem; font-size: 0.95rem; transition: color 0.25s; }
.footer__col a:hover { color: var(--accent-2); }
.socials { display: flex; gap: 0.7rem; margin-top: 0.2rem; }
.social {
  width: 42px; height: 42px; flex: none; margin: 0; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.social svg { width: 19px; height: 19px; fill: currentColor; }
.social:hover {
  transform: translateY(-3px); color: #fff;
  background: var(--accent-grad); border-color: transparent;
  box-shadow: 0 10px 24px -10px rgba(255, 86, 48, 0.7);
}
.footer__bar {
  max-width: var(--maxw); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem;
  color: var(--muted-light); font-size: 0.85rem;
}
.footer__bar a { color: var(--muted-light); text-decoration: underline; text-underline-offset: 3px; }
.footer__bar a:hover { color: var(--accent-2); }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1100; background: rgba(7, 9, 12, 0.94);
  display: flex; align-items: center; justify-content: center; padding: 2rem;
  opacity: 0; visibility: hidden; transition: opacity 0.3s; backdrop-filter: blur(4px);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 92vw; max-height: 86vh; border-radius: 10px; box-shadow: var(--shadow-lg); transform: scale(0.96); transition: transform 0.3s var(--ease); }
.lightbox.open .lightbox__img { transform: scale(1); }
.lightbox__close, .lightbox__nav {
  position: absolute; background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%; cursor: pointer; display: grid; place-items: center; transition: background 0.25s, transform 0.25s;
}
.lightbox__close { top: 1.4rem; right: 1.4rem; width: 46px; height: 46px; font-size: 1.2rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 2rem; }
.lightbox__prev { left: 1.4rem; }
.lightbox__next { right: 1.4rem; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--accent); }
.lightbox__counter { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, 0.8); font-family: "Space Grotesk"; font-size: 0.9rem; }

/* ---------- modal ---------- */
.modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 1.5rem; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
.modal.open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(7, 9, 12, 0.7); backdrop-filter: blur(4px); }
.modal__panel { position: relative; width: 100%; max-width: 480px; max-height: 90vh; overflow-y: auto; transform: translateY(20px) scale(0.98); transition: transform 0.35s var(--ease); }
.modal.open .modal__panel { transform: none; }
.modal__sub { color: var(--muted); margin-bottom: 1.3rem; font-size: 0.95rem; }
.modal__close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 1rem; transition: background 0.2s; }
.modal__close:hover { background: var(--cream); }

/* ---------- toast ---------- */
.toast {
  position: fixed; bottom: 1.5rem; left: 50%;
  transform: translateX(-50%) translateY(160%);
  background: var(--ink); color: #fff; padding: 0.9rem 1.4rem; border-radius: 100px;
  box-shadow: var(--shadow-lg); z-index: 1200; font-weight: 500; font-size: 0.95rem;
  transition: transform 0.4s var(--ease); max-width: 90vw; text-align: center;
}
.toast.show { transform: translateX(-50%) translateY(0); }
.toast.ok { background: #14361f; border: 1px solid #1f9d57; }
.toast.err { background: #3a1413; border: 1px solid #d92d20; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .services { grid-template-columns: repeat(2, 1fr); }
  .section--split { grid-template-columns: 1fr; gap: 3rem; }
  .about__media { max-width: 460px; }
  .book__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.6rem;
    background: rgba(11, 13, 16, 0.97); backdrop-filter: blur(14px); padding: 2rem;
    transform: translateX(100%); transition: transform 0.4s var(--ease); box-shadow: var(--shadow-lg);
  }
  .nav__links.open { transform: none; }
  .nav__links > a:not(.btn) { font-size: 1.3rem; }
  .nav__cta { width: 100%; }
  .nav__toggle { display: flex; z-index: 901; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2rem; padding: 3rem 1.5rem; }
  .services { grid-template-columns: 1fr; }
  .cinema__thumb { width: 104px; }
  .cinema__arrow { opacity: 1; width: 40px; height: 40px; font-size: 1.5rem; }
  .cinema__topbar { font-size: 0.72rem; padding: 0.7rem 0.9rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .field-row { grid-template-columns: 1fr; }
  .section { padding: 4rem 1.25rem; }
  .lightbox__nav { width: 44px; height: 44px; }
  .brand__logo { height: 46px; }
  .footer__logo { height: 80px; }
  .about__award { width: 126px; bottom: -1rem; right: -0.6rem; }
  .hero__award { font-size: 0.82rem; padding: 0.5rem 0.95rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
