:root {
  --fgot-orange: #da5f06;
  --fgot-dark: #171717;
  --fgot-sand: #efe7dc;
  --fgot-white: #ffffff;
  --fgot-text: #242424;
  --fgot-muted: #6d6a67;
  --fgot-line: #ded9d3;
  --fgot-max: 1200px;
  --fgot-radius: 18px;
}

body.fgot-active .entry-header,
body.fgot-active .page-header { display: none !important; }
body.fgot-active .entry-content,
body.fgot-active .page-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.fgot-active .elementor-widget-shortcode:has(.fgot-page),
body.fgot-active .elementor-widget-shortcode:has(.fgot-page) > .elementor-widget-container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }

html.fgot-has-page,
body.fgot-active { overflow-x: hidden; }
@supports (overflow: clip) {
  html.fgot-has-page,
  body.fgot-active { overflow-x: clip; }
}

.fgot-page,
.fgot-page * { box-sizing: border-box; }
.fgot-page {
  position: relative;
  width: var(--fgot-viewport-width, 100%);
  max-width: none !important;
  margin: 0 !important;
  transform: translate3d(var(--fgot-shift-x, 0px), 0, 0);
  overflow: hidden;
  background: #fff;
  color: var(--fgot-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.62;
}
.fgot-page img { display: block; max-width: 100%; }
.fgot-page a { color: inherit; text-decoration: none; }
.fgot-page h1,
.fgot-page h2,
.fgot-page h3,
.fgot-page p { margin-top: 0; }
.fgot-page h1,
.fgot-page h2,
.fgot-page h3 { line-height: 1.12; letter-spacing: -.024em; }
.fgot-page h1 { font-size: clamp(2.15rem, 4.2vw, 4.15rem); font-weight: 540; margin-bottom: 22px; }
.fgot-page h2 { font-size: clamp(1.85rem, 3.3vw, 3.15rem); font-weight: 530; margin-bottom: 17px; }

.fgot-shell { width: min(var(--fgot-max), calc(100% - 40px)); margin: 0 auto; }
.fgot-kicker,
.fgot-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--fgot-orange); font-size: .77rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.fgot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.fgot-button:hover,
.fgot-button:focus { transform: translateY(-2px); }
.fgot-button-primary { background: var(--fgot-orange); color: #fff !important; }
.fgot-button-primary:hover { background: #b94c00; }

.fgot-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: clamp(74px, 9vw, 118px) 0;
  color: #fff;
  background: linear-gradient(120deg, #0f1011, #1b1c1e 60%, #242526);
}
.fgot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fgot-hero-image);
  background-size: cover;
  background-position: center;
  opacity: .22;
}
.fgot-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,.91) 0%, rgba(10,10,10,.77) 48%, rgba(10,10,10,.38) 100%), radial-gradient(circle at 78% 18%, rgba(218,95,6,.22), transparent 34%);
}
.fgot-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: clamp(34px, 6vw, 78px); align-items: center; }
.fgot-hero-copy { max-width: 680px; }
.fgot-hero-copy p { max-width: 650px; margin-bottom: 31px; color: rgba(255,255,255,.83); font-size: clamp(1.02rem, 1.45vw, 1.2rem); }
.fgot-hero-media { overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #090909; box-shadow: 0 26px 70px rgba(0,0,0,.34); }
.fgot-hero-media > * { width: 100%; height: 100%; }

.fgot-media-static img,
.fgot-native-video,
.fgot-video-consent img { width: 100%; height: 100%; object-fit: cover; }
.fgot-media-placeholder { display: grid; place-items: center; height: 100%; min-height: 260px; padding: 30px; text-align: center; color: rgba(255,255,255,.58); background: linear-gradient(135deg,#27292c,#0e0f10); }
.fgot-video-consent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 0;
  border: 0;
  background: #0b0b0b;
  cursor: pointer;
  overflow: hidden;
}
.fgot-video-consent::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 36%,rgba(0,0,0,.62)); }
.fgot-video-consent img { transition: transform .35s ease; }
.fgot-video-consent:hover img { transform: scale(1.035); }
.fgot-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 62px; height: 62px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--fgot-orange); color: #fff; font-size: 1.18rem; padding-left: 3px; box-shadow: 0 10px 28px rgba(0,0,0,.35); }
.fgot-video-consent small { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-size: .78rem; font-weight: 650; }
.fgot-video-consent iframe { width: 100%; height: 100%; border: 0; }
.fgot-media-link { display: grid; place-items: center; width: 100%; height: 100%; min-height: 220px; color: #fff !important; background: #111; }

.fgot-intro { padding: clamp(70px, 8vw, 112px) 0; background: #fff; }
.fgot-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 7vw, 92px); align-items: start; }
.fgot-intro-text p { margin-bottom: 20px; color: var(--fgot-muted); font-size: clamp(1.03rem, 1.5vw, 1.2rem); }
.fgot-intro-text strong { display: block; margin-top: 26px; color: var(--fgot-text); font-weight: 700; }

