:root {
  --bg: #070f14;
  --bg-soft: #0e222a;
  --bg-deep: #040a0e;
  --text: #f0f8f7;
  --muted: #a8c4c9;
  --accent: #34d3a4;
  --accent-hover: #2bb88e;
  --accent-soft: rgb(52 211 164 / 16%);
  --accent-glow: rgb(52 211 164 / 45%);
  --gold: #e8b86a;
  --gold-soft: rgb(232 184 106 / 35%);
  --card: #132f3a;
  --card-highlight: linear-gradient(145deg, rgb(255 255 255 / 7%) 0%, transparent 42%);
  --border: #2a5a6a;
  --border-glow: rgb(52 211 164 / 55%);
  --section-pad: clamp(4rem, 8vw, 5.5rem);
  --section-gap: clamp(1.25rem, 3vw, 1.75rem);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  --bg-body: radial-gradient(ellipse 120% 70% at 50% -15%, rgb(52 211 164 / 9%), transparent 52%),
    radial-gradient(ellipse 90% 55% at 100% 40%, rgb(42 90 106 / 22%), transparent 48%),
    radial-gradient(ellipse 70% 50% at 0% 75%, rgb(232 184 106 / 6%), transparent 45%),
    linear-gradient(180deg, #0a1c24 0%, var(--bg) 38%, var(--bg-deep) 100%);
  --photo-hero: url("fiching_photo/photo_5224420548849376317_w.jpg");
  --photo-water: url("fiching_photo/photo_5224420548849376315_w.jpg");
  --photo-fish: url("fiching_photo/photo_5224420548849376324_w.jpg");
  --photo-farm: url("fiching_photo/photo_5224420548849376320_w.jpg");
  --photo-horses: url("fiching_photo/photo_5224420548849376326_w.jpg");
  --photo-territory: url("fiching_photo/photo_5224420548849376322_w.jpg");
  --photo-pier: url("fiching_photo/photo_5224420548849376318_w.jpg");
  --photo-sunset: url("fiching_photo/photo_5224420548849376327_w.jpg");
}

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

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 76px;
}

body {
  font-family: var(--font);
  background-color: var(--bg-deep);
  background-image: var(--bg-body);
  color: var(--text);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: var(--noise);
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

body > * {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
  isolation: isolate;
}

::selection {
  background: rgb(52 211 164 / 35%);
  color: var(--text);
}

body.modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-wave {
    animation:
      hero-wave-drift 22s ease-in-out infinite alternate,
      hero-wave-shimmer 11s ease-in-out infinite;
  }

  .hero-aura--a {
    animation: aura-float-a 18s ease-in-out infinite;
  }

  .hero-aura--b {
    animation: aura-float-b 22s ease-in-out infinite;
  }

  .hero-aura--c {
    animation: aura-float-c 15s ease-in-out infinite;
  }

  .gallery-item::after {
    animation: gallery-shimmer 4.5s ease-in-out infinite;
  }

  .contacts-map-link::before {
    animation: map-grid-pan 20s linear infinite;
  }
}

@keyframes hero-wave-drift {
  from {
    opacity: 0.82;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-wave-shimmer {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.12);
  }
}

@keyframes aura-float-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.55;
  }
  33% {
    transform: translate(4%, -3%) scale(1.05);
    opacity: 0.75;
  }
  66% {
    transform: translate(-3%, 2%) scale(0.96);
    opacity: 0.6;
  }
}

@keyframes aura-float-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translate(-5%, 4%) scale(1.08);
    opacity: 0.55;
  }
}

@keyframes aura-float-c {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.4;
  }
  40% {
    transform: translate(3%, 5%);
    opacity: 0.65;
  }
  70% {
    transform: translate(-4%, -2%);
    opacity: 0.45;
  }
}

@keyframes hero-h1-glow {
  from {
    text-shadow:
      0 0 42px rgb(52 211 164 / 18%),
      0 1px 0 rgb(0 0 0 / 35%);
  }
  to {
    text-shadow:
      0 0 64px rgb(52 211 164 / 32%),
      0 0 100px rgb(232 184 106 / 14%),
      0 1px 0 rgb(0 0 0 / 35%);
  }
}

@keyframes featured-glow-pulse {
  from {
    box-shadow:
      0 0 0 1px rgb(232 184 106 / 18%),
      0 10px 32px rgb(52 211 164 / 10%),
      0 20px 44px rgb(0 0 0 / 22%);
  }
  to {
    box-shadow:
      0 0 0 1px rgb(232 184 106 / 35%),
      0 0 36px rgb(52 211 164 / 22%),
      0 18px 52px rgb(0 0 0 / 32%);
  }
}

@keyframes gallery-shimmer {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-8%);
  }
  50% {
    opacity: 0.85;
    transform: translateX(8%);
  }
}

