/* Match the blog article typography, Wiesn hero and homepage FAQ.
   Scoped to the four revised pages; the shared site styles remain intact. */
.content-refresh .hero-section {
  position: relative;
  display: grid;
  align-items: center;
  min-height: max(80vh, 38rem);
  overflow: hidden;
}

.content-refresh .hero-img-wrapper {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
}

.content-refresh .hero-img-wrapper img {
  display: block;
  filter: brightness(60%);
}

.content-refresh .hero-img-wrapper::after {
  content: none;
}

.content-refresh .hero-text {
  position: relative;
  inset: auto;
  transform: none;
  width: min(94%, 1200px);
  margin: 0 auto;
  padding: 6rem 0;
  z-index: 5;
}

.content-refresh .hero-text h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: #fffdf6;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(2.65rem, 3.2vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.content-refresh .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.65rem;
}

.content-refresh .hero-link {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  transform: none;
}

.content-refresh .hero-link a {
  color: #fffdf6;
  font: 100 1.1rem/1.4 "Roboto", sans-serif;
  text-decoration: none;
}

.content-refresh .hero-link img {
  margin: 0;
}

.content-refresh .hero-link:hover a {
  color: #cca152;
}

.content-refresh .hero-link:focus-within {
  outline: none;
}

.content-refresh .hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 1.15rem;
  color: #fffdf6;
  font: 200 0.96rem/1.4 "Roboto", sans-serif;
  letter-spacing: 0.02em;
}

.content-refresh .quick-links-wrapper {
  top: 2rem;
  left: 2rem;
  right: 2rem;
  flex-wrap: wrap;
  color: #fffdf6;
  font: 200 1rem/1.4 "Roboto", sans-serif;
}

.content-refresh .quick-links-wrapper a,
.content-refresh .quick-links-wrapper p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.content-refresh .about-section {
  margin: 3.35rem 6rem;
  color: #4d4d4d;
  font-kerning: normal;
}

.content-refresh .content-intro {
  margin-top: 4rem;
  margin-bottom: 0;
}

.content-refresh .about-section p {
  width: 100%;
  margin: 0 0 1.35rem;
  color: #4d4d4d;
  font: 200 1.16rem/1.72 "Roboto", sans-serif;
  letter-spacing: 0;
  text-wrap: pretty;
}

.content-refresh .content-intro > p:first-child {
  font-size: 1.22rem;
  margin-bottom: 1.5rem;
}

.content-refresh .about-section strong {
  color: #3f403b;
  font-weight: 300;
}

.content-refresh .about-section > h2,
.content-refresh .about-intro > h2 {
  width: 100%;
  max-width: 860px;
  margin: 3.35rem 0 1.05rem;
  padding: 0;
  color: #cca152;
  font: 200 1.8rem/1.3 "Roboto", sans-serif;
  text-wrap: balance;
}

.content-refresh .about-section > h2:first-child,
.content-refresh .about-intro > h2:first-child {
  margin-top: 0;
}

.content-refresh .about-section > h3,
.content-refresh .about-intro > h3 {
  width: 100%;
  max-width: 860px;
  margin: 2.15rem 0 0.7rem;
  padding: 0;
  color: #cca152;
  font: 200 1.45rem/1.4 "Roboto", sans-serif;
  text-wrap: balance;
}

.content-refresh .about-section ul,
.content-refresh .about-section ol {
  margin: 1.2rem 0 2rem;
  padding-left: 1.35rem;
}

.content-refresh .about-section ol {
  list-style: decimal;
}

.content-refresh .about-section li {
  margin-bottom: 0.72rem;
  padding-left: 0.35rem;
  color: #4d4d4d;
  font: 200 1.12rem/1.62 "Roboto", sans-serif;
}

.content-refresh .about-section p a,
.content-refresh .about-section li a,
.content-refresh .content-actions > a {
  color: #9c762f;
  font-size: inherit;
  font-weight: 300;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.content-refresh .content-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0;
  border: 0;
}

.content-refresh .hero-btn,
.content-refresh .hero-btn a,
.content-refresh a.content-cta,
.content-refresh a.contact-cta {
  width: auto;
}

.content-refresh .hero-btn a,
.content-refresh a.content-cta,
.content-refresh a.contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1rem;
  border: 0;
  background: #cca152;
  color: #fbfbfb;
  font: 400 1.1rem/1.4 "Roboto", sans-serif;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.content-refresh a.content-cta::before,
.content-refresh a.contact-cta::before {
  content: none;
}

.content-refresh .hero-btn a:hover,
.content-refresh .hero-btn a:focus-visible,
.content-refresh a.content-cta:hover,
.content-refresh a.content-cta:focus-visible,
.content-refresh a.contact-cta:hover,
.content-refresh a.contact-cta:focus-visible {
  background: #9c762f;
  transform: none;
}

.content-refresh .content-faq .faq-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font: 100 1.2rem "Roboto", sans-serif;
}

