/* FestiTale REV 1.7.16 — grouped homepage, shorter paths, complete images. */

.brand-home {
  overflow-x: clip;
}

.brand-home .brand-hero {
  min-height: 680px;
  padding-block: clamp(48px,6vw,86px);
}

/* Experience: the flow and the concrete demo now form one topic. */
.brand-home .ft1716-experience {
  padding: clamp(52px,6vw,82px) clamp(24px,4vw,58px);
}

.brand-home .ft1716-experience .section-lead h2 {
  font-size: clamp(46px,5.8vw,78px);
}

.brand-home .ft1716-experience .ft178-flow-grid {
  margin-top: 36px;
  gap: 18px;
}

.brand-home .ft1716-experience .ft178-flow-visual {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
}

.brand-home .ft1716-experience .ft178-flow-visual img {
  width: 66px !important;
  height: 66px !important;
  max-width: 66px !important;
  max-height: 66px !important;
  object-fit: contain !important;
}

.ft1716-demo {
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

.ft1716-demo > summary {
  min-height: 96px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.ft1716-demo > summary::-webkit-details-marker {
  display: none;
}

.ft1716-demo > summary span {
  display: grid;
  gap: 4px;
}

.ft1716-demo > summary small {
  color: var(--ft-mint);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ft1716-demo > summary strong {
  color: #fff;
  font: 520 clamp(25px,3vw,38px)/1 FestiTaleSerif,Georgia,serif;
}

.ft1716-demo > summary > b {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ft-coral);
  color: var(--ft-night);
  font-size: 24px;
  line-height: 1;
}

.ft1716-demo[open] > summary > b {
  transform: rotate(45deg);
}

.ft1716-demo-body {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: minmax(220px,.5fr) minmax(420px,1fr);
  gap: 28px;
  align-items: start;
}

.ft1716-demo-body .ft178-demo-intro {
  margin: 0;
  color: #c8d8df;
}

.ft1716-demo-body .ft178-notes {
  grid-column: 1/-1;
  margin-top: 0 !important;
}

.ft1716-demo .ft178-mission-row > figure {
  padding: 6px;
  overflow: hidden;
}

.ft1716-demo .ft178-mission-row > figure img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 11px !important;
}

.ft1716-demo .ft178-notes li img {
  object-fit: contain !important;
}

/* Adventures: four home editions and Ahrensburg are one selection area. */
.brand-home .adventure-section {
  padding: clamp(58px,7vw,92px) 0;
}

.brand-home .adventure-grid {
  margin-top: 42px;
  gap: 18px;
}

.brand-home .adventure-card {
  display: grid;
  grid-template-columns: minmax(190px,.72fr) minmax(0,1.28fr);
  min-height: 330px;
}

.brand-home .adventure-card figure {
  height: 100%;
  min-height: 330px;
  aspect-ratio: auto;
}

.brand-home .adventure-card figure img {
  object-fit: contain;
  object-position: center;
  background: var(--ft-night);
}

.brand-home .adventure-card-copy {
  padding: 26px;
  align-self: center;
}

.brand-home .adventure-card h3 {
  font-size: clamp(30px,3vw,43px);
}

.brand-home .adventure-teaser {
  margin-block: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
}

.brand-home .adventure-card ul {
  margin: 14px 0;
  padding: 11px 0;
  gap: 6px 12px;
}

.brand-home .ft1716-outdoor {
  width: 100%;
  min-height: 360px;
  margin-top: 24px;
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  border-radius: 24px;
}

.brand-home .ft1716-outdoor figure {
  min-height: 360px;
}

.brand-home .ft1716-outdoor img {
  object-fit: contain;
  background: #0b2639;
}

.brand-home .ft1716-outdoor > div {
  padding: clamp(30px,4vw,52px);
}

.brand-home .ft1716-outdoor h2 {
  font-size: clamp(42px,4.8vw,68px);
}

.brand-home .ft1716-outdoor > div > p:not(.eyebrow) {
  margin: 17px 0;
  font-size: 15px;
}

.brand-home .ft1716-outdoor dl {
  margin: 6px 0 22px;
  padding: 15px 0;
}

/* Information hub: quality, access and outlook without three long bands. */
.brand-home .ft1716-info-hub {
  margin-top: clamp(54px,6vw,82px);
  padding: clamp(34px,5vw,58px);
  border-radius: 26px;
  background: var(--ft-mint);
}

.ft1716-info-intro {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(280px,.55fr);
  gap: 18px 46px;
  align-items: end;
}

.ft1716-info-intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 0;
}

