/*
Theme Name: Privlaka Haus H
Theme URI: https://privlaka-haus-h.local
Author: Gerhard Booking
Description: Private Mediterranean WordPress theme for Haus H booking, guestbook, and recommendations.
Version: 1.1.0
Text Domain: privlaka-haus-h
*/

:root {
  --gh-ink: #203432;
  --gh-ink-soft: #51635f;
  --gh-paper: #fff8ee;
  --gh-stone: #f4e7d2;
  --gh-mint: #dff3ec;
  --gh-sky: #c9eef2;
  --gh-olive: #789b61;
  --gh-terracotta: #df7f63;
  --gh-sea: #278f98;
  --gh-sun: #f4c95d;
  --gh-apricot: #f5b879;
  --gh-white: #fffdf8;
  --gh-shadow: 0 28px 80px rgba(39, 143, 152, 0.16);
  --gh-radius: 8px;
  --gh-display: "Space Grotesk", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gh-serif: var(--gh-display);
  --gh-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fffdf8 0%, #f8efe0 54%, var(--gh-paper) 100%);
  color: var(--gh-ink);
  font-family: var(--gh-sans);
  font-size: 16px;
  line-height: 1.55;
}

body.gh-gate-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.gh-site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  right: auto;
  width: min(1240px, calc(100% - 40px));
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  background:
    linear-gradient(180deg, rgba(24, 42, 39, 0.74), rgba(24, 42, 39, 0.48)),
    rgba(24, 42, 39, 0.42);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: var(--gh-radius);
  box-shadow:
    0 22px 60px rgba(16, 36, 34, 0.22),
    inset 0 1px 0 rgba(255, 250, 242, 0.16);
  color: var(--gh-white);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  mix-blend-mode: normal;
  transform: translateX(-50%);
}

.gh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.42);
}

.gh-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

.gh-header-logout {
  margin-left: auto;
}

.gh-header-logout button {
  min-height: 38px;
  appearance: none;
  border: 1px solid rgba(255, 250, 242, 0.46);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 250, 242, 0.12);
  color: var(--gh-white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gh-menu-toggle {
  display: none;
  appearance: none;
  border: 1px solid rgba(255, 250, 242, 0.3);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.12);
  color: var(--gh-white);
  cursor: pointer;
}

.gh-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.gh-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gh-nav a,
.gh-more-menu summary {
  text-decoration: none;
  opacity: 0.96;
  padding: 8px 8px;
  border-radius: 999px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.46);
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.gh-nav-primary {
  background: rgba(255, 250, 242, 0.12);
}

.gh-nav a:hover,
.gh-more-menu summary:hover {
  opacity: 1;
  background: rgba(255, 250, 242, 0.14);
}

.gh-more-menu {
  position: relative;
}

.gh-more-menu summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  cursor: pointer;
  list-style: none;
}

.gh-more-menu summary::-webkit-details-marker {
  display: none;
}

.gh-more-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  display: grid;
  min-width: 210px;
  padding: 8px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  background: rgba(24, 42, 39, 0.94);
  box-shadow: 0 20px 54px rgba(16, 36, 34, 0.26);
}

.gh-more-menu:not([open]) .gh-more-panel {
  display: none;
}

.gh-more-panel a {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.gh-hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px clamp(18px, 4.8vw, 58px) 42px;
  background: var(--gh-ink);
  perspective: 1400px;
}

.gh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(25, 42, 38, 0.66), rgba(25, 42, 38, 0.2) 52%, rgba(25, 42, 38, 0.08)),
    linear-gradient(0deg, rgba(25, 42, 38, 0.64), rgba(25, 42, 38, 0.03) 42%),
    url("assets/images/hero-privlaka.jpg") center/cover;
  transform: scale(1.03);
  animation: ghHeroDrift 18s ease-in-out infinite alternate;
}

