/* ========================================================================== 
   STARTSEITE PATTAYAFANS.DE – EIGENE DATEI INDEX-PAGE.CSS
   Magazinartige Startseite mit großem Einstieg und luftigen Dreierspalten.
   Diese Datei nach assets-v2/css/pattayafans.css einbinden.
   ========================================================================== */

.pf-home {
  --pf-home-page-bg: var(--pf-page-bg, #f4f1eb);
  --pf-home-card-bg: var(--pf-card-bg, #fff);
  --pf-home-card-border: var(--pf-border-soft, #e1d8cc);
  background: #f4f1eb;
}

.pf-home main {
  overflow: hidden;
  padding-bottom: 28px;
  background: var(--pf-home-page-bg);
}

.pf-home-inner {
  max-width: var(--pf-page-width, 1330px);
}

.pf-home-section {
  padding: 14px 0;
  background: transparent;
}

.pf-home-section--white {
  background: transparent;
}

/* Hub-Aufmachung: weiße Inhaltskarte auf ruhigem Seitenhintergrund. */
.pf-home-section > .pf-home-inner {
  padding: 46px 44px 50px;
  background: var(--pf-home-card-bg);
  border: 1px solid var(--pf-home-card-border);
  border-radius: 12px;
}

/* Einheitlicher weißer Header – das Logo verschmilzt sauber mit der Fläche. */
html body.pf-home > header.pf-header,
html body.pf-home > header.pf-header .header-top,
html body.pf-home > header.pf-header .header-top > .container,
html body.pf-home > header.pf-header .pf-nav-wrap,
html body.pf-home > header.pf-header .pf-nav-wrap > .container,
html body.pf-home > header.pf-header .main-nav,
html body.pf-home > header.pf-header .pf-logo-wrap {
  background-color: #fff !important;
  background-image: none !important;
}

html body.pf-home > header.pf-header {
  border-bottom: 1px solid #e6ded3;
}

/* Auf der Startseite bleibt die Navigation Bestandteil des Headers.
   Die Stories-Klasse "header-sticky" wurde im HTML entfernt. */
html body.pf-home > header.pf-header .pf-nav-wrap {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  transform: none !important;
  box-shadow: none !important;
}

html body.pf-home > header.pf-header .pf-logo-wrap img.logo {
  background: transparent !important;
}

/* Gleiche ruhige Seitenfläche wie auf Pattaya- und Hotelseite. */
.pf-home-section--journal {
  background: transparent;
  border: 0;
}

/* Auch die Regionen bleiben in der einheitlichen Magazin-Farbwelt. */
.pf-home-section--regions {
  background: transparent;
  border: 0;
}

/* Karten auf den farbigen Flächen deutlich voneinander abheben. */
.pf-home-section .pf-home-card {
  overflow: hidden;
  padding-bottom: 24px;
  border: 1px solid var(--pf-home-card-border);
  border-radius: 10px;
  background: #f8f5ef;
  box-shadow: 0 9px 24px rgba(31, 47, 59, 0.055);
}

.pf-home-section .pf-home-card-image {
  margin-bottom: 21px;
  border-radius: 0;
}

.pf-home-section .pf-home-card > :not(.pf-home-card-image) {
  margin-right: 22px;
  margin-left: 22px;
}

/* ========================================================================== 
   01. HERO UND SCHNELLEINSTIEG
   ========================================================================== */

.pf-home-hero-section {
  padding: 32px 0 28px;
  background: var(--pf-home-page-bg);
  border-bottom: 0;
}

.pf-home-hero-section > .container {
  max-width: var(--pf-page-width, 1330px);
}

.pf-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  overflow: hidden;
  border-radius: 14px;
  background: #253543;
  box-shadow: 0 24px 60px rgba(29, 42, 52, 0.18);
}

.pf-home-hero-media,
.pf-home-hero-shade {
  position: absolute;
  inset: 0;
}

.pf-home-hero-media {
  z-index: -2;
}

.pf-home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  animation: pf-home-image-in 1.1s ease-out both;
}

.pf-home-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 33, 43, 0.91) 0%, rgba(27, 43, 55, 0.72) 47%, rgba(27, 43, 55, 0.13) 78%),
    linear-gradient(0deg, rgba(15, 26, 35, 0.48), transparent 52%);
}

