/* BUILD_MARKER: gvf-20260224-hero-fix-2 */

:root {
  --bg: #f4f7f9;
  --surface: #ffffff;
  --surface-strong: #fdfdfd;
  --text: #142029;
  --muted: #56626d;
  --line: #d7e0e6;
  --line-strong: #bfd0dc;
  --accent: #d6421f;
  --accent-strong: #b42f11;
  --ink: #0f1b23;
  --radius-s: 12px;
  --radius-m: 18px;
  --radius-l: 28px;
  --shadow-s: 0 8px 22px rgba(12, 25, 35, 0.08);
  --shadow-m: 0 16px 44px rgba(12, 25, 35, 0.14);
  --max-width: 1220px;
  --root-desktop-side-pad: 34px;
  --root-desktop-grid-width: 1544px;
  --header-h: 103px;
  --home-fill-categories: 0px;
  --home-fill-why: 0px;
  --home-fill-short: 0px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background: #fff;
  font-family: "Segoe UI", "Trebuchet MS", "Arial", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

html {
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(13px);
  border-bottom: 1px solid rgba(184, 199, 211, 0.55);
}

body {
  padding-top: var(--header-h);
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  min-width: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
  z-index: 1;
  height: 72px;
  min-width: 0;
  overflow: visible;
}

.logo img {
  width: auto;
  height: 294px;
  margin: -90px 0 -120px -28px;
  display: block;
  pointer-events: none;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  padding: 9px 12px;
  border-radius: var(--radius-s);
  font-weight: 600;
  cursor: pointer;
}

.nav-mobile-booking {
  display: none;
}

.nav-menu {
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a {
  color: var(--ink);
  font-weight: 600;
  font-size: clamp(16px, 1vw, 17px);
  padding: 10px 14px;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  background: rgba(214, 66, 31, 0.12);
  color: var(--accent-strong);
}

.nav-menu .nav-cta {
  margin-left: 4px;
}

.nav-menu .nav-booking {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  box-shadow: 0 8px 20px rgba(214, 66, 31, 0.28);
}

.nav-menu .nav-booking:hover,
.nav-menu .nav-booking:focus-visible,
.nav-menu .nav-booking[aria-current="page"] {
  background: var(--accent-strong);
  color: #fff;
  border-color: var(--accent-strong);
}

.hero {
  height: calc(100vh - var(--header-h));
  min-height: calc(100vh - var(--header-h));
  background-image: linear-gradient(115deg, rgba(12, 19, 26, 0.84), rgba(16, 30, 40, 0.52)), url("/img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  overflow: hidden;
}

.hero::after {
  display: none;
}

.hero-overlay {
  height: 100%;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 52px 20px 62px;
  width: 100%;
  color: #fff;
  animation: fade-up 0.75s ease 0.06s both;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.8rem;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.79);
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero p {
  max-width: 620px;
  font-size: 1.1rem;
  color: rgba(250, 253, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-facts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.fact {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-s);
  backdrop-filter: blur(4px);
}

.fact strong {
  display: block;
  font-size: 1.22rem;
}

.fact span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(214, 66, 31, 0.3);
}

.btn-primary:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-secondary:hover {
  background: #fff;
}

.page-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px 84px;
}

.page-wrap--showcase {
  max-width: 1680px;
  padding: 0 34px 120px;
}

.page-hero {
  padding: 42px 0 10px;
  animation: fade-up 0.72s ease both;
}

.page-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 780px;
}

.page-hero-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero .hero-kicker {
  color: var(--accent-strong);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.85fr);
  gap: 22px;
  align-items: start;
}

.process-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-s);
  padding: 24px;
}

.process-card--info {
  position: sticky;
  top: calc(var(--header-h) + 16px);
}

.process-card h2,
.process-card h3 {
  margin: 0 0 12px;
}

.process-card p,
.process-card li {
  color: var(--muted);
}

.process-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.process-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.process-form {
  display: grid;
  gap: 16px;
}

.process-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.process-form label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2c3944;
}

.process-form input,
.process-form textarea,
.process-form select {
  width: 100%;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--text);
  padding: 11px 12px;
  border-radius: 10px;
  font: inherit;
}

.process-form input:focus,
.process-form textarea:focus,
.process-form select:focus {
  outline: none;
  border-color: rgba(214, 66, 31, 0.6);
  box-shadow: 0 0 0 3px rgba(214, 66, 31, 0.14);
}

.process-note {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f8fbfd;
  color: var(--muted);
}

.process-note strong {
  color: var(--ink);
}

.process-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f8fbfd;
  color: var(--ink);
}

.process-status.is-visible {
  display: block;
}

.process-status--success {
  border-color: rgba(50, 139, 81, 0.26);
  background: rgba(71, 169, 106, 0.1);
}

.process-status--error {
  border-color: rgba(180, 47, 17, 0.2);
  background: rgba(214, 66, 31, 0.08);
}

.process-confirm {
  display: none;
}

.process-confirm.is-visible {
  display: block;
}

.process-link-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.process-link-grid a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.categories {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  padding: 44px 20px;
}