@keyframes map-grid-pan {
  to {
    transform: translate(-12px, -12px);
  }
}

@keyframes h2-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes btn-shimmer {
  0% {
    transform: translateX(-120%) skewX(-12deg);
  }
  100% {
    transform: translateX(220%) skewX(-12deg);
  }
}

@keyframes card-shine {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(8deg);
  }
  35% {
    opacity: 0.12;
  }
  100% {
    opacity: 0;
    transform: translateX(180%) rotate(8deg);
  }
}

@keyframes load-panel-pulse {
  0%,
  100% {
    box-shadow:
      0 20px 50px rgb(0 0 0 / 38%),
      0 0 0 0 rgb(52 211 164 / 0%);
  }
  50% {
    box-shadow:
      0 24px 56px rgb(0 0 0 / 42%),
      0 0 48px rgb(52 211 164 / 12%);
  }
}

@keyframes menu-drop-in {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.js .js-reveal:not(.is-visible) > h1,
  html.js .js-reveal:not(.is-visible) > p,
  html.js .js-reveal:not(.is-visible) > h2,
  html.js .js-reveal:not(.is-visible) > .cards .card,
  html.js .js-reveal:not(.is-visible) .container > h2,
  html.js .js-reveal:not(.is-visible) .section-lead,
  html.js .js-reveal:not(.is-visible) .gallery-grid .gallery-item,
  html.js .js-reveal:not(.is-visible) .fish-list .fish-chip,
  html.js .js-reveal:not(.is-visible) .pricing .price-card,
  html.js .js-reveal:not(.is-visible) .contacts-text > h2,
  html.js .js-reveal:not(.is-visible) .contacts-text > p.contact-line,
  html.js .js-reveal:not(.is-visible) .contacts-inner > .contacts-map-link,
  html.js footer.js-reveal:not(.is-visible) > .container,
  html.js header.top-bar.js-reveal:not(.is-visible) .logo,
  html.js header.top-bar.js-reveal:not(.is-visible) .menu li,
  html.js header.top-bar.js-reveal:not(.is-visible) .burger {
    opacity: 0;
    transform: translateY(18px);
  }

  html.js .js-reveal-btn:not(.is-visible) {
    opacity: 0;
    transform: translateY(22px);
    pointer-events: none;
    transition: none;
  }

  html.js .js-reveal-btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.22s ease;
  }

  html.js .top-bar-actions > .js-reveal-btn.is-visible:nth-child(1) {
    transition-delay: 0.05s;
  }

  html.js .top-bar-actions > .js-reveal-btn.is-visible:nth-child(2) {
    transition-delay: 0.14s;
  }

  html.js .hero-cta > .js-reveal-btn.is-visible:nth-child(1) {
    transition-delay: 0.08s;
  }

  html.js .hero-cta > .js-reveal-btn.is-visible:nth-child(2) {
    transition-delay: 0.18s;
  }

  html.js .contacts-cta > .js-reveal-btn.is-visible:nth-child(1) {
    transition-delay: 0.1s;
  }

  html.js .contacts-cta > .js-reveal-btn.is-visible:nth-child(2) {
    transition-delay: 0.2s;
  }

  html.js .js-reveal-btn:not(.is-visible):hover {
    transform: translateY(22px);
    box-shadow: none;
  }

  .js-reveal.is-visible > h1 {
    animation: rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.05s;
  }

  .js-reveal.is-visible > p {
    animation: rise-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  header.top-bar.js-reveal.is-visible .logo {
    animation: rise-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  header.top-bar.js-reveal.is-visible .menu li:nth-child(1) {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.04s;
  }

  header.top-bar.js-reveal.is-visible .menu li:nth-child(2) {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.08s;
  }

  header.top-bar.js-reveal.is-visible .menu li:nth-child(3) {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  header.top-bar.js-reveal.is-visible .menu li:nth-child(4) {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.16s;
  }

  header.top-bar.js-reveal.is-visible .menu li:nth-child(5) {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.2s;
  }

  header.top-bar.js-reveal.is-visible .burger {
    animation: rise-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.22s;
  }

  .js-reveal.is-visible > h2 {
    animation: rise-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .js-reveal.is-visible > .cards .card:nth-child(1) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.06s;
  }

  .js-reveal.is-visible > .cards .card:nth-child(2) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  .js-reveal.is-visible > .cards .card:nth-child(3) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.18s;
  }

  .js-reveal.is-visible .container > h2 {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .js-reveal.is-visible .section-lead {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.07s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(1) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.08s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(2) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(3) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.16s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(4) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.1s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(5) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.14s;
  }

  .js-reveal.is-visible .gallery-grid .gallery-item:nth-child(6) {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.18s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(1) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.04s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(2) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.08s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(3) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(4) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.16s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(5) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.2s;
  }

  .js-reveal.is-visible .fish-list .fish-chip:nth-child(6) {
    animation: rise-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.24s;
  }

  .js-reveal.is-visible .pricing .price-card:nth-child(1) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.06s;
  }

  .js-reveal.is-visible .pricing .price-card:nth-child(2) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.12s;
  }

  .js-reveal.is-visible .pricing .price-card:nth-child(3) {
    animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.18s;
  }

  .js-reveal.is-visible .contacts-text > h2 {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .js-reveal.is-visible .contacts-text > p.contact-line {
    animation: rise-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .js-reveal.is-visible .contacts-text > p.contact-line:nth-child(2) {
    animation-delay: 0.04s;
  }

  .js-reveal.is-visible .contacts-text > p.contact-line:nth-child(3) {
    animation-delay: 0.08s;
  }

  .js-reveal.is-visible .contacts-text > p.contact-line:nth-child(4) {
    animation-delay: 0.12s;
  }

  .js-reveal.is-visible .contacts-text > p.contact-line:nth-child(5) {
    animation-delay: 0.16s;
  }

  .js-reveal.is-visible .contacts-inner > .contacts-map-link {
    animation: rise-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: 0.1s;
  }

  footer.js-reveal.is-visible > .container {
    animation: rise-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: linear-gradient(180deg, rgb(7 15 20 / 94%) 0%, rgb(11 28 34 / 88%) 100%);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  border-bottom: 1px solid rgb(42 90 106 / 55%);
  transition:
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

body.is-scrolled .top-bar {
  box-shadow:
    0 12px 40px rgb(0 0 0 / 35%),
    0 1px 0 rgb(52 211 164 / 12%);
  border-bottom-color: rgb(52 211 164 / 28%);
  background: linear-gradient(180deg, rgb(10 26 32 / 96%) 0%, rgb(12 36 44 / 92%) 100%);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 14px 0;
  min-height: 60px;
}

.logo {
  font-weight: 800;
  font-size: clamp(0.78rem, 2.2vw, 1.05rem);
  line-height: 1.25;
  max-width: min(100%, 22rem);
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

@media (min-width: 900px) {
  .logo {
    max-width: 26rem;
    font-size: 1.05rem;
  }
}

.logo:hover {
  color: var(--accent);
}

@media (prefers-reduced-motion: no-preference) {
  .logo:hover {
    transform: scale(1.02);
  }

  .logo:active {
    transform: scale(0.99);
  }
}

.menu {
  list-style: none;
  display: flex;
  gap: 1.35rem;
  flex-wrap: wrap;
  align-items: center;
}

.menu a {
  position: relative;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.menu a:hover {
  color: var(--accent);
}

@media (prefers-reduced-motion: no-preference) {
  .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
  }

  .menu a:hover::after,
  .menu a:focus-visible::after {
    transform: scaleX(1);
  }
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.burger {
  display: none;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 10px;
  color: var(--text);
  cursor: pointer;
  line-height: 1;
  padding: 10px 9px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.3s ease;
}

.burger:hover {
  background: rgb(255 255 255 / 10%);
  border-color: rgb(52 211 164 / 35%);
  box-shadow: 0 0 20px rgb(52 211 164 / 15%);
}

.burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}

.burger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: var(--text);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    background 0.2s ease;
}

.burger.is-open .burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-open .burger-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger.is-open .burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (prefers-reduced-motion: no-preference) {
  .burger:focus-visible {
    box-shadow: 0 0 0 3px rgb(52 211 164 / 45%);
  }
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg-deep);
  min-height: min(88vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(3rem, 10vw, 5.25rem);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgb(52 211 164 / 6%) 35%,
    rgb(20 70 82 / 28%) 72%,
    rgb(4 10 14 / 85%) 100%
  );
}

.hero-wave {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%2334d3a4' fill-opacity='0.09' d='M0 64C240 100 480 20 720 56s480 44 720 20v44H0z'/%3E%3Cpath fill='%2334d3a4' fill-opacity='0.14' d='M0 88C200 52 400 108 720 76s520 8 720 36v36H0z'/%3E%3C/svg%3E")
      center bottom / 100% 38% no-repeat,
    repeating-linear-gradient(
      98deg,
      transparent,
      transparent 28px,
      rgb(52 211 164 / 3%) 28px,
      rgb(52 211 164 / 6%) 29px
    );
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 35%) 45%, black 100%);
  opacity: 0.95;
}

.hero-auras {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hero-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-aura--a {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  top: -8%;
  right: -5%;
  background: rgb(52 211 164 / 38%);
}

.hero-aura--b {
  width: min(70vw, 520px);
  height: min(50vw, 380px);
  bottom: -5%;
  left: -20%;
  background: rgb(20 70 82 / 55%);
}

.hero-aura--c {
  width: min(40vw, 280px);
  height: min(40vw, 280px);
  top: 35%;
  left: 30%;
  background: rgb(232 184 106 / 22%);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    radial-gradient(ellipse 90% 70% at 50% 40%, transparent 0%, rgb(4 8 10 / 42%) 100%),
    linear-gradient(180deg, rgb(4 10 14 / 25%) 0%, transparent 35%, rgb(4 10 14 / 50%) 100%);
  box-shadow: inset 0 0 140px rgb(0 0 0 / 38%);
}

.hero.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  opacity: 0.05;
  background-image: var(--noise);
  background-size: 160px 160px;
  mix-blend-mode: overlay;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 720px;
  padding-top: 2rem;
}

.hero h1 {
  font-size: clamp(2.05rem, 5.2vw, 3.45rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: var(--section-gap);
  background: linear-gradient(120deg, #fff 0%, #e2f5ef 38%, #7dd4b8 52%, #f0faf8 72%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  .hero.js-reveal.is-visible h1 {
    animation:
      hero-h1-glow 6s ease-in-out infinite alternate,
      hero-title-shift 10s ease-in-out infinite;
  }
}

@keyframes hero-title-shift {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 {
    color: var(--text);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
  }
}

.hero p {
  color: rgb(220 238 240 / 92%);
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(1.04rem, 2.3vw, 1.18rem);
  max-width: 38em;
  font-weight: 500;
  text-shadow: 0 2px 24px rgb(0 0 0 / 35%);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #3ee0b0 0%, var(--accent) 45%, #26a884 100%);
  color: #051a14;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 11px;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  transition:
    background 0.25s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}

.btn:hover {
  background: linear-gradient(165deg, #48e8b8 0%, var(--accent-hover) 50%, #229e7a 100%);
}

@media (prefers-reduced-motion: no-preference) {
  .btn:not(.btn-secondary)::after {
    content: "";
    position: absolute;
    inset: 0;
    left: -50%;
    width: 42%;
    background: linear-gradient(100deg, transparent, rgb(255 255 255 / 38%), transparent);
    transform: translateX(-140%) skewX(-14deg);
    pointer-events: none;
    opacity: 0;
  }

  .btn:not(.btn-secondary):hover::after {
    animation: btn-shimmer 0.75s ease-out forwards;
    opacity: 1;
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow:
      0 8px 22px rgb(52 211 164 / 32%),
      0 2px 8px rgb(0 0 0 / 18%);
  }

  .btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgb(52 211 164 / 22%);
  }
}

.btn-secondary {
  overflow: visible;
  background: transparent;
  color: var(--text);
  border: 2px solid rgb(255 255 255 / 38%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);
}

.btn-secondary:hover {
  background: rgb(255 255 255 / 8%);
  border-color: rgb(255 255 255 / 55%);
}

.btn-block {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.section {
  position: relative;
  isolation: isolate;
  padding: var(--section-pad) 0;
}

.section:not(.section-alt):not(.has-photo)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 55% 45% at 8% 30%, rgb(52 211 164 / 7%), transparent 55%),
    radial-gradient(ellipse 45% 40% at 92% 70%, rgb(232 184 106 / 5%), transparent 50%),
    linear-gradient(180deg, transparent 0%, rgb(14 36 44 / 35%) 48%, transparent 100%);
}

.section.has-photo > :not(.section-photo) {
  position: relative;
  z-index: 2;
}

.section.container {
  z-index: 1;
}

.section-alt {
  position: relative;
  isolation: isolate;
  background: rgb(8 20 26 / 55%);
  box-shadow:
    inset 0 1px 0 rgb(52 211 164 / 12%),
    inset 0 -1px 0 rgb(0 0 0 / 25%);
}

.section-alt:not(.has-photo) {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgb(52 211 164 / 10%), transparent 55%),
    radial-gradient(ellipse 60% 45% at 0% 100%, rgb(42 90 106 / 18%), transparent 50%),
    linear-gradient(180deg, rgb(10 28 36) 0%, rgb(14 38 48) 45%, rgb(10 28 36) 100%);
}

