:root {
  --bg: #e6dccd;
  --bg-soft: #eee7dc;
  --bg-card: rgba(246, 241, 232, 0.76);
  --text: #181a19;
  --muted: #64746e;
  --muted-dark: #52635d;
  --accent: #bd8e16;
  --accent-dark: #9c730d;
  --line: rgba(82, 99, 93, 0.22);
  --shadow: 0 24px 80px rgba(48, 55, 52, 0.13);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 12%, rgba(99, 116, 110, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 74%, rgba(189, 142, 22, 0.13), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 96px 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1180px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(230, 220, 205, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(35, 41, 38, 0.1);
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 8px;
  background: rgba(238, 231, 220, 0.9);
  box-shadow: 0 18px 50px rgba(35, 41, 38, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand__logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand__text {
  color: var(--accent);
  font-size: 0.95rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--muted-dark);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(99, 116, 110, 0.12);
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(99, 116, 110, 0.12);
  cursor: pointer;
}

.nav-toggle span {
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: var(--muted-dark);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 140px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(230, 220, 205, 0.94) 0%, rgba(230, 220, 205, 0.78) 45%, rgba(230, 220, 205, 0.48) 100%),
    url("./assets/map.png") center / cover no-repeat;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 5vw, 56px);
}

.hero__content {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 11em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-size: 100px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.8vw, 4.15rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero__lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: #111;
  font-size: clamp(1.15rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero__slogan {
  margin-bottom: 34px;
  color: #111;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(1.25rem, 2.8vw, 2.1rem);
  letter-spacing: 0.08em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--accent);
  color: #fffaf0;
  box-shadow: 0 16px 32px rgba(189, 142, 22, 0.22);
}

.btn--primary:hover {
  background: var(--accent-dark);
}

.btn--ghost {
  border-color: rgba(82, 99, 93, 0.3);
  color: var(--muted-dark);
  background: rgba(246, 241, 232, 0.48);
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.orbit-card {
  position: relative;
  width: min(430px, 88vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(99, 116, 110, 0.18);
  border-radius: 50%;
  background: rgba(238, 231, 220, 0.42);
  box-shadow: var(--shadow);
}

.orbit-card::before,
.orbit-card::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 2px solid rgba(99, 116, 110, 0.34);
  border-left-color: transparent;
  border-radius: 50%;
}

.orbit-card::after {
  inset: 16%;
  border-color: rgba(189, 142, 22, 0.2);
  border-right-color: transparent;
}

.orbit-card img {
  position: relative;
  z-index: 1;
  width: 76%;
  filter: drop-shadow(0 18px 30px rgba(45, 52, 49, 0.12));
}

.map {
  position: absolute;
  z-index: 0;
  width: min(44vw, 610px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.map--left {
  top: 92px;
  left: -210px;
  transform: rotate(-6deg);
}

.map--right {
  right: -250px;
  bottom: 42px;
  transform: rotate(174deg);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 56px;
  align-items: start;
}

.about__text {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  box-shadow: var(--shadow);
}

.about__text p {
  margin-bottom: 18px;
  color: var(--muted-dark);
  font-size: 1.08rem;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 820px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-note {
  max-width: 540px;
  margin-top: 24px;
  color: var(--muted-dark);
  font-size: 1.05rem;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.service-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-card);
  box-shadow: 0 18px 56px rgba(48, 55, 52, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(189, 142, 22, 0.36);
  box-shadow: 0 24px 70px rgba(48, 55, 52, 0.13);
}

.service-card__num {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted-dark);
}

.why__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
  gap: 56px;
  align-items: center;
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(246, 241, 232, 0.62);
}

.step span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(189, 142, 22, 0.9), rgba(189, 142, 22, 0.35)),
    var(--accent);
  box-shadow: inset 0 0 0 9px rgba(230, 220, 205, 0.72);
}

.step p {
  margin-bottom: 0;
  color: var(--muted-dark);
}

.destinations {
  padding-top: 48px;
}

.destination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.destination-list span {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.58);
  color: var(--muted-dark);
  font-weight: 700;
}

.address__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 6vw, 62px);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 12px);
  background:
    linear-gradient(135deg, rgba(246, 241, 232, 0.88), rgba(230, 220, 205, 0.72)),
    var(--bg-soft);
  box-shadow: var(--shadow);
}

.address__card::before {
  content: "";
  position: absolute;
  inset: auto -120px -140px auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(189, 142, 22, 0.2);
}

.address__line {
  margin: 26px 0 12px;
  color: var(--accent);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.1;
}

.address__hint {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted-dark);
}

.address__mark {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 220px;
  opacity: 0.92;
}

.footer {
  padding: 34px 0 42px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted-dark);
}

.brand--footer .brand__logo {
  width: 38px;
  height: 38px;
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .section {
    padding: 78px 0;
  }

  .hero__grid,
  .two-column,
  .why__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
    padding-bottom: 78px;
    background-position: center top;
  }

  .hero__content {
    text-align: center;
  }

  .hero__lead,
  .hero__slogan {
    margin-inline: auto;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    order: 0;
  }

  .hero h1 {
    margin-inline: auto;
  }

  .orbit-card {
    width: min(310px, 70vw);
  }

  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .address__card {
    grid-template-columns: 1fr;
  }

  .address__mark {
    justify-self: start;
    width: 160px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 1180px);
    border-radius: 28px;
  }

  .brand__text {
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 60;
  }

  .site-nav {
    position: fixed;
    inset: 70px 10px auto 10px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(238, 231, 220, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 15px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 5rem);
    letter-spacing: 0.12em;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 72px;
    background:
      linear-gradient(180deg, rgba(230, 220, 205, 0.96) 0%, rgba(230, 220, 205, 0.88) 58%, rgba(230, 220, 205, 0.72) 100%),
      url("./assets/map.png") center / cover no-repeat;
  }

  .hero__grid {
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 12vw, 4rem);
    line-height: 0.98;
    letter-spacing: 0.08em;
  }

  h2 {
    letter-spacing: -0.04em;
  }

  .hero__lead {
    max-width: 28rem;
    margin-bottom: 22px;
    font-size: 0.96rem;
    letter-spacing: 0.12em;
  }

  .hero__slogan {
    margin-bottom: 28px;
    font-size: clamp(1.05rem, 6vw, 1.55rem);
  }

  .orbit-card {
    width: min(260px, 68vw);
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .map {
    width: 90vw;
    opacity: 0.34;
  }

  .map--left {
    left: -270px;
  }

  .map--right {
    right: -310px;
  }

  .footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 11.5vw, 3.2rem);
    letter-spacing: 0.055em;
  }

  .hero__lead {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }

  .hero__slogan {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
  }

  .brand__logo {
    width: 40px;
    height: 40px;
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

  .about__text,
  .step,
  .service-card {
    padding: 22px;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .step span {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