.pf-home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  min-height: 610px;
  padding: 70px 64px 105px;
  color: rgba(255, 255, 255, 0.88);
  animation: pf-home-copy-in 0.75s 0.12s ease-out both;
}

.pf-home-kicker {
  display: block;
  margin-bottom: 15px;
  color: #e1c27d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pf-home-hero h1 {
  max-width: 650px;
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: clamp(52px, 6.3vw, 78px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.pf-home-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.pf-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.pf-home-hero-actions .cta-btn,
.pf-home-button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  padding: 12px 19px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.pf-home-button-light {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(6px);
}

.pf-home-button-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pf-home-trust {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 315px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background: rgba(26, 43, 56, 0.74);
  color: #fff;
  box-shadow: 0 18px 38px rgba(11, 24, 33, 0.22);
  backdrop-filter: blur(12px);
  animation: pf-home-copy-in 0.75s 0.28s ease-out both;
}

.pf-home-trust span,
.pf-home-trust strong,
.pf-home-trust small {
  display: block;
}

.pf-home-trust span {
  margin-bottom: 7px;
  color: #e1c27d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pf-home-trust strong {
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 20px;
  line-height: 1.16;
}

.pf-home-trust small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  line-height: 1.5;
}

.pf-home-shortcuts {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: calc(100% - 80px);
  margin: -34px auto 0;
  overflow: hidden;
  border: 1px solid #ddd4c8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 17px 38px rgba(31, 47, 59, 0.11);
}

.pf-home-shortcuts a {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  min-width: 0;
  padding: 21px 23px;
  color: #2f465a;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.pf-home-shortcuts a + a {
  border-left: 1px solid #e4ddd3;
}

.pf-home-shortcuts a:hover {
  background: #f8f5ef;
  color: #9c6d1e;
}

.pf-home-shortcuts a > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #b88a38;
  font-size: 10px;
  font-weight: 800;
}

.pf-home-shortcuts strong,
.pf-home-shortcuts small {
  display: block;
}

.pf-home-shortcuts strong {
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 18px;
  line-height: 1.1;
}

.pf-home-shortcuts small {
  margin-top: 5px;
  color: #71808a;
  font-size: 10px;
  line-height: 1.35;
}

/* ========================================================================== 
   02. BEREICHSÜBERSCHRIFTEN UND DREIERKARTEN
   ========================================================================== */

.pf-home-section-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd4c8;
}

.pf-home-section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, #2f465a 0 72%, #b88a38 72% 100%);
}

.pf-home-section--journal .pf-home-section-head {
  border-bottom-color: #ddd4c8;
}

.pf-home-section--regions .pf-home-section-head {
  border-bottom-color: #ddd4c8;
}