.section-alt:not(.has-photo)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 30h60M30 0v60' stroke='%2334d3a4' stroke-opacity='0.04'/%3E%3C/svg%3E"),
    radial-gradient(circle at 20% 30%, rgb(52 211 164 / 8%) 0%, transparent 45%),
    radial-gradient(circle at 85% 70%, rgb(232 184 106 / 7%) 0%, transparent 40%);
  background-size: 60px 60px, auto, auto;
}

.section-alt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(52 211 164 / 35%) 20%,
    rgb(232 184 106 / 25%) 50%,
    rgb(52 211 164 / 35%) 80%,
    transparent
  );
}

.section-alt > .container,
#contacts.section {
  position: relative;
  z-index: 1;
}

#contacts.section:not(.has-photo) {
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgb(52 211 164 / 12%), transparent 58%),
    linear-gradient(180deg, transparent 0%, rgb(8 22 28 / 65%) 100%);
}

/* --- Фото-фоны (галерея территории) --- */
.section-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-photo__image {
  position: absolute;
  inset: -8%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.12);
  filter: saturate(1.12) contrast(1.06);
}

.section-photo__image--hero {
  background-image: var(--photo-hero);
}

.section-photo__image--water {
  background-image: var(--photo-water);
}

.section-photo__image--fish {
  background-image: var(--photo-fish);
}

