@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frank Ruhl Libre";
  src: url("../fonts/FrankRuhlLibre-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frank Ruhl Libre";
  src: url("../fonts/FrankRuhlLibre-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brygada 1918";
  src: url("../fonts/Brygada1918-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.contact-page {
  --dark: #05120b;
  --dark-2: #07180f;
  --dark-card: #0a1b12;
  --cream: #f5ecde;
  --cream-2: #fffcf7;
  --muted: #dbdbdb;
  --accent: #ebb667;
  --accent-strong: #f4c47b;
  --accent-border: rgba(209, 155, 73, .42);
  --container: 1440px;
  --side: clamp(20px, 8.34vw, 144px);
  --radius: 6px;
}

.contact-page * { box-sizing: border-box; }

.contact-page {
  scroll-behavior: smooth;
  background: var(--dark);
}

.contact-page {
  min-width: 320px;
  margin: 0;
  color: var(--cream);
  background: var(--dark);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.contact-page img,
.contact-page svg { display: block; }

.contact-page a {
  color: inherit;
  text-decoration: none;
}

.contact-page button,
.contact-page input,
.contact-page textarea,
.contact-page select {
  font: inherit;
}

.contact-page button { cursor: pointer; }

.contact-page .page-shell {
  width: min(calc(100% - var(--side) * 2), var(--container));
  margin-inline: auto;
}

.contact-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-page .site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--cream);
  transition: background-color .25s ease, backdrop-filter .25s ease, transform .25s ease;
}

.contact-page .site-header.is-scrolled {
  position: fixed;
  background: rgba(5, 18, 11, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(244, 196, 123, .16);
}

.contact-page .site-header__inner {
  width: min(calc(100% - var(--side) * 2), var(--container));
  height: 118px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.contact-page .site-logo img {
  width: 293px;
  height: auto;
}

.contact-page .site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.9vw, 49px);
  font-size: 18px;
  font-weight: 500;
}

.contact-page .site-nav a {
  opacity: .9;
  position: relative;
  transition: color .2s ease, opacity .2s ease;
}

.contact-page .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.contact-page .site-nav a:hover,
.contact-page .site-nav a.is-active {
  opacity: 1;
  color: var(--accent);
}

.contact-page .site-nav a:hover::after,
.contact-page .site-nav a.is-active::after { transform: scaleX(1); }

.contact-page .header-reserve {
  min-width: 205px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  border: 1px solid rgba(245, 236, 222, .86);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.contact-page .header-reserve:hover {
  color: var(--dark);
  border-color: var(--accent-strong);
  background: var(--accent-strong);
}

.contact-page .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(244, 196, 123, .35);
  border-radius: 6px;
  background: rgba(5, 18, 11, .35);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.contact-page .menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--cream);
  transition: transform .2s ease, opacity .2s ease;
}

.contact-page .contact-hero {
  position: relative;
  min-height: 1128px;
  padding-top: 1px;
  overflow: hidden;
  background: var(--dark);
}

.contact-page .contact-hero__bg {
  position: absolute;
  inset: 0 0 21px;
  background-image:
    radial-gradient(circle at 83% 7%, rgba(60, 105, 37, .38), transparent 30%),
    linear-gradient(90deg, rgba(5, 18, 11, .98) 0%, rgba(5, 18, 11, .84) 27%, rgba(5, 18, 11, .24) 55%, rgba(5, 18, 11, .62) 100%),
    linear-gradient(0deg, rgba(5, 18, 11, .9) 0%, rgba(5, 18, 11, .16) 44%, rgba(5, 18, 11, .88) 100%),
    url("../images/contact-hero.jpg");
  background-position: center, center, center, center right;
  background-size: cover, cover, cover, cover;
  transform: scale(1.01);
}

.contact-page .contact-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 1128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 288px;
  padding-bottom: 72px;
}

.contact-page .contact-hero__copy {
  width: min(688px, 100%);
}

.contact-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-page .eyebrow i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: .85;
}

.contact-page .eyebrow span:first-child { font-weight: 400; }
.contact-page .eyebrow span:last-child { font-weight: 300; }
.contact-page .eyebrow--dark { color: var(--accent); }

.contact-page .contact-hero h1,
.contact-page .location-heading h2 {
  margin: 0;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
}

.contact-page .contact-hero h1 {
  max-width: 688px;
  color: var(--cream);
  font-size: clamp(48px, 4.3vw, 74px);
  text-shadow: 0 0 12px rgba(0, 0, 0, .6);
}

.contact-page .contact-hero__copy > p {
  width: min(688px, 100%);
  margin: 18px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.contact-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 62px;
}

.contact-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  font-weight: 500;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.contact-page .btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-page .btn:hover { transform: translateY(-1px); }

.contact-page .btn--primary {
  min-height: 65px;
  padding: 16px 24px;
  color: var(--accent);
  background: var(--dark-card);
  border: 2px solid var(--accent-strong);
  box-shadow: inset 0 0 0 3px var(--dark-card), inset 0 0 0 4px rgba(235, 182, 103, .9);
  font-size: 24px;
}