.pf-home-section-head h2,
.pf-home-planning-head h2,
.pf-home-promise h2 {
  margin: 5px 0 0;
  color: var(--pf-heading, #253543);
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: clamp(36px, 4vw, 47px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.pf-home-section-head > p,
.pf-home-planning-head > p {
  max-width: 390px;
  margin: 0;
  color: #6c7c87;
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

.pf-home-head-link {
  flex: 0 0 auto;
  color: #5c6b75;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.pf-home-head-link:hover,
.pf-home-read-more:hover {
  color: #2f465a;
}

.pf-home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pf-home-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.pf-home-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 21px;
  border-radius: 9px;
  background: #e7e2da;
}

.pf-home-card-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(26, 41, 51, 0.15), transparent);
  pointer-events: none;
}

.pf-home-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pf-home-card:hover .pf-home-card-image img {
  transform: scale(1.035);
}

.pf-home-card-category,
.pf-home-lead-copy > span,
.pf-home-story-list article div > span {
  display: block;
  margin-bottom: 7px;
  color: #aa761f;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pf-home-card h3 {
  margin: 0 0 10px;
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 24px;
  line-height: 1.12;
}

.pf-home-card h3 a,
.pf-home-lead-copy h3 a,
.pf-home-story-list h3 a {
  color: var(--pf-heading, #253543);
  text-decoration: none;
}

.pf-home-card h3 a:hover,
.pf-home-lead-copy h3 a:hover,
.pf-home-story-list h3 a:hover {
  color: #9c6d1e;
}

.pf-home-card p {
  flex-grow: 1;
  margin: 0 0 13px;
  color: #63737e;
  font-size: 13px;
  line-height: 1.75;
}

.pf-home-read-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #9c6d1e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.pf-home-read-more::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.pf-home-read-more:hover::after {
  transform: translateX(3px);
}

/* ========================================================================== 
   03. PATTAYA SCHWERPUNKT – MAGAZINRASTER
   ========================================================================== */

.pf-home-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  gap: 32px;
  align-items: start;
}

.pf-home-lead-story {
  overflow: hidden;
  border: 1px solid #ded5c8;
  border-radius: 10px;
  background: #f8f5ef;
}

.pf-home-lead-image {
  display: block;
  overflow: hidden;
}

.pf-home-lead-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pf-home-lead-story:hover .pf-home-lead-image img {
  transform: scale(1.025);
}

.pf-home-lead-copy {
  padding: 27px 30px 30px;
}

.pf-home-lead-copy h3 {
  margin: 0 0 11px;
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 31px;
  line-height: 1.06;
}

.pf-home-lead-copy p {
  margin: 0 0 17px;
  color: #5f717d;
  font-size: 14px;
  line-height: 1.72;
}

.pf-home-story-list {
  display: grid;
  gap: 16px;
}

.pf-home-story-list article {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e2dbd1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(38, 55, 68, 0.045);
}

.pf-home-story-list article:last-child {
  border-bottom: 1px solid #e2dbd1;
}

.pf-home-story-list article > a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #ece7df;
}

.pf-home-story-list img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.pf-home-story-list h3 {
  margin: 0 0 6px;
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 20px;
  line-height: 1.12;
}

.pf-home-story-list p {
  margin: 0;
  color: #71808a;
  font-size: 10px;
  line-height: 1.55;
}

/* ========================================================================== 
   04. DUNKLER REISEPLANUNGSBEREICH
   ========================================================================== */

.pf-home-planning {
  padding: 14px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}

.pf-home-planning > .pf-home-inner {
  padding: 48px 44px 52px;
  background: #2f465a;
  border: 1px solid #2a4053;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(39, 50, 59, 0.08);
}

.pf-home-planning-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 27px;
}

.pf-home-planning .pf-eyebrow {
  color: #d9b872;
}

.pf-home-planning-head h2 {
  color: #fff;
}

.pf-home-planning-head > p {
  color: rgba(255, 255, 255, 0.62);
}

.pf-home-planning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.pf-home-planning-grid > a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}

.pf-home-planning-grid > a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.pf-home-planning-grid > a > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #d9b872;
  border-radius: 50%;
  color: #e4c983;
  font-size: 10px;
  font-weight: 800;
}

.pf-home-planning-grid strong,
.pf-home-planning-grid small {
  display: block;
}

.pf-home-planning-grid strong {
  font-size: 14px;
}

.pf-home-planning-grid small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
  line-height: 1.45;
}

/* ========================================================================== 
   05. VERSPRECHEN UND VERTRAUEN
   ========================================================================== */

.pf-home-promise {
  padding: 14px 0 0;
  background: transparent;
  border: 0;
}

.pf-home-promise .pf-home-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: 70px;
  align-items: center;
  padding: 46px 44px 50px;
  background: var(--pf-home-card-bg);
  border: 1px solid var(--pf-home-card-border);
  border-radius: 12px;
}