.cat-card {
  background: linear-gradient(160deg, #ffffff, #f4f8fb);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 18px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-s);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 86px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cat-card:hover {
  border-color: rgba(214, 66, 31, 0.5);
  transform: translateY(-4px);
  box-shadow: var(--shadow-m);
}

.why-us {
  padding: 62px 20px;
}

.short-description {
  padding: 0 20px 58px;
}

.short-description-card {
  max-width: var(--max-width);
  margin: 18px auto 0;
}

/* Homepage spacing: more runway below hero without touching hero itself */
.hero + .categories {
  padding-top: 92px;
  padding-bottom: 32px;
}

.hero + .categories + .why-us {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero + .categories + .why-us + .short-description {
  padding-top: 32px;
  padding-bottom: 78px;
}

.hero + .categories + .why-us + .short-description .short-description-card {
  margin-top: 18px;
}

@media (min-width: 981px) {
  .nav-container {
    width: min(var(--root-desktop-grid-width), calc(100% - (2 * var(--root-desktop-side-pad))));
    max-width: none;
    padding-inline: 0;
    gap: clamp(8px, 0.95vw, 20px);
  }

  .nav-menu {
    gap: clamp(0px, 0.3vw, 8px);
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
  }

  .nav-menu li {
    min-width: 0;
    flex: 0 1 auto;
  }

  .nav-menu a {
    white-space: nowrap;
    font-size: clamp(0.82rem, 0.42vw + 0.54rem, 1rem);
    padding: 9px clamp(5px, 0.38vw, 14px);
  }

  .nav-menu .nav-cta {
    margin-left: clamp(1px, 0.12vw, 4px);
  }

  .nav-menu .nav-booking {
    padding-inline: clamp(8px, 0.48vw, 14px);
  }

  .logo img {
    margin-left: -64px;
  }

  .page-wrap--showcase .page-hero,
  .page-wrap--showcase .filter-bar {
    padding-left: max(0px, calc((100% - var(--root-desktop-grid-width)) / 2));
    padding-right: max(0px, calc((100% - var(--root-desktop-grid-width)) / 2));
  }

  .hero + .categories {
    max-width: 980px;
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .hero + .categories + .why-us .section-headline,
  .hero + .categories + .why-us .why-grid,
  .hero + .categories + .why-us + .short-description .section-headline,
  .hero + .categories + .why-us + .short-description .short-description-card {
    max-width: 980px;
  }

  .hero + .categories + .why-us {
    padding-top: 52px;
    padding-bottom: 36px;
  }

  .hero + .categories + .why-us + .short-description {
    padding-top: 44px;
    padding-bottom: calc(78px + var(--home-fill-short));
  }
}

.section-headline,
.why-grid {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-headline h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.015em;
}

.why-grid {
  margin-top: 26px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-card,
.product-card,
.price-row,
.text-block,
.contact-form,
.contact-info,
.pricing-table {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-s);
}

.why-card,
.product-card,
.price-row,
.text-block,
.contact-form,
.contact-info {
  padding: 24px;
}

.why-card h3,
.product-card h2,
.price-row h2,
.contact-info h2 {
  margin: 0 0 10px;
}

.why-card p,
.product-card p,
.price-row p,
.text-block p,
.contact-info p {
  margin: 0;
  color: var(--muted);
}

.text-block h2 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.text-block a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-block {
  margin-top: 12px;
  display: grid;
  gap: 14px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.filter-chip {
  border: 1px solid var(--line-strong);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 0.92rem;
  color: var(--text);
  background: #fff;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.filter-chip:hover {
  border-color: rgba(214, 66, 31, 0.45);
  background: rgba(214, 66, 31, 0.1);
  color: var(--accent-strong);
}

.product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 404px;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
  perspective: 1300px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card h2,
.price-row h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.product-card h2 .title-main {
  display: block;
}

.product-card h2 .title-meta {
  display: block;
}

.product-card p,
.price-row p {
  margin-bottom: 0;
}

.use-line {
  font-size: 0.95rem;
  margin: 0;
  color: #2a3a46;
  font-weight: 600;
  min-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-line {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #5f6d78;
  text-transform: uppercase;
}

.price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e3ebf1;
  font-weight: 900;
  font-size: clamp(1.7rem, 2.4vw, 2.05rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.deposit-line {
  margin-top: 8px;
  font-size: 0.92rem;
  color: #2d3f4d;
}

.deposit-line strong {
  color: var(--ink);
}

.tech-lines {
  margin-top: 6px;
  display: grid;
  gap: 2px;
}

.tech-line {
  margin: 0;
  font-size: 0.86rem;
  color: #415564;
  line-height: 1.25;
}

.front-extra {
  margin-top: 6px;
}

.front-extra-title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #334956;
}

.front-extra-list {
  margin: 4px 0 0;
  padding-left: 16px;
  color: #415564;
}

.front-extra-list li {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.24;
}

.front-extra-list li + li {
  margin-top: 3px;
}

.manual-box {
  margin-top: auto;
  padding-top: 8px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.availability-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.availability-link:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  transform: translateY(-1px);
}

.manual-toggle {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.manual-toggle:hover {
  border-color: rgba(214, 66, 31, 0.45);
  background: rgba(214, 66, 31, 0.1);
}

.manual-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.manual-content {
  margin-top: 0;
  padding: 12px;
  border: 1px solid #e5edf3;
  border-radius: 12px;
  background: #f9fcfe;
}

.manual-content ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.manual-content li + li {
  margin-top: 5px;
}

.manual-more {
  margin-top: 8px;
  border-top: 1px solid #e6edf3;
  padding-top: 8px;
}

.manual-more summary {
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  color: #334a5a;
}

.manual-more ul {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 18px;
  color: var(--muted);
}

.manual-content[hidden] {
  display: none !important;
}

.product-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.55s ease;
}

.product-card.is-flipped .product-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.product-card-face {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-s);
  background: var(--surface-strong);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.product-card-front {
  z-index: 2;
  visibility: visible;
  pointer-events: auto;
}

.product-card-back {
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.product-card.is-flipped .product-card-front {
  visibility: hidden;
  pointer-events: none;
}

.product-card.is-flipped .product-card-back {
  visibility: visible;
  pointer-events: auto;
}

.manual-back-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.manual-back-toggle {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.manual-back-toggle:hover {
  border-color: rgba(214, 66, 31, 0.45);
  background: rgba(214, 66, 31, 0.1);
}

.manual-back-body {
  min-height: 0;
  overflow: auto;
  padding-right: 8px;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.products--showcase .manual-back-body {
  padding-right: 14px;
}

.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  grid-auto-rows: 590px;
}

.products--showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  grid-auto-rows: 590px;
}

.product-card {
  height: 590px;
  perspective: 1500px;
  overflow: hidden;
}

.products--showcase .product-card--pilot {
  height: 590px;
  grid-column: auto;
  grid-row: span 1;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-card-face {
  padding: 28px;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(15, 27, 35, 0.12);
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92) 40%, rgba(248, 250, 252, 0.98) 100%);
  overflow: hidden;
}

.products--showcase .product-card--pilot .product-card-face {
  padding: 28px 26px 22px;
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(18, 27, 36, 0.13);
}

.showcase-card-layout {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  grid-template-areas:
    "head head"
    "copy media";
  gap: 24px;
  align-items: stretch;
}

.products--showcase .product-card--pilot .showcase-card-layout {
  grid-template-columns: minmax(0, 0.61fr) minmax(0, 0.39fr);
  grid-template-areas:
    "head head"
    "copy media";
  gap: 8px;
  align-items: stretch;
}

.showcase-card-head {
  grid-area: head;
  min-width: 0;
}

.showcase-card-copy {
  grid-area: copy;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.products--showcase .product-card--pilot .showcase-card-copy {
  padding-right: 6px;
  position: relative;
  z-index: 3;
}

.showcase-card-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #1a212c;
}

.products--showcase .product-card--pilot .showcase-card-head h2 {
  font-size: clamp(2rem, 2.7vw, 3.35rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.showcase-card-head .title-main,
.showcase-card-head .title-meta {
  display: block;
}

.showcase-card-head .title-meta {
  margin-top: 8px;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #202a34;
}

.showcase-use-line {
  margin-top: 18px;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.24;
  color: #6c7480;
  font-weight: 500;
  white-space: normal;
  min-height: 0;
}

.products--showcase .product-card--pilot .showcase-use-line {
  margin-top: clamp(10px, 0.85vw, 14px);
  width: 100%;
  max-width: none;
  font-size: clamp(0.98rem, 1.12vw, 1.45rem);
  line-height: 1.1;
  color: #7b8190;
  font-weight: 500;
}

.showcase-accent-line {
  display: block;
  width: 106px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f85d17, #ff6a00);
}

.products--showcase .product-card--pilot .showcase-accent-line {
  width: clamp(72px, 5vw, 92px);
  height: 4px;
  margin-top: clamp(12px, 0.95vw, 16px);
}

.showcase-price-box {
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(238, 242, 246, 0.92);
  box-shadow: 0 16px 34px rgba(15, 27, 35, 0.08);
}

.products--showcase .product-card--pilot .showcase-price-box {
  width: min(100%, 320px);
  margin-top: clamp(14px, 1vw, 18px);
  padding: clamp(16px, 1.2vw, 20px) clamp(16px, 1.25vw, 20px) clamp(14px, 1vw, 16px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 27, 35, 0.08);
}

.showcase-price {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #1d2530;
  white-space: nowrap;
}

.products--showcase .product-card--pilot .showcase-price {
  font-size: clamp(2.3rem, 3vw, 3.9rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.showcase-price span {
  font-size: 0.72em;
  font-weight: 800;
}

.showcase-deposit-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #404852;
  font-size: 1.02rem;
}

.products--showcase .product-card--pilot .showcase-deposit-row {
  margin-top: clamp(8px, 0.75vw, 10px);
  gap: clamp(8px, 0.75vw, 10px);
  font-size: clamp(0.88rem, 0.8vw, 0.96rem);
}

.showcase-deposit-row strong {
  color: #1f2732;
}

.showcase-deposit-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #d7e2ea;
  color: #2e3944;
  font-weight: 900;
  font-size: 1.35rem;
  flex: 0 0 auto;
}

.showcase-deposit-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.products--showcase .product-card--pilot .showcase-deposit-icon {
  width: clamp(34px, 2vw, 38px);
  height: clamp(34px, 2vw, 38px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #2f3741;
}

.showcase-metrics {
  margin-top: 30px;
  display: grid;
  gap: 0;
}

.products--showcase .product-card--pilot .showcase-metrics {
  margin-top: clamp(14px, 1vw, 16px);
  width: min(100%, 360px);
  grid-template-rows: repeat(3, minmax(clamp(40px, 2.9vw, 46px), auto));
}

.showcase-metric-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  border-bottom: 1px solid #e7edf2;
}

.products--showcase .product-card--pilot .showcase-metric-row {
  grid-template-columns: clamp(28px, 2vw, 34px) 1fr;
  gap: clamp(8px, 0.75vw, 10px);
  min-height: clamp(40px, 2.9vw, 46px);
}

.products--showcase .product-card--pilot .showcase-metric-row--placeholder {
  border-bottom-color: transparent;
}

.showcase-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: #2f3a45;
}

.showcase-metric-icon--svg {
  width: 30px;
  height: 30px;
}

.showcase-metric-icon--svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.products--showcase .product-card--pilot .showcase-metric-icon {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
}

.showcase-metric-icon--accent {
  color: #ff5d0f;
}

.showcase-metric-text {
  font-size: clamp(1.12rem, 1.6vw, 1.4rem);
  line-height: 1.2;
  color: #343d47;
}

.products--showcase .product-card--pilot .showcase-metric-text {
  font-size: clamp(0.86rem, 0.92vw, 1.03rem);
  line-height: 1.18;
  color: #737b89;
}

.products--showcase .product-card--pilot .showcase-metric-icon--placeholder,
.products--showcase .product-card--pilot .showcase-metric-text--placeholder {
  visibility: hidden;
}

.showcase-extra {
  margin-top: 18px;
}

.products--showcase .product-card--pilot .showcase-extra {
  display: none;
}

.showcase-extra-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  color: #3b4650;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.showcase-extra-list {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #52606d;
}

.showcase-actions {
  margin-top: auto;
  padding-top: 24px;
  display: grid;
  gap: 14px;
}

.products--showcase .product-card--pilot .showcase-actions {
  margin-top: auto;
  padding-top: 0;
  width: min(100%, 320px);
  gap: clamp(8px, 0.75vw, 10px);
  position: relative;
  z-index: 4;
}

.showcase-actions .manual-toggle,
.showcase-actions .availability-link {
  min-height: 58px;
  width: min(100%, 380px);
  justify-content: center;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: 800;
}

.products--showcase .product-card--pilot .showcase-actions .manual-toggle,
.products--showcase .product-card--pilot .showcase-actions .availability-link {
  width: 100%;
  min-height: clamp(42px, 3vw, 46px);
  border-radius: clamp(16px, 1.25vw, 18px);
  font-size: clamp(0.86rem, 0.85vw, 0.92rem);
  font-weight: 800;
}

.showcase-actions .manual-toggle {
  border: 1px solid #d0dbe5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.showcase-actions .availability-link {
  box-shadow: 0 18px 32px rgba(214, 66, 31, 0.22);
}

.showcase-card-media {
  grid-area: media;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0;
}

.products--showcase .product-card--pilot .showcase-card-media {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.showcase-card-media img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 24px 30px rgba(17, 24, 30, 0.14));
}

.products--showcase .product-card--pilot .showcase-card-media img {
  position: absolute;
  right: -14px;
  bottom: -20px;
  width: auto;
  max-width: none;
  max-height: 420px;
  margin-right: 0;
  object-position: right bottom;
  filter: drop-shadow(0 30px 34px rgba(17, 24, 30, 0.12));
  pointer-events: none;
}

.products--showcase .product-card--pilot-ah1 .showcase-card-layout {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  grid-template-areas:
    "head head"
    "copy media";
}

.products--showcase .product-card--pilot-ah1 .showcase-card-media img {
  right: -18px;
  bottom: 10px;
  width: auto;
  max-height: 470px;
  z-index: 5;
}

.products--showcase .product-card--pilot-bh1 .showcase-card-media img {
  right: -200px;
  bottom: -2px;
  width: auto;
  max-height: 374px;
}

.products--showcase .product-card--pilot-exs1 .showcase-card-media img {
  right: 12px;
  bottom: -8px;
  width: auto;
  max-height: 372px;
}

.products--showcase .product-card--pilot-dbs1 .showcase-card-media img {
  right: 2px;
  bottom: -8px;
  width: auto;
  max-height: 408px;
}

.products--showcase .product-card--pilot-ah1 .showcase-card-media {
  z-index: 5;
}

.products--showcase .product-card--pilot-dbs1 .showcase-use-line {
  white-space: nowrap;
}

.showcase-card-media--empty {
  border: 2px dashed #dbe6ed;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 253, 0.95), rgba(242, 247, 250, 0.9));
}

.showcase-image-placeholder {
  align-self: center;
  font-size: 1rem;
  font-weight: 700;
  color: #6e7b88;
}

.product-card-back {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 254, 0.98));
}

.products--showcase .product-card--pilot .product-card-back {
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95) 44%, rgba(248, 250, 252, 0.99) 100%);
}