.section-photo__image--farm {
  background-image: var(--photo-farm);
}

.section-photo__image--horses {
  background-image: var(--photo-horses);
}

.section-photo__image--territory {
  background-image: var(--photo-territory);
}

.section-photo__image--pier {
  background-image: var(--photo-pier);
}

.section-photo__image--sunset {
  background-image: var(--photo-sunset);
}

@media (prefers-reduced-motion: no-preference) {
  .section-photo__image {
    animation: photo-kenburns 28s ease-in-out infinite alternate;
  }

  .section-photo__image--fish {
    animation-duration: 32s;
  }
}

@keyframes photo-kenburns {
  from {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.18) translate3d(-1.5%, -1%, 0);
  }
}

.section-photo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(4 12 16 / 72%) 0%, rgb(6 18 24 / 82%) 100%);
}

.section-photo__overlay--hero {
  background:
    linear-gradient(105deg, rgb(4 14 18 / 78%) 0%, rgb(6 22 28 / 52%) 42%, rgb(4 10 14 / 35%) 100%),
    linear-gradient(180deg, rgb(4 10 14 / 35%) 0%, rgb(4 12 16 / 55%) 45%, rgb(4 10 14 / 88%) 100%),
    radial-gradient(ellipse 90% 60% at 50% 100%, rgb(52 211 164 / 18%), transparent 55%);
}

