﻿html,
body {
  margin: 0;
  min-width: 1280px;
  background: #07130f;
}

body {
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
  color: #f4f8f3;
}

.tp-site {
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(34, 103, 76, 0.16), transparent 24%),
    linear-gradient(180deg, #07130f 0%, #0b1d18 48%, #07130f 100%);
}

.tp-site *,
.tp-site *::before,
.tp-site *::after {
  box-sizing: border-box;
}

.tp-site__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 860px;
  overflow: hidden;
}

.tp-site__hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.72);
}

.tp-site__hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 34px 72px 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 9, 0.12) 0%, rgba(4, 10, 9, 0.26) 38%, rgba(4, 10, 9, 0.84) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 36%);
}

.tp-site__hero-title-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tp-site__hero-title-wrap h1,
.tp-site__section-heading h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -0.04em;
}

.tp-site__hero-title-wrap h1 {
  font-size: 5.8rem;
  line-height: 0.92;
  text-align: center;
  color: #f8fbf7;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.tp-site__main {
  width: 100%;
}

.tp-site__section {
  width: 100%;
  padding: 72px 0 88px;
}

.tp-site__section--gallery {
  background:
    linear-gradient(180deg, rgba(9, 23, 19, 0.98), rgba(9, 23, 19, 0.98)),
    radial-gradient(circle at right top, rgba(26, 78, 95, 0.2), transparent 28%);
}

.tp-site__section--gallery .tp-site__section-heading {
  text-align: center;
}

.tp-site__section--gallery .tp-site__section-heading p {
  margin-left: auto;
  margin-right: auto;
}

.tp-site__section--map {
  padding-top: 26px;
  background:
    radial-gradient(circle at left top, rgba(30, 96, 70, 0.14), transparent 24%),
    linear-gradient(180deg, #0b1714 0%, #0d1c18 100%);
}

.tp-site__inner {
  width: calc(100% - 144px);
  margin: 0 auto;
}

.tp-site__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ddb06f;
  font: 600 0.8rem/1 "Bahnschrift", "Trebuchet MS", sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tp-site__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.tp-site__section-heading {
  margin-bottom: 34px;
}

.tp-site__section-heading h2 {
  margin-top: 18px;
  font-size: 3.3rem;
  line-height: 1.02;
}

.tp-site__section-heading p {
  margin: 20px 0 0;
  max-width: 56rem;
  color: rgba(241, 247, 242, 0.78);
  font-size: 1.02rem;
  line-height: 1.84;
}

.tp-site__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tp-site__slides {
  position: relative;
  width: 760px;
  height: 760px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.28),
    inset 0 0 0 18px rgba(255, 255, 255, 0.04);
}

.tp-site__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.tp-site__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.tp-site__slide-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tp-site__map-frame,
.tp-site__map-placeholder {
  width: 100%;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.tp-site__map-frame {
  border: none;
}

.tp-site__map-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at right top, rgba(16, 82, 104, 0.22), transparent 26%);
  text-align: center;
}

.tp-site__map-placeholder strong {
  font: 400 2rem/1.05 "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.tp-site__map-placeholder p {
  margin: 0;
  max-width: 34rem;
  color: rgba(241, 247, 242, 0.78);
  line-height: 1.7;
}

.tp-site__footer {
  padding: 28px 0 44px;
}

.tp-site__footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.tp-site__footer-note {
  margin: 0;
  color: rgba(241, 247, 242, 0.74);
  font-size: 0.96rem;
}

.tp-site__footer-links {
  display: flex;
  gap: 12px;
}

.tp-site__footer-link {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #f4f8f3;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

html.tp-site-preview,
html.tp-site-preview body {
  min-width: 1440px;
}

html.tp-site-preview .tp-site__hero {
  height: 620px;
  min-height: 620px;
}

html.tp-site-preview .tp-site__hero-overlay {
  padding: 26px 56px 0;
}

html.tp-site-preview .tp-site__hero-title-wrap h1 {
  font-size: 4.35rem;
  line-height: 0.94;
}

html.tp-site-preview .tp-site__section {
  padding: 54px 0 62px;
}

html.tp-site-preview .tp-site__inner {
  width: calc(100% - 112px);
}

html.tp-site-preview .tp-site__section-heading {
  margin-bottom: 26px;
}

html.tp-site-preview .tp-site__section-heading h2 {
  font-size: 2.7rem;
}

html.tp-site-preview .tp-site__section-heading p {
  margin-top: 16px;
  line-height: 1.68;
}

html.tp-site-preview .tp-site__slides {
  width: 620px;
  height: 620px;
}

html.tp-site-preview .tp-site__map-frame,
html.tp-site-preview .tp-site__map-placeholder {
  height: 420px;
}

html.tp-site-preview .tp-site__footer {
  padding: 18px 0 30px;
}

html.tp-site-preview body {
  background: #07130f;
}

html.tp-site-preview .tp-site {
  width: min(100%, 1680px);
  margin: 0 auto;
}

html.tp-site-preview .tp-site__hero,
html.tp-site-preview .tp-site__section--gallery,
html.tp-site-preview .tp-site__section--map,
html.tp-site-preview .tp-site__footer {
  position: relative;
}

html.tp-site-preview .tp-site__hero::before,
html.tp-site-preview .tp-site__section--gallery::before,
html.tp-site-preview .tp-site__section--map::before,
html.tp-site-preview .tp-site__footer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 40px solid #07130f;
  border-right: 40px solid #07130f;
  pointer-events: none;
}

html.tp-site-preview .tp-site__hero {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

html.tp-site-preview .tp-site__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 18px solid #07130f;
  border-right: 18px solid #07130f;
  pointer-events: none;
}

html.tp-site-preview .tp-site__hero {
  height: 700px;
  min-height: 700px;
}

html.tp-site-preview .tp-site__hero-overlay {
  padding: 30px 56px 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 9, 0.08) 0%, rgba(4, 10, 9, 0.18) 36%, rgba(4, 10, 9, 0.62) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%);
}

html.tp-site-preview .tp-site__hero-video {
  filter: saturate(0.96) contrast(1.04) brightness(0.82);
}

html.tp-site-preview .tp-site__hero-title-wrap h1 {
  font-size: 4.7rem;
  line-height: 0.94;
}

html.tp-site-preview .tp-site__hero::before {
  border-left-width: 18px;
  border-right-width: 18px;
}