.pf-home-promise-copy > p {
  max-width: 670px;
  margin: 18px 0 19px;
  color: #556a77;
  font-size: 16px;
  line-height: 1.78;
}

.pf-home-promise-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--pf-home-card-border);
  border-radius: 9px;
  background: var(--pf-home-card-bg);
}

.pf-home-promise-stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 145px;
  padding: 19px 15px;
  text-align: center;
}

.pf-home-promise-stats > div + div {
  border-left: 1px solid #d9cdbd;
}

.pf-home-promise-stats strong {
  display: block;
  color: #b27d24;
  font-family: var(--pf-font-heading, "Crimson Text", Georgia, serif);
  font-size: 31px;
  line-height: 1;
}

.pf-home-promise-stats span {
  display: block;
  margin-top: 9px;
  color: #6d7a83;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

/* ========================================================================== 
   06. BEWEGUNG – NUR WENN NICHT REDUZIERT
   ========================================================================== */

@keyframes pf-home-image-in {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}

@keyframes pf-home-copy-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .pf-home-hero-media img,
  .pf-home-hero-copy,
  .pf-home-trust {
    animation: none;
  }

  .pf-home-card-image img,
  .pf-home-lead-image img {
    transition: none;
  }
}

/* ========================================================================== 
   07. RESPONSIVE ANPASSUNGEN
   ========================================================================== */

@media (max-width: 1199px) {
  .pf-home-hero-copy {
    max-width: 650px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .pf-home-trust {
    right: 28px;
    bottom: 28px;
    width: 290px;
  }

  .pf-home-promise .pf-home-inner {
    gap: 42px;
  }
}

@media (max-width: 991px) {
  .pf-home-hero {
    min-height: 650px;
  }

  .pf-home-hero-copy {
    justify-content: flex-start;
    min-height: 650px;
    padding: 70px 42px 180px;
  }

  .pf-home-trust {
    left: 42px;
    right: auto;
    width: min(330px, calc(100% - 84px));
  }

  .pf-home-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 44px);
  }

  .pf-home-shortcuts a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e4ddd3;
  }

  .pf-home-shortcuts a:nth-child(4) {
    border-top: 1px solid #e4ddd3;
  }

  .pf-home-editorial-grid,
  .pf-home-promise .pf-home-inner {
    grid-template-columns: 1fr;
  }

  .pf-home-story-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pf-home-story-list article {
    display: block;
    padding: 12px;
    border: 1px solid #e2dbd1;
  }

  .pf-home-story-list article > a {
    margin-bottom: 13px;
  }

  .pf-home-story-list img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

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

  .pf-home-card-grid > article:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc(50% - 12px);
  }

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