.manual-back-head {
  margin-bottom: 18px;
}

.products--showcase .product-card--pilot .manual-back-head {
  margin-bottom: 24px;
}

.manual-back-head strong {
  font-size: 1.35rem;
  line-height: 1.1;
  color: #1b2430;
}

.products--showcase .product-card--pilot .manual-back-head strong {
  font-size: 2.35rem;
  line-height: 1;
}

.manual-back-toggle {
  padding: 10px 14px;
  border-radius: 14px;
}

.manual-content {
  padding: 18px 20px;
  border-radius: 18px;
}

.manual-content ul {
  padding-left: 20px;
  font-size: 0.98rem;
  line-height: 1.5;
}

.manual-section + .manual-section {
  margin-top: 18px;
}

.manual-section h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  color: #1f2d3a;
}

.manual-section ul {
  margin: 0;
}

.pricing-table {
  padding: 10px;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  border-radius: var(--radius-s);
  overflow: hidden;
}

.accessory-table-wrap h2 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.accessory-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  border-radius: var(--radius-s);
  overflow: hidden;
}

.price-cards {
  display: none;
}

.price-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-s);
  padding: 14px 16px;
}

.price-card-name {
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ink);
}

.price-card-category {
  margin: 3px 0 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.price-card-day-label {
  margin: 12px 0 3px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5e6c77;
}

.price-card-day {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 900;
  color: var(--ink);
}

.price-card-meta {
  margin: 10px 0 0;
  display: grid;
  gap: 6px;
}

.price-card-meta-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: baseline;
}