.gh-hero-video-poster {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--gh-hero-video-image) center/cover no-repeat;
  filter: saturate(1.05) contrast(0.95);
  opacity: 0.82;
  pointer-events: none;
  transform: scale(1.03);
  animation: ghHeroVideoPoster 20s ease-in-out infinite alternate;
}

.gh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(25, 42, 38, 0.72), rgba(25, 42, 38, 0.22) 52%, rgba(25, 42, 38, 0.1)),
    linear-gradient(0deg, rgba(25, 42, 38, 0.76), rgba(25, 42, 38, 0.04) 42%),
    radial-gradient(circle at 20% 20%, rgba(255, 250, 242, 0.3) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(255, 250, 242, 0.18) 0 1px, transparent 1px);
  background-size: auto, auto, 64px 64px, 88px 88px;
}

@keyframes ghHeroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}

@keyframes ghHeroVideoPoster {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(1.4%, -1.2%, 0); }
}

.gh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: inherit;
  width: min(1120px, 100%);
  padding: clamp(86px, 12vw, 150px) clamp(20px, 5.6vw, 72px) clamp(118px, 12vw, 150px);
  color: var(--gh-white);
}

.gh-hero-frame {
  --gh-tilt-x: 0deg;
  --gh-tilt-y: 0deg;
  --gh-glow-x: 50%;
  --gh-glow-y: 18%;
  position: relative;
  width: min(1280px, 100%);
  min-height: min(760px, calc(100svh - 152px));
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: var(--gh-radius);
  background:
    linear-gradient(92deg, rgba(24, 42, 39, 0.72), rgba(24, 42, 39, 0.18) 54%, rgba(24, 42, 39, 0.34)),
    var(--gh-hero-video-image) center/cover no-repeat;
  box-shadow:
    0 44px 120px rgba(16, 36, 34, 0.42),
    0 12px 38px rgba(16, 36, 34, 0.28),
    inset 0 1px 0 rgba(255, 250, 242, 0.24);
  transform: translate3d(0, var(--ghp-scroll-y, 0px), 0) perspective(1400px) rotateX(var(--gh-tilt-y)) rotateY(var(--gh-tilt-x)) scale(var(--ghp-scroll-scale, 1));
  transform-style: preserve-3d;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms ease;
}

.gh-hero-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(32, 52, 50, 0.12);
}

.gh-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.12), transparent 16%),
    radial-gradient(circle at var(--gh-glow-x) var(--gh-glow-y), rgba(255, 250, 242, 0.2), transparent 28%);
  mix-blend-mode: screen;
}

.gh-hero-marker {
  position: absolute;
  top: clamp(92px, 11vw, 128px);
  right: clamp(22px, 4.8vw, 70px);
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 8px;
  color: rgba(255, 250, 242, 0.76);
  text-transform: uppercase;
  pointer-events: none;
}

.gh-hero-marker span {
  writing-mode: vertical-rl;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.gh-hero-marker strong {
  color: var(--gh-white);
  font-family: var(--gh-display);
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 0.86;
}

.gh-hero-rail {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(24, 42, 39, 0.42);
  color: var(--gh-white);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.gh-hero-rail a {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 14px 16px;
  text-decoration: none;
  border-right: 1px solid rgba(255, 250, 242, 0.14);
  font-weight: 850;
  transition: background 180ms ease, color 180ms ease;
}

.gh-hero-rail a:last-child {
  border-right: 0;
}

.gh-hero-rail a:hover {
  background: rgba(255, 250, 242, 0.14);
}

.gh-hero-rail span {
  color: rgba(255, 250, 242, 0.6);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.gh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gh-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.gh-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--gh-display);
  font-size: clamp(58px, 10vw, 142px);
  font-weight: 700;
  line-height: 0.9;
}

.gh-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(420px, 460px);
  align-items: end;
  gap: clamp(24px, 4vw, 64px);
  margin-top: 34px;
}