.content-refresh .content-faq .accordion-item {
  appearance: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin: 0;
  padding: 1.25rem 0;
  border: 0;
  border-bottom: 1px solid #eae4dd;
  border-radius: 0;
  background: transparent;
  color: #4d4d4d;
  font: 100 1.2rem "Roboto", sans-serif;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.content-refresh .content-faq .question-box {
  display: block;
  flex: 1;
  min-width: 0;
  height: auto;
  min-height: 0;
  color: inherit;
  font: inherit;
  overflow-wrap: break-word;
}

.content-refresh .content-faq .cross-box {
  display: flex;
  flex: 0 0 120px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: auto;
  min-height: 0;
}

.content-refresh .content-faq .cross-box img {
  display: block;
  width: 32px;
  height: 32px;
  transform: rotate(0deg);
  transition: none;
}

.content-refresh .content-faq.faq-ready .cross-box img {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-refresh .content-faq [aria-expanded="true"] .cross-box img {
  transform: rotate(225deg);
}

.content-refresh .content-faq .accordion-item:focus-visible {
  outline: 2px solid #cca152;
  outline-offset: 3px;
}

/* Inner padding keeps closed panels truly collapsed, including during motion. */
.content-refresh .content-faq .answer-item {
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: none;
}

.content-refresh .content-faq .answer-item[hidden] {
  display: none;
}

.content-refresh .content-faq .answer-inner {
  padding: 2rem 100px 2rem 10px;
}

.content-refresh .content-faq .answer-item p {
  margin: 0 0 1rem;
  color: #4d4d4d;
  font: 100 1.2rem "Roboto", sans-serif;
}

.content-refresh .content-faq .answer-inner > :last-child {
  margin-bottom: 0;
}

.content-refresh .content-faq .answer-item a {
  color: #cca152;
  font-size: inherit;
  font-weight: 100;
}

.content-refresh .about-section .process-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  border-top: 1px solid #eae4dd;
}

.content-refresh .process-list .process-item {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  margin: 0;
  padding: 1.5rem 0;
  border: 0;
  border-bottom: 1px solid #eae4dd;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.content-refresh .process-number {
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: #cca152;
  font: 400 1.8rem/1.2 "PPEditorialNew", serif;
}

.content-refresh .process-item > p {
  min-width: 0;
  max-width: 76ch;
  margin: 0;
  overflow-wrap: break-word;
}

.content-refresh .process-item > p > strong {
  display: block;
  margin-bottom: 0.35rem;
}

.content-refresh p.content-notice {
  margin: 3rem 0 0;
  padding: 1.35rem 1.5rem;
  border-left: 2px solid #cca152;
  background: #f7f3ea;
  color: #575853;
  font-size: 1rem;
  line-height: 1.65;
}

.content-refresh [id],
.content-refresh .accordion-item {
  scroll-margin-top: 2rem;
}

.content-refresh a:focus-visible {
  outline: 2px solid #cca152;
  outline-offset: 3px;
}

.content-refresh .hero-section a:focus-visible {
  outline-color: #fffdf6;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .content-refresh .about-section {
    margin-inline: 2rem;
  }

  .content-refresh .content-intro {
    margin-top: 6rem;
  }
}

@media (max-width: 1024px) {
  .content-refresh .about-section {
    margin-inline: 1rem;
  }

  .content-refresh .quick-links-wrapper {
    display: none;
  }

  .content-refresh [id],
  .content-refresh .accordion-item {
    scroll-margin-top: 7rem;
  }

  .content-refresh .content-faq .cross-box {
    flex-basis: 32px;
    width: 32px;
  }

  .content-refresh .content-faq .answer-inner {
    padding-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-refresh .hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 3.4rem);
  }
}

@media (max-width: 768px) {
  .content-booking-widget {
    bottom: 1rem !important;
  }

  .content-refresh .hero-section {
    min-height: max(85vh, 38rem);
  }

  .content-refresh .hero-text {
    width: calc(100% - 2.4rem);
  }

  .content-refresh .hero-text h1 {
    font-size: clamp(2rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .content-refresh .hero-buttons {
    flex-direction: column;
    margin-top: 1.4rem;
  }

  .content-refresh .hero-link {
    display: none;
  }

  .content-refresh .hero-meta {
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    font-size: 0.86rem;
  }

  .content-refresh .about-section {
    margin-top: 2.9rem;
  }

  .content-refresh .content-intro {
    margin-top: 4rem;
  }

  .content-refresh .about-section p {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  .content-refresh .content-intro > p:first-child {
    font-size: 1.1rem;
  }

  .content-refresh .about-section > h2,
  .content-refresh .about-intro > h2 {
    margin-top: 2.9rem;
    /* The landing page base stylesheet declares this size important. */
    font-size: 1.65rem !important;
  }

  .content-refresh .about-section > h2:first-child,
  .content-refresh .about-intro > h2:first-child {
    margin-top: 0;
  }

  .content-refresh .about-section > h3,
  .content-refresh .about-intro > h3 {
    font-size: 1.28rem;
    line-height: 1.4;
  }

  .content-refresh .about-section li {
    font-size: 1.03rem;
    line-height: 1.58;
  }

  .content-refresh p.content-notice {
    padding: 1.15rem 1rem;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .content-refresh .process-list .process-item {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem 0;
  }

  .content-refresh .process-number {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .content-refresh .hero-section {
    min-height: max(90svh, 36rem);
  }

  .content-refresh .hero-text {
    width: 92%;
  }

  .content-refresh .hero-text h1 {
    font-size: clamp(1.65rem, 6.5vw, 2.35rem);
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-refresh .content-faq.faq-ready .cross-box img {
    transition: none;
  }
}
