/*
Theme Name: FastTransfer Premium
Author: Gemini
Version: 1.2
Description: Klasyczny motyw WordPress Dark Luxury dla FastTransfer Premium oparty o Tailwind CSS CDN i AOS.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: fasttransfer-theme
*/

:root {
  color-scheme: dark;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #111111;
  color: #f5f5f5;
}

body.site-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

a,
button,
input,
textarea,
select {
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
}

.gold-gradient {
  background: linear-gradient(135deg, #c5a06f 0%, #e5c398 100%);
}

.hero-video-overlay {
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.32) 55%, rgba(17, 17, 17, 0.58) 100%);
 
}

.nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.nav-link:hover,
.nav-link:focus {
  color: #c5a06f;
}

.site-header .primary-menu,
.site-header .mobile-primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .primary-menu li,
.site-header .mobile-primary-menu li {
  margin: 0;
}

.site-header .primary-menu a,
.site-header .mobile-primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  text-decoration: none;
}

.site-header {
  transition:
    padding 0.32s ease,
    transform 0.32s ease;
}

.site-header .glass {
  position: relative;
  isolation: isolate;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background-color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    backdrop-filter 0.32s ease;
}

.site-header > .glass::before,
#mobile-primary-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(46, 47, 53, 0.76) 0%, rgba(30, 31, 35, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 42px rgba(9, 10, 12, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 0;
  pointer-events: none;
}

.site-header.is-scrolled > .glass::before {
  background: linear-gradient(180deg, rgba(52, 53, 59, 0.84) 0%, rgba(35, 36, 41, 0.78) 100%);
  border-color: rgba(197, 160, 111, 0.3);
  box-shadow:
    0 20px 46px rgba(9, 10, 12, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header > .glass > *,
#mobile-primary-menu > * {
  position: relative;
  z-index: 1;
}

.site-header .mobile-primary-menu a {
  width: 100%;
}

.site-brand__name {
  white-space: nowrap;
}

.site-brand__accent {
  color: #c5a06f;
}

.site-brand__tagline {
  max-width: 20rem;
  line-height: 1.12;
}

.site-header .primary-menu a,
.site-header .mobile-primary-menu a,
.site-header__lang a,
.mobile-menu-tools__lang a,
.site-brand__name,
.site-brand__tagline {
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.site-header .primary-menu a,
.site-header .mobile-primary-menu a,
.site-header__lang a,
.mobile-menu-tools__lang a {
  color: rgba(250, 247, 242, 0.95);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-brand__name {
  color: rgba(250, 247, 242, 0.98);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.site-brand__tagline {
  color: rgba(250, 247, 242, 0.76);
  font-weight: 700;
  letter-spacing: 0.22em;
}

.site-header__cta,
.mobile-menu-tools__booking {
  font-weight: 800;
  letter-spacing: 0.12em;
}

.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
}

.menu-toggle:hover,
.menu-toggle:focus {
  border-color: rgba(197, 160, 111, 0.5);
  color: #c5a06f;
}

.menu-toggle.is-open {
  border-color: rgba(197, 160, 111, 0.5);
  background: rgba(197, 160, 111, 0.12);
  color: #c5a06f;
}

#mobile-primary-menu[hidden] {
  display: none !important;
}

#mobile-primary-menu {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

#mobile-primary-menu:not([hidden]) {
  display: block !important;
  animation: ft-menu-reveal 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-tools__lang a,
.mobile-menu-tools__lang span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
}

.mobile-menu-tools__booking {
  border: 1px solid rgba(197, 160, 111, 0.4);
  background: linear-gradient(135deg, rgba(197, 160, 111, 0.18) 0%, rgba(229, 195, 152, 0.08) 100%);
  color: #f5f5f5;
  text-decoration: none;
}

.mobile-menu-tools__booking:hover,
.mobile-menu-tools__booking:focus {
  border-color: rgba(229, 195, 152, 0.7);
  background: linear-gradient(135deg, rgba(197, 160, 111, 0.28) 0%, rgba(229, 195, 152, 0.16) 100%);
  color: #ffffff;
}

@keyframes ft-menu-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.site-main {
  position: relative;
  z-index: 1;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
  min-height: 100svh !important;
  height: auto !important;
  padding-top: clamp(7.5rem, 12vw, 10rem);
  padding-bottom: clamp(4.5rem, 8vw, 6rem);
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(7rem, 18vh, 13rem);
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.18) 38%,
    rgba(17, 17, 17, 0.72) 82%,
    var(--ft-bg, #111111) 100%
  );
  pointer-events: none;
  z-index: 1;
}