.gh-hero-copy p {
  margin: 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.gh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gh-hero .gh-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(460px, 100%);
  padding: 10px;
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 8px;
  background: rgba(24, 42, 39, 0.5);
  box-shadow: 0 22px 58px rgba(8, 20, 18, 0.26);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.gh-hero .gh-actions .gh-link-button:first-child {
  grid-column: 1 / -1;
}

.gh-button,
.gh-link-button,
.gh-app button,
.gh-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--gh-ink);
  color: var(--gh-white);
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gh-button:hover,
.gh-link-button:hover,
.gh-app button:hover,
.gh-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(39, 143, 152, 0.18);
}

.gh-button.gh-light,
.gh-link-button.gh-light {
  background: var(--gh-white);
  color: var(--gh-ink);
}

.gh-button.gh-ghost,
.gh-link-button.gh-ghost {
  border: 1px solid rgba(255, 250, 242, 0.55);
  background: transparent;
  color: var(--gh-white);
}

.gh-hero .gh-link-button {
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-shadow: none;
}

.gh-hero .gh-link-button.gh-light {
  background: #fffdf8;
  color: #203432;
  box-shadow:
    0 16px 34px rgba(8, 20, 18, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.gh-hero .gh-link-button.gh-ghost {
  border-color: rgba(255, 250, 242, 0.72);
  background: rgba(24, 42, 39, 0.68);
  color: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.12);
}

.gh-hero .gh-link-button.gh-ghost:hover {
  background: rgba(255, 250, 242, 0.18);
}

.gh-home-section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 72px);
}

.gh-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.44fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.gh-section-grid h2 {
  margin: 0 0 20px;
  font-family: var(--gh-display);
  font-size: clamp(38px, 5.8vw, 76px);
  font-weight: 700;
  line-height: 1;
}

.gh-section-grid p {
  color: var(--gh-ink-soft);
  font-size: clamp(18px, 2vw, 22px);
}

.gh-image-column {
  display: grid;
  gap: 14px;
}

.gh-image-column img {
  width: 100%;
  height: clamp(260px, 34vw, 470px);
  object-fit: cover;
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-image-column img:nth-child(2) {
  width: 72%;
  justify-self: end;
  margin-top: -72px;
}

.gh-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gh-ink);
}

.gh-strip img {
  width: 100%;
  height: clamp(260px, 28vw, 420px);
  object-fit: cover;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gh-strip img:hover {
  opacity: 1;
  transform: scale(1.01);
}

.gh-page-main {
  min-height: 100svh;
  padding: 110px clamp(16px, 4vw, 56px) 70px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(255, 248, 238, 1)),
    url("assets/images/house-sun.jpg") center top/cover fixed;
}

.gh-home-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gh-home-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--gh-radius);
  box-shadow: 0 18px 44px rgba(32, 52, 50, 0.12);
}

.gh-home-gallery img:nth-child(1),
.gh-home-gallery img:nth-child(5) {
  aspect-ratio: 4 / 5;
  grid-row: span 2;
}

html.ghp-js .gh-hero-inner,
html.ghp-js .gh-section-grid,
html.ghp-js .gh-strip img {
  opacity: 1;
  transform: none;
}

html.ghp-js .gh-hero-inner.is-visible,
html.ghp-js .gh-section-grid.is-visible,
html.ghp-js .gh-strip img.is-visible {
  animation: ghThemeSoftIn 0.7s ease both;
  animation-delay: var(--ghp-stagger, 0ms);
}

html.ghp-scroll-motion [data-ghp-scroll-motion]:not(.gh-hero-frame) {
  backface-visibility: hidden;
  transform: translate3d(0, var(--ghp-scroll-y, 0px), 0) scale(var(--ghp-scroll-scale, 1));
  will-change: transform;
}