.price-card-meta dt {
  margin: 0;
  font-weight: 700;
  color: #5e6c77;
}

.price-card-meta dd {
  margin: 0;
  font-weight: 600;
  color: #2d3f4d;
}

.price-table th,
.price-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #e4ebf0;
}

.accessory-table th,
.accessory-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #e4ebf0;
}

.price-table thead th {
  background: #eef4f8;
  color: #253440;
  font-weight: 700;
}

.accessory-table thead th {
  background: #eef4f8;
  color: #253440;
  font-weight: 700;
}

.accessory-table .accessory-group-row td {
  font-weight: 700;
  color: #243745;
  background: #f7fafc;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #2c3944;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--text);
  padding: 11px 12px;
  border-radius: 10px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(214, 66, 31, 0.6);
  box-shadow: 0 0 0 3px rgba(214, 66, 31, 0.14);
}

.site-footer {
  text-align: center;
  padding: 32px 20px;
  font-size: 14px;
  color: #5b6772;
  border-top: 1px solid rgba(191, 208, 220, 0.58);
  background: rgba(255, 255, 255, 0.62);
}

.footer-copy {
  margin: 0;
}

.footer-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: #394754;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--accent-strong);
}

.legal-stack {
  display: grid;
  gap: 16px;
}

.legal-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.legal-list li + li {
  margin-top: 6px;
}