@supports (height: 100dvh) {
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
    min-height: 100dvh !important;
  }
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
  width: 100%;
  max-width: 74rem;
  padding-inline: clamp(1rem, 4vw, 2.5rem) !important;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
  text-wrap: balance;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  word-spacing: 0.06em !important;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1 span,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 span {
  display: inline-block;
}

.site-main .glass h2,
.site-main .glass h3,
.site-main .glass h4 {
  text-wrap: balance;
  line-height: 1.24;
  letter-spacing: -0.015em;
  word-spacing: 0.03em;
}

.site-main .glass p:not([class*="uppercase"]),
.site-main .glass li {
  line-height: 1.8;
  text-wrap: pretty;
}

.site-main h3.text-4xl,
.site-main h3.text-5xl,
.site-main h2.text-3xl,
.site-main h2.text-2xl {
  text-wrap: balance;
  line-height: 1.18;
  letter-spacing: -0.015em;
  word-spacing: 0.03em;
}

.site-main p.leading-7,
.site-main p.leading-8,
.site-main ul.leading-8 li {
  line-height: 1.84;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400 {
  color: rgba(243, 244, 246, 0.9) !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
  color: rgba(243, 244, 246, 0.9) !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy {
  margin-inline: auto !important;
  margin-bottom: 1rem !important;
  max-width: 46rem !important;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem) !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  text-wrap: pretty;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy.page-hero-copy--solo {
  margin-bottom: 2rem !important;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
  margin-inline: auto !important;
  margin-bottom: 2rem !important;
  max-width: 46rem !important;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem) !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
    font-size: clamp(0.96rem, 1.08vw, 1.08rem) !important;
  }
}

.site-main > section.mx-auto,
.fasttransfer-editor-content > * {
  scroll-margin-top: 8rem;
}

.booking-field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.85rem 1rem;
  color: #f5f5f5;
}

.booking-field:focus {
  outline: none;
  border-color: #c5a06f;
  box-shadow: 0 0 0 3px rgba(197, 160, 111, 0.14);
}

.booking-field::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  min-width: 42rem;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 24rem;
  border: 0;
  border-radius: 1.5rem;
}

.fasttransfer-editor-content {
  margin: 0 auto;
  max-width: 84rem;
  padding: 0 2rem 6rem;
}

.fasttransfer-editor-content > * + * {
  margin-top: 1.5rem;
}

.fasttransfer-editor-content h1,
.fasttransfer-editor-content h2,
.fasttransfer-editor-content h3,
.fasttransfer-editor-content h4,
.fasttransfer-editor-content h5,
.fasttransfer-editor-content h6 {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
}

.fasttransfer-editor-content p,
.fasttransfer-editor-content li,
.fasttransfer-editor-content blockquote {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
}

.fasttransfer-editor-content a {
  color: #e5c398;
}

.fasttransfer-editor-content ul,
.fasttransfer-editor-content ol {
  padding-left: 1.25rem;
}

.fasttransfer-editor-content .wp-block-button__link {
  border-radius: 999px;
}

.fasttransfer-editor-content .wp-block-columns,
.fasttransfer-editor-content .wp-block-cover,
.fasttransfer-editor-content .wp-block-group,
.fasttransfer-editor-content .wp-block-media-text {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.scroll-down-btn {
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.32);
}

.ft-scroll-down {
  bottom: clamp(4.75rem, 11vh, 8rem);
}

.ft-scroll-label {
  letter-spacing: 0.32em;
}

