:root {
  --flyer-navy: #061c35;
  --flyer-navy-soft: #0b314d;
  --flyer-green: #76a72b;
  --flyer-lime: #91bd28;
  --flyer-yellow: #f6dc11;
  --flyer-cream: #f7f1e4;
  --flyer-white: #fffdf6;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--flyer-navy);
}

body {
  margin: 0;
  background: var(--flyer-cream);
  color: var(--flyer-navy);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

#landing-page {
  background: var(--flyer-cream);
}

.flyer-page {
  width: 100%;
  overflow: hidden;
}

.flyer-masthead {
  position: relative;
  isolation: isolate;
  color: white;
  background:
    linear-gradient(105deg, rgba(6, 28, 53, .99) 0 72%, rgba(6, 28, 53, .88) 90%),
    url("/images/destinations/forggensee-8145675.jpg") center 38% / cover;
}

.flyer-masthead::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -1.15rem;
  height: 2.3rem;
  background: var(--flyer-navy);
  clip-path: polygon(0 22%, 7% 38%, 17% 17%, 30% 45%, 43% 13%, 57% 36%, 70% 7%, 82% 40%, 92% 17%, 100% 31%, 100% 0, 0 0);
}

.flyer-masthead-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 285px;
  margin: 0 auto;
  padding: 2rem 15rem 1.5rem 7.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.flyer-new {
  position: absolute;
  left: -1.5rem;
  top: 1.1rem;
  min-width: 118px;
  padding: .75rem 1.6rem .8rem 2.1rem;
  color: white;
  background: var(--flyer-green);
  clip-path: polygon(0 7%, 100% 0, 88% 100%, 0 82%);
  font: 900 italic 1.55rem/1 "Trebuchet MS", sans-serif;
  transform: rotate(-2deg);
  text-transform: uppercase;
}

.flyer-title-block h1 {
  margin: 0;
  color: white;
  font: 950 4.8rem/.82 "Arial Narrow", Impact, sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-shadow: 3px 4px 0 rgba(0, 0, 0, .24);
  transform: none;
}

.flyer-title-block h1 strong {
  display: inline-block;
  margin-left: .12em;
  color: var(--flyer-green);
  font-size: .86em;
  font-weight: 950;
  letter-spacing: -.065em;
  white-space: nowrap;
  transform: translateY(-.04em);
}

.flyer-kicker {
  margin: .85rem 0 .25rem;
  color: white;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.flyer-script {
  margin: 0;
  color: var(--flyer-lime);
  font: italic 700 2rem/1.1 "Brush Script MT", "Segoe Script", cursive;
}

.flyer-seal {
  position: absolute;
  top: 2.2rem;
  right: .75rem;
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: white;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  transform: none;
  box-shadow: none;
}

.flyer-seal span {
  padding-left: .7rem;
  border-left: 5px solid var(--flyer-lime);
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1.15;
}

.flyer-adventure {
  position: relative;
  min-height: 640px;
  color: white;
  background:
    linear-gradient(90deg, rgba(3, 22, 39, .72) 0%, rgba(3, 22, 39, .36) 45%, rgba(3, 22, 39, .03) 70%),
    linear-gradient(180deg, rgba(6, 28, 53, .04) 0 60%, rgba(6, 28, 53, .68) 100%),
    url("/images/destinations/forggensee-8145675.jpg") center 55% / cover no-repeat;
}

.flyer-adventure-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 640px;
  margin: 0 auto;
  padding: 3.4rem 0 2.2rem;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(330px, 1.18fr);
  align-items: end;
  gap: 2rem;
  position: relative;
}

.flyer-points {
  align-self: center;
  display: grid;
  gap: .75rem;
}

.flyer-points .flyer-point {
  max-width: 510px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: .8rem;
  padding: .45rem .8rem .45rem 0;
  border-radius: 999px 16px 16px 999px;
  background: linear-gradient(90deg, rgba(6, 28, 53, .9), rgba(6, 28, 53, .62));
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.flyer-points .flyer-point:hover,
.flyer-points .flyer-point:focus-visible {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(6, 28, 53, .96), rgba(15, 118, 110, .76));
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.flyer-points .flyer-point:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

.flyer-points .flyer-point > span {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: var(--flyer-green);
  font-size: 1.65rem;
}

.flyer-points strong,
.flyer-points small {
  display: block;
}

.flyer-points strong {
  font-size: 1.12rem;
  font-weight: 950;
  text-transform: uppercase;
}

.flyer-points small {
  margin-top: .08rem;
  font-size: .85rem;
}

.flyer-phone-stage {
  min-height: 560px;
  display: grid;
  place-items: end center;
  position: relative;
}

.flyer-price {
  position: absolute;
  z-index: 4;
  left: 3%;
  top: 13%;
  width: 112px;
  aspect-ratio: 1;
  display: none !important;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .28), transparent 28%),
    rgba(132, 182, 28, .88);
  font-size: 1.65rem;
  font-weight: 950;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
  box-shadow: 0 0 35px rgba(180, 222, 30, .65);
}