@keyframes ghThemeSoftIn {
  from {
    opacity: 0.72;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gh-page-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gh-page-title {
  margin: 0 0 26px;
  font-family: var(--gh-display);
  font-size: clamp(46px, 8vw, 104px);
  font-weight: 700;
  line-height: 0.96;
}

.gh-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 36px clamp(18px, 4vw, 52px);
  background: var(--gh-ink);
  color: rgba(255, 250, 242, 0.78);
}

.gh-footer strong {
  color: var(--gh-white);
}

@media (max-width: 1120px) {
  .gh-site-header {
    left: 20px;
    right: 20px;
    width: auto;
    transform: none;
  }

  .gh-nav {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .gh-nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 860px) {
  .gh-site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    transform: none;
  }

  .gh-brand {
    font-size: 12px;
  }

  .gh-brand img {
    width: 34px;
    height: 34px;
  }

  .gh-menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    align-content: center;
    gap: 5px;
    padding: 0;
  }

  .gh-menu-toggle:focus-visible {
    outline: 3px solid rgba(244, 201, 93, 0.7);
    outline-offset: 3px;
  }

  .gh-site-header.is-menu-open .gh-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .gh-site-header.is-menu-open .gh-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .gh-site-header.is-menu-open .gh-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .gh-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    font-size: 13px;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease;
  }

  .gh-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(255, 250, 242, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 250, 242, 0.08);
    text-shadow: none;
  }

  .gh-header-logout {
    margin-left: 0;
  }

  .gh-header-logout button {
    min-height: 44px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .gh-more-menu summary {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(255, 250, 242, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 250, 242, 0.08);
    text-shadow: none;
  }

  .gh-more-panel {
    position: static;
    min-width: 0;
    margin-top: 6px;
    border-radius: 8px;
    background: rgba(255, 250, 242, 0.08);
    box-shadow: none;
  }

  .gh-more-panel a {
    min-height: 44px;
  }

  .gh-site-header.is-menu-open .gh-nav {
    max-height: calc(100svh - 66px);
    overflow-y: auto;
    padding: 8px 0 2px;
    opacity: 1;
    pointer-events: auto;
  }

  .gh-hero {
    min-height: auto;
    padding: 14px 12px 24px;
  }

  .gh-hero-frame {
    min-height: calc(100svh - 158px);
    transform: translate3d(0, var(--ghp-scroll-y, 0px), 0) scale(var(--ghp-scroll-scale, 1)) !important;
  }

  .gh-hero-frame::before {
    inset: 10px;
  }

  .gh-hero-inner {
    width: 100%;
    padding: 72px 18px 152px;
  }

  .gh-hero h1 {
    font-size: clamp(52px, 16vw, 80px);
  }

  .gh-hero-copy,
  .gh-section-grid {
    grid-template-columns: 1fr;
  }

  .gh-hero-copy {
    gap: 16px;
    margin-top: 22px;
  }

  .gh-hero .gh-actions {
    grid-template-columns: 1fr;
    width: min(320px, 100%);
  }

  .gh-hero .gh-actions .gh-link-button:first-child {
    grid-column: auto;
  }

  .gh-hero .gh-link-button {
    min-height: 50px;
    font-size: 16px;
  }

  .gh-hero-copy p {
    font-size: 17px;
  }

  .gh-hero-marker {
    top: 22px;
    right: 20px;
  }

  .gh-hero-marker span {
    writing-mode: horizontal-tb;
    font-size: 10px;
  }

  .gh-hero-marker strong {
    font-size: 36px;
  }

  .gh-hero-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .gh-hero-rail a {
    min-height: 58px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .gh-hero-rail a:nth-child(2n) {
    border-right: 0;
  }

  .gh-page-main {
    padding: 24px 16px 56px;
    background-attachment: scroll;
  }

  .gh-actions {
    margin-top: 6px;
  }

  .gh-strip {
    grid-template-columns: 1fr;
  }

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

  .gh-strip img {
    height: 300px;
  }

  .gh-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ghp-scroll-motion [data-ghp-scroll-motion],
  .gh-hero-frame {
    transform: none !important;
    will-change: auto;
  }
}