.section-photo__overlay--section {
  background:
    linear-gradient(180deg, rgb(4 12 16 / 70%) 0%, rgb(6 20 26 / 78%) 55%, rgb(4 10 14 / 85%) 100%),
    linear-gradient(90deg, rgb(4 12 16 / 65%) 0%, transparent 45%, rgb(4 12 16 / 55%) 100%);
}

.section-photo__overlay--gallery {
  background:
    linear-gradient(180deg, rgb(4 12 16 / 62%) 0%, rgb(6 20 26 / 75%) 100%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgb(52 211 164 / 12%), transparent 60%);
}

.section-photo__overlay--fish {
  background:
    linear-gradient(115deg, rgb(4 14 18 / 88%) 0%, rgb(6 22 28 / 72%) 50%, rgb(4 12 16 / 55%) 100%),
    radial-gradient(ellipse 70% 55% at 85% 20%, rgb(52 211 164 / 15%), transparent 50%);
}

.section-photo__overlay--contacts {
  background:
    linear-gradient(180deg, rgb(4 12 16 / 68%) 0%, rgb(4 10 14 / 90%) 100%),
    radial-gradient(ellipse 65% 50% at 50% 100%, rgb(232 184 106 / 12%), transparent 55%);
}

.has-photo {
  overflow: hidden;
}

#shekalovka.has-photo,
#fish.has-photo {
  border-radius: 0;
}

.section-experiences {
  position: relative;
  isolation: isolate;
  padding: var(--section-pad) 0;
  background: var(--bg-deep);
}

.section-experiences > .container {
  position: relative;
  z-index: 2;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.35rem);
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
}

.theme-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(280px, 38vw, 360px);
  padding: clamp(1.35rem, 3vw, 1.75rem);
  border-radius: 18px;
  border: 1px solid rgb(52 211 164 / 28%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.65rem;
  box-shadow:
    0 20px 48px rgb(0 0 0 / 38%),
    0 0 0 1px rgb(255 255 255 / 6%) inset;
}

.theme-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--theme-photo, var(--photo-territory));
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgb(4 12 16 / 15%) 0%,
    rgb(4 12 16 / 55%) 38%,
    rgb(4 10 14 / 92%) 100%
  );
}

.theme-card--fish::before {
  --theme-photo: var(--photo-fish);
}

.theme-card--farm::before {
  --theme-photo: var(--photo-farm);
}

.theme-card--horses::before {
  --theme-photo: var(--photo-horses);
}

.theme-card > * {
  position: relative;
  z-index: 2;
}