.flyer-phone {
  width: 330px;
  height: 558px;
  padding: 16px 13px 21px;
  border: 8px solid #10151b;
  border-radius: 44px;
  background: #05080b;
  box-shadow: 18px 20px 30px rgba(0, 0, 0, .46);
  transform: rotate(3deg);
  position: relative;
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 50%;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: #242c34;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  padding: .8rem .7rem .65rem;
  border-radius: 29px;
  overflow: hidden;
  color: white;
  background: linear-gradient(#0a233a, #061a2e);
}

.phone-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
}

.phone-topline strong {
  font: italic 700 1.7rem/1 "Brush Script MT", cursive;
}

.phone-screen > p {
  margin: .2rem 0 .75rem;
  color: #bdcf7d;
  font-size: .56rem;
  text-align: center;
  text-transform: uppercase;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
}

.phone-grid > div {
  min-height: 74px;
  display: flex;
  align-items: end;
  padding: .38rem;
  border-radius: 7px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(2, 17, 30, .9), transparent 72%),
    var(--tile) center / cover;
}

.phone-grid span {
  font-size: .55rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #000;
}

.phone-weather {
  margin-top: .55rem;
  padding: .55rem;
  border-radius: 7px;
  color: white;
  background: #79a62c;
  font-size: .67rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.phone-home {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: #68717b;
  transform: translateX(-50%);
}

.hero-photo-credit {
  position: absolute;
  right: .6rem;
  bottom: .4rem;
  padding: .2rem .4rem;
  border-radius: 4px;
  color: rgba(255, 255, 255, .72);
  background: rgba(6, 28, 53, .45);
  font-size: .58rem;
}

.flyer-cta-panel {
  min-height: 150px;
  padding: 1.35rem max(1rem, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  color: var(--flyer-navy);
  background: var(--flyer-cream);
  border-top: 10px solid var(--flyer-navy);
  border-bottom: 1px solid rgba(6, 28, 53, .18);
}

.flyer-cta-panel p {
  margin: 0 0 .2rem;
  color: var(--flyer-green);
  font-weight: 950;
  text-transform: uppercase;
}

.flyer-cta-panel h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  text-transform: uppercase;
}

.flyer-cta-actions {
  min-width: min(540px, 100%);
  text-align: center;
}

#primary-cta {
  width: 100%;
  min-height: 72px;
  padding: 1.35rem 2.2rem;
  border: 4px solid var(--flyer-navy);
  border-radius: 999px;
  color: var(--flyer-navy);
  background: var(--flyer-yellow);
  box-shadow: 0 10px 0 var(--flyer-navy);
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(1.55rem, 2vw, 1.75rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease;
}

#primary-cta:hover,
#primary-cta:focus-visible {
  transform: translateY(3px);
  box-shadow: 0 6px 0 var(--flyer-navy);
}

#primary-cta-note {
  margin-top: .85rem;
  font-size: .9rem;
  font-weight: 800;
}

#home-senior-mode {
  width: 100%;
  min-height: 72px;
  margin-top: 1rem;
  padding: 1.35rem 2.2rem;
  border: 4px solid var(--flyer-navy);
  border-radius: 999px;
  color: var(--flyer-navy);
  background: white;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(1.55rem, 2vw, 1.75rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

#home-senior-mode[aria-pressed="true"] {
  color: white;
  background: var(--flyer-navy);
  outline: 4px solid var(--flyer-yellow);
  outline-offset: 3px;
}