.fgot-moments { padding: clamp(72px, 9vw, 118px) 0; background: var(--fgot-sand); }
.fgot-section-title { max-width: 790px; margin-bottom: 38px; }
.fgot-section-title p { color: #6c645e; font-size: 1.05rem; }
.fgot-moment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.fgot-moment-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(91,72,58,.14); border-radius: var(--fgot-radius); background: #fff; box-shadow: 0 10px 28px rgba(80,58,41,.055); }
.fgot-moment-media { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border: 0; padding: 0; background: #171717; }
.fgot-moment-media > *,
.fgot-moment-media img,
.fgot-moment-media video,
.fgot-moment-media iframe { width: 100%; height: 100%; }
.fgot-moment-media img,
.fgot-moment-media video { object-fit: contain !important; object-position: center center !important; }
.fgot-moment-media iframe { object-fit: cover; }
.fgot-image-button { cursor: zoom-in; }
.fgot-moment-card > p { flex: 1; margin: 0; padding: 16px 18px 18px; color: #5f5853; font-size: .92rem; line-height: 1.45; }

.fgot-komoot { padding: clamp(62px, 7vw, 90px) 0; color: #fff; background: linear-gradient(120deg, var(--fgot-dark), #28292b); }
.fgot-komoot-inner { display: flex; align-items: center; justify-content: space-between; gap: 46px; }
.fgot-komoot-inner > div { max-width: 780px; }
.fgot-komoot h2 { margin-bottom: 13px; }
.fgot-komoot p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.fgot-komoot .fgot-button { flex: 0 0 auto; }

html.fgot-lightbox-open,
html.fgot-lightbox-open body { overflow: hidden !important; overscroll-behavior: none; }
.fgot-lightbox {
  position: fixed !important;
  z-index: 2147483647 !important;
  inset: 0 !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  margin: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  overscroll-behavior: contain;
  background: rgba(0,0,0,.96);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.fgot-lightbox.is-open { display: flex !important; }
.fgot-lightbox img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100vw - 36px) !important;
  max-width: calc(100dvw - 36px) !important;
  max-height: calc(100vh - 36px) !important;
  max-height: calc(100dvh - 36px) !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
}
.fgot-lightbox-close {
  position: fixed !important;
  z-index: 2;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(22,22,22,.86);
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
}
.fgot-lightbox-close:hover,
.fgot-lightbox-close:focus-visible { background: var(--fgot-orange, #da5f06); outline: none; }

@media (max-width: 980px) {
  .fgot-hero-grid { grid-template-columns: 1fr; }
  .fgot-hero-copy { max-width: 760px; }
  .fgot-hero-media { max-width: 760px; }
  .fgot-intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .fgot-moment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .fgot-shell { width: min(var(--fgot-max), calc(100% - 28px)); }
  .fgot-page { font-size: 16px; }
  .fgot-page h1 { font-size: clamp(2rem, 10vw, 2.85rem); }
  .fgot-page h2 { font-size: clamp(1.7rem, 8vw, 2.45rem); }
  .fgot-hero { min-height: auto; padding: 66px 0 72px; }
  .fgot-hero-media { border-radius: 17px; }
  .fgot-moment-grid { grid-template-columns: 1fr; gap: 17px; }
  .fgot-komoot-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .fgot-komoot .fgot-button { width: 100%; }
  .fgot-lightbox { padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); }
  .fgot-lightbox img { max-width: calc(100dvw - 20px) !important; max-height: calc(100dvh - 20px) !important; }
  .fgot-lightbox-close { width: 44px; height: 44px; font-size: 31px; }
}