.theme-card__badge {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #051a14;
  background: linear-gradient(135deg, #5ae8b8, var(--accent));
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.theme-card h3 {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 18px rgb(0 0 0 / 55%);
}

.theme-card p {
  color: rgb(228 240 242 / 92%);
  font-size: 0.95rem;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgb(0 0 0 / 45%);
}

@media (prefers-reduced-motion: no-preference) {
  .theme-card:hover::before {
    transform: scale(1.14);
  }

  .theme-card:hover {
    border-color: rgb(52 211 164 / 48%);
    box-shadow:
      0 26px 56px rgb(0 0 0 / 45%),
      0 0 32px rgb(52 211 164 / 14%);
  }
}

.cards--themed .card {
  overflow: hidden;
}

.cards--themed .card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.65s ease;
}

.cards--themed .card:nth-child(1)::before {
  background-image: var(--photo-fish);
}

.cards--themed .card:nth-child(2)::before {
  background-image: var(--photo-territory);
}

.cards--themed .card:nth-child(3)::before {
  background-image: var(--photo-horses);
}

.cards--themed .card > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .cards--themed .card:hover::before {
    opacity: 0.42;
    transform: scale(1.06);
  }
}

#fish.has-photo .fish-wrap {
  position: relative;
  z-index: 2;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border-radius: 16px;
  border: 1px solid rgb(52 211 164 / 22%);
  background: rgb(8 22 28 / 45%);
  backdrop-filter: blur(8px);
}

@media (width <= 900px) {
  .theme-grid {
    grid-template-columns: 1fr;
  }

  .theme-card {
    min-height: 240px;
  }
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--section-gap);
  line-height: 1.2;
}

main h2::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
}

@media (prefers-reduced-motion: no-preference) {
  main .js-reveal.is-visible h2::after {
    animation: h2-line-grow 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  main h2::after {
    transform: scaleX(1);
  }
}

.section-lead {
  color: var(--muted);
  margin-top: -0.75rem;
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  max-width: 42em;
}

.cards,
.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.card,
.price-card {
  position: relative;
  overflow: hidden;
  background:
    var(--card-highlight),
    var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  transition:
    border-color 0.32s ease,
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.price-card--featured {
  border-color: rgb(52 211 164 / 48%);
  padding-top: clamp(1.85rem, 3vw, 2.15rem);
  box-shadow:
    0 0 0 1px rgb(232 184 106 / 22%),
    0 12px 36px rgb(52 211 164 / 12%),
    0 24px 48px rgb(0 0 0 / 26%);
}

.price-card--featured h3 {
  padding-right: 5.5rem;
}

.price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a1a15;
  background: linear-gradient(135deg, #f0cf8a, var(--gold));
  padding: 5px 11px;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgb(232 184 106 / 38%);
}

@media (prefers-reduced-motion: no-preference) {
  .price-card--featured {
    animation: featured-glow-pulse 4.5s ease-in-out infinite alternate;
  }

  .card::after,
  .price-card:not(.price-card--featured)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgb(255 255 255 / 9%) 50%, transparent 62%);
    transform: translateX(-100%) rotate(6deg);
    pointer-events: none;
    opacity: 0;
  }

  .card:hover::after,
  .price-card:not(.price-card--featured):hover::after {
    animation: card-shine 0.95s ease-out forwards;
  }

  .card:hover,
  .price-card:hover {
    border-color: rgb(52 211 164 / 48%);
    box-shadow:
      0 16px 40px rgb(0 0 0 / 28%),
      0 0 28px rgb(52 211 164 / 8%);
    transform: translateY(-3px);
  }

  .price-card--featured:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .card:hover,
  .price-card:hover {
    border-color: rgb(52 211 164 / 45%);
    box-shadow: 0 14px 36px rgb(0 0 0 / 26%);
  }
}