.senior-mode .flyer-kicker { font-size: 1.65rem; line-height: 1.3; }
.senior-mode .flyer-script { font-size: 2.5rem; }
.senior-mode .flyer-seal span { font-size: 1.22rem; line-height: 1.25; }
.senior-mode .flyer-points .flyer-point { max-width: 600px; grid-template-columns: 70px 1fr; padding-top: .7rem; padding-bottom: .7rem; }
.senior-mode .flyer-points .flyer-point > span { width: 70px; font-size: 2rem; }
.senior-mode .flyer-points strong { font-size: 1.42rem; line-height: 1.2; }
.senior-mode .flyer-points small { margin-top: .25rem; font-size: 1.12rem; line-height: 1.35; }
.senior-mode .flyer-cta-panel p { font-size: 1.2rem; }
.senior-mode .flyer-cta-panel h2 { font-size: clamp(2.2rem,4vw,3.15rem); }
.senior-mode #primary-cta,
.senior-mode #home-senior-mode { min-height: 82px; font-size: clamp(1.75rem, 2.2vw, 2rem); }
.senior-mode #primary-cta-note { font-size: 1.15rem; }
.senior-mode .flyer-benefit-grid strong,
.senior-mode .culture-home-entry p,
.senior-mode .flyer-closing { font-size: 1.28rem; line-height: 1.45; }
.senior-mode .flyer-benefit-grid small,
.senior-mode .culture-photo-grid small { font-size: 1.08rem; line-height: 1.4; }
.senior-mode .culture-home-entry h2,
.senior-mode .flyer-categories h2,
.senior-mode .flyer-steps h2 { font-size: clamp(2.2rem,4vw,3.1rem); }
.senior-mode .culture-photo-grid strong,
.senior-mode .flyer-category-grid strong,
.senior-mode .flyer-steps strong { font-size: 1.2rem; line-height: 1.3; }
.senior-mode .paywall-content { max-width:640px; font-size:1.2rem; line-height:1.6; }
.senior-mode .paywall-content h2 { font-size:2.35rem; line-height:1.25; }
.senior-mode .paywall-content input,
.senior-mode .paywall-content button { min-height:58px; font-size:1.12rem !important; }

.partner-attribution {
  display: none;
  width: fit-content;
  margin: .65rem auto 0;
  padding: .4rem .8rem;
  border-radius: 999px;
  color: white;
  background: var(--flyer-navy);
  font-size: .82rem;
  font-weight: 800;
}

.flyer-benefits,
.flyer-categories,
.flyer-steps {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.flyer-benefits {
  padding: 2.2rem 0 1.6rem;
}

.flyer-benefits h2,
.flyer-categories h2,
.flyer-steps h2 {
  width: fit-content;
  margin: 0 0 1.15rem;
  padding: .5rem 1rem;
  color: white;
  background: var(--flyer-green);
  clip-path: polygon(0 5%, 100% 0, 94% 100%, 0 90%);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.flyer-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.flyer-benefit-grid article {
  min-height: 145px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-right: 1px solid rgba(6, 28, 53, .2);
}

.flyer-benefit-grid article:last-child {
  border-right: 0;
}

.flyer-benefit-grid article > span {
  color: var(--flyer-green);
  font-size: 3rem;
  line-height: 1;
}

.flyer-benefit-grid strong,
.flyer-benefit-grid small {
  display: block;
}

.flyer-benefit-grid strong {
  margin-bottom: .4rem;
  font-size: .96rem;
  text-transform: uppercase;
}

.flyer-benefit-grid small {
  font-size: .78rem;
  line-height: 1.42;
}

.flyer-categories {
  padding: 1rem 0 2rem;
}

.flyer-category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .65rem;
}

.flyer-category-grid article {
  min-height: 150px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: .65rem .25rem;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(0deg, rgba(6, 28, 53, .94), transparent 65%),
    var(--category) center / cover;
  box-shadow: 0 5px 14px rgba(6, 28, 53, .18);
  text-align: center;
}

.flyer-category-grid strong {
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 2px 5px #000;
}

.flyer-steps {
  padding: 1rem 0 2rem;
}

.flyer-steps ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.flyer-steps li {
  min-height: 120px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: center;
  gap: .1rem .8rem;
  padding: 1rem;
  border-right: 1px solid rgba(6, 28, 53, .2);
}

.flyer-steps li:last-child {
  border-right: 0;
}

.flyer-steps li > span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--flyer-green);
  font-weight: 950;
}

.flyer-steps strong,
.flyer-steps small {
  display: block;
}

.flyer-steps strong {
  font-size: .85rem;
  text-transform: uppercase;
}

.flyer-steps small {
  font-size: .74rem;
  line-height: 1.25;
}