.ft-scroll-arrow {
  display: inline-block;
  animation: ft-arrow-float 2.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.scroll-down-btn:hover .ft-scroll-arrow,
.scroll-down-btn:focus-visible .ft-scroll-arrow {
  transform: translateY(4px);
}

@keyframes ft-arrow-float {
  0%,
  100% {
    opacity: 0.74;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(8px);
  }
}

.footer-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  background: #111111;
  color: #ffffff;
  z-index: 100000;
}

body.ft-theme-light {
  color-scheme: light;
  background-color: #f4efe7;
  color: #1d2733;
}

body.ft-theme-light .glass {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(33, 43, 56, 0.1);
  box-shadow: 0 20px 54px rgba(38, 48, 62, 0.09);
}

body.ft-theme-light .gold-gradient {
  background: linear-gradient(135deg, #b18552 0%, #d2ad7c 100%);
}

body.ft-theme-light .hero-video-overlay {
  background: linear-gradient(
    to bottom,
    rgba(236, 229, 219, 0.68) 0%,
    rgba(236, 229, 219, 0.22) 44%,
    rgba(221, 212, 201, 0.76) 100%
  );
}

body.ft-theme-light .site-header .glass {
  background: transparent;
}

body.ft-theme-light .site-header > .glass::before,
body.ft-theme-light #mobile-primary-menu::before {
  background: linear-gradient(180deg, rgba(241, 233, 222, 0.88) 0%, rgba(232, 222, 209, 0.84) 100%);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 42px rgba(64, 49, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ft-theme-light .site-header.is-scrolled > .glass::before {
  background: linear-gradient(180deg, rgba(236, 226, 213, 0.94) 0%, rgba(226, 214, 198, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 20px 46px rgba(64, 49, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

body.ft-theme-light .site-brand__name,
body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a {
  color: rgba(255, 251, 245, 0.96);
  text-shadow: 0 1px 0 rgba(73, 56, 34, 0.12);
}

body.ft-theme-light .site-brand__tagline {
  color: rgba(255, 251, 245, 0.72) !important;
  text-shadow: 0 1px 0 rgba(73, 56, 34, 0.1);
}

body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a,
body.ft-theme-light .site-header__cta,
body.ft-theme-light .mobile-menu-tools__booking {
  font-weight: 700 !important;
  letter-spacing: 0.08em;
}

body.ft-theme-light .site-brand__name {
  font-weight: 800 !important;
  letter-spacing: -0.04em;
}

body.ft-theme-light .site-header__lang span,
body.ft-theme-light .mobile-menu-tools__lang span,
body.ft-theme-light .nav-link:hover,
body.ft-theme-light .nav-link:focus,
body.ft-theme-light .site-header .primary-menu a:hover,
body.ft-theme-light .site-header .primary-menu a:focus,
body.ft-theme-light .site-header .mobile-primary-menu a:hover,
body.ft-theme-light .site-header .mobile-primary-menu a:focus {
  color: #b18552 !important;
}

body.ft-theme-light .site-header__cta {
  color: #111111 !important;
}

body.ft-theme-light .menu-toggle {
  border-color: rgba(33, 43, 56, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: #314152;
}

body.ft-theme-light .menu-toggle:hover,
body.ft-theme-light .menu-toggle:focus,
body.ft-theme-light .menu-toggle.is-open {
  border-color: rgba(177, 133, 82, 0.42);
  background: rgba(177, 133, 82, 0.1);
  color: #b18552;
}

body.ft-theme-light #mobile-primary-menu {
  box-shadow: 0 24px 64px rgba(38, 48, 62, 0.12);
}

body.ft-theme-light .mobile-menu-tools {
  border-top-color: rgba(33, 43, 56, 0.08) !important;
}

body.ft-theme-light .mobile-menu-tools__booking {
  border-color: rgba(197, 160, 111, 0.4);
  background: linear-gradient(135deg, rgba(197, 160, 111, 0.18) 0%, rgba(229, 195, 152, 0.08) 100%);
  color: #f5f5f5 !important;
}

body.ft-theme-light .mobile-menu-tools__booking:hover,
body.ft-theme-light .mobile-menu-tools__booking:focus {
  border-color: rgba(229, 195, 152, 0.7);
  background: linear-gradient(135deg, rgba(197, 160, 111, 0.28) 0%, rgba(229, 195, 152, 0.16) 100%);
  color: #ffffff !important;
}

body.ft-theme-light .booking-field {
  border-color: rgba(33, 43, 56, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #1d2733;
}

body.ft-theme-light .booking-field::placeholder {
  color: rgba(49, 65, 82, 0.44);
}

body.ft-theme-light .fasttransfer-editor-content h1,
body.ft-theme-light .fasttransfer-editor-content h2,
body.ft-theme-light .fasttransfer-editor-content h3,
body.ft-theme-light .fasttransfer-editor-content h4,
body.ft-theme-light .fasttransfer-editor-content h5,
body.ft-theme-light .fasttransfer-editor-content h6 {
  color: #17212d;
}

body.ft-theme-light .fasttransfer-editor-content p,
body.ft-theme-light .fasttransfer-editor-content li,
body.ft-theme-light .fasttransfer-editor-content blockquote {
  color: #516072;
}

body.ft-theme-light .fasttransfer-editor-content a {
  color: #b18552;
}

body.ft-theme-light .scroll-down-btn {
  color: #1d2733 !important;
  text-shadow: 0 6px 20px rgba(255, 255, 255, 0.38);
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
  color: #1d2733;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .absolute.inset-0.z-0 img {
  opacity: 0.92;
  filter: saturate(0.74) contrast(0.92) brightness(1.02);
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
  color: rgba(248, 244, 236, 0.96);
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden p {
  color: rgba(248, 244, 236, 0.82) !important;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p:first-of-type {
  color: rgba(248, 244, 236, 0.92) !important;
  font-weight: 500 !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p:nth-of-type(2) {
  color: rgba(248, 244, 236, 0.8) !important;
  font-weight: 500 !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions .gold-gradient {
  box-shadow: 0 18px 42px rgba(177, 133, 82, 0.22);
  color: #ffffff !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a:not(.gold-gradient) {
  background: rgba(17, 17, 17, 0.14);
  border-color: rgba(255, 255, 255, 0.36) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(38, 48, 62, 0.08);
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a:not(.gold-gradient):hover {
  background: rgba(17, 17, 17, 0.22) !important;
}

body.ft-theme-light [class*="text-white"] {
  color: #17212d !important;
}

body.ft-theme-light [class*="text-gray-300"] {
  color: #516072 !important;
}

body.ft-theme-light [class*="text-gray-400"],
body.ft-theme-light [class*="text-gray-500"],
body.ft-theme-light [class*="text-gray-700"] {
  color: #718096 !important;
}

body.ft-theme-light [class*="border-white"] {
  border-color: rgba(33, 43, 56, 0.12) !important;
}

body.ft-theme-light [class*="bg-black"] {
  background-color: #f4efe7 !important;
}

body.ft-theme-light [class*="hover:bg-white"]:hover {
  background: rgba(29, 39, 51, 0.04) !important;
}

body.ft-theme-light [class*="hover:text-black"]:hover {
  color: #17212d !important;
}

body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a,
body.ft-theme-light .site-brand__name,
body.ft-theme-light .site-brand__tagline,
body.ft-theme-light .mobile-menu-tools__booking {
  color: rgba(255, 255, 255, 0.8) !important;
}

body.ft-theme-light .site-brand__tagline {
  color: rgba(255, 255, 255, 0.55) !important;
}

body.ft-theme-light .mobile-menu-tools__booking {
  color: #f5f5f5 !important;
}

body.ft-theme-light .site-header__cta,
body.ft-theme-light .mobile-menu-tools__booking,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions .gold-gradient,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a:not(.gold-gradient) {
  text-shadow: none !important;
}

body.ft-theme-light .site-footer > div {
  background: #ece5db !important;
  border-top-color: rgba(33, 43, 56, 0.08) !important;
}

body.ft-theme-light .site-footer p,
body.ft-theme-light .site-footer a,
body.ft-theme-light .site-footer span {
  color: #718096 !important;
}

body.ft-theme-light .site-footer a:hover {
  color: #17212d !important;
}

@media (min-width: 700px) and (max-width: 959px) {
  .site-header {
    padding: 1rem 1rem 0;
  }

  .site-header .glass {
    flex-wrap: wrap;
    gap: 0.95rem 1.25rem;
    padding: 1rem 1.25rem !important;
    border-radius: 1.75rem;
  }

  .site-brand {
    flex: 0 0 auto;
  }

  .site-brand__name {
    font-size: 2rem;
  }

  .site-brand__tagline {
    margin-top: 0.4rem;
    max-width: 14.5rem;
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .site-header__desktop {
    display: flex !important;
    flex: 1 1 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1rem;
    flex-wrap: wrap;
  }

  .site-header .primary-menu {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1.1rem;
  }

  .site-header .primary-menu a {
    min-height: 2rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .site-header__lang {
    gap: 0.55rem;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .site-header__cta {
    padding: 0.82rem 1.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .menu-toggle,
  #mobile-primary-menu {
    display: none !important;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  .hero-actions {
    align-items: center;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a {
    width: min(100%, 21rem);
    justify-content: center;
    margin-inline: auto;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

@media (max-width: 699px) {
  .site-header {
    padding: 0.75rem 0.75rem 0;
  }

  .site-header .glass {
    gap: 1rem;
    border-radius: 1.5rem;
    padding: 0.95rem 1rem !important;
  }

  .site-brand {
    flex: 1 1 auto;
    min-width: max-content;
    margin-right: 0.75rem;
  }

  .site-brand__name {
    font-size: clamp(1.95rem, 7.2vw, 2.25rem);
    letter-spacing: -0.06em;
  }

  .site-brand__accent {
    display: inline;
    color: #c5a06f;
    text-shadow: 0 0 18px rgba(197, 160, 111, 0.18);
  }

  .site-brand__tagline {
    display: none !important;
  }

  .menu-toggle {
    flex: 0 0 3rem;
  }

  #mobile-primary-menu {
    margin-top: 0.75rem;
    border-radius: 1.25rem;
    padding: 1rem !important;
  }

  .site-header .mobile-primary-menu {
    gap: 0.2rem;
  }

  .site-header .mobile-primary-menu a {
    min-height: 2.85rem;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
  }

  .mobile-menu-tools {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .mobile-menu-tools__lang {
    font-size: 0.82rem;
  }

  .mobile-menu-tools__booking {
    min-height: 3rem;
  }

  .ft-scroll-down {
    display: none;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
    padding-top: calc(6.75rem + env(safe-area-inset-top));
    padding-bottom: 4.75rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
    padding-inline: 1rem !important;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1 {
    font-size: clamp(2.4rem, 12vw, 4.25rem) !important;
    line-height: 0.94 !important;
  }

  .hero-actions {
    align-items: center;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a {
    width: min(100%, 21rem);
    justify-content: center;
    margin-inline: auto;
  }

  .site-main > section.max-w-7xl,
  .fasttransfer-editor-content {
    padding: 0 1rem 4rem;
  }

  .site-main > section.px-8 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .site-main > section.py-24 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .site-main > section.pt-24 {
    padding-top: 4.5rem !important;
  }

  .site-main > section.pb-24 {
    padding-bottom: 4.5rem !important;
  }

  .site-main > section.pb-28 {
    padding-bottom: 5rem !important;
  }

  .site-main > section.py-20 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .site-main section .p-6 {
    padding: 1rem !important;
  }

  .site-main section .p-8 {
    padding: 1.25rem !important;
  }

  .site-main section .p-10,
  .site-main section .p-12,
  .site-main section .p-14 {
    padding: 1.5rem !important;
  }

  .table-scroll table {
    min-width: 36rem;
  }

  .contact-map iframe {
    min-height: 20rem;
  }

  .site-footer > div {
    padding: 1.25rem 1rem !important;
  }
}

@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;
    scroll-behavior: auto !important;
  }
}

/* Final header/hero overrides */
body.ft-theme-light .site-header > .glass::before,
body.ft-theme-light #mobile-primary-menu::before,
body.ft-theme-light .ft-site-header__bar::before {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: linear-gradient(180deg, rgba(241, 233, 222, 0.88) 0%, rgba(232, 222, 209, 0.84) 100%) !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
  box-shadow:
    0 18px 42px rgba(64, 49, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body.ft-theme-light .site-header.is-scrolled > .glass::before,
body.ft-theme-light .ft-site-header.is-scrolled .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(236, 226, 213, 0.94) 0%, rgba(226, 214, 198, 0.9) 100%) !important;
  border-color: rgba(255, 255, 255, 0.56) !important;
  box-shadow:
    0 20px 46px rgba(64, 49, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a,
body.ft-theme-light .site-brand__name,
body.ft-theme-light .site-brand__tagline {
  color: rgba(255, 251, 245, 0.96) !important;
  text-shadow: 0 1px 0 rgba(73, 56, 34, 0.12) !important;
  text-rendering: optimizeLegibility;
}

body.ft-theme-light .site-brand__tagline {
  color: rgba(255, 251, 245, 0.72) !important;
  text-shadow: 0 1px 0 rgba(73, 56, 34, 0.1) !important;
}

body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a,
body.ft-theme-light .site-header__cta,
body.ft-theme-light .mobile-menu-tools__booking {
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}

body.ft-theme-light .site-brand__name {
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
}

body.ft-theme-light .site-header__lang span,
body.ft-theme-light .mobile-menu-tools__lang span,
body.ft-theme-light .site-header .primary-menu a:hover,
body.ft-theme-light .site-header .primary-menu a:focus,
body.ft-theme-light .site-header .mobile-primary-menu a:hover,
body.ft-theme-light .site-header .mobile-primary-menu a:focus {
  color: #c5a06f !important;
}

body.ft-theme-light .site-header__cta {
  color: #111111 !important;
  box-shadow: 0 10px 24px rgba(177, 133, 82, 0.2);
}

body.ft-theme-light .mobile-menu-tools__booking {
  color: #f5f5f5 !important;
}

body.ft-theme-light .hero-video-overlay {
  background: linear-gradient(
    to bottom,
    rgba(236, 229, 219, 0.68) 0%,
    rgba(236, 229, 219, 0.22) 44%,
    rgba(221, 212, 201, 0.76) 100%
  ) !important;
}

/* Light rebuild: header + hero */
body.ft-theme-light .site-header > .glass::before,
body.ft-theme-light #mobile-primary-menu::before {
  background: linear-gradient(180deg, rgba(250, 246, 239, 0.92) 0%, rgba(240, 232, 221, 0.88) 100%) !important;
  border-color: rgba(142, 116, 82, 0.16) !important;
  box-shadow:
    0 18px 40px rgba(56, 42, 27, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.ft-theme-light .site-header.is-scrolled > .glass::before {
  background: linear-gradient(180deg, rgba(247, 240, 231, 0.96) 0%, rgba(236, 227, 215, 0.94) 100%) !important;
  border-color: rgba(142, 116, 82, 0.18) !important;
  box-shadow:
    0 18px 44px rgba(56, 42, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
}

body.ft-theme-light .site-brand__name,
body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a {
  color: #17212d !important;
  text-shadow: none !important;
}

body.ft-theme-light .site-brand__name {
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
}

body.ft-theme-light .site-brand__tagline {
  color: rgba(23, 33, 45, 0.62) !important;
  text-shadow: none !important;
  letter-spacing: 0.16em !important;
}

body.ft-theme-light .site-header .primary-menu a,
body.ft-theme-light .site-header .mobile-primary-menu a,
body.ft-theme-light .site-header__lang a,
body.ft-theme-light .mobile-menu-tools__lang a,
body.ft-theme-light .site-header__cta,
body.ft-theme-light .mobile-menu-tools__booking {
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

body.ft-theme-light .site-header__lang span,
body.ft-theme-light .mobile-menu-tools__lang span,
body.ft-theme-light .site-header .primary-menu a:hover,
body.ft-theme-light .site-header .primary-menu a:focus,
body.ft-theme-light .site-header .mobile-primary-menu a:hover,
body.ft-theme-light .site-header .mobile-primary-menu a:focus,
body.ft-theme-light .site-header__lang a:hover,
body.ft-theme-light .site-header__lang a:focus {
  color: #b18552 !important;
}

body.ft-theme-light .site-header__cta,
body.ft-theme-light .mobile-menu-tools__booking {
  color: #111111 !important;
  box-shadow: 0 12px 28px rgba(177, 133, 82, 0.16);
}

body.ft-theme-light .menu-toggle {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(23, 33, 45, 0.12);
  color: #17212d;
}

body.ft-theme-light #mobile-primary-menu {
  box-shadow: 0 24px 56px rgba(56, 42, 27, 0.12);
}

body.ft-theme-light .scroll-down-btn {
  color: rgba(248, 244, 236, 0.84) !important;
  text-shadow: none !important;
}

body.ft-theme-light .hero-video-overlay {
  background:
    linear-gradient(to bottom, rgba(247, 242, 235, 0.16) 0%, rgba(247, 242, 235, 0.02) 36%, rgba(32, 35, 42, 0.22) 100%),
    radial-gradient(circle at 50% 44%, rgba(16, 20, 26, 0.16) 0%, rgba(16, 20, 26, 0.02) 54%, rgba(16, 20, 26, 0) 72%) !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden::after {
  background: linear-gradient(
    to bottom,
    rgba(244, 239, 231, 0) 0%,
    rgba(244, 239, 231, 0.94) 76%,
    rgba(244, 239, 231, 1) 100%
  );
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .absolute.inset-0.z-0 img {
  opacity: 0.98;
  filter: saturate(0.72) contrast(1.02) brightness(0.72);
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
  color: rgba(248, 244, 236, 0.96) !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
  color: rgba(248, 244, 236, 0.98) !important;
  text-shadow: none !important;
  letter-spacing: -0.055em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy {
  color: rgba(248, 244, 236, 0.9) !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
  color: rgba(248, 244, 236, 0.9) !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions .gold-gradient {
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(177, 133, 82, 0.2);
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a:not(.gold-gradient) {
  background: rgba(17, 17, 17, 0.16);
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(38, 48, 62, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.ft-theme-light .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden .hero-actions a:not(.gold-gradient):hover {
  background: rgba(17, 17, 17, 0.24) !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
  color: #ffffff !important;
}

/* Responsive stability overrides */
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
  padding-top: clamp(7.5rem, 12vw, 10rem);
  padding-bottom: clamp(5.75rem, 10vh, 8rem);
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: min(74rem, 100%);
  padding-bottom: clamp(5.75rem, 12vh, 7.75rem);
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > * {
  max-width: 100%;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
  font-size: clamp(2.85rem, 7vw, 5.9rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.038em !important;
  word-spacing: normal !important;
}

.hero-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-actions a {
  display: inline-flex;
  min-height: 3.5rem;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ft-scroll-down {
  bottom: max(1.55rem, env(safe-area-inset-bottom));
  z-index: 25;
}

.scroll-down-btn {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.ft-theme-light .scroll-down-btn {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.18);
}

.ft-scroll-label {
  display: none !important;
}

.ft-scroll-arrow {
  font-size: 1.05rem !important;
  line-height: 1;
}

@media (min-width: 1100px) and (max-width: 1279px) {
  .site-header {
    padding: 1rem 1rem 0;
  }

  .site-header .glass {
    padding: 1rem 1.25rem !important;
    gap: 1rem 1.25rem;
  }

  .site-brand {
    flex: 0 1 15rem;
  }

  .site-brand__name {
    font-size: 1.9rem;
  }

  .site-brand__tagline {
    max-width: 13rem;
    font-size: 0.54rem;
    letter-spacing: 0.16em;
  }

  .site-header__desktop {
    gap: 0.9rem;
  }

  .site-header .primary-menu {
    gap: 0.45rem 1rem;
  }

  .site-header .primary-menu a {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .site-header__lang {
    gap: 0.55rem;
    font-size: 0.76rem;
  }

  .site-header__cta {
    padding: 0.82rem 1.2rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
    line-height: 1.05 !important;
    letter-spacing: -0.034em !important;
  }
}

@media (max-width: 1099px) {
  .site-header {
    padding: 0.8rem 0.8rem 0;
  }

  .site-header .glass {
    flex-wrap: nowrap;
    gap: 0.9rem;
    align-items: center;
    border-radius: 1.5rem;
    padding: 0.95rem 1rem !important;
  }

  .site-brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 4rem);
    margin-right: 0.5rem;
  }

  .site-brand__name {
    font-size: clamp(1.7rem, 4.8vw, 2.35rem);
    line-height: 0.95;
  }

  .site-brand__tagline {
    margin-top: 0.35rem;
    max-width: min(20rem, 100%);
    font-size: clamp(0.5rem, 1vw, 0.62rem);
    letter-spacing: 0.14em;
  }

  .site-header__desktop {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 3rem;
  }

  #mobile-primary-menu {
    margin-top: 0.8rem;
    border-radius: 1.35rem;
    padding: 1rem !important;
  }

  .site-header .mobile-primary-menu {
    display: grid;
    gap: 0.45rem;
  }

  .site-header .mobile-primary-menu a {
    width: 100%;
    min-height: 3rem;
    justify-content: flex-start;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
  }

  body.ft-theme-light .site-header .mobile-primary-menu a {
    background: rgba(255, 255, 255, 0.54);
  }

  .mobile-menu-tools {
    display: grid;
    gap: 0.9rem;
  }

  .mobile-menu-tools__lang {
    justify-content: flex-start;
  }

  .mobile-menu-tools__booking {
    min-height: 3rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
    padding-top: clamp(7.5rem, 14vw, 9.5rem);
    padding-bottom: 6rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
    max-width: 48rem;
    padding-inline: clamp(1rem, 3vw, 1.5rem) !important;
    padding-bottom: 5.9rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
    font-size: clamp(2.45rem, 7.6vw, 4.85rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.032em !important;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
    max-width: 34rem !important;
  }

  .hero-actions {
    width: min(100%, 24rem);
    flex-direction: column;
    align-items: stretch;
    margin-inline: auto;
  }

  .hero-actions a {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 1099px) and (orientation: landscape) {
  .site-header {
    padding: 0.95rem 1rem 0;
  }

  .site-header .glass {
    min-height: 4.9rem;
    padding: 1rem 1.2rem !important;
    gap: 1rem;
  }

  .site-brand {
    max-width: calc(100% - 4.35rem);
    margin-right: 0.7rem;
  }

  .site-brand__name {
    font-size: clamp(1.95rem, 3.4vw, 2.4rem);
    line-height: 0.96;
  }

  .site-brand__tagline {
    display: none !important;
  }

  .menu-toggle {
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
  }

  #mobile-primary-menu {
    margin-top: 0.7rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
    font-size: clamp(2rem, 4.6vw, 3.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.026em !important;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
    max-width: 31rem !important;
    font-size: 0.94rem !important;
    line-height: 1.58 !important;
  }
}

@media (max-width: 859px) {
  .site-brand__tagline {
    display: none !important;
  }
}

@media (max-width: 699px) {
  .site-brand__tagline {
    display: none !important;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden {
    padding-top: calc(6.85rem + env(safe-area-inset-top));
    padding-bottom: 5.5rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 {
    padding-bottom: 5rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
    font-size: clamp(2.2rem, 10.8vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
  }

  .hero-actions {
    width: min(100%, 20rem);
  }

  .hero-actions a {
    min-height: 3.15rem;
    padding-inline: 1rem !important;
  }

  .ft-scroll-down {
    display: block;
    bottom: max(1.15rem, env(safe-area-inset-bottom));
  }

  .scroll-down-btn {
    width: 2.7rem;
    height: 2.7rem;
  }

  .ft-scroll-arrow {
    font-size: 1rem !important;
    line-height: 1;
  }
}

@media (max-width: 479px) {
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 {
    font-size: clamp(1.95rem, 10.2vw, 3.05rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.028em !important;
    text-wrap: pretty;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h1 span,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden h2 span {
    display: inline;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-300,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-400,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-copy,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > p.text-gray-500,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden > .relative.z-10 > .page-hero-meta {
    max-width: 19rem !important;
  }
}