.legal-note {
  border-color: var(--line);
  background: #f7fafc;
}

.legal-note a {
  color: #394754;
}

.deposit-tier-list {
  display: grid;
  gap: 8px;
}

.deposit-tier-item {
  margin: 0;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f7fafc;
  color: #233642;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  html {
    --header-h: 81px;
  }

  .nav-container {
    padding: 9px 16px;
    gap: 8px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: block;
    margin-left: 0;
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    align-self: center;
    flex: 0 0 auto;
  }

  .nav-mobile-booking {
    display: inline-flex;
    margin-left: auto;
    border: 1px solid var(--accent);
    background: var(--accent);
    color: #fff;
    height: 40px;
    padding: 0 14px;
    border-radius: var(--radius-s);
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 auto;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(214, 66, 31, 0.28);
  }

  .nav-mobile-booking:hover,
  .nav-mobile-booking:focus-visible {
    background: var(--accent-strong);
    border-color: var(--accent-strong);
  }

  .logo {
    width: 268px;
    height: 63px;
    max-width: none;
    flex: 0 0 auto;
    overflow: hidden;
  }

  .logo img {
    height: 347px;
    margin: -121px 0 -144px -63px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: calc(var(--header-h) + 12px);
    right: 16px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 10px;
    border-radius: var(--radius-m);
    flex-direction: column;
    align-items: stretch;
    min-width: 240px;
    box-shadow: var(--shadow-m);
  }

  .nav-menu a {
    border-radius: 10px;
  }

  .nav-menu .nav-cta {
    display: none;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .price-table {
    font-size: 0.85rem;
  }

  .price-table th,
  .price-table td {
    padding: 9px 8px;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    grid-auto-rows: 560px;
  }

  .product-card {
    height: 560px;
  }

  .showcase-card-layout {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.9fr);
    gap: 18px;
  }

  .showcase-card-head h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  }

  .showcase-use-line {
    font-size: 1.08rem;
  }

  .showcase-price-box {
    margin-top: 24px;
    padding: 22px 24px;
  }

  .showcase-price {
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  }

  .showcase-metric-row {
    min-height: 58px;
  }

  .showcase-card-media img {
    max-height: 390px;
  }

  .products--showcase {
    grid-template-columns: 1fr;
    gap: 28px;
    grid-auto-rows: 720px;
  }

  .products--showcase .product-card--pilot {
    height: 720px;
    grid-row: span 1;
  }

  .products--showcase .product-card--pilot .product-card-face {
    padding: 44px 40px 38px;
  }

  .products--showcase .product-card--pilot .showcase-card-layout {
    grid-template-columns: minmax(340px, 0.9fr) minmax(360px, 1.1fr);
    gap: 14px;
  }

  .products--showcase .product-card--pilot .showcase-card-head h2 {
    font-size: clamp(3.05rem, 5vw, 4.1rem);
  }

  .products--showcase .product-card--pilot .showcase-use-line {
    font-size: clamp(1.55rem, 2.35vw, 2rem);
  }

  .products--showcase .product-card--pilot .showcase-price-box {
    width: min(100%, 520px);
  }

  .products--showcase .product-card--pilot .showcase-price {
    font-size: clamp(3.5rem, 5.3vw, 4.6rem);
  }

  .products--showcase .product-card--pilot .showcase-deposit-row {
    font-size: 1.08rem;
  }

  .products--showcase .product-card--pilot .showcase-metrics {
    width: min(100%, 520px);
  }

  .products--showcase .product-card--pilot .showcase-metric-row {
    min-height: 74px;
    grid-template-columns: 46px 1fr;
  }

  .products--showcase .product-card--pilot .showcase-metric-icon {
    font-size: 1.75rem;
  }

  .products--showcase .product-card--pilot .showcase-metric-text {
    font-size: clamp(1.35rem, 1.85vw, 1.75rem);
  }

  .products--showcase .product-card--pilot .showcase-actions {
    width: min(100%, 520px);
  }

  .products--showcase .product-card--pilot .showcase-actions .manual-toggle,
  .products--showcase .product-card--pilot .showcase-actions .availability-link {
    width: 100%;
    min-height: 66px;
    font-size: 1.2rem;
  }

  .products--showcase .product-card--pilot .showcase-card-media img {
    max-height: 610px;
  }

  .products--showcase .product-card--pilot-ah1 .showcase-card-media img {
    right: -48px;
    bottom: 10px;
    max-height: 520px;
  }

  .products--showcase .product-card--pilot-dbs1 .showcase-card-media img {
    right: -14px;
    bottom: -20px;
    max-height: 640px;
  }

  .products--showcase .product-card--pilot-bh1 .showcase-card-media img {
    right: -220px;
    bottom: -4px;
    max-height: 392px;
  }

  .hero + .categories {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .hero + .categories + .why-us {
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .hero + .categories + .why-us + .short-description {
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  html {
    --header-h: 73px;
  }

  .nav-container {
    padding: 8px 14px;
    gap: 4px;
  }

  .logo {
    width: 240px;
    height: 57px;
    max-width: none;
    overflow: hidden;
  }

  .nav-mobile-booking {
    display: inline-flex;
    height: 34px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .nav-toggle {
    height: 34px;
    padding: 0 10px;
    font-size: 0.8rem;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .logo img {
    height: 312px;
    width: auto;
    margin: -108px 0 -129px -60px;
  }

  .page-wrap {
    padding: 0 14px 70px;
  }

  .process-grid,
  .process-form__row {
    grid-template-columns: 1fr;
  }

  .process-card {
    padding: 18px;
  }

  .process-card--info {
    position: static;
  }

  .process-actions {
    gap: 10px;
  }

  .hero {
    height: auto;
    min-height: calc(100svh - var(--header-h));
  }

  .hero-overlay {
    align-items: flex-start;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .hero-facts {
    margin-top: 20px;
  }

  .categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hero + .categories {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .hero + .categories + .why-us {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .hero + .categories + .why-us + .short-description {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .cat-card {
    min-height: 78px;
    padding: 14px;
    font-size: 0.92rem;
  }

  .btn {
    width: 100%;
  }

  .products {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-auto-rows: 680px;
  }

  .product-card {
    height: 680px;
    width: 100%;
  }

  .product-card-face {
    padding: 18px;
  }

  .showcase-card-layout {
    grid-template-columns: minmax(0, 0.57fr) minmax(0, 0.43fr);
    grid-template-areas:
      "head head"
      "copy media";
    gap: 12px;
    align-items: stretch;
  }

  .showcase-card-media {
    order: 0;
    min-height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    overflow: visible;
  }

  .showcase-card-media img {
    position: absolute;
    right: -8px;
    bottom: 0;
    width: auto;
    max-width: none;
    max-height: 248px;
  }

  .showcase-card-head h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .showcase-card-head .title-meta {
    font-size: clamp(1.1rem, 4.6vw, 1.45rem);
  }

  .showcase-use-line {
    margin-top: 14px;
    font-size: clamp(1.02rem, 4.8vw, 1.3rem);
  }

  .showcase-accent-line {
    width: 88px;
    margin-top: 18px;
  }

  .showcase-price-box {
    margin-top: 20px;
    padding: 20px;
  }

  .showcase-price {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .showcase-deposit-row {
    gap: 10px;
    font-size: 0.96rem;
  }

  .showcase-deposit-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.1rem;
  }

  .showcase-metrics {
    margin-top: 20px;
  }

  .showcase-metric-row {
    grid-template-columns: 34px 1fr;
    min-height: 54px;
  }

  .showcase-metric-icon {
    font-size: 1.35rem;
  }

  .showcase-metric-text {
    font-size: 1rem;
  }

  .showcase-actions {
    padding-top: 18px;
  }

  .showcase-actions .manual-toggle,
  .showcase-actions .availability-link {
    width: 100%;
    min-height: 52px;
    font-size: 0.98rem;
  }

  .page-wrap--showcase {
    padding: 0 16px 86px;
  }

  .products--showcase {
    grid-template-columns: 1fr;
    gap: 18px;
    grid-auto-rows: 680px;
  }

  .products--showcase .product-card--pilot {
    height: 680px;
    grid-row: span 1;
  }

  .products--showcase .product-card--pilot .product-card-face {
    padding: 20px 16px 18px;
  }

  .products--showcase .product-card--pilot .showcase-card-layout {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
    grid-template-areas:
      "head head"
      "copy media";
    gap: 10px;
    align-items: stretch;
  }

  .products--showcase .product-card--pilot .showcase-card-media {
    order: 0;
    justify-content: flex-end;
    min-height: 100%;
    align-items: flex-end;
  }

  .products--showcase .product-card--pilot .showcase-card-media img {
    position: absolute;
    right: -14px;
    bottom: 0;
    width: auto;
    max-width: none;
    max-height: 292px;
  }

  .products--showcase .product-card--pilot .showcase-card-head h2 {
    font-size: clamp(1.9rem, 8.8vw, 3rem);
  }

  .products--showcase .product-card--pilot .showcase-use-line {
    margin-top: 10px;
    max-width: none;
    font-size: clamp(0.94rem, 4.15vw, 1.14rem);
    line-height: 1.08;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products--showcase .product-card--pilot .showcase-accent-line {
    width: 72px;
    height: 4px;
    margin-top: 14px;
  }

  .products--showcase .product-card--pilot .showcase-price-box {
    width: 100%;
    margin-top: 16px;
    padding: 16px 14px 14px;
  }

  .products--showcase .product-card--pilot .showcase-price {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
    white-space: nowrap;
  }

  .products--showcase .product-card--pilot .showcase-deposit-row {
    font-size: 0.9rem;
    gap: 10px;
  }

  .products--showcase .product-card--pilot .showcase-deposit-icon {
    width: 38px;
    height: 38px;
  }

  .products--showcase .product-card--pilot .showcase-metrics {
    margin-top: 16px;
    width: 520px;
  }

  .products--showcase .product-card--pilot .showcase-metric-row {
    min-height: 44px;
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .products--showcase .product-card--pilot .showcase-metric-icon {
    font-size: 1.15rem;
  }

  .products--showcase .product-card--pilot .showcase-metric-text {
    font-size: clamp(0.9rem, 4.1vw, 1.08rem);
    white-space: nowrap;
  }

  .products--showcase .product-card--pilot .showcase-actions {
    width: 100%;
    margin-top: auto;
    gap: 10px;
  }

  .products--showcase .product-card--pilot .showcase-actions .manual-toggle,
  .products--showcase .product-card--pilot .showcase-actions .availability-link {
    width: 100%;
    min-height: 50px;
    font-size: 0.9rem;
    border-radius: 16px;
  }

  .products--showcase .product-card--pilot .showcase-actions .availability-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
  }

  .products--showcase .product-card--pilot-ah1 .showcase-card-media img {
    right: -34px;
    bottom: 4px;
    max-height: 306px;
  }

  .products--showcase .product-card--pilot-dbs1 .showcase-card-media img {
    right: -8px;
    bottom: -4px;
    max-height: 316px;
  }

  .products--showcase .product-card--pilot-bh1 .showcase-card-media img {
    right: -120px;
    bottom: -4px;
    max-height: 286px;
  }

  .products--showcase .product-card--pilot-exs1 .showcase-card-media img {
    right: -26px;
    bottom: -6px;
    max-height: 430px;
  }
}

@media (max-width: 980px) {
  .products--showcase {
    grid-template-columns: 1fr;
    gap: 28px;
    grid-auto-rows: auto;
    max-width: 760px;
    margin-inline: auto;
  }

  .products--showcase .product-card--pilot {
    height: var(--showcase-shell-height);
    grid-row: span 1;
  }
}

@media (max-width: 430px) {
  .nav-container {
    position: relative;
    padding: 8px 146px 8px 8px;
    gap: 0;
  }

  .logo {
    width: 228px;
    height: 57px;
    max-width: none;
  }

  .logo img {
    height: 312px;
    margin: -108px 0 -129px -58px;
  }

  .nav-mobile-booking {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 64px;
    transform: translateY(-50%);
    height: 34px;
    padding: 0 8px;
    font-size: 0.74rem;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: auto;
    height: 34px;
    flex: 0 0 auto;
    min-width: 52px;
    padding: 0 10px;
    font-size: 0.74rem;
    margin-left: 0;
  }

  .nav-toggle::before {
    content: none;
  }
}

@media (max-width: 760px) {
  .pricing-table {
    overflow-x: hidden;
  }

  .price-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 0.84rem;
    border-collapse: collapse;
  }

  .price-cards {
    display: none !important;
  }

  .price-table th,
  .price-table td {
    padding: 8px 6px;
    white-space: normal;
    word-break: break-word;
  }

  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    display: none;
  }

  .price-table th:nth-child(1),
  .price-table td:nth-child(1) {
    width: 54%;
  }

  .price-table th:nth-child(3),
  .price-table td:nth-child(3),
  .price-table th:nth-child(4),
  .price-table td:nth-child(4) {
    width: 23%;
  }

  .accessory-table {
    table-layout: fixed;
    font-size: 0.84rem;
  }

  .accessory-table th,
  .accessory-table td {
    padding: 8px 6px;
    white-space: normal;
    word-break: break-word;
  }

  .accessory-table th:nth-child(1),
  .accessory-table td:nth-child(1) {
    width: 36%;
  }

  .accessory-table th:nth-child(2),
  .accessory-table td:nth-child(2) {
    width: 38%;
  }

  .accessory-table th:nth-child(3),
  .accessory-table td:nth-child(3) {
    width: 26%;
  }
}

@media (min-width: 641px) and (max-width: 1240px) {
  .products:not(.products--showcase) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Local showcase master composition scaling */
.products--showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  grid-auto-rows: auto;
  max-width: 1544px;
  margin-inline: auto;
  align-items: start;
}

.products--showcase .product-card {
  height: auto;
}

.products--showcase .product-card--pilot {
  --showcase-master-width: 760px;
  --showcase-master-height: 590px;
  --showcase-shell-width: 760px;
  --showcase-shell-height: 590px;
  --showcase-scale: 1;
  --showcase-back-readable-boost: 1;
  height: var(--showcase-shell-height);
}

.products--showcase .product-card--pilot .product-card-front {
  display: block;
  padding: 0;
  overflow: hidden;
}

.products--showcase .product-card--pilot .product-card-back {
  display: block;
  padding: 0;
  overflow: hidden;
}

.products--showcase .product-card--pilot .showcase-scale-shell {
  position: relative;
  width: var(--showcase-shell-width);
  height: var(--showcase-shell-height);
  margin-inline: auto;
  overflow: hidden;
}

.products--showcase .product-card--pilot .showcase-scale-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--showcase-master-width);
  height: var(--showcase-master-height);
  padding: 28px 26px 22px;
  box-sizing: border-box;
  transform: scale(var(--showcase-scale));
  transform-origin: top left;
}

.products--showcase .product-card--pilot .showcase-back-scale-shell {
  position: relative;
  width: var(--showcase-shell-width);
  height: var(--showcase-shell-height);
  margin-inline: auto;
  overflow: hidden;
}

.products--showcase .product-card--pilot .showcase-back-scale-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--showcase-master-width);
  height: var(--showcase-master-height);
  padding: 28px 26px 22px;
  box-sizing: border-box;
  transform: scale(var(--showcase-scale));
  transform-origin: top left;
}

.products--showcase .product-card--pilot .manual-back-frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.products--showcase .product-card--pilot .manual-back-head {
  gap: calc(8px * var(--showcase-back-readable-boost));
  margin-bottom: calc(24px * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .manual-back-head strong {
  font-size: 54px;
  line-height: 1;
}

.products--showcase .product-card--pilot .manual-back-toggle {
  padding: calc(10px * var(--showcase-back-readable-boost)) calc(14px * var(--showcase-back-readable-boost));
  border-radius: calc(14px * var(--showcase-back-readable-boost));
  font-size: calc(0.82rem * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .manual-back-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: calc(14px * var(--showcase-back-readable-boost));
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.products--showcase .product-card--pilot .manual-content {
  padding: calc(18px * var(--showcase-back-readable-boost)) calc(20px * var(--showcase-back-readable-boost));
  border-radius: calc(18px * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .manual-content ul {
  padding-left: calc(20px * var(--showcase-back-readable-boost));
  font-size: calc(0.98rem * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .manual-section + .manual-section {
  margin-top: calc(18px * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .manual-section h4 {
  margin: 0 0 calc(8px * var(--showcase-back-readable-boost));
  font-size: calc(1rem * var(--showcase-back-readable-boost));
}

.products--showcase .product-card--pilot .showcase-card-layout {
  height: 100%;
  grid-template-columns: minmax(0, 0.61fr) minmax(0, 0.39fr);
  grid-template-areas:
    "head head"
    "copy media";
  gap: 8px;
  align-items: stretch;
}

.products--showcase .product-card--pilot .showcase-card-copy {
  padding-right: 6px;
  position: relative;
  z-index: 3;
}

.products--showcase .product-card--pilot .showcase-card-head h2 {
  font-size: 54px;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.products--showcase .product-card--pilot .showcase-use-line {
  margin-top: 12px;
  width: 100%;
  max-width: none;
  font-size: max(23px, calc(13.25px / var(--showcase-scale)));
  line-height: 1.1;
  color: #7b8190;
  font-weight: 500;
}

.products--showcase .product-card--pilot .showcase-accent-line {
  width: 92px;
  height: 4px;
  margin-top: 16px;
}

.products--showcase .product-card--pilot .showcase-price-box {
  width: 320px;
  margin-top: 18px;
  padding: 20px 20px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 27, 35, 0.08);
}

.products--showcase .product-card--pilot .showcase-price {
  font-size: 62px;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.products--showcase .product-card--pilot .showcase-deposit-row {
  margin-top: 10px;
  gap: 10px;
  font-size: max(15px, calc(13.25px / var(--showcase-scale)));
}

.products--showcase .product-card--pilot .showcase-deposit-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.products--showcase .product-card--pilot .showcase-metrics {
  margin-top: 16px;
  width: 520px;
  grid-template-rows: repeat(3, 46px);
}

.products--showcase .product-card--pilot .showcase-metric-row {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 46px;
  position: relative;
  border-bottom: 0;
}

.products--showcase .product-card--pilot .showcase-metric-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 100%);
  border-bottom: 1px solid #e7edf2;
}

.products--showcase .product-card--pilot .showcase-metric-icon {
  font-size: 19px;
}

.products--showcase .product-card--pilot .showcase-metric-text {
  font-size: max(16px, calc(13.25px / var(--showcase-scale)));
  line-height: 1.18;
  color: #737b89;
  white-space: nowrap;
}

.products--showcase .product-card--pilot .showcase-metric-row--placeholder::after {
  border-bottom-color: transparent;
}

.products--showcase .product-card--pilot .showcase-actions {
  margin-top: auto;
  padding-top: 0;
  width: 320px;
  gap: 10px;
  position: relative;
  z-index: 4;
}

.products--showcase .product-card--pilot .showcase-actions .manual-toggle,
.products--showcase .product-card--pilot .showcase-actions .availability-link {
  width: 100%;
  min-height: 46px;
  border-radius: 18px;
  font-size: max(15px, calc(13.25px / var(--showcase-scale)));
  font-weight: 800;
}

.products--showcase .product-card--pilot .showcase-card-media {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.products--showcase .product-card--pilot .showcase-card-media img {
  position: absolute;
  right: -14px;
  bottom: -20px;
  width: auto;
  max-width: none;
  max-height: 420px;
  margin-right: 0;
  object-position: right bottom;
  filter: drop-shadow(0 30px 34px rgba(17, 24, 30, 0.12));
  pointer-events: none;
}

.products--showcase .product-card--pilot-ah1 .showcase-card-layout {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
}

.products--showcase .product-card--pilot-ah1 .showcase-card-media {
  z-index: 5;
}

.products--showcase .product-card--pilot-ah1 .showcase-card-media img {
  right: -18px;
  bottom: 10px;
  width: auto;
  max-height: 470px;
  z-index: 5;
}

.products--showcase .product-card--pilot-bh1 .showcase-card-media img {
  right: -200px;
  bottom: -2px;
  width: auto;
  max-height: 374px;
}

.products--showcase .product-card--pilot-exs1 .showcase-card-media img {
  right: 12px;
  bottom: -8px;
  width: auto;
  max-height: 372px;
}

.products--showcase .product-card--pilot-dbs1 .showcase-use-line {
  white-space: nowrap;
}

.products--showcase .product-card--pilot-dbs1 .showcase-card-media img {
  right: 2px;
  bottom: -8px;
  width: auto;
  max-height: 408px;
}

@media (max-width: 1280px) {
  .products--showcase .product-card--pilot .manual-back-head strong {
    font-size: clamp(3.05rem, 5vw, 4.1rem);
  }
}

@media (max-width: 980px) {
  .products--showcase {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 760px;
  }

  .products--showcase .product-card--pilot .showcase-use-line {
    font-size: max(23px, calc(13.25px / var(--showcase-scale)));
  }

  .products--showcase .product-card--pilot .manual-back-head strong {
    font-size: clamp(1.9rem, 8.8vw, 3rem);
  }

  .products--showcase .product-card--pilot .showcase-deposit-row {
    font-size: max(15px, calc(13.25px / var(--showcase-scale)));
  }

  .products--showcase .product-card--pilot .showcase-metric-text {
    font-size: max(16px, calc(13.25px / var(--showcase-scale)));
  }

  .products--showcase .product-card--pilot .showcase-actions .manual-toggle,
  .products--showcase .product-card--pilot .showcase-actions .availability-link {
    font-size: max(15px, calc(13.25px / var(--showcase-scale)));
  }

  .products--showcase .product-card--pilot-sp2 .showcase-card-media img {
    right: -8px;
    bottom: 12px;
    max-height: 388px;
  }

  .products--showcase .product-card--pilot-exs1 .showcase-card-media img {
    right: -26px;
    bottom: -6px;
    max-height: 430px;
  }
}