.flyer-closing {
  min-height: 96px;
  padding: 1.25rem max(1rem, calc((100% - 1180px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--flyer-lime);
  background: var(--flyer-navy);
  border-bottom: 9px solid var(--flyer-yellow);
}

.flyer-closing strong {
  font: italic 700 clamp(1.35rem, 3vw, 2.15rem)/1 "Brush Script MT", "Segoe Script", cursive;
}

.flyer-closing span {
  color: var(--flyer-yellow);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.paywall-overlay {
  background: rgba(6, 28, 53, .96);
}

.paywall-content {
  border: 6px solid var(--flyer-yellow);
  color: var(--flyer-navy);
}

#payment-button {
  color: var(--flyer-navy) !important;
  background: var(--flyer-yellow) !important;
}

.site-footer {
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  color: white;
  background: var(--flyer-navy);
}

.site-footer a {
  color: white;
}

.direct-checkout #landing-page {
  display: none !important;
}

@media (max-width: 820px) {
  .flyer-masthead-inner {
    min-height: 260px;
    padding: 2rem 12rem 1.5rem 5rem;
  }

  .flyer-title-block h1 {
    font-size: clamp(3.1rem, 10vw, 4.6rem);
  }

  .flyer-seal {
    right: 0;
    width: 178px;
  }

  .flyer-seal span { font-size: .82rem; }

  .flyer-adventure-inner {
    grid-template-columns: 1fr 330px;
    gap: 1rem;
  }

  .flyer-points strong {
    font-size: .9rem;
  }

  .flyer-points small {
    font-size: .72rem;
  }

  .flyer-price {
    left: -4%;
  }

  .flyer-cta-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .flyer-cta-actions {
    width: min(460px, 100%);
    margin: 0 auto;
  }

  .flyer-benefit-grid {
    grid-template-columns: 1fr;
  }

  .flyer-benefit-grid article {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 28, 53, .18);
  }

  .flyer-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .flyer-steps ol {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .flyer-masthead-inner {
    width: calc(100% - 1rem);
    min-height: 245px;
    padding: 4.6rem 7.8rem 1.1rem .7rem;
    align-items: end;
  }

  .flyer-new {
    left: -.5rem;
    top: .55rem;
    min-width: 80px;
    padding: .5rem 1rem .55rem 1.2rem;
    font-size: 1rem;
  }

  .flyer-title-block h1 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .flyer-kicker {
    margin-top: .65rem;
    font-size: .79rem;
  }

  .flyer-script {
    font-size: 1.45rem;
  }

  .flyer-seal {
    top: .55rem;
    right: 0;
    width: 132px;
    padding: 0;
  }

  .flyer-seal span {
    padding-left: .45rem;
    border-left-width: 3px;
    font-size: .64rem;
    line-height: 1.1;
  }

  .flyer-adventure {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(3, 22, 39, .24), rgba(3, 22, 39, .88)),
      url("/images/destinations/forggensee-8145675.jpg") center / cover;
  }

  .flyer-adventure-inner {
    width: calc(100% - 1.4rem);
    min-height: auto;
    padding: 2.8rem 0 1.5rem;
    grid-template-columns: 1fr;
  }

  .flyer-points {
    gap: .48rem;
  }

  .flyer-points .flyer-point {
    grid-template-columns: 48px 1fr;
  }

  .flyer-points .flyer-point > span {
    width: 48px;
    font-size: 1.35rem;
  }

  .flyer-points strong {
    font-size: .84rem;
  }

  .flyer-phone-stage {
    min-height: 495px;
  }

  .flyer-phone {
    width: 280px;
    height: 478px;
    transform: rotate(2deg);
  }

  .phone-grid > div {
    min-height: 60px;
  }

  .flyer-price {
    z-index: 5;
    left: 1%;
    top: 4%;
    width: 88px;
    font-size: 1.25rem;
  }

  .flyer-cta-panel {
    padding: 1.35rem 1rem 1.8rem;
  }

  #primary-cta {
    min-height: 66px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  #home-senior-mode { min-height: 66px; padding: 1.2rem 1.05rem; font-size: 1.35rem; }

  .flyer-benefits,
  .flyer-categories,
  .flyer-steps {
    width: calc(100% - 1.2rem);
  }

  .flyer-benefit-grid article {
    grid-template-columns: 50px 1fr;
    padding: 1rem .45rem;
  }

  .flyer-benefit-grid article > span {
    font-size: 2.4rem;
  }

  .flyer-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flyer-category-grid article {
    min-height: 130px;
  }

  .flyer-category-grid article:last-child {
    grid-column: 1 / -1;
  }

  .flyer-steps ol {
    grid-template-columns: 1fr;
  }

  .flyer-steps li {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 28, 53, .18);
  }

  .flyer-closing {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  #primary-cta {
    transition: none;
  }
}
