/* ===== Highlight Panel ===== */
.highlight-panel {
  min-height: calc(100vh - var(--topbar-h));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
  overflow: hidden;
}


.highlight-panel__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.highlight-panel__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highlight-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f6f1ea;
  z-index: 1;
}

.highlight-panel__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  color: #3f2a15;
}

/* Header */
.highlight-panel__header h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 6rem);
  color: #3f2a15;
  font-family: serif;
  font-weight: 400;

}

.highlight-panel__header p {
  margin: 0;
  color: #685746;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Grid */
.highlight-panel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: clamp(2rem, 5vw, 3rem) 0;
    align-items: center;
    justify-items: stretch;
}

.highlight-card {
  padding: 0 1rem;
  border-right: 1px solid rgba(90,70,50,0.2);
}

.highlight-card:last-child {
  border-right: none;
}

/* Icon Box */
.highlight-card__icon {
  height: 200px;
  width: 200px;
  margin: 0 auto 1.25rem;
}

/* Text */
.highlight-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  color: #3a2a18;
}

.highlight-card p {
  margin: 0;
  color: #6c5a47;
}

/* CTA */
.highlight-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.8rem;
  border: 1px solid var(--location-border);
  border-radius: 999px;
  color: #3a2a18;
  text-decoration: none;
  font-weight: 600;
  background: rgba(58, 42, 24, 0.02);
  transition: background-color 160ms ease;
}

.highlight-panel__cta:hover {
  background: rgba(58, 42, 24, 0.08);
}

.index-cta {
  background: #f6f1ea;
  padding: clamp(2rem, 6vw, 4rem) 1.5rem;
}

.index-cta__box {
  padding: clamp(2rem, 5vw, 3.5rem);
  background: rgba(7, 46, 31, 0.08);
  border-radius: 22px;
  text-align: center;
  display: grid;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 80vw;
  color: #3a2a18;
}

.index-cta__box h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-family: "Boska", serif;
  font-style: italic;
  color: #3a2a18;
}

.index-cta__box p {
  margin: 0;
  line-height: 1.3;
  color: rgba(58, 42, 24, 0.85);
}

.index-cta__box a {
  justify-self: center;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  color: #3f2e08;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}




/* Three Places Section */
/* ===== Three Places Section ===== */
section.places {
  min-height: calc(100vh - var(--topbar-h));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
  background: #f6f1ea;
  border-top: 1px solid rgba(58, 42, 24, 0.08);
}

.places__inner {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  color: #3a2a18;
}

.places__head {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.places__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 6rem);
  color: #3a2a18;
  font-family: serif;
  font-weight: 400;
}

.places__subtitle {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(58, 42, 24, 0.75);
}

/* Grid */
.places__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
  align-items: stretch;
}

/* Card */
.place-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(90, 70, 50, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.place-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.place-card__media img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

/* no hover scaling or fade */

/* Body */
.place-card__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.place-card__title {
  margin: 0;
  font-size: 1.8rem;
  color: #3a2a18;
}

.place-card__text {
  margin: 0;
  line-height: 1.6;
  color: rgba(58, 42, 24, 0.72);
}

/* Button */
.place-card__cta {
  justify-self: center;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.8rem;
  border: 1px solid var(--location-border);
  border-radius: 999px;
  color: #3a2a18;
  text-decoration: none;
  font-weight: 600;
  background: rgba(58, 42, 24, 0.02);
  transition: background-color 160ms ease;
}

.place-card__cta:hover {
  background: rgba(58, 42, 24, 0.08);
}

/* Note */
.places__note {
  margin: 2.2rem 0 0;
  text-align: center;
  font-size: 1.05rem;
  color: rgba(58, 42, 24, 0.65);
}

/* Responsive */
@media (max-width: 980px) {
  .places__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .place-card {
    grid-template-rows: 240px 1fr;
    min-height: auto;
  }

  .place-card__text {
    max-width: none;
  }
}


/* Mobile */
@media (max-width: 700px) {
  .highlight-card {
    border-right: none;
    border-bottom: 1px solid rgba(90,70,50,0.15);
    padding-bottom: 1.25rem;
  }

  .highlight-card:last-child {
    border-bottom: none;
  }

  .place-card__body {
    padding-bottom: 1.5rem;
  }
}
/* ===== Places Gallery Section ===== */
.places-gallery {
  min-height: calc(100vh - var(--topbar-h));
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #f6f1ea;
  color: #3a2a18;
}

.places-gallery__header {
  min-height: 33vh;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.places-gallery__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.85rem;
  color: rgba(58, 42, 24, 0.7);
  opacity: 1;
  margin: 0;
}

.places-gallery__header h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.places-gallery__header p {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: rgba(58, 42, 24, 0.85);
  opacity: 1;
}

/* ===== Grid: 2 Reihen (Meta oben, Bilder unten) ===== */
.places-gallery__grid {
  flex: 1;
  min-height: 60vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  gap: clamp(0.85rem, 2vw, 1.5rem);
  align-items: start;
}

/* ===== Base Item ===== */
.places-gallery__item {
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
}

/* =========================
   META ITEM (oben)
   ========================= */
.places-gallery__item--meta {
  overflow: visible;
  border-radius: 0;
  padding: clamp(0.25rem, 1vw, 0.75rem) clamp(0.25rem, 1vw, 0.75rem);
  min-height: unset;
}

.places-gallery__item--meta h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.01em;
}