.contact-page .btn--primary:hover {
  color: var(--dark);
  background: var(--accent-strong);
  box-shadow: inset 0 0 0 3px var(--accent-strong), inset 0 0 0 4px rgba(5, 18, 11, .35);
}

.contact-page .btn--link {
  min-height: 57px;
  padding: 12px;
  border-radius: 0;
  color: var(--cream);
  border-bottom: 1px solid var(--accent);
  font-size: 24px;
}

.contact-page .btn--link:hover { color: var(--accent); }

.contact-page .contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}

.contact-page .contact-card {
  min-height: 136px;
  padding: 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 12px;
  align-items: start;
  color: var(--cream);
  background: rgba(10, 27, 18, .94);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 0 22px rgba(245, 236, 222, .05);
  backdrop-filter: blur(4px);
}

.contact-page .contact-card__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
  border: 1px solid var(--accent-strong);
  border-radius: 50%;
}

.contact-page .contact-card__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-page .contact-card h2 {
  margin: 3px 0 8px;
  color: var(--cream);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-page .contact-card p {
  margin: 0;
  color: var(--cream);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.contact-page .contact-card a { transition: color .2s ease; }
.contact-page .contact-card a:hover { color: var(--accent); }

.contact-page .location-photo {
  height: 776px;
  background: url("../images/contact-team-plzenka.jpg") center / cover no-repeat;
}

.contact-page .location-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 34px;
  overflow: hidden;
  color: var(--dark-card);
  background: var(--cream-2);
}

.contact-page .location-section::before {
  content: "";
  position: absolute;
  top: -190px;
  right: 4vw;
  width: 740px;
  height: 520px;
  border: 1px solid rgba(10, 27, 18, .05);
  border-radius: 50%;
  transform: rotate(-16deg);
  opacity: .5;
  pointer-events: none;
}

.contact-page .location-section__top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 24px;
}

.contact-page .location-heading { width: min(715px, 100%); }

.contact-page .location-heading h2 {
  color: var(--dark-card);
  font-size: clamp(44px, 4.3vw, 74px);
}

.contact-page .location-heading p {
  width: min(694px, 100%);
  margin: 2px 0 0;
  color: var(--dark-card);
  font-size: 24px;
  font-weight: 500;
}

.contact-page .location-address {
  width: 318px;
  flex: 0 0 auto;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-top: 46px;
  text-align: right;
}

.contact-page .location-address p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.contact-page .btn--map {
  width: 318px;
  min-height: 63px;
  padding: 16px 24px;
  color: var(--dark-card);
  border: 2px solid var(--accent-strong);
  box-shadow: inset 0 0 0 3px var(--cream-2), inset 0 0 0 4px rgba(235, 182, 103, .9);
  font-size: 23px;
  background: transparent;
}

.contact-page .btn--map:hover {
  background: rgba(235, 182, 103, .16);
}

.contact-page .map-frame {
  position: relative;
  width: 100%;
  height: 802px;
  margin-top: 0;
  background: #d8eadf;
  overflow: hidden;
}

.contact-page .map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(.96) contrast(.98);
}

.contact-page .location-meta {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--dark-card);
  font-size: 20px;
  font-weight: 500;
}

.contact-page .location-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

.contact-page .site-footer {
  color: var(--cream);
  background: var(--dark);
  border-top: 1px solid var(--accent-border);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, .06);
}

.contact-page .site-footer__main {
  min-height: 575px;
  display: grid;
  grid-template-columns: minmax(280px, 427px) 200px minmax(290px, 343px);
  justify-content: space-between;
  gap: 64px;
  padding-top: 94px;
  padding-bottom: 60px;
  position: relative;
}

.contact-page .site-footer__main::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 42px;
  width: 520px;
  height: 470px;
  opacity: .18;
  background: radial-gradient(circle at 55% 50%, rgba(235, 182, 103, .16), transparent 60%);
  pointer-events: none;
}

.contact-page .footer-brand img {
  width: 427px;
  max-width: 100%;
  height: auto;
}

.contact-page .footer-brand p {
  width: min(414px, 100%);
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: 18px;
}

.contact-page .footer-signature {
  color: var(--accent);
  font-family: "Brygada 1918", Georgia, serif;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: .01em;
  transform: rotate(-6deg);
  opacity: .85;
  margin-left: 14px;
}

.contact-page .footer-nav,
.contact-page .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-page .footer-nav h3,
.contact-page .footer-contact h3,
.contact-page .footer-social h3 {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  position: relative;
}

.contact-page .footer-nav h3::after,
.contact-page .footer-contact h3::after,
.contact-page .footer-social h3::after {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: .38;
}

.contact-page .footer-nav a {
  color: var(--cream);
  font-size: 22px;
  font-weight: 500;
  margin-top: 14px;
  transition: color .2s ease;
}

.contact-page .footer-contact > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-size: 22px;
  font-weight: 500;
  margin-top: 18px;
  white-space: nowrap;
  transition: color .2s ease;
}