@media (max-width: 767px) {
  .pf-home-hero-section {
    padding: 15px 0 10px;
  }

  .pf-home-hero {
    min-height: 620px;
    border-radius: 10px;
  }

  .pf-home-hero-media img {
    object-position: 62% center;
  }

  .pf-home-hero-shade {
    background: linear-gradient(0deg, rgba(20, 33, 43, 0.95) 0%, rgba(25, 41, 53, 0.75) 61%, rgba(25, 41, 53, 0.17) 100%);
  }

  .pf-home-hero-copy {
    justify-content: flex-end;
    min-height: 620px;
    padding: 42px 26px 178px;
  }

  .pf-home-hero h1 {
    font-size: 47px;
    line-height: 0.98;
  }

  .pf-home-hero-copy > p {
    font-size: 15px;
    line-height: 1.62;
  }

  .pf-home-hero-actions {
    margin-top: 22px;
  }

  .pf-home-hero-actions .cta-btn,
  .pf-home-button-light {
    min-height: 43px;
    padding: 11px 15px;
    font-size: 10px;
  }

  .pf-home-trust {
    left: 26px;
    right: 26px;
    bottom: 22px;
    width: auto;
    padding: 17px 19px;
  }

  .pf-home-trust strong {
    font-size: 17px;
  }

  .pf-home-shortcuts {
    width: calc(100% - 28px);
    margin-top: -15px;
  }

  .pf-home-shortcuts a {
    grid-template-columns: 25px 1fr;
    padding: 16px 14px;
  }

  .pf-home-shortcuts strong {
    font-size: 16px;
  }

  .pf-home-shortcuts small {
    font-size: 9px;
  }

  .pf-home-section {
    padding: 10px 0;
  }

  .pf-home-section > .pf-home-inner {
    padding: 30px 22px 34px;
    border-radius: 9px;
  }

  .pf-home-section-head,
  .pf-home-planning-head {
    display: block;
    margin-bottom: 25px;
  }

  .pf-home-section-head h2,
  .pf-home-planning-head h2,
  .pf-home-promise h2 {
    font-size: 35px;
  }

  .pf-home-section-head > p,
  .pf-home-planning-head > p,
  .pf-home-head-link {
    display: block;
    margin-top: 13px;
    text-align: left;
  }

  .pf-home-story-list,
  .pf-home-card-grid,
  .pf-home-planning-grid {
    grid-template-columns: 1fr;
  }

  .pf-home-card-grid > article:last-child {
    grid-column: auto;
    max-width: none;
  }

  .pf-home-card + .pf-home-card {
    margin-top: 13px;
  }

  .pf-home-card h3 {
    font-size: 24px;
  }

  .pf-home-card p {
    font-size: 13px;
  }

  .pf-home-editorial-grid {
    gap: 24px;
  }

  .pf-home-lead-copy {
    padding: 23px 22px 25px;
  }

  .pf-home-lead-copy h3 {
    font-size: 27px;
  }

  .pf-home-story-list article {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2dbd1;
  }

  .pf-home-story-list article:last-child {
    border-bottom: 1px solid #e2dbd1;
  }

  .pf-home-story-list article > a {
    margin-bottom: 0;
  }

  .pf-home-story-list img {
    height: 92px;
  }

  .pf-home-story-list h3 {
    font-size: 18px;
  }

  .pf-home-story-list p {
    display: none;
  }

  .pf-home-planning {
    padding: 10px 0;
  }

  .pf-home-planning > .pf-home-inner {
    padding: 34px 22px 38px;
    border-radius: 9px;
  }

  .pf-home-planning-grid {
    border-left: 0;
  }

  .pf-home-planning-grid > a {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .pf-home-promise {
    padding: 10px 0 0;
  }

  .pf-home-promise .pf-home-inner {
    padding: 34px 22px 38px;
    border-radius: 9px;
  }

  .pf-home-promise-copy > p {
    font-size: 15px;
  }

  .pf-home-promise-stats {
    grid-template-columns: 1fr;
  }

  .pf-home-promise-stats > div {
    min-height: 105px;
  }

  .pf-home-promise-stats > div + div {
    border-top: 1px solid #d9cdbd;
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .pf-home-hero h1 {
    font-size: 41px;
  }

  .pf-home-hero-actions {
    display: grid;
  }

  .pf-home-shortcuts {
    grid-template-columns: 1fr;
  }

  .pf-home-shortcuts a + a,
  .pf-home-shortcuts a:nth-child(3) {
    border-top: 1px solid #e4ddd3;
    border-left: 0;
  }
}

.pf-home-history-note {
  margin: 24px 0 20px;
  padding: 15px 18px;
  background: #f8f5ef;
  border-left: 3px solid #b88a38;
  border-radius: 0 8px 8px 0;
}

.pf-home-history-note strong {
  display: block;
  margin-bottom: 4px;
  color: #2f465a;
}

.pf-home-history-note p {
  margin: 0;
  color: #5b6d79;
  font-size: 14px;
  line-height: 1.6;
}

.pf-home-history-note a {
  color: #9c6d1e;
  font-weight: 700;
  text-decoration: none;
}