.card-with-icon {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.card-icon {
  color: var(--accent);
  margin-bottom: 0.35rem;
}

.card h3,
.price-card h3 {
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.card p,
.price-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.price {
  color: var(--accent) !important;
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.price-desc {
  margin-top: 0.25rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  border: 1px dashed rgb(52 211 164 / 28%);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 4%) 0%, transparent 50%),
    linear-gradient(145deg, var(--card), rgb(12 36 44 / 92%));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-item span {
  position: relative;
  z-index: 1;
}

.gallery-item--photo {
  border-style: solid;
  border-color: rgb(52 211 164 / 22%);
  padding: 0;
  background: rgb(8 20 26 / 90%);
}

.gallery-item--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.gallery-item--photo::after {
  display: none;
}

.gallery-item--loading {
  grid-column: 1 / -1;
  max-width: 14rem;
  margin: 0 auto;
}

@media (prefers-reduced-motion: no-preference) {
  .js-reveal.is-visible .gallery-grid .gallery-item--photo {
    animation: rise-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: calc(0.08s + (var(--gallery-i, 0) % 6) * 0.04s);
  }
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(100deg, transparent 35%, rgb(255 255 255 / 12%) 50%, transparent 65%);
  opacity: 0.4;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .gallery-item:hover {
    border-color: rgb(52 211 164 / 45%);
    background:
      linear-gradient(135deg, rgb(255 255 255 / 7%) 0%, transparent 55%),
      linear-gradient(145deg, #17424f, rgb(14 44 54 / 95%));
    box-shadow:
      0 10px 28px rgb(0 0 0 / 26%),
      0 0 24px rgb(52 211 164 / 10%);
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-item::after {
    animation: none;
    opacity: 0.25;
  }
}

.fish-section-hint {
  margin-top: -0.5rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
  font-size: 0.95rem;
}

.fish-wrap {
  position: relative;
}

.fish-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fish-chip {
  font: inherit;
  cursor: pointer;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgb(255 255 255 / 5%) 0%, var(--card) 40%);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    color 0.22s ease,
    box-shadow 0.3s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.fish-chip:focus-visible {
  outline: 2px solid rgb(52 211 164 / 55%);
  outline-offset: 3px;
}

.fish-chip[aria-expanded="true"] {
  border-color: rgb(52 211 164 / 55%);
  color: var(--text);
  background: linear-gradient(165deg, rgb(52 211 164 / 16%) 0%, var(--card) 55%);
  box-shadow:
    0 6px 18px rgb(0 0 0 / 22%),
    0 0 20px rgb(52 211 164 / 14%);
}

@media (prefers-reduced-motion: no-preference) {
  .fish-chip:hover {
    border-color: rgb(52 211 164 / 45%);
    color: var(--text);
    background: linear-gradient(165deg, rgb(52 211 164 / 12%) 0%, var(--card) 55%);
    box-shadow:
      0 6px 18px rgb(0 0 0 / 22%),
      0 0 20px rgb(52 211 164 / 12%);
    transform: translateY(-2px) scale(1.02);
  }
}

.fish-photo {
  margin: clamp(1rem, 2.5vw, 1.35rem) 0 0;
  max-width: min(100%, 520px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgb(52 211 164 / 28%);
  background: var(--card);
  box-shadow: 0 12px 32px rgb(0 0 0 / 28%);
}

.fish-photo[hidden] {
  display: none;
}

.fish-photo__img {
  display: block;
  width: 100%;
  max-height: min(52vh, 380px);
  object-fit: contain;
  background: #0a1a1f;
}

.fish-photo__caption {
  margin: 0;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  border-top: 1px solid var(--border);
}

.contacts-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2rem);
  align-items: start;
}

.contacts-text .contact-line {
  color: var(--muted);
  margin-bottom: 0.65rem;
  line-height: 1.55;
}

.contacts-text .contact-line a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.contacts-text .contact-line a:hover {
  text-decoration: underline;
}

.contacts-cta {
  margin-top: clamp(1.35rem, 3vw, 1.75rem);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contacts-map-link {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 280px;
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgb(52 211 164 / 28%);
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgb(52 211 164 / 10%), transparent 55%),
    var(--card);
  color: var(--accent);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.45;
  overflow: hidden;
  transition:
    background 0.3s ease,
    color 0.22s ease,
    border-color 0.28s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease;
}

.contacts-map-link::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  background-image:
    linear-gradient(rgb(52 211 164 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(52 211 164 / 8%) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.45;
  pointer-events: none;
}

.contacts-map-link__text {
  position: relative;
  z-index: 1;
  max-width: 16rem;
}

.contacts-map-link:hover {
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgb(52 211 164 / 16%), transparent 55%),
    #163a47;
  color: #5eecc0;
  border-color: rgb(52 211 164 / 42%);
}

@media (prefers-reduced-motion: no-preference) {
  .contacts-map-link:hover {
    transform: translateY(-3px);
    box-shadow:
      0 14px 36px rgb(0 0 0 / 28%),
      0 0 40px rgb(52 211 164 / 12%);
  }
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-form input[type="text"],
.booking-form input[type="tel"],
.booking-form input[type="date"],
.booking-form input[type="number"],
.booking-form textarea {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #0f2831;
  color: var(--text);
  padding: 11px 12px;
  font: inherit;
  font-size: 1rem;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--accent);
}

.booking-form input:focus-visible,
.booking-form textarea:focus-visible {
  outline: 2px solid rgb(52 211 164 / 55%);
  outline-offset: 2px;
  box-shadow:
    0 0 0 3px rgb(52 211 164 / 22%),
    0 0 28px rgb(52 211 164 / 14%);
}

.form-fieldset {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px 14px;
  margin: 0;
}

.form-fieldset legend {
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-radio {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--text) !important;
  cursor: pointer;
  font-size: 0.95rem !important;
}

.form-radio input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--accent);
}

.form-checkbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  color: var(--text) !important;
  cursor: pointer;
  font-size: 0.95rem !important;
}

.form-checkbox input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--accent);
}

.form-status {
  min-height: 1.25em;
  font-size: 0.9rem;
  color: var(--muted);
}

.form-status.success {
  color: #8feecf;
}

.form-status.error {
  color: #ff9f9f;
}

.load-screen {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  background: var(--bg);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.load-screen--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.load-screen__bg {
  position: absolute;
  inset: 0;
  background-image: var(--photo-hero);
  background-size: cover;
  background-position: center;
}

.load-screen__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(4 12 16 / 55%) 0%, rgb(4 10 14 / 82%) 100%);
}