.contact-page .footer-nav a:hover,
.contact-page .footer-contact a:hover { color: var(--accent); }

.contact-page .mini-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  border: .6px solid var(--accent-strong);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.contact-page .footer-social {
  margin-top: 42px;
}

.contact-page .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  color: var(--cream);
  font-size: 24px;
  font-weight: 500;
}

.contact-page .site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.contact-page .site-footer__bottom-inner {
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-page .site-footer__bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .06em;
  white-space: nowrap;
}

.contact-page .site-footer__bottom img {
  width: 507px;
  max-width: 34vw;
  height: auto;
  opacity: .95;
}

.contact-page .site-footer__bottom a:hover { color: var(--accent); }

.contact-page .reveal-on-load {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal .72s cubic-bezier(.2, .7, .25, 1) forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .contact-page .site-header__inner{ gap: 24px; }
  .contact-page .site-logo img{ width: 250px; }
  .contact-page .site-nav{ gap: 26px; font-size: 16px; }
  .contact-page .header-reserve{ min-width: 170px; font-size: 16px; }
  .contact-page .contact-cards{ grid-template-columns: repeat(2, 1fr); }
  .contact-page .contact-hero, .contact-page .contact-hero__inner{ min-height: auto; }
  .contact-page .contact-hero__inner{ padding-bottom: 64px; }
  .contact-page .site-footer__main{ grid-template-columns: 1.1fr .6fr 1fr; gap: 42px; }
}

@media (max-width: 980px) {
  .contact-page{ --side: 24px; }

  .contact-page .site-header{ position: fixed; background: rgba(5, 18, 11, .9); backdrop-filter: blur(18px); }
  .contact-page .site-header__inner{ height: 86px; grid-template-columns: auto auto; justify-content: space-between; }
  .contact-page .site-logo img{ width: 220px; }
  .contact-page .menu-toggle{ display: inline-flex; position: relative; z-index: 32; }

  .contact-page .site-nav{
    position: fixed;
    inset: 0;
    z-index: 31;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 110px var(--side) 54px;
    background: rgba(5, 18, 11, .97);
    transform: translateX(100%);
    transition: transform .28s ease;
    font-size: 28px;
  }

  .contact-page .header-reserve{ display: none; }
  .contact-page .contact-hero__inner{ padding-top: 170px; }
  .contact-page .contact-hero__bg{ background-position: center, center, center, 58% center; }
  .contact-page .contact-hero__copy > p{ font-size: 20px; }
  .contact-page .hero-actions{ flex-wrap: wrap; margin-top: 42px; }
  .contact-page .contact-cards{ margin-top: 80px; }
  .contact-page .location-photo{ height: 500px; }
  .contact-page .location-section__top{ flex-direction: column; }
  .contact-page .location-address{ width: 100%; align-items: flex-start; text-align: left; padding-top: 0; }
  .contact-page .map-frame{ height: 560px; }
  .contact-page .site-footer__main{ grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .contact-page .footer-contact > a{ white-space: normal; }
  .contact-page .site-footer__bottom-inner{ flex-direction: column; padding: 24px 0; text-align: center; }
  .contact-page .site-footer__bottom img{ max-width: 78vw; order: -1; }
  .contact-page .site-footer__bottom p{ white-space: normal; }
}

@media (max-width: 640px) {
  .contact-page{ --side: 18px; }

  .contact-page .site-logo img{ width: 190px; }
  .contact-page .contact-hero__inner{ padding-top: 142px; padding-bottom: 42px; }
  .contact-page .eyebrow{ font-size: 13px; margin-bottom: 16px; }
  .contact-page .contact-hero h1, .contact-page .location-heading h2{ font-size: 42px; line-height: 1.12; }
  .contact-page .contact-hero__copy > p, .contact-page .location-heading p{ font-size: 17px; }
  .contact-page .hero-actions{ gap: 18px; }
  .contact-page .btn--primary, .contact-page .btn--link{ width: 100%; font-size: 18px; }
  .contact-page .contact-cards{ grid-template-columns: 1fr; gap: 14px; margin-top: 54px; }
  .contact-page .contact-card{ min-height: auto; padding: 20px; grid-template-columns: 40px 1fr; }
  .contact-page .contact-card__icon{ width: 40px; height: 40px; }
  .contact-page .contact-card h2{ font-size: 17px; }
  .contact-page .contact-card p{ font-size: 17px; }
  .contact-page .location-photo{ height: 330px; }
  .contact-page .location-section{ padding-top: 68px; }
  .contact-page .location-address p{ font-size: 18px; }
  .contact-page .btn--map{ width: 100%; font-size: 17px; }
  .contact-page .map-frame{ height: 430px; }
  .contact-page .location-meta{ min-height: auto; padding-block: 20px; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 15px; }
  .contact-page .location-meta i{ display: none; }
  .contact-page .footer-brand img{ width: 300px; }
  .contact-page .footer-brand p{ font-size: 16px; }
  .contact-page .footer-signature{ font-size: 31px; }
  .contact-page .footer-nav a, .contact-page .footer-contact > a{ font-size: 18px; }
}