.places-gallery__item--meta p {
  margin: 0;
  max-width: 36ch;
  line-height: 1.55;
  opacity: 0.92;
}

/* =========================
   IMAGE ITEM (unten)
   ========================= */
.places-gallery__item--image{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  height: clamp(500px, 38vh, 520px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.places-gallery__item--image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.places-gallery__item--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.00) 40%,
    rgba(0,0,0,0.35) 72%,
    rgba(0,0,0,0.55) 100%
  );
  opacity: 1;
  transition: none;
  pointer-events: none;
}

/* no hover opacity change */

.places-gallery__cta {
  position: absolute;
  left: clamp(1rem, 3vw, 2.25rem);
  right: clamp(1rem, 3vw, 2.25rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: rgba(228, 217, 185, 0.92);
  color: #2c1f0f;
  text-decoration: none;
  font-weight: 650;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0,0,0,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.places-gallery__cta:hover,
.places-gallery__cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(0.98);
  box-shadow: 0 14px 34px rgba(0,0,0,0.42);
}

/* ===== Mobile ===== */
@media (max-width: 900px) {
  .places-gallery {
    min-height: auto;
  }

  .places-gallery__header {
    min-height: auto;
    padding-top: 2rem;
  }

  .places-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .places-gallery__item--image{
    height: 320px;
  }

  .places-gallery__cta {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}


/* ===== Fest 200vh Section ===== */
.fest200{
  position: relative;
  min-height: 130vh;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
  overflow: hidden;
  color: #3a2a18;
  background: #f6f1ea;
  border-top: 1px solid rgba(58, 42, 24, 0.08);
}

.fest200__bg{
  position: absolute;
  inset: 0;
  background: #f6f1ea;
  pointer-events: none;
}

.fest200__inner{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  justify-content: center;
}

.fest200__head{
  text-align: center;
  padding-top: clamp(1rem, 2vw, 2rem);
}

.fest200__head h2{
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 6rem);
  font-family: serif;
  font-weight: 400;
  
}

.fest200__head p{
  margin: 0;
  color: rgba(58,42,24,0.75);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.fest200__cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.fest-card{
  background: rgba(255,255,255,0.75);
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(58,42,24,0.08);
  display: grid;
  gap: 1rem;
}

.fest-card__icon{
  display: grid;
  place-items: center;
  width: 192px;
  height: 192px;
  margin: 0 auto;
}

.fest-card__icon img{
  width: 192px;
  height: 192px;
  object-fit: contain;
  display: block;
  opacity: 0.95;
}

.fest-card__title{
  margin: 0;
  font-size: 1.9rem;
  text-align: center;
}

.fest-card__list{
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.6rem;
  color: rgba(58,42,24,0.78);
  line-height: 1.45;
}

.fest-card__list li::marker{
  color: rgba(58,42,24,0.55);
}

.fest-btn{
  justify-self: center;
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.8rem;
  border: 1px solid var(--location-border);
  border-radius: 999px;
  color: #3a2a18;
  text-decoration: none;
  font-weight: 650;
  background: rgba(58, 42, 24, 0.02);
  transition: background-color 160ms ease;
}

.fest-btn:hover,
.fest-btn:focus-visible{
  background: rgba(58, 42, 24, 0.08);
}

.fest-btn--big{
  padding: 1rem 2.6rem;
}

.fest200__timeline{
  background: rgba(255,255,255,0.6);
  border-radius: 22px;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(58,42,24,0.08);
}

.fest200__timelineTitle{
  margin: 0 0 1.25rem;
  font-size: 1.6rem;
  text-align: center;
}

.fest-steps{
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.9rem;
  align-items: center;
  text-align: center;
}

.fest-step__icon{
  display: grid;
  place-items: center;
  width: 192px;
  height: 192px;
  margin: 0 auto 0.35rem;
}

.fest-step__icon img{
  width: 192px;
  height: 192px;
  object-fit: contain;
  display: block;
  opacity: 0.95;
}

.fest-step__title{
  font-weight: 750;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.fest-step__text{
  color: rgba(58,42,24,0.75);
  line-height: 1.35;
  max-width: 22ch;
  margin: 0 auto;
}

.fest-connector{
  width: clamp(90px, 18vw, 220px);
  height: 16px;
  display: grid;
  place-items: center;
  opacity: 0.7;
}

.fest-connector span{
  width: 100%;
  height: 100%;
  display: block;
  background:
    radial-gradient(circle at 50% 50%, currentColor 4px, transparent 4.1px),
    radial-gradient(circle at 45% 50%, currentColor 3.4px, transparent 3.5px),
    radial-gradient(circle at 55% 50%, currentColor 3.4px, transparent 3.5px),
    radial-gradient(circle at 40% 50%, currentColor 3px, transparent 3.1px),
    radial-gradient(circle at 60% 50%, currentColor 3px, transparent 3.1px),
    radial-gradient(circle at 35% 50%, currentColor 2.6px, transparent 2.7px),
    radial-gradient(circle at 65% 50%, currentColor 2.6px, transparent 2.7px),
    radial-gradient(circle at 30% 50%, currentColor 2.2px, transparent 2.3px),
    radial-gradient(circle at 70% 50%, currentColor 2.2px, transparent 2.3px),
    radial-gradient(circle at 25% 50%, currentColor 1.8px, transparent 1.9px),
    radial-gradient(circle at 75% 50%, currentColor 1.8px, transparent 1.9px),
    radial-gradient(circle at 20% 50%, currentColor 1.4px, transparent 1.5px),
    radial-gradient(circle at 80% 50%, currentColor 1.4px, transparent 1.5px),
    radial-gradient(circle at 15% 50%, currentColor 1.1px, transparent 1.2px),
    radial-gradient(circle at 85% 50%, currentColor 1.1px, transparent 1.2px),
    radial-gradient(circle at 10% 50%, currentColor 0.9px, transparent 1px),
    radial-gradient(circle at 90% 50%, currentColor 0.9px, transparent 1px),
    radial-gradient(circle at 5% 50%, currentColor 0.7px, transparent 0.8px),
    radial-gradient(circle at 95% 50%, currentColor 0.7px, transparent 0.8px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.fest-pill{
  margin-top: 1.25rem;
  display: grid;
  place-items: center;
}

.fest-pill ul{
  list-style: disc;
  margin: 0;
  padding: 0.9rem 1.25rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(58,42,24,0.08);
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
  display: grid;
  gap: 0.5rem;
  color: rgba(58,42,24,0.8);
}

.fest-pill li{
  margin-left: 1.15rem;
}

.fest200__bottom{
  text-align: center;
  display: grid;
  gap: 1rem;
  padding-bottom: 2.5rem;
}

.fest200__bottom p{
  margin: 0;
  color: rgba(58,42,24,0.75);
  font-size: 1.15rem;
}

@media (max-width: 900px){
  .fest200{
    min-height: auto;
  }

  .fest200__cards{
    grid-template-columns: 1fr;
  }

  .fest-steps{
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .fest-connector{
    display: none;
  }

  .fest-step__text{
    max-width: 32ch;
  }
}

@media (max-width: 900px){
  .index-cta {
    padding: clamp(1.5rem, 6vw, 2.5rem) 1rem;
  }

  .index-cta__box {
    max-width: 95vw;
  }
}

@media (max-width: 900px){
  h2{
    font-weight: 600;
  }
}

.map-section{
  background: #f6f0e8;
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  border-top: 1px solid rgba(58, 42, 24, 0.08);
}

.map-section__inner{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.map-section__header h2{
  margin: 0 0 0.5rem;
  font-family: "Boska", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #3a2a18;
  text-align: center;
}

.map-section__header p{
  margin: 0;
  color: rgba(58, 42, 24, 0.75);
  max-width: 60ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.map-section__frame{
  background: #fff;
  border-radius: 18px;
  padding: 0.75rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.map-section__frame iframe{
  width: 100%;
  height: clamp(260px, 40vw, 420px);
  border: 0;
  border-radius: 14px;
  display: block;
}

.blog-section{
  background: #f6f1ea;
  min-height: 100vh;
  height: 120vh;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(58, 42, 24, 0.1);
  border-bottom: 1px solid rgba(58, 42, 24, 0.1);
}

.blog-section::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 16vh, 220px);
  background: linear-gradient(
    180deg,
    rgba(246, 241, 234, 0) 0%,
    rgba(246, 241, 234, 0.85) 60%,
    #f6f1ea 100%
  );
  pointer-events: none;
  z-index: 1;
}

.blog-section.is-expanded{
  height: auto;
  overflow: visible;
}

.blog-section__inner{
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem) clamp(1rem, 4vw, 2rem) 5rem;
}

.blog-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.post-card{
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(58, 42, 24, 0.12);
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

.post-card__media{
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dcd8d1;
}

.post-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.post-card:hover .post-card__image{
  transform: scale(1.04);
}

.post-card__image--placeholder{
  background: linear-gradient(140deg, #c4b9a8, #e6ddd1);
}

.post-card__meta{
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  pointer-events: none;
}

.post-card__meta-inline{
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.post-chip{
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(5px);
  color: #3a2a18;
  font-weight: 700;
  font-size: 0.86rem;
}

.post-chip--inline{
  background: rgba(58, 42, 24, 0.08);
}

.post-meta-line{
  width: fit-content;
  padding: 0.36rem 0.74rem;
  border-radius: 999px;
  background: rgba(20,20,20,0.45);
  color: #fff;
  font-size: 0.84rem;
}

.post-meta-line--inline{
  background: rgba(58, 42, 24, 0.12);
  color: #3a2a18;
}

.post-card__body{
  display: grid;
  gap: 0.95rem;
  padding: 1.05rem 1.2rem 0.2rem;
}

.post-card--no-image .post-card__body{
  padding-top: 1.2rem;
}

.post-card--no-image{
  min-height: 30vh;
}

.post-card--no-image .post-card__body{
  padding-bottom: 1rem;
}

.post-card--no-image .post-card__actions{
  margin-top: 0;
}

.post-card__headline{
  margin: 0;
  font-family: "Boska", serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  color: #3a2a18;
}

.post-card__text{
  margin: 0;
  line-height: 1.62;
  color: rgba(58, 42, 24, 0.8);
}

.post-card__actions{
  margin-top: auto;
  padding: 1rem 1.2rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(58, 42, 24, 0.12);
}

.post-btn{
  height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.post-btn--primary{
  background: #5a3b1f;
  color: #f6f1ea;
}

.post-btn--primary:hover{
  background: #3f2a15;
}

.post-btn--ghost{
  background: transparent;
  color: #3a2a18;
  border-color: rgba(58, 42, 24, 0.25);
}

.post-btn--ghost:hover{
  background: rgba(58, 42, 24, 0.08);
}

.blog-section__toggle{
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(58, 42, 24, 0.25);
  background: rgba(255, 255, 255, 0.86);
  color: #3a2a18;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}

.blog-section__arrow{
  width: 22px;
  height: 22px;
  display: block;
  transition: transform 180ms ease;
}

.blog-section__arrow path{
  fill: currentColor;
}

.blog-section.is-expanded .blog-section__arrow{
  transform: rotate(180deg);
}

@media (max-width: 1500px){
  .post-card{
    min-height: 60vh;
  }

  .post-card--no-image{
    min-height: 34vh;
  }
}

@media (max-width: 900px){
  .blog-section{
    min-height: auto;
  }

  .blog-grid{
    grid-template-columns: 1fr;
  }

  .post-card{
    min-height: 50vh;
  }

  .post-card--no-image{
    min-height: auto;
  }
}