.load-screen__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: var(--noise);
  background-size: 160px 160px;
}

.load-screen__panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 2.25rem;
  border-radius: 18px;
  border: 1px solid rgb(52 211 164 / 22%);
  background: linear-gradient(155deg, rgb(22 58 70 / 95%) 0%, rgb(14 38 48 / 96%) 100%);
  box-shadow:
    0 24px 56px rgb(0 0 0 / 42%),
    0 0 0 1px rgb(255 255 255 / 5%) inset;
  pointer-events: none;
  min-width: min(280px, 88vw);
}

@media (prefers-reduced-motion: no-preference) {
  .load-screen__panel {
    animation: load-panel-pulse 2.8s ease-in-out infinite;
  }
}

.load-screen__brand {
  margin: 0;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.load-screen__spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid var(--border);
  border-top-color: var(--accent);
  animation: load-spin 0.72s linear infinite;
}

.load-screen__hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

@keyframes load-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .load-screen {
    transition: opacity 0.2s ease;
  }

  .load-screen__spinner {
    animation: none;
    border-color: var(--border);
    border-top-color: var(--accent);
    opacity: 0.85;
  }

  .hero-wave {
    animation: none !important;
  }

  .hero-content > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .js-reveal-btn {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none !important;
  }

  .js-reveal.is-visible *,
  .js-reveal.is-visible > * {
    animation: none !important;
  }

  #booking-modal:not([hidden]) .modal-backdrop,
  #booking-modal:not([hidden]) .modal-panel {
    animation: none !important;
  }

  .hero-aura,
  .hero-aura--a,
  .hero-aura--b,
  .hero-aura--c {
    animation: none !important;
  }

  .load-screen__panel {
    animation: none !important;
  }

  .price-card--featured {
    animation: none !important;
  }

  .gallery-item::after {
    animation: none !important;
  }

  .contacts-map-link::before {
    animation: none !important;
  }

}

.modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 65%);
  cursor: pointer;
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: min(90vh, 720px);
  overflow-y: auto;
  background: linear-gradient(165deg, rgb(18 48 58) 0%, var(--bg-soft) 45%, #0c222a 100%);
  border: 1px solid rgb(52 211 164 / 32%);
  border-radius: 18px;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  box-shadow:
    0 28px 70px rgb(0 0 0 / 52%),
    0 0 0 1px rgb(255 255 255 / 5%) inset,
    0 0 80px rgb(52 211 164 / 10%);
}

@keyframes modal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-panel-in {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(14px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  #booking-modal:not([hidden]) .modal-backdrop {
    animation: modal-backdrop-in 0.28s ease forwards;
  }

  #booking-modal:not([hidden]) .modal-panel {
    animation: modal-panel-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

.modal-panel h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
}

.modal-lead {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: rgb(255 255 255 / 6%);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.modal-close:hover {
  background: rgb(255 255 255 / 12%);
}

@media (prefers-reduced-motion: no-preference) {
  .modal-close {
    transition: background 0.2s ease, transform 0.18s ease;
  }

  .modal-close:hover {
    transform: scale(1.06);
  }

  .modal-close:active {
    transform: scale(0.98);
  }
}

footer {
  position: relative;
  border-top: 1px solid rgb(52 211 164 / 18%);
  padding: clamp(1.25rem, 3vw, 1.5rem) 0;
  background: linear-gradient(180deg, rgb(8 22 28 / 40%) 0%, var(--bg-deep) 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

footer::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgb(52 211 164 / 45%), transparent);
}

.footer p {
  color: var(--muted);
  text-align: center;
  font-size: 0.92rem;
}

@media (width <= 900px) {
  .cards,
  .pricing,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts-inner {
    grid-template-columns: 1fr;
  }
}

@media (width <= 820px) {
  .menu {
    display: none;
    position: fixed;
    left: 4%;
    right: 4%;
    top: 70px;
    background: #0f2831;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    z-index: 250;
    box-shadow: 0 16px 40px rgb(0 0 0 / 35%);
  }

  .menu li {
    border-bottom: 1px solid var(--border);
  }

  .menu li:last-child {
    border-bottom: 0;
  }

  .menu a {
    display: block;
    padding: 12px 8px;
  }

  .menu.open {
    display: flex;
  }

  @media (prefers-reduced-motion: no-preference) {
    .menu.open {
      animation: menu-drop-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
  }

  .burger {
    display: grid;
    place-items: center;
  }

  .top-bar-actions .btn-secondary {
    display: none;
  }
}

@media (width <= 560px) {
  .cards,
  .pricing,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .top-bar-actions .btn:not(.burger) {
    padding-inline: 14px;
    font-size: 0.88rem;
  }
}