.ft1716-info-intro h2 {
  margin: 0;
  font-size: clamp(42px,5vw,70px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.035em;
}

.ft1716-info-intro > p:last-child {
  margin: 0;
  color: #254c57;
}

.ft1716-info-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.ft1716-info-card {
  min-width: 0;
  min-height: 300px;
  margin: 0 !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: space-between;
  gap: 20px !important;
  border: 1px solid rgba(18,52,76,.13) !important;
  border-radius: 20px !important;
  background: var(--ft-white) !important;
  color: var(--ft-ink) !important;
  box-shadow: none !important;
}

.ft1716-info-card > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.ft1716-info-card h3 {
  margin: 0;
  font-size: clamp(28px,2.5vw,38px) !important;
  font-weight: 520;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

.ft1716-info-card p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--ft-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ft1716-info-card ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ft1716-info-card li {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(116,203,176,.17);
  font-size: 10px;
  font-weight: 850;
}

.ft1716-info-card a:not(.primary-button) {
  min-height: 44px;
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 5px;
}

.ft1716-quality-card > div {
  display: grid;
}

.ft1716-code-card {
  border-top: 4px solid var(--ft-coral) !important;
}

.ft1716-code-card .primary-button {
  width: 100%;
  justify-content: space-between;
}

.ft1716-code-card > small {
  color: #28856b;
  font-size: 10px;
  font-weight: 800;
}

.ft1716-outlook-card {
  background: var(--ft-night) !important;
  color: #fff !important;
}

.ft1716-outlook-card .eyebrow {
  color: var(--ft-mint);
}

.ft1716-outlook-card li {
  background: rgba(255,255,255,.09);
}

.ft1716-outlook-card a {
  color: #fff;
}

.brand-home .faq-section-v15 {
  padding: clamp(52px,6vw,78px) 0 !important;
}

.brand-home .faq-section-v15 h2 {
  margin-bottom: 28px;
  font-size: clamp(44px,5vw,68px);
}

.brand-home .faq-list-v15 summary {
  min-height: 58px;
  padding-block: 15px;
}

@media (max-width: 1120px) {
  .ft1716-demo-body {
    grid-template-columns: 1fr;
  }

  .brand-home .adventure-card {
    grid-template-columns: minmax(170px,.6fr) minmax(0,1.4fr);
  }

  .ft1716-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ft1716-outlook-card {
    grid-column: 1/-1;
    min-height: 230px;
    display: grid !important;
    grid-template-columns: 82px minmax(0,1fr);
  }
}

@media (max-width: 760px) {
  .brand-home .brand-hero {
    padding: 44px 0 58px;
  }

  .brand-home .hero-gallery {
    min-height: 390px;
  }

  .brand-home .hero-image-main {
    height: 340px;
  }

  .brand-home .ft1716-experience {
    padding: 46px 20px;
  }

  .brand-home .ft1716-experience .section-lead h2 {
    font-size: clamp(42px,12vw,52px);
  }

  .brand-home .ft1716-experience .ft178-flow-grid {
    margin-top: 30px;
  }

  .brand-home .ft1716-experience .ft178-flow-step {
    min-height: 92px;
    grid-template-columns: 66px minmax(0,1fr);
    gap: 13px;
    padding-bottom: 18px;
  }

  .brand-home .ft1716-experience .ft178-flow-visual {
    width: 66px;
    height: 66px;
  }

  .brand-home .ft1716-experience .ft178-flow-visual img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }

  .ft1716-demo {
    margin-top: 20px;
    border-radius: 18px;
  }

  .ft1716-demo > summary {
    min-height: 86px;
    padding: 16px;
    gap: 14px;
  }

  .ft1716-demo > summary strong {
    font-size: 24px;
  }

  .ft1716-demo > summary > b {
    width: 44px;
    height: 44px;
  }

  .ft1716-demo-body {
    padding: 0 14px 14px;
    gap: 18px;
  }

  .ft1716-demo .ft178-mission-row {
    grid-template-columns: 62px minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 15px !important;
  }

  .ft1716-demo .ft178-mission-row > figure {
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
  }

  .brand-home .adventure-section {
    padding: 54px 0;
  }

  .brand-home .adventure-grid {
    margin-top: 30px;
    gap: 12px;
  }

  .brand-home .adventure-card {
    grid-template-columns: 118px minmax(0,1fr);
    min-height: 210px;
    border-radius: 18px;
  }

  .brand-home .adventure-card figure {
    min-height: 210px;
  }

  .brand-home .adventure-card figcaption {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .brand-home .adventure-card figcaption small {
    display: none;
  }

  .brand-home .adventure-card-copy {
    padding: 17px 16px;
  }

  .brand-home .adventure-card-copy > p,
  .brand-home .adventure-teaser {
    display: none;
  }

  .brand-home .adventure-card h3 {
    font-size: clamp(25px,7.4vw,31px);
    line-height: .98;
  }

  .brand-home .adventure-card ul {
    margin: 12px 0;
    padding: 8px 0;
    gap: 3px 8px;
  }

  .brand-home .adventure-card li {
    width: auto;
    font-size: 8px;
  }

  .brand-home .adventure-card-copy > a {
    min-height: 44px;
    font-size: 12px;
  }

  .brand-home .ft1716-outdoor {
    min-height: 0;
    margin-top: 16px;
    grid-template-columns: 122px minmax(0,1fr);
    border-radius: 18px;
  }

  .brand-home .ft1716-outdoor figure {
    min-height: 330px;
  }

  .brand-home .ft1716-outdoor > div {
    padding: 22px 16px;
  }

  .brand-home .ft1716-outdoor h2 {
    font-size: clamp(30px,8.5vw,38px);
    line-height: .96;
  }

  .brand-home .ft1716-outdoor > div > p:not(.eyebrow) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
  }

  .brand-home .ft1716-outdoor dl {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 4px;
  }

  .brand-home .ft1716-outdoor dt {
    font-size: 19px;
  }

  .brand-home .ft1716-outdoor .primary-button {
    min-height: 44px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .brand-home .ft1716-info-hub {
    width: calc(100% - 32px);
    margin-top: 42px;
    padding: 28px 18px;
    border-radius: 22px;
  }

  .ft1716-info-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ft1716-info-intro h2 {
    font-size: clamp(40px,11.5vw,50px);
  }

  .ft1716-info-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ft1716-info-card,
  .ft1716-outlook-card {
    grid-column: auto;
    min-height: 0;
    padding: 19px !important;
    display: grid !important;
    grid-template-columns: 62px minmax(0,1fr);
    gap: 15px !important;
  }

  .ft1716-info-card > img {
    width: 62px;
    height: 62px;
  }

  .ft1716-code-card {
    grid-template-columns: 1fr;
  }

  .ft1716-info-card h3 {
    font-size: 29px !important;
  }

  .ft1716-info-card ul {
    gap: 6px;
  }

  .ft1716-code-card .primary-button {
    min-height: 48px;
  }

  .brand-home .faq-section-v15 {
    padding: 48px 0 !important;
  }

  .brand-home .faq-section-v15 h2 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .brand-home .faq-list-v15 {
    gap: 0;
  }
}

@media (max-width: 390px) {
  .brand-home .adventure-card {
    grid-template-columns: 104px minmax(0,1fr);
  }

  .brand-home .ft1716-outdoor {
    grid-template-columns: 104px minmax(0,1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft1716-demo > summary > b,
  .brand-home .adventure-card figure img {
    transition: none !important;
  }
}
