:root {
  --route-dark: #5b432b;
  --social-border: rgba(255, 136, 29, 0.78);
  --social-bg: rgba(255, 237, 199, 0.9);
  --social-ink: #702000;
  --home-content-width: min(86vw, 860px);
  --home-content-wide: var(--home-content-width);
}

body:has(.island-home) {
  position: relative;
  overflow-x: hidden;
  background: #f6d7a3;
}

body:has(.island-home)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 234, 190, 0.12), rgba(255, 244, 219, 0.18)),
    url("Bilder/optimized/hintergrund-main-neu-720.jpg?v=20260531") center -36px / calc(100vw + 320px) auto no-repeat;
}

body:has(.island-home)::after {
  display: none;
}

.island-home {
  --home-content-width: min(82vw, 960px);
  --home-content-wide: var(--home-content-width);
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  padding: 18px clamp(14px, 3vw, 34px) 0;
  overflow: hidden;
}

.island-home::before,
.island-home::after {
  content: "";
  display: none;
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

.island-home::before {
  left: -70px;
  top: 170px;
  width: 210px;
  height: 260px;
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 34%, rgba(53, 126, 82, 0.7) 35% 43%, transparent 44%),
    repeating-conic-gradient(from 13deg at 50% 100%, rgba(53, 126, 82, 0.72) 0 5deg, transparent 5deg 15deg);
  filter: drop-shadow(0 16px 20px rgba(78, 86, 45, 0.16));
  transform: rotate(24deg);
}

.island-home::after {
  right: -58px;
  bottom: 60px;
  width: 190px;
  height: 230px;
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 34%, rgba(66, 129, 82, 0.58) 35% 43%, transparent 44%),
    repeating-conic-gradient(from 12deg at 50% 100%, rgba(66, 129, 82, 0.58) 0 5deg, transparent 5deg 15deg);
  transform: rotate(-28deg);
}

.island-header {
  position: relative;
  z-index: 20;
  width: var(--home-content-width);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.logo-link {
  display: block;
}

.island-home .main-logo {
  width: 348px;
  min-width: 0;
  margin: 0;
  filter: drop-shadow(0 12px 18px rgba(112, 32, 0, 0.14));
}

.island-home .top-links {
  position: absolute;
  top: clamp(136px, 12vw, 176px);
  left: 50%;
  transform: translateX(12%);
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(10px, 1.25vw, 22px);
  white-space: nowrap;
}

.island-home .top-links a {
  position: relative;
  color: #4c3523;
  font-size: clamp(0.68rem, 0.72vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0;
}

.island-home .top-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: #d55537;
}

.header-actions {
  position: fixed;
  top: 18px;
  right: clamp(18px, 4vw, 42px);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 248, 232, 0.72);
  color: #4c3523;
  box-shadow: 0 8px 18px rgba(91, 67, 43, 0.12);
  cursor: pointer;
}

.header-actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.island-home .visitor-counter {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 248, 232, 0.55);
}

.island-home .visitor-counter span,
.island-home .visitor-counter strong {
  font-size: 0.54rem;
  letter-spacing: 0;
}

.island-home .social-row {
  display: none;
}

.hero-intro {
  width: var(--home-content-width);
  min-height: auto;
  display: block;
  margin-top: clamp(14px, 2.4vw, 28px);
  text-align: center;
}

.hero-intro > div {
  width: min(100%, 430px);
  margin: 0 auto;
}

.hero-intro h1 {
  max-width: 18rem;
  margin: 0 auto;
  color: #57341f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(0.95rem, 2.08vw, 1.58rem);
  line-height: 1.04;
}

.hero-intro h1 span {
  display: block;
}

.hero-intro .hero-flower {
  display: inline;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 0.54em;
  vertical-align: 0.05em;
}

.hero-intro p {
  max-width: 17rem;
  margin: 16px auto 0;
  color: rgba(79, 53, 33, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.55;
}

.island-home .search-area {
  width: min(76vw, 640px);
  min-height: 58px;
  margin: clamp(20px, 3vw, 30px) auto 0;
}

.island-home .search-bar {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 248, 232, 0.78);
  box-shadow: 0 20px 42px rgba(112, 67, 29, 0.16);
}

.island-home .search-bar input {
  font-size: 0.95rem;
}

.island-home .search-bar button svg {
  width: 24px;
  height: 24px;
  color: #4f3521;
}

.island-home .quick-icons,
.island-home .sea-level-card,
.island-now,
.feature-strip,
.island-home .feed-section,
.island-sounds,
.island-footer {
  width: var(--home-content-width);
}

.island-home .quick-icons {
  margin-top: clamp(78px, 12vw, 130px);
  padding: 18px 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 248, 232, 0.58);
  box-shadow: 0 20px 40px rgba(103, 63, 28, 0.14);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.island-home .quick-icon {
  width: 72px;
  height: 72px;
}

.island-home .quick-label {
  font-size: 0.54rem;
}

.quick-link-mobile-extra {
  display: none;
}

.island-home .sea-level-card,
.island-home .transport-schedule-card,
.island-now,
.feature-card,
.weekly-highlight-card,
.post-tile,
.island-sounds {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background-color: rgba(255, 248, 232, 0.62);
  box-shadow: 0 18px 36px rgba(103, 63, 28, 0.12);
  backdrop-filter: blur(16px) saturate(1.06);
  -webkit-backdrop-filter: blur(16px) saturate(1.06);
}

.island-home .sea-level-card {
  grid-template-columns: 46px minmax(0, 1fr) minmax(226px, 0.36fr);
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
}

.island-now {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
}

.island-home .feed-header h2,
.island-home .feed-header .feed-all-link {
  color: #5b432b;
  text-shadow: none;
}

.story-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  align-items: start;
  gap: 14px;
}

.story-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 7px;
  color: #4f3521;
}

.story-card img {
  width: 100%;
  height: clamp(150px, 14vw, 190px);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  box-shadow: 0 12px 22px rgba(91, 67, 43, 0.14);
}

.play-mark {
  position: absolute;
  top: min(48%, 112px);
  left: 50%;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 248, 232, 0.92);
  box-shadow: 0 7px 14px rgba(54, 37, 22, 0.18);
  transform: translate(-50%, -50%);
}

.play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #456a31;
}

.story-card strong {
  min-height: 34px;
  color: #4d351f;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.18;
}

.story-card small {
  color: rgba(91, 67, 43, 0.62);
  font-size: 0.56rem;
  font-weight: 800;
}

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

.feature-card {
  min-height: 128px;
  padding: 18px;
  border-radius: 14px;
  display: grid;
  align-content: start;
  gap: 7px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #4f3521;
}

.feature-card span {
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-card strong {
  max-width: 210px;
  font-size: 0.76rem;
  line-height: 1.25;
}

.feature-card em {
  width: fit-content;
  margin-top: 5px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #3f7f47;
  color: #fff7e8;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-lugares {
  background-image: linear-gradient(90deg, rgba(255, 241, 209, 0.95), rgba(255, 241, 209, 0.38)), url("Bilder/optimized/about-island-watercolor-420.jpg?v=20260531");
}

.feature-comida {
  background-image: linear-gradient(90deg, rgba(255, 241, 209, 0.95), rgba(255, 241, 209, 0.25)), url("Bilder/optimized/comida-logo-420.png?v=20260531");
}

.feature-atividades {
  background-image: linear-gradient(90deg, rgba(255, 241, 209, 0.95), rgba(255, 241, 209, 0.28)), url("Bilder/optimized/atividades-logo-420.png?v=20260531");
}

.island-home .feed-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 14px;
  margin-top: 16px;
}

.island-home .weekly-highlight-section,
.island-home .activities-highlight-section {
  margin-top: 0;
  min-width: 0;
}

.island-home .weekly-highlight-card {
  min-height: 190px;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(239, 96, 77, 0.12), transparent 26%),
    rgba(255, 248, 232, 0.86);
}

.island-home .weekly-highlight-media {
  transform: none;
}

.island-home .weekly-highlight-copy h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.island-home .post-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.island-home .post-tile {
  min-height: 82px;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 11px 14px 11px 10px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 248, 232, 0.82);
}

.island-home .post-tile img {
  position: static;
  width: 98px;
  height: 68px;
  border-radius: 9px;
}

.island-home .post-tile div {
  padding: 0;
  background: transparent;
}

.island-home .post-tile span {
  color: #d55537;
  display: block;
  margin-bottom: 4px;
  font-size: 0.52rem;
}

.island-home .post-tile h3 {
  color: #4f3521;
  font-size: 0.82rem;
  line-height: 1.12;
}

.island-home .post-tile p {
  display: block;
  margin: 5px 0 0;
  color: rgba(91, 67, 43, 0.68);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.35;
}

.island-sounds {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(112px, 1fr)) 0.8fr;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
}

.island-sounds h2 {
  margin: 0 0 4px;
  color: #5b432b;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.island-sounds p {
  margin: 0;
  color: rgba(91, 67, 43, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.28;
}

.island-sounds button {
  min-height: 54px;
  border: 1px solid rgba(91, 67, 43, 0.1);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.24);
  color: #4f3521;
  font-size: 0.62rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.island-sounds button span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #33461c;
}

.island-sounds button span::before {
  content: "";
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff7e8;
}

.island-sounds small {
  grid-column: 2;
  color: rgba(91, 67, 43, 0.58);
  font-size: 0.52rem;
}

.island-sounds a {
  justify-self: center;
  color: #3f7f47;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.island-footer {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(220px, 0.9fr) minmax(190px, 0.9fr);
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 26px clamp(20px, 4vw, 48px) 30px;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 3% 96%, rgba(238, 96, 77, 0.9) 0 28px, transparent 29px),
    radial-gradient(circle at 8% 87%, rgba(246, 194, 76, 0.72) 0 17px, transparent 18px),
    linear-gradient(135deg, #2f8f84, #6aa084);
  color: #fff7e8;
  box-shadow: 0 -12px 32px rgba(54, 101, 88, 0.18);
}

.newsletter-form label,
.footer-social span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-form p {
  max-width: 270px;
  margin: 0 0 12px;
  color: rgba(255, 247, 232, 0.82);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.35;
}

.newsletter-form div {
  width: min(100%, 310px);
  min-height: 38px;
  padding: 3px;
  border-radius: 999px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  background: rgba(255, 248, 232, 0.92);
}

.newsletter-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 13px;
  border-radius: 999px;
  background: transparent;
  color: #4f3521;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}

.newsletter-form button {
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #d55537;
  font-size: 1.25rem;
  cursor: pointer;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
}

.footer-social span {
  width: 100%;
  margin-bottom: 2px;
  text-align: center;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 248, 232, 0.22);
  color: #fff7e8;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.footer-social a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-social a[aria-label="Instagram"] circle:last-child {
  fill: currentColor;
  stroke: none;
}

.footer-signature {
  justify-self: end;
  max-width: 210px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.08;
}

@media (max-width: 1200px) {
  body:has(.island-home) {
    background:
      linear-gradient(180deg, rgba(255, 234, 190, 0.22), rgba(255, 244, 219, 0.42)),
      url("Bilder/optimized/hintergrund-main-neu-720.jpg?v=20260531") center top / max(1100px, 230vw) auto no-repeat,
      #f6d7a3;
  }

  .island-home {
    --home-content-width: min(94vw, 680px);
  }

  .island-header {
    display: flex;
  }

  .island-home .main-logo {
    width: clamp(220px, 34vw, 264px);
  }

  .island-home .top-links {
    display: none;
  }

  .island-home .top-links a {
    font-size: clamp(0.56rem, 1vw, 0.68rem);
  }

  .header-actions .visitor-counter {
    display: none;
  }

  .hero-intro {
    width: var(--home-content-width);
    min-height: auto;
    margin-top: 14px;
  }

  .island-home .search-area {
    width: min(82vw, 560px);
    margin: 22px auto 0;
  }

  .island-home .quick-icons {
    margin-top: 18px;
  }

  .story-rail {
    grid-template-columns: repeat(6, minmax(112px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .story-rail::-webkit-scrollbar {
    display: none;
  }

  .feature-strip,
  .island-home .feed-section,
  .island-sounds,
  .island-footer {
    grid-template-columns: 1fr;
  }

  .island-sounds {
    align-items: stretch;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-social span {
    text-align: left;
  }

  .footer-signature {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .island-home {
    padding: 14px 12px 0;
  }

  .island-header {
    grid-template-columns: 68px 1fr auto;
    gap: 8px;
  }

  .island-home .top-links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 6px 0;
    scrollbar-width: none;
  }

  .island-home .top-links::-webkit-scrollbar {
    display: none;
  }

  .hero-intro h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .hero-intro p {
    max-width: 320px;
  }

  .island-home .quick-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 12px 8px;
    gap: 4px;
  }

  .island-home .quick-icon {
    width: 58px;
    height: 58px;
  }

  .island-home .sea-level-card {
    width: var(--home-content-width);
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .island-home .transport-preview {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .island-home .transport-toggle {
    justify-self: stretch;
  }

  .feature-card {
    min-height: 116px;
  }

  .island-home .weekly-highlight-card {
    grid-template-columns: 1fr;
  }

  .island-home .post-tile {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .island-home .post-tile img {
    width: 74px;
  }

  .island-sounds button {
    grid-template-columns: 32px minmax(0, 1fr);
  }
}

body:has(.about-poster) {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 236, 180, 0.68), transparent 28%),
    linear-gradient(180deg, #f0a765 0%, #f6c58e 46%, #ed9b5a 100%);
}

.about-story.about-page {
  width: min(100%, 1040px);
  padding: 18px clamp(12px, 3vw, 28px) 46px;
}

.about-poster {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 54px) clamp(30px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(167, 83, 35, 0.18);
  background:
    radial-gradient(circle at 94% 44%, rgba(31, 128, 125, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 10% 33%, rgba(207, 65, 44, 0.18) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(255, 242, 206, 0.97), rgba(255, 226, 174, 0.96)),
    #f7deb0;
  background-size: 42px 42px, 50px 50px, auto;
  color: #4f3521;
  box-shadow: 0 26px 56px rgba(84, 45, 18, 0.24);
}

.about-poster::before,
.about-poster::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-poster::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(182, 91, 39, 0.05) 50%, transparent 51%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.36), transparent 56%);
  mix-blend-mode: multiply;
  opacity: 0.45;
}

.about-poster::after {
  inset: auto -5% -38px;
  height: 94px;
  background: #e98f4b;
  clip-path: polygon(0 42%, 12% 54%, 25% 44%, 39% 55%, 52% 42%, 67% 56%, 81% 43%, 100% 54%, 100% 100%, 0 100%);
  opacity: 0.72;
}

.about-poster-sun {
  position: absolute;
  top: 22px;
  left: 47%;
  z-index: 1;
  width: clamp(72px, 11vw, 116px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #efa824 0 38%, transparent 39%),
    repeating-conic-gradient(from 4deg, #df8f18 0 8deg, transparent 8deg 18deg);
  opacity: 0.86;
  filter: drop-shadow(0 8px 10px rgba(139, 79, 18, 0.16));
}

.about-poster-sun::after {
  content: "";
  position: absolute;
  inset: 29%;
  border: 2px solid rgba(255, 229, 150, 0.84);
  border-radius: 50%;
}

.about-poster-leaf {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 210px;
  opacity: 0.88;
  background:
    radial-gradient(ellipse at 50% 92%, transparent 0 32%, #2e7c4f 33% 43%, transparent 44%),
    repeating-conic-gradient(from 15deg at 50% 100%, #2e7c4f 0 5deg, transparent 5deg 14deg);
  filter: drop-shadow(0 12px 14px rgba(56, 81, 42, 0.14));
}

.about-poster-leaf-left {
  top: 140px;
  left: -74px;
  transform: rotate(22deg);
}

.about-poster-leaf-right {
  right: -80px;
  bottom: 205px;
  transform: rotate(-155deg);
}

.about-poster .about-story-hero,
.about-island-grid,
.about-essences,
.about-social-panel,
.about-final-note {
  position: relative;
  z-index: 3;
}

.about-poster .about-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  min-height: 460px;
  padding: 18px 0 0;
  text-align: left;
}

.about-title-block h1 {
  margin: 0;
  color: #c94d22;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 11vw, 8.2rem);
  line-height: 0.78;
  text-shadow: 0 2px 0 rgba(255, 239, 195, 0.9);
}

.about-title-block h1 span {
  display: block;
  margin-left: clamp(46px, 8vw, 78px);
}

.about-title-block > p:first-of-type {
  margin: 22px 0 0 clamp(4px, 1vw, 12px);
  color: #5a3b27;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  text-shadow: none;
}

.about-poster .about-divider {
  margin: 14px 0 0 clamp(62px, 9vw, 92px);
  color: #d84d34;
}

.about-intro {
  max-width: 29rem;
  margin: 22px 0 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.08rem, 2.1vw, 1.32rem);
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
}

.about-intro strong,
.about-island-copy strong {
  color: #d84d34;
}

.about-hero-portrait {
  position: relative;
  align-self: end;
  margin: 0 -8px 0 0;
  min-height: 430px;
}

.about-hero-portrait span,
.about-hero-portrait::before,
.about-hero-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(94%, 420px);
  height: min(94%, 420px);
  border-radius: 46% 54% 44% 56% / 50% 45% 55% 50%;
}

.about-hero-portrait::before {
  right: 10px;
  bottom: 0;
  background: #f2a51f;
  transform: rotate(2deg);
}

.about-hero-portrait::after {
  right: 30px;
  bottom: 12px;
  background: #d04724;
  transform: rotate(-4deg);
}

.about-hero-portrait span {
  right: 50px;
  bottom: 24px;
  background: #8b2b1d;
  transform: rotate(-8deg);
}

.about-hero-portrait img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(95%, 430px);
  aspect-ratio: 0.86;
  display: block;
  object-fit: cover;
  object-position: 54% center;
  border-radius: 46% 54% 44% 56% / 50% 45% 55% 50%;
  filter: saturate(1.08) contrast(1.02);
  box-shadow: 0 20px 32px rgba(94, 43, 18, 0.22);
}

.about-wave {
  position: relative;
  z-index: 4;
  height: 58px;
  margin: -10px -54px 16px;
  background: #f5dba8;
  clip-path: polygon(0 40%, 12% 52%, 24% 41%, 38% 54%, 52% 42%, 66% 55%, 82% 39%, 100% 50%, 100% 100%, 0 100%);
}

.about-island-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 48px);
  align-items: center;
  padding: 6px 0 30px;
}

.about-photo-card {
  position: relative;
  margin: 0;
  padding: 16px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 248, 225, 0.48);
  box-shadow: 0 18px 30px rgba(94, 43, 18, 0.16);
}

.about-photo-card img {
  width: 100%;
  aspect-ratio: 0.95;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
}

.about-island-copy h2 {
  max-width: 27rem;
  margin: 0 0 20px;
  color: #4b3322;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.18rem);
  line-height: 1.16;
}

.about-sensations {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-sensations li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
}

.about-sensations span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f5c550;
  color: #2d8791;
  box-shadow: inset 0 0 0 2px rgba(188, 101, 35, 0.1);
}

.about-sensations span::before {
  font-size: 1.55rem;
}

.about-icon-wave::before {
  content: "∿";
  transform: rotate(-10deg) scaleX(1.5);
}

.about-icon-wind::before {
  content: "≋";
  transform: scaleX(1.35);
}

.about-icon-sun::before {
  content: "☼";
  color: #e95b34;
}

.about-icon-flower::before {
  content: "✿";
  color: #d84d34;
}

.about-island-art {
  grid-column: 2;
  justify-self: end;
  width: min(100%, 360px);
  margin-top: -42px;
  border-radius: 22px;
  mix-blend-mode: multiply;
  filter: saturate(1.05);
}

.about-essences {
  padding: 22px 0 16px;
  border-top: 1px solid rgba(205, 94, 42, 0.24);
}

.about-essences h2 {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  color: #d84d34;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1;
  text-align: center;
}

.about-essences h2 span {
  color: rgba(216, 77, 52, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
}

.about-essence-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.about-essence-grid article {
  min-width: 0;
  text-align: center;
}

.about-essence-icon {
  width: min(100%, 104px);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  border: 1px solid rgba(188, 101, 35, 0.14);
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(246, 205, 127, 0.5);
}

.about-essence-icon::before {
  font-size: clamp(2.4rem, 6vw, 3.55rem);
  filter: drop-shadow(0 5px 3px rgba(131, 70, 29, 0.12));
}

.about-essence-icon.flower::before {
  content: "✿";
  color: #d84d34;
}

.about-essence-icon.sun::before {
  content: "☼";
  color: #e59d1f;
}

.about-essence-icon.island {
  overflow: hidden;
  background: url("Bilder/optimized/about-island-watercolor-420.jpg?v=20260531") center / cover;
}

.about-essence-icon.coconut::before {
  content: "◒";
  color: #8b5728;
}

.about-essence-icon.heart::before {
  content: "♡";
  color: #d83c5b;
}

.about-essence-grid h3 {
  margin: 0;
  color: #d84d34;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.18rem, 2.2vw, 1.45rem);
  line-height: 1.05;
}

.about-essence-grid article:nth-child(3) h3 {
  color: #3c7544;
}

.about-essence-grid article:nth-child(4) h3 {
  color: #d16924;
}

.about-essence-grid p {
  margin: 6px 0 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(0.88rem, 1.7vw, 1rem);
  font-weight: 700;
  line-height: 1.18;
}

.about-poster .about-social-panel {
  width: min(100%, 460px);
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-poster .about-social-panel h2 {
  margin-bottom: 12px;
  color: #4f3521;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.about-final-note {
  max-width: 700px;
  margin: 26px auto 0;
  color: #d84d34;
  font-family: "Caveat", cursive;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.15;
  text-align: center;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--route-dark);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5b77f url("Bilder/optimized/hintergrund-main-neu-720.jpg?v=20260531") center -90px / cover no-repeat fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.welcome-screen {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(rgba(214, 219, 224, 0.5), rgba(214, 219, 224, 0.5)),
    url("Bilder/optimized/hintergrund-entry-720.jpg?v=20260531") center / cover;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.welcome-screen.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.welcome-card {
  position: relative;
  width: min(100%, 430px);
  min-height: min(92vh, 760px);
  padding: clamp(72px, 10vh, 104px) 28px 34px;
  border-radius: 34px;
  background:
    linear-gradient(rgba(255, 247, 230, 0.08), rgba(255, 247, 230, 0.08)),
    url("Bilder/optimized/hintergrund-entry-720.jpg?v=20260531") center / cover;
  box-shadow: 0 28px 70px rgba(40, 47, 59, 0.24);
  overflow: hidden;
  text-align: center;
}

.welcome-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 248, 232, 0.08);
  pointer-events: none;
}

.welcome-socials {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.welcome-socials a {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(91, 38, 18, 0.78);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-shadow: none;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(91, 38, 18, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.welcome-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(78px, 10vh, 108px) 28px 34px;
  margin: 0;
}

.welcome-logo {
  display: block;
  width: min(78%, 270px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 24px rgba(40, 47, 59, 0.18));
}

.welcome-kicker {
  position: absolute;
  left: 50%;
  bottom: clamp(222px, 29vh, 244px);
  max-width: 230px;
  margin: 0;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  text-shadow:
    0 2px 5px rgba(70, 30, 8, 0.7),
    0 8px 18px rgba(70, 30, 8, 0.45);
  transform: translateX(-50%);
  white-space: nowrap;
}

.welcome-button {
  position: absolute;
  left: 50%;
  bottom: clamp(165px, 23vh, 190px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  margin-top: 0;
  padding: 0 30px;
  border: 1px solid rgba(255, 239, 214, 0.58);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9c45 0%, #f47f2f 56%, #df6822 100%);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transform: translateX(-50%);
  text-shadow: 0 1px 2px rgba(112, 39, 6, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -2px 0 rgba(124, 48, 10, 0.14),
    0 2px 0 rgba(96, 34, 5, 0.32),
    0 10px 18px rgba(96, 34, 5, 0.34),
    0 24px 42px rgba(96, 34, 5, 0.36);
}

.social-only {
  position: relative;
  width: min(100%, 980px);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 24px 28px;
}

.top-links {
  align-self: flex-end;
  z-index: 28;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -22px clamp(4px, 1.2vw, 16px) clamp(18px, 3vh, 28px) 0;
  padding: 0;
}

.top-links a {
  color: rgba(91, 67, 43, 0.76);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.top-links > span:not(.visitor-counter) {
  width: 1px;
  height: 10px;
  background: rgba(91, 67, 43, 0.32);
}

.visitor-counter {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--route-dark);
}

.visitor-counter span {
  color: rgba(91, 67, 43, 0.76);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.visitor-counter strong {
  color: rgba(91, 67, 43, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.social-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 54%;
  right: clamp(14px, 2.7vw, 34px);
  z-index: 30;
  margin: 0;
  transform: translateY(-50%);
}

.social-menu {
  display: contents;
}

.social-menu summary {
  display: none;
}

.main-logo {
  width: min(34vw, 190px);
  min-width: 128px;
  height: auto;
  margin: 0 auto clamp(20px, 3.6vh, 38px);
  filter: drop-shadow(0 14px 18px rgba(112, 32, 0, 0.16));
}

.logo-blur-page .welcome-logo,
.logo-blur-page .main-logo {
  filter: blur(14px);
}

.social-link {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--route-dark);
  font-weight: 900;
}

.social-link::after {
  content: attr(data-label);
  position: absolute;
  z-index: 3;
  width: max-content;
  max-width: 130px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 249, 232, 0.78);
  color: var(--route-dark);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(91, 67, 43, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.social-link::after {
  top: 50%;
  right: calc(100% + 13px);
  left: auto;
  transform: translate(6px, -50%);
}

.social-link:hover::after,
.social-link:focus::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.social-link span {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(91, 38, 18, 0.78);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-shadow: none;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(91, 38, 18, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.social-logo {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  stroke: none;
}

.instagram-logo {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.instagram-logo circle:last-child {
  fill: currentColor;
  stroke: none;
}

.tiktok .social-logo,
.tiktok-mark .social-logo {
  color: #fff;
  filter: drop-shadow(0 1px 1px rgba(69, 23, 8, 0.28));
}

.instagram .social-logo,
.instagram-mark .social-logo {
  color: #fff;
  filter: drop-shadow(0 1px 1px rgba(69, 23, 8, 0.22));
}

.pinterest .social-logo,
.pinterest-mark .social-logo {
  color: #fff;
  filter: drop-shadow(0 1px 1px rgba(69, 23, 8, 0.22));
}

.instagram span,
.welcome-socials .instagram-mark {
  border-radius: 11px;
}

.search-area {
  position: relative;
  z-index: 14;
  width: var(--home-content-width);
  min-height: clamp(54px, 7vw, 70px);
}

.search-bar {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: clamp(54px, 7vw, 70px);
  margin-top: 0;
  padding: 6px 16px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
  background: rgba(255, 249, 232, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 36px rgba(112, 32, 0, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.search-bar::after {
  content: "✿";
  grid-column: 3;
  color: #ef604d;
  font-size: clamp(1.55rem, 3.8vw, 2.25rem);
  line-height: 1;
  text-align: center;
  text-shadow: 0 4px 10px rgba(112, 32, 0, 0.16);
}

.search-bar input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--route-dark);
  font: inherit;
  font-size: clamp(1.05rem, 2.8vw, 1.42rem);
  font-weight: 800;
}

.search-bar input::placeholder {
  color: rgba(91, 67, 43, 0.6);
}

.search-bar button {
  grid-row: 1;
  grid-column: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: #2d8f8c;
  font: inherit;
  cursor: pointer;
}

.search-bar button svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-icons {
  width: var(--home-content-width);
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: clamp(10px, 3.4vw, 28px);
  justify-content: center;
  align-items: start;
  margin-top: 34px;
}

.quick-link {
  display: grid;
  place-items: center;
  gap: 5px;
  color: rgba(91, 67, 43, 0.86);
  text-decoration: none;
}

.quick-icon {
  position: relative;
  width: clamp(58px, 10vw, 78px);
  height: clamp(58px, 10vw, 78px);
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 900;
  box-shadow: none;
  cursor: pointer;
}

.quick-link:nth-child(2) .quick-icon {
  background: transparent;
}

.quick-link:nth-child(3) .quick-icon {
  background: transparent;
}

.quick-link:nth-child(4) .quick-icon {
  background: transparent;
}

.quick-icon svg {
  width: 42%;
  height: 42%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-icon svg path:first-child {
  fill: none;
}

.quick-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 13px rgba(112, 32, 0, 0.13));
}

.quick-label {
  color: rgba(91, 67, 43, 0.88);
  font-size: clamp(0.56rem, 1.6vw, 0.68rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sea-level-card {
  width: var(--home-content-width);
  min-height: 0;
  margin-top: 28px;
  padding: 11px 12px 9px;
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  background: rgba(255, 249, 232, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 16px 30px rgba(112, 32, 0, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sea-level-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  min-width: 0;
}

.sea-level-header {
  display: block;
  align-items: center;
  margin-bottom: 0;
  grid-column: 1 / -1;
}

.sea-level-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border-radius: 50%;
  place-items: center;
  background: rgba(45, 143, 140, 0.16);
  color: #2d8f8c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 8px 16px rgba(45, 143, 140, 0.12);
}

.sea-level-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sea-level-card p,
.sea-level-card strong,
.sea-level-card em,
.sea-level-card span,
.sea-level-card small {
  display: block;
}

.sea-level-card p {
  margin: 0;
  color: rgba(91, 67, 43, 0.86);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sea-level-card strong {
  min-width: 0;
  color: var(--route-dark);
  font-size: 1.15rem;
  line-height: 1;
  text-align: left;
}

.sea-level-panels {
  display: grid;
}

.sea-level-reading {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  align-items: center;
  min-height: 0;
}

.sea-level-reading.is-hidden {
  display: none;
}

.sea-level-reading.is-error .sea-level-main,
.sea-level-reading.is-error .sea-level-divider {
  display: none;
}

.sea-level-place {
  color: rgba(91, 67, 43, 0.82);
  font-size: 0.58rem;
  font-weight: 900;
}

.sea-level-card small {
  color: rgba(91, 67, 43, 0.7);
  font-size: 0.56rem;
  font-weight: 800;
  white-space: nowrap;
}

.sea-level-status {
  order: 2;
  width: fit-content;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2d8f8c;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.sea-level-main {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.sea-level-divider {
  display: none;
}

.sea-level-card small {
  order: 3;
}

.sea-level-place-row {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.sea-level-place-row .sea-level-place {
  white-space: nowrap;
}

.sea-level-place-row .sea-level-status {
  white-space: nowrap;
}

.sea-level-status.is-high {
  background: transparent;
  color: #d74c2e;
}

.sea-level-status.is-low {
  background: transparent;
  color: #2d8f8c;
}

.transport-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(91, 67, 43, 0.1);
}

.transport-direction {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(45, 143, 140, 0.14);
  border-radius: 999px;
  background: rgba(255, 249, 232, 0.42);
}

.transport-direction button {
  min-height: 24px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(91, 67, 43, 0.7);
  font: inherit;
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.transport-direction button.is-active {
  background: rgba(45, 143, 140, 0.14);
  color: #2d8f8c;
}

.transport-direction-full {
  margin-bottom: 10px;
}

@media (min-width: 1201px) {
  .sea-level-card {
    grid-template-columns: 42px minmax(0, 1fr) minmax(210px, 0.42fr);
    column-gap: 12px;
  }

  .tide-chart {
    grid-column: 1 / 3;
    --tide-chart-width: min(100%, 640px);
  }

  .transport-preview {
    grid-column: 3;
    grid-row: 1 / 4;
    align-self: stretch;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 8px;
    padding-top: 0;
    padding-left: 12px;
    border-top: 0;
    border-left: 1px solid rgba(91, 67, 43, 0.1);
  }

  .transport-toggle {
    width: 100%;
    justify-content: center;
  }
}

.transport-preview-item,
.transport-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: rgba(91, 67, 43, 0.78);
  text-decoration: none;
}

.transport-toggle {
  align-self: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(45, 143, 140, 0.18);
  border-radius: 999px;
  background: rgba(255, 249, 232, 0.74);
  color: rgba(91, 67, 43, 0.74);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.transport-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(45, 143, 140, 0.13);
  color: #2d8f8c;
}

.transport-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.transport-preview-item strong,
.transport-card h3 {
  margin: 0;
  color: var(--route-dark);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
}

.transport-preview-item small,
.transport-card small {
  margin-top: 2px;
  color: rgba(91, 67, 43, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
}

.transport-schedule-card {
  width: var(--home-content-width);
  margin-top: 9px;
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 249, 232, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 16px 30px rgba(112, 32, 0, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.transport-schedule-card.is-hidden {
  display: none;
}

.section-mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.section-mini-header h2 {
  margin: 0;
  color: rgba(91, 67, 43, 0.88);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.section-mini-header a,
.feed-all-link {
  color: rgba(91, 67, 43, 0.76);
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.transport-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.transport-card {
  min-height: 76px;
  align-items: start;
  padding: 9px;
  border: 1px solid rgba(91, 67, 43, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.transport-card p {
  margin: 3px 0 5px;
  color: rgba(91, 67, 43, 0.78);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.18;
}

.sea-level-tabs {
  width: auto;
  min-width: 142px;
  margin: 0;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.sea-level-tab {
  min-height: 20px;
  padding: 0 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(91, 67, 43, 0.78);
  font-size: 0.58rem;
  font-weight: 900;
  cursor: pointer;
}

.sea-level-tab.is-active {
  background: rgba(255, 249, 232, 0.76);
  color: #d74c2e;
  box-shadow: 0 8px 18px rgba(112, 32, 0, 0.1);
}

.tide-chart {
  --tide-chart-width: min(100%, 640px);
  grid-column: 1 / -1;
  width: var(--tide-chart-width);
  justify-self: center;
  align-self: center;
  border-top: 0;
}

.tide-chart-plot {
  width: 100%;
  min-height: 118px;
  padding: 7px 10px 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.tide-chart svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 180;
  margin: 0 auto;
  overflow: visible;
}

.tide-chart.is-empty {
  display: none;
}

.tide-chart:empty {
  display: none;
}

.tide-chart-area {
  fill: rgba(45, 143, 140, 0.22);
}

.tide-chart-baseline {
  fill: none;
  stroke: rgba(91, 67, 43, 0.22);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.tide-chart-line {
  fill: none;
  stroke: #2d8f8c;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tide-chart-point circle {
  fill: #fff7e8;
  stroke: #2d8f8c;
  stroke-width: 3.4;
}

.tide-chart-point text {
  fill: rgba(91, 67, 43, 0.72);
  font-size: 0;
  font-weight: 900;
  text-anchor: middle;
}

.tide-chart-now line {
  stroke: rgba(215, 76, 46, 0.55);
  stroke-dasharray: 6 8;
  stroke-width: 3;
}

.tide-chart-now circle {
  fill: #d74c2e;
  stroke: #fff7e8;
  stroke-width: 3.2;
}

.tide-chart-hours {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.5625%;
  margin: -7px auto 0;
  color: rgba(91, 67, 43, 0.62);
  font-size: 0.5rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  height: 10px;
}

.tide-chart-hours span {
  position: absolute;
  top: 0;
  display: block;
  width: max-content;
  transform: translateX(-50%);
}

.tide-chart-hours span:nth-child(1) {
  left: 6.5625%;
}

.tide-chart-hours span:nth-child(2) {
  left: 28.28125%;
}

.tide-chart-hours span:nth-child(3) {
  left: 50%;
}

.tide-chart-hours span:nth-child(4) {
  left: 71.71875%;
}

.tide-chart-hours span:nth-child(5) {
  left: 93.4375%;
}

@media (min-width: 1201px) {
  .sea-level-card {
    grid-template-columns: 42px minmax(0, 1fr) minmax(210px, 0.42fr);
    column-gap: 12px;
  }

  .tide-chart {
    grid-column: 1 / 3;
  }

  .transport-preview {
    grid-column: 3;
    grid-row: 1 / 4;
    align-self: stretch;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 8px;
    padding-top: 0;
    padding-left: 12px;
    border-top: 0;
    border-left: 1px solid rgba(91, 67, 43, 0.1);
  }

  .transport-toggle {
    width: 100%;
    justify-content: center;
  }
}

.feed-section {
  position: relative;
  width: var(--home-content-wide);
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.feed-section::before {
  content: none;
}

.feed-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.feed-header h2 {
  margin: 0;
  color: #fff7e8;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(91, 38, 18, 0.38);
}

.feed-header .feed-all-link {
  color: #fff7e8;
  text-shadow: 0 2px 8px rgba(91, 38, 18, 0.38);
}

.weekly-highlight-section {
  margin-top: 0;
}

.activities-highlight-section {
  margin-top: 16px;
}

.weekly-highlight-heading {
  margin-bottom: 9px;
}

.weekly-highlight-card {
  position: relative;
  min-height: 126px;
  padding: 12px 13px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(12px, 3vw, 28px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 100%, rgba(239, 96, 77, 0.16), transparent 24%),
    rgba(255, 243, 216, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 12px 24px rgba(91, 38, 18, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.weekly-highlight-media,
.weekly-highlight-copy {
  position: relative;
  z-index: 1;
}

.weekly-highlight-media {
  padding: 7px;
  border-radius: 9px;
  background: rgba(255, 249, 232, 0.88);
  box-shadow: 0 9px 14px rgba(91, 38, 18, 0.12);
  transform: rotate(-4deg);
}

.weekly-highlight-media img {
  width: 100%;
  aspect-ratio: 1.48;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.weekly-highlight-media span {
  position: absolute;
  right: 10px;
  bottom: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(255, 214, 126, 0.86);
  color: #7a4420;
  font-size: 0.44rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.weekly-highlight-copy {
  min-width: 0;
  padding-right: 14px;
}

.weekly-highlight-copy > span {
  color: #ef604d;
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.weekly-highlight-copy h3 {
  margin: 4px 0 4px;
  color: var(--route-dark);
  font-size: clamp(0.76rem, 1.35vw, 1.08rem);
  font-weight: 900;
  line-height: 1.08;
}

.weekly-highlight-copy p {
  margin: 0 0 8px;
  color: rgba(91, 67, 43, 0.76);
  font-size: clamp(0.52rem, 0.9vw, 0.72rem);
  font-weight: 800;
  line-height: 1.22;
}

.weekly-highlight-copy a {
  width: fit-content;
  min-height: 24px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #ef604d;
  color: #fff7e8;
  font-size: 0.5rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 14px rgba(153, 52, 28, 0.2);
}

.weekly-highlight-copy a::after {
  content: "✿";
  margin-left: 7px;
  font-size: 0.64rem;
  line-height: 1;
}

.feed-tabs {
  width: min(100%, 520px);
  margin-top: 18px;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.feed-tab {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(91, 67, 43, 0.78);
  font-size: clamp(0.82rem, 2.4vw, 1rem);
  font-weight: 900;
  cursor: pointer;
}

.feed-tab.is-active {
  background: rgba(255, 249, 232, 0.76);
  color: #d74c2e;
  box-shadow: 0 8px 18px rgba(112, 32, 0, 0.1);
}

.post-grid {
  display: grid;
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.post-grid::-webkit-scrollbar {
  display: none;
}

.post-grid.is-hidden {
  display: none;
}

.post-tile {
  position: relative;
  min-height: clamp(128px, 18vw, 178px);
  padding: 0;
  border: 0;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  overflow: hidden;
  background: rgba(91, 67, 43, 0.14);
  box-shadow: 0 10px 20px rgba(91, 67, 43, 0.14);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.post-tile:hover,
.post-tile:focus-visible {
  box-shadow: 0 16px 30px rgba(91, 67, 43, 0.14);
  transform: translateY(-1px);
}

.post-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.post-tile div {
  position: relative;
  z-index: 1;
  padding: 34px 8px 8px;
  background: linear-gradient(to top, rgba(37, 29, 24, 0.72), rgba(37, 29, 24, 0));
}

.post-tile span {
  margin-bottom: 3px;
  color: rgba(255, 249, 232, 0.82);
  font-size: 0.45rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-tile h3 {
  margin: 0;
  color: #fff7e8;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.08;
}

.post-tile p {
  display: none;
}

.category-page {
  position: relative;
  width: min(100%, 820px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 18px 80px;
}

.back-link {
  z-index: 40;
  width: 58px;
  height: 58px;
  min-height: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 249, 232, 0.64);
  color: var(--route-dark);
  font-size: 0;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 28px rgba(91, 67, 43, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.back-link::before {
  content: none;
}

.back-link svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-hero {
  margin: clamp(58px, 14vh, 120px) 0 34px;
  text-align: center;
}

.category-logo {
  display: block;
  width: min(82vw, 430px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 22px rgba(112, 32, 0, 0.16));
}

.logo-category-page {
  padding-top: 42px;
}

.logo-category-page .back-link {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 24px);
  left: clamp(18px, 5vw, 58px);
}

.logo-category-page .category-hero {
  margin: 0 auto clamp(28px, 5vh, 56px);
}

.logo-category-page .category-logo {
  width: min(62vw, 360px);
  min-width: 220px;
  filter: drop-shadow(0 14px 18px rgba(112, 32, 0, 0.16));
}

.category-hero p {
  margin: 0 0 8px;
  color: rgba(155, 66, 22, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-hero h1 {
  margin: 0;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 13vw, 5.6rem);
  line-height: 0.9;
  text-shadow: 0 2px 14px rgba(255, 249, 232, 0.7);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.category-tile {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: rgba(255, 249, 232, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 30px rgba(91, 67, 43, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.video-category-tile {
  padding: 0;
  overflow: hidden;
}

.category-video-trigger {
  width: 100%;
  height: 100%;
  min-height: 190px;
  padding: 14px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.category-video-trigger:focus-visible {
  outline: 3px solid rgba(213, 85, 55, 0.72);
  outline-offset: -5px;
}

.category-video-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 0;
  max-height: 360px;
  margin-bottom: 16px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(75, 128, 79, 0.18), rgba(213, 85, 55, 0.12)),
    rgba(255, 247, 232, 0.7);
  box-shadow: 0 14px 26px rgba(91, 67, 43, 0.16);
}

.category-video-preview iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.category-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(38, 27, 18, 0.22));
}

.category-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 248, 232, 0.94);
  box-shadow: 0 12px 24px rgba(54, 37, 22, 0.24);
  transform: translate(-50%, -50%);
}

.category-video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #456a31;
}

.category-tile > span,
.category-video-trigger > span:not(.category-video-preview) {
  margin-bottom: 10px;
  color: rgba(155, 66, 22, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-tile h2 {
  margin: 0 0 8px;
  color: var(--route-dark);
  font-size: 1.2rem;
  line-height: 1.1;
}

.category-tile p {
  margin: 0;
  color: rgba(91, 67, 43, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: calc(env(safe-area-inset-top) + 24px) 18px calc(env(safe-area-inset-bottom) + 24px);
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(43, 29, 17, 0.68);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  cursor: pointer;
}

.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(88vw, 420px);
  max-height: min(88vh, 760px);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 28px 70px rgba(32, 20, 12, 0.42);
}

.video-modal-wide .video-modal-panel {
  width: min(92vw, 860px);
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 248, 232, 0.92);
  color: #4f3521;
  cursor: pointer;
}

.video-modal-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 177.778%;
}

.video-modal-wide .video-modal-frame {
  padding-top: 56.25%;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.video-modal-open {
  overflow: hidden;
}

.content-page {
  position: relative;
  width: min(100%, 820px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 18px 80px;
}

.content-page .back-link {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 24px);
  left: clamp(18px, 5vw, 58px);
}

.content-hero {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto clamp(28px, 5vh, 48px);
  padding-top: 10px;
  text-align: center;
}

.content-logo {
  display: block;
  width: min(48vw, 230px);
  min-width: 150px;
  height: auto;
  margin-bottom: 4px;
  filter: drop-shadow(0 14px 18px rgba(112, 32, 0, 0.16));
}

.content-hero p {
  margin: 0;
  color: rgba(155, 66, 22, 0.9);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.content-hero h1 {
  margin: 0;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 12vw, 5.2rem);
  line-height: 0.92;
  text-shadow: 0 2px 14px rgba(255, 249, 232, 0.7);
}

.content-panel {
  width: min(100%, 650px);
  margin: 0 auto 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  background: rgba(255, 249, 232, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 30px rgba(91, 67, 43, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.content-panel p {
  margin: 0;
  color: rgba(91, 67, 43, 0.82);
  font-size: clamp(1rem, 3vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
}

.content-panel p + p {
  margin-top: 16px;
}

.content-grid,
.contact-list {
  width: min(100%, 650px);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.content-tile,
.contact-link {
  min-height: 156px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: rgba(255, 249, 232, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 30px rgba(91, 67, 43, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.content-tile span,
.contact-link span {
  margin-bottom: 10px;
  color: rgba(155, 66, 22, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-tile h2,
.contact-link strong {
  margin: 0 0 8px;
  color: var(--route-dark);
  font-size: 1.2rem;
  line-height: 1.1;
}

.content-tile p {
  margin: 0;
  color: rgba(91, 67, 43, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.contact-list {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
}

.contact-link {
  min-height: 96px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  box-shadow: 0 18px 34px rgba(91, 67, 43, 0.16);
  transform: translateY(-1px);
}

.contact-socials {
  width: min(100%, 650px);
  margin: 16px auto 18px;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 34px);
}

.contact-social-link {
  width: clamp(58px, 9vw, 76px);
  height: clamp(58px, 9vw, 76px);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 22px rgba(91, 67, 43, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  box-shadow: 0 18px 32px rgba(91, 67, 43, 0.18);
  transform: translateY(-2px);
}

.contact-social-link.instagram-mark {
  background: linear-gradient(135deg, #f03c86, #ef604d);
}

.contact-social-link.tiktok-mark {
  background: linear-gradient(135deg, #2b160e, #6b3a21);
}

.contact-social-link.pinterest-mark {
  background: linear-gradient(135deg, #c82c33, #ef604d);
}

.contact-social-link svg {
  width: 52%;
  height: 52%;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.7;
}

.contact-page {
  display: grid;
  align-content: start;
  justify-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(20px, 3.5vw, 34px) clamp(14px, 3vw, 28px) 44px;
  overflow-x: clip;
}

.contact-hero {
  display: grid;
  justify-items: center;
  margin: 0 auto 22px;
  text-align: center;
}

.contact-logo {
  display: block;
  width: clamp(136px, 19vw, 188px);
  height: auto;
  margin: 0 auto clamp(8px, 1.2vw, 14px);
  filter: drop-shadow(0 14px 18px rgba(112, 32, 0, 0.14));
}

.contact-hero h1 {
  margin: 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.7rem, 11vw, 7rem);
  line-height: 0.9;
  text-shadow: 0 2px 16px rgba(255, 249, 232, 0.68);
}

.contact-script {
  margin: 8px 0 0;
  color: #e46652;
  font-family: "Caveat", cursive;
  font-size: clamp(2.15rem, 6vw, 3.65rem);
  font-weight: 700;
  line-height: 0.95;
}

.contact-lead {
  max-width: 620px;
  margin: 14px auto 0;
  color: #5b432b;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.45;
}

.contact-menu {
  width: min(100%, 900px);
  margin: 0 auto 22px;
  padding: clamp(15px, 2.4vw, 24px) clamp(18px, 4vw, 36px);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: clamp(10px, 2.5vw, 24px);
  background: rgba(255, 249, 232, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 18px 34px rgba(103, 63, 28, 0.13);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
}

.contact-menu .quick-link {
  position: relative;
  gap: 8px;
}

.contact-menu .quick-icon {
  width: clamp(58px, 8vw, 74px);
  height: clamp(58px, 8vw, 74px);
}

.contact-menu .quick-label {
  font-size: clamp(0.62rem, 1.3vw, 0.78rem);
}

.contact-menu .is-current::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5b432b;
  box-shadow: 0 2px 5px rgba(91, 67, 43, 0.24);
}

.contact-card {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 50px) clamp(32px, 5vw, 64px) 34px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: end;
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 18px;
  overflow: visible;
  background:
    radial-gradient(ellipse at 3% 100%, rgba(96, 129, 77, 0.22), transparent 28%),
    radial-gradient(ellipse at 98% 100%, rgba(55, 110, 66, 0.2), transparent 27%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(160deg, rgba(255, 249, 232, 0.78), rgba(255, 228, 182, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 42px rgba(91, 67, 43, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(164, 93, 36, 0.05) 3.3% 3.5%, transparent 3.8%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 38%);
  pointer-events: none;
}

.contact-photo-panel {
  position: relative;
  display: grid;
  z-index: 1;
  min-width: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.contact-heart {
  justify-self: start;
  margin: -10px 0 10px;
  color: #ef604d;
  font-family: "Caveat", cursive;
  font-size: clamp(3rem, 7vw, 4rem);
  line-height: 1;
}

.contact-photo-panel figure {
  position: relative;
  width: min(112%, 600px);
  margin: -78px clamp(-42px, calc((1040px - 100vw) / 2), 0px) -112px 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-profile {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
  border-radius: 0;
  object-fit: contain;
  object-position: bottom right;
  filter:
    drop-shadow(0 20px 30px rgba(91, 67, 43, 0.2));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 28%, #000 82%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 28%, #000 82%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.contact-photo-panel picture {
  display: block;
  width: 100%;
}

.contact-card-intro {
  position: relative;
  z-index: 2;
  grid-column: 1;
  align-self: center;
  display: grid;
  gap: 10px;
  margin-top: clamp(18px, 3vw, 34px);
}

.contact-card-intro .contact-script,
.contact-card-intro .contact-lead {
  margin: 0;
  text-align: left;
}

.contact-card-intro .contact-lead {
  max-width: 340px;
  font-size: clamp(0.96rem, 1.8vw, 1.12rem);
  font-weight: 800;
  line-height: 1.34;
}

.contact-card-intro .contact-script {
  position: relative;
  color: #4f3521;
  font-family: "Inter", Arial, sans-serif;
  max-width: 420px;
  margin-left: clamp(14px, 2.6vw, 42px);
  font-size: clamp(1.38rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
}

.contact-card-intro .contact-script span,
.contact-card-intro .contact-script strong {
  display: block;
}

.contact-card-intro .contact-script strong {
  color: #ef604d;
  font-family: "Caveat", cursive;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 0.96;
}

.contact-card-intro h2 {
  margin: 0;
  color: #2f6f29;
  font-size: clamp(2rem, 4.8vw, 3.1rem);
  font-weight: 900;
  line-height: 0.9;
}

.contact-profile-list {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #5b432b;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 900;
}

.contact-profile-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.contact-profile-list span {
  color: #ef604d;
  font-size: 1.2rem;
}

.contact-question-list {
  max-width: 330px;
  gap: 8px;
}

.contact-question-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.1;
}

.contact-question-list li::after {
  content: none;
}

.contact-question-list li > span {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline;
  background: transparent;
  color: #ef604d;
  font-size: 1.15rem;
  line-height: 1;
}

.contact-location {
  width: fit-content;
  max-width: 100%;
  margin: 14px 0 0;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 249, 238, 0.9);
  color: #5b432b;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 15px rgba(91, 67, 43, 0.1);
}

.contact-message-pill {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  width: min(100%, 560px);
  margin: -8px 0 2px;
  padding: 16px 24px 16px 18px;
  border: 2px solid rgba(255, 249, 238, 0.78);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, rgba(58, 112, 38, 0.96), rgba(46, 126, 64, 0.94));
  color: #fffaf0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 22px rgba(58, 78, 33, 0.2);
}

.contact-message-pill > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 249, 238, 0.92);
  color: #ef604d;
  font-size: 1.5rem;
}

.contact-message-pill p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0;
}

.contact-form {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  align-self: start;
  gap: 13px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(255, 241, 216, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 14px 28px rgba(91, 67, 43, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-form label {
  position: relative;
  display: block;
}

.contact-form label::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(91, 67, 43, 0.82);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.contact-form label:nth-of-type(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%2021a8%208%200%200%200-16%200'/%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%2021a8%208%200%200%200-16%200'/%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3C/svg%3E");
}

.contact-form label:nth-of-type(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20width='20'%20height='16'%20x='2'%20y='4'%20rx='2'/%3E%3Cpath%20d='m22%207-10%206L2%207'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20width='20'%20height='16'%20x='2'%20y='4'%20rx='2'/%3E%3Cpath%20d='m22%207-10%206L2%207'/%3E%3C/svg%3E");
}

.contact-form label:nth-of-type(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21%2015a4%204%200%200%201-4%204H7l-4%204V7a4%204%200%200%201%204-4h10a4%204%200%200%201%204%204z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21%2015a4%204%200%200%201-4%204H7l-4%204V7a4%204%200%200%201%204-4h10a4%204%200%200%201%204%204z'/%3E%3C/svg%3E");
  top: 22px;
}

.contact-form label span {
  grid-column: 2;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  color: rgba(126, 73, 38, 0.96);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  outline: 0;
  padding: 12px 18px 12px 48px;
  background: rgba(255, 249, 238, 0.78);
  color: rgba(91, 67, 43, 0.86);
  font: inherit;
  font-size: clamp(0.86rem, 1.7vw, 0.98rem);
  font-weight: 650;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -10px 22px rgba(255, 232, 190, 0.12);
}

.contact-form textarea {
  min-height: 132px;
  border-radius: 18px;
  resize: vertical;
  line-height: 1.35;
  background: rgba(255, 249, 238, 0.78);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(45, 143, 140, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 0 0 3px rgba(45, 143, 140, 0.14);
}

.contact-form button {
  justify-self: stretch;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 36px;
  background: linear-gradient(180deg, #ff675f, #df4934);
  color: #fff;
  font-size: 1.22rem;
  font-weight: 900;
  text-transform: none;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 12px 22px rgba(153, 52, 28, 0.22);
}

.contact-social-area {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(177, 94, 43, 0.24);
  text-align: center;
}

.contact-social-area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 16px;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3.8vw, 2rem);
  line-height: 1.1;
}

.contact-socials {
  width: min(100%, 470px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 5vw, 42px);
}

.contact-social-link {
  width: auto;
  height: auto;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #4f3521;
  background: transparent;
  box-shadow: none;
}

.contact-social-link::before {
  content: "";
  grid-area: 1 / 1;
  width: clamp(58px, 9vw, 74px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 249, 232, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 12px 22px rgba(91, 67, 43, 0.13);
}

.contact-social-link svg {
  grid-area: 1 / 1;
  align-self: center;
  justify-self: center;
  z-index: 1;
  width: clamp(34px, 5vw, 42px);
  height: clamp(34px, 5vw, 42px);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.7;
}

.contact-social-link span {
  color: #4f3521;
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-social-link.instagram-mark,
.contact-social-link.tiktok-mark,
.contact-social-link.pinterest-mark {
  background: transparent;
}

.contact-social-link.tiktok-mark svg {
  color: #2b160e;
}

.contact-social-link.instagram-mark svg {
  color: #f03c86;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-social-link.instagram-mark svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.contact-social-link.pinterest-mark svg {
  color: #c82c33;
}

.ferry-page {
  width: min(100%, 860px);
}

.ferry-hero {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto clamp(24px, 5vh, 44px);
  padding-top: 4px;
  text-align: center;
}

.ferry-page-sign {
  width: min(62vw, 260px);
  min-width: 170px;
  height: auto;
  display: block;
  margin-bottom: -16px;
  filter: drop-shadow(0 16px 22px rgba(91, 38, 18, 0.18));
}

.ferry-hero p {
  margin: 0;
  color: rgba(155, 66, 22, 0.9);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ferry-hero h1 {
  margin: 0;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 12vw, 5.2rem);
  line-height: 0.92;
  text-shadow: 0 2px 14px rgba(255, 249, 232, 0.7);
}

.ferry-schedule {
  width: min(100%, 720px);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ferry-card {
  min-height: 250px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  display: grid;
  align-content: start;
  background: rgba(255, 249, 232, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 30px rgba(91, 67, 43, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ferry-card span {
  margin-bottom: 10px;
  color: #2d8f8c;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ferry-card h2 {
  margin: 0 0 18px;
  color: var(--route-dark);
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  line-height: 1.08;
}

.ferry-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.ferry-card dl div {
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.28);
}

.ferry-card dt,
.ferry-card dd {
  margin: 0;
}

.ferry-card dt {
  color: rgba(91, 67, 43, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.ferry-card dd {
  color: #d74c2e;
  font-size: 1.15rem;
  font-weight: 900;
  white-space: nowrap;
}

.ferry-note {
  width: min(100%, 720px);
}

.about-page {
  width: min(100%, 860px);
  padding: 18px 18px 72px;
}

.about-page .back-link {
  z-index: 3;
  border-radius: 50%;
  width: 44px;
  min-height: 44px;
  padding: 0;
  justify-content: center;
  font-size: 0;
}

.about-page .back-link::before {
  content: "←";
  font-size: 1.35rem;
  line-height: 1;
}

.about-logo-wrap {
  position: sticky;
  top: 12px;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 98px;
  pointer-events: none;
}

.about-logo {
  width: min(38vw, 150px);
  min-width: 112px;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(112, 32, 0, 0.18));
}

.about-scroll {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(38px, 8vh, 66px);
  padding-top: 10px;
}

.about-card {
  position: relative;
  width: min(99%, 760px);
  min-height: 118px;
  padding: clamp(14px, 3vw, 22px) clamp(28px, 5.4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 251, 237, 0.92), rgba(255, 229, 189, 0.78)),
    rgba(255, 249, 232, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 34px rgba(91, 67, 43, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-card:nth-child(odd) {
  justify-self: start;
  transform: rotate(-3deg);
}

.about-card:nth-child(even) {
  justify-self: end;
  transform: rotate(3deg);
}

.about-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 92px;
  height: 92px;
  opacity: 0.16;
  background:
    radial-gradient(ellipse at center, transparent 0 28%, #d74c2e 30% 32%, transparent 34%),
    linear-gradient(28deg, transparent 44%, #9b4216 46% 54%, transparent 56%),
    linear-gradient(58deg, transparent 44%, #9b4216 46% 54%, transparent 56%),
    linear-gradient(88deg, transparent 44%, #9b4216 46% 54%, transparent 56%);
  border-radius: 50%;
  pointer-events: none;
}

.about-card span {
  display: block;
  margin-bottom: 8px;
  color: #d74c2e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-card h1,
.about-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.95;
}

.about-card h1 {
  font-size: clamp(2.8rem, 8vw, 4.45rem);
}

.about-card h2 {
  font-size: clamp(2rem, 5.8vw, 3.05rem);
}

.about-card p {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  margin: 8px 0 0;
  color: rgba(91, 67, 43, 0.8);
  font-size: clamp(0.95rem, 3.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.32;
}

.about-card-title {
  margin-top: 8px;
}

.about-card-intro {
  margin-top: -10px;
}

.about-card-note {
  min-height: 126px;
}

.about-story {
  position: relative;
  width: min(100%, 900px);
  padding: 18px 22px 40px;
}

.about-back {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 24px);
  left: clamp(18px, 5vw, 58px);
  z-index: 40;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 249, 232, 0.68);
  color: var(--route-dark);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 28px rgba(91, 67, 43, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-back svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-story-hero {
  display: grid;
  place-items: center;
  padding-top: 0;
  text-align: center;
}

.about-story-logo {
  width: min(38vw, 205px);
  min-width: 142px;
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(112, 32, 0, 0.18));
}

.about-story-hero h1 {
  margin: 52px 0 0;
  color: #8a6040;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4rem, 10vw, 6.8rem);
  line-height: 0.9;
  text-shadow:
    0 2px 0 rgba(255, 245, 221, 0.72),
    0 12px 28px rgba(91, 38, 18, 0.28);
}

.about-story-hero p {
  margin: 10px 0 0;
  color: #fff8e9;
  font-size: clamp(1.15rem, 3vw, 1.72rem);
  font-weight: 800;
  text-shadow:
    0 2px 8px rgba(91, 38, 18, 0.55),
    0 0 18px rgba(91, 38, 18, 0.28);
}

.about-divider,
.about-mini-divider {
  position: relative;
  display: inline-grid;
  place-items: center;
  margin-top: 14px;
  color: #ef604d;
  font-size: 1.4rem;
}

.about-divider::before,
.about-divider::after,
.about-mini-divider::before,
.about-mini-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 8px;
  border-top: 2px solid rgba(239, 96, 77, 0.82);
  border-radius: 50%;
}

.about-divider::before,
.about-mini-divider::before {
  right: calc(100% + 12px);
}

.about-divider::after,
.about-mini-divider::after {
  left: calc(100% + 12px);
}

.about-feature-card,
.about-soft-card,
.about-cta {
  width: min(100%, 820px);
  margin: 24px auto 0;
  border: 2px solid rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(135deg, rgba(255, 251, 237, 0.78), rgba(255, 228, 183, 0.58)),
    rgba(255, 249, 232, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 34px rgba(91, 67, 43, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-feature-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1fr);
  gap: 28px;
  padding: 18px 20px 16px;
  border-radius: 34px;
}

.about-portrait {
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 24px;
  display: block;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(91, 67, 43, 0.12);
}

.about-feature-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 0;
  padding: 14px 8px 6px 0;
}

.about-feature-copy > span:first-child {
  color: var(--route-dark);
  font-size: clamp(1.28rem, 3vw, 2rem);
  font-weight: 900;
}

.about-feature-copy h2 {
  margin: 2px 0 12px;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 3.35rem);
  line-height: 0.95;
}

.about-feature-copy h2 b {
  color: #ef604d;
  font-family: inherit;
  font-size: 0.72em;
}

.about-feature-copy p {
  max-width: 22rem;
  margin: 0;
  color: rgba(74, 43, 25, 0.9);
  font-size: clamp(0.9rem, 1.65vw, 1.02rem);
  font-weight: 700;
  line-height: 1.34;
}

.about-feature-copy p + p {
  margin-top: 8px;
}

.about-mini-divider {
  margin: 16px 0 0 88px;
  font-size: 1rem;
}

.about-mini-divider::before,
.about-mini-divider::after {
  width: 56px;
}

.about-feature-copy em {
  margin-top: 10px;
  color: rgba(141, 73, 42, 0.92);
  font-family: "Caveat", cursive;
  font-size: clamp(1.42rem, 3vw, 1.9rem);
  font-style: normal;
  line-height: 1.05;
}

.about-social-panel {
  grid-column: 1 / -1;
  padding: 14px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  text-align: center;
}

.about-social-panel h2,
.about-soft-card h2 {
  margin: 0 0 12px;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.1;
}

.about-social-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 42px);
}

.about-social-link {
  width: clamp(54px, 8vw, 70px);
  height: clamp(54px, 8vw, 70px);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 10px 20px rgba(91, 67, 43, 0.16);
}

.about-social-link svg {
  width: 52%;
  height: 52%;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.7;
}

.about-social-link.instagram-mark {
  background: linear-gradient(135deg, #f03c86, #ef604d);
}

.about-social-link.tiktok-mark {
  background: linear-gradient(135deg, #2b160e, #6b3a21);
}

.about-social-link.pinterest-mark {
  background: linear-gradient(135deg, #c82c33, #ef604d);
}

.about-social-link.youtube-mark {
  background: linear-gradient(135deg, #e52f22, #ef604d);
}

.about-soft-card {
  padding: 18px;
  border-radius: 28px;
  text-align: center;
}

.about-stats-grid,
.about-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-stats-grid article,
.about-category-grid a {
  min-width: 0;
  min-height: 124px;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  display: grid;
  place-items: center;
  align-content: center;
  background: rgba(255, 249, 232, 0.52);
  color: var(--route-dark);
}

.about-stats-grid img,
.about-category-grid img,
.about-stat-social svg {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(91, 67, 43, 0.14));
}

.about-stats-grid strong,
.about-stat-badge {
  color: #2d8f8c;
  font-size: clamp(1.35rem, 3vw, 1.78rem);
  font-weight: 900;
  line-height: 1;
}

.about-stat-badge {
  color: #d6405f;
}

.about-stat-social {
  gap: 7px;
}

.about-stat-social:nth-child(1) strong,
.about-stat-social:nth-child(1) svg {
  color: #3e2417;
}

.about-stat-social:nth-child(2) strong,
.about-stat-social:nth-child(2) svg {
  color: #d6405f;
}

.about-stat-social:nth-child(3) strong,
.about-engagement-mark {
  color: #2d8f8c;
}

.about-engagement-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(45, 143, 140, 0.14);
  font-size: 2.1rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 2px rgba(45, 143, 140, 0.14);
}

.about-stats-grid span,
.about-category-grid span {
  color: rgba(74, 43, 25, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.18;
}

.about-category-grid strong {
  margin-top: 4px;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
}

.about-cta {
  min-height: 220px;
  padding: clamp(22px, 5vw, 36px);
  border-radius: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 235, 192, 0.92) 0 36%, rgba(255, 235, 192, 0.18) 62%),
    url("Bilder/optimized/beispiel-beitrag-420.jpg?v=20260531") center / cover;
}

.about-cta h2 {
  max-width: 18rem;
  margin: 0;
  color: var(--route-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 6vw, 4.1rem);
  line-height: 0.92;
}

.about-cta p {
  max-width: 24rem;
  margin: 12px 0 20px;
  color: rgba(74, 43, 25, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.22rem);
  font-weight: 700;
  line-height: 1.3;
}

.about-cta a {
  width: min(100%, 470px);
  min-height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(180deg, #ef604d, #d94a32);
  color: #fff;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 12px 22px rgba(153, 52, 28, 0.22);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--route-dark);
  color: #fff;
  font-weight: 900;
  transform: translate(-50%, 120px);
  transition: transform 220ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
  body {
    background-attachment: scroll;
    background-image: url("Bilder/optimized/hintergrund-main-neu-720.jpg?v=20260531");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: max(108vw, 61vh) auto;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .contact-page {
    width: min(100%, 760px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-card {
    grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 1fr);
    column-gap: 12px;
    padding: 42px 38px 26px;
  }

  .contact-photo-panel {
    align-self: start;
    justify-items: end;
  }

  .contact-photo-panel figure {
    width: min(50vw, 400px);
    margin: -22px -34px -76px -18px;
  }

  .contact-profile {
    max-height: 560px;
  }

  .contact-card-intro {
    align-self: start;
    margin-top: 10px;
  }

  .contact-card-intro .contact-script {
    width: min(45vw, 330px);
    max-width: none;
    margin-left: 0;
    font-size: clamp(1.75rem, 3.6vw, 2.2rem);
    line-height: 1.06;
  }

  .contact-card-intro .contact-script strong {
    font-size: 1.08em;
  }

  .contact-question-list {
    max-width: 330px;
    margin-top: 18px;
  }

  .contact-message-pill {
    width: min(100%, 620px);
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .social-only {
    padding: 32px 18px 24px;
  }

  .main-logo {
    width: 166px;
    min-width: 0;
  }

  .search-area {
    width: min(96vw, 390px);
    min-height: 54px;
  }

  .search-bar {
    width: 100%;
    min-height: 54px;
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 5px 12px;
  }

  .quick-icons {
    width: min(100%, 390px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
  }

  .quick-icon {
    width: 68px;
    height: 68px;
  }

  .feed-section {
    width: min(96vw, 390px);
    margin-top: 16px;
    padding: 0;
    border-radius: 0;
  }

  .weekly-highlight-section {
    margin-top: 14px;
  }

  .weekly-highlight-card {
    min-height: 118px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 9px;
    padding: 10px;
  }

  .weekly-highlight-copy {
    padding-right: 8px;
  }

  .weekly-highlight-copy h3 {
    font-size: 0.68rem;
  }

  .weekly-highlight-copy p {
    font-size: 0.48rem;
  }

  .weekly-highlight-copy a {
    min-height: 22px;
    padding: 0 11px;
    font-size: 0.46rem;
  }

  .sea-level-card {
    width: min(96vw, 390px);
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 28px;
    padding: 11px 12px 9px;
    border-radius: 18px;
  }

  .sea-level-icon {
    display: grid;
  }

  .sea-level-reading {
    min-height: 0;
  }

  .sea-level-place,
  .sea-level-card small,
  .sea-level-status {
    font-size: 0.58rem;
  }

  .sea-level-card strong {
    font-size: 1.15rem;
  }

  .sea-level-content {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .tide-chart {
    --tide-chart-width: min(100%, 500px);
    width: var(--tide-chart-width);
  }

  .tide-chart-plot {
    min-height: 106px;
    padding: 6px 9px 4px;
  }

  .tide-chart svg {
    aspect-ratio: 640 / 180;
  }

  .tide-chart-hours {
    width: 100%;
    font-size: 0.45rem;
  }

  .sea-level-main {
    gap: 12px;
  }

  .sea-level-place-row {
    gap: 5px;
  }

  .post-grid {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  .transport-schedule-card {
    width: min(96vw, 390px);
  }

  .transport-preview,
  .transport-schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transport-preview {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
  }

  .transport-preview-item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
  }

  .transport-preview-item .transport-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .transport-preview-item strong {
    font-size: 0.82rem;
  }

  .transport-preview-item small {
    font-size: 0.64rem;
  }

  .transport-toggle {
    justify-self: end;
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.64rem;
  }

  .ferry-schedule {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ferry-card {
    min-height: 0;
    padding: 16px;
    border-radius: 24px;
  }

  .ferry-page-sign {
    width: min(58vw, 220px);
    min-width: 150px;
  }

  .post-tile {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 128px;
    padding: 0;
    border-radius: 10px;
  }

  .post-tile img {
    border-radius: inherit;
  }

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

  .content-grid,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .contact-socials {
    gap: 16px;
  }

  .contact-social-link {
    width: 58px;
    height: 58px;
  }

  .contact-page {
    padding-top: calc(env(safe-area-inset-top) + 70px);
    padding-right: 14px;
    padding-left: 14px;
  }

  .contact-hero {
    margin-bottom: 16px;
  }

  .contact-hero h1 {
    font-size: clamp(4rem, 19vw, 5.35rem);
  }

  .contact-lead {
    max-width: 340px;
  }

  .contact-menu {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    padding: 12px 8px;
    border-radius: 24px;
  }

  .contact-menu .quick-link {
    gap: 5px;
  }

  .contact-menu .quick-icon {
    width: clamp(42px, 10vw, 50px);
    height: clamp(42px, 10vw, 50px);
  }

  .contact-menu .quick-label {
    font-size: clamp(0.46rem, 1.55vw, 0.58rem);
    line-height: 1.05;
  }

  .contact-menu .is-current::after {
    width: 7px;
    height: 7px;
  }

  .contact-card {
    width: 100%;
    grid-template-columns: minmax(0, 0.78fr) minmax(128px, 1fr);
    align-items: end;
    padding: 24px 16px 18px;
    border-radius: 30px;
    column-gap: 14px;
    row-gap: 18px;
  }

  .contact-photo-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    justify-items: end;
  }

  .contact-photo-panel::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 18%;
    bottom: 10%;
    z-index: 3;
    width: 82px;
    background: linear-gradient(90deg, rgba(255, 231, 193, 0.98), rgba(255, 231, 193, 0.78) 42%, rgba(255, 231, 193, 0));
    filter: blur(11px);
    pointer-events: none;
  }

  .contact-photo-panel figure {
    width: min(66vw, 300px);
    margin: -42px 32px -56px -12px;
    transform: translateX(56px);
  }

  .contact-profile {
    max-height: 448px;
  }

  .contact-card-intro {
    grid-column: 1;
  }

  .contact-message-pill,
  .contact-form {
    grid-column: 1 / -1;
  }

  .contact-card-intro {
    justify-items: start;
    text-align: left;
    margin-top: 18px;
  }

  .contact-card-intro .contact-script,
  .contact-card-intro .contact-lead {
    text-align: left;
  }

  .contact-card-intro .contact-script {
    width: min(58vw, 270px);
    max-width: none;
    margin-left: 10px;
    font-size: clamp(1.25rem, 4.8vw, 1.65rem);
    line-height: 1.12;
  }

  .contact-card-intro .contact-script strong {
    font-size: 1.12em;
  }

  .contact-card-intro h2 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }

  .contact-card-intro .contact-lead {
    max-width: 170px;
    font-size: clamp(0.78rem, 3.25vw, 0.95rem);
    line-height: 1.35;
  }

  .contact-profile-list {
    gap: 7px;
    margin-top: 8px;
    font-size: clamp(0.58rem, 2.42vw, 0.72rem);
  }

  .contact-profile-list li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px;
  }

  .contact-question-list {
    max-width: 250px;
  }

  .contact-question-list li {
    min-height: 28px;
    padding: 0;
  }

  .contact-question-list li > span {
    width: 24px;
    height: 24px;
    font-size: 0.82rem;
  }

  .contact-location {
    margin-top: 12px;
    padding: 8px 12px 8px 10px;
    font-size: clamp(0.66rem, 2.7vw, 0.8rem);
  }

  .contact-message-pill {
    width: min(100%, 380px);
    margin-top: -6px;
    padding: 11px 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    border-radius: 22px;
  }

  .contact-message-pill > span {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
  }

  .contact-message-pill p {
    font-size: clamp(0.88rem, 3.45vw, 1.02rem);
    line-height: 1.34;
  }

  .contact-form {
    gap: 12px;
    padding: 14px;
  }

  .contact-form input,
  .contact-form textarea {
    border-radius: 999px;
  }

  .contact-form textarea {
    min-height: 160px;
    border-radius: 18px;
  }

  .contact-form button {
    min-height: 56px;
    font-size: 1.12rem;
  }

  .contact-social-area h2 {
    gap: 8px;
    margin-bottom: 14px;
  }

  .contact-socials {
    width: min(100%, 340px);
    gap: 10px;
  }

  .contact-social-link {
    width: auto;
    height: auto;
    min-width: 0;
    gap: 6px;
  }

  .contact-social-link::before {
    width: 54px;
  }

  .contact-social-link svg {
    width: 30px;
    height: 30px;
  }

  .contact-social-link span {
    font-size: 0.78rem;
  }

  .content-page {
    padding-bottom: 56px;
  }

  .about-page {
    width: min(100%, 430px);
    padding: 14px 18px 54px;
  }

  .about-story {
    width: min(100%, 430px);
    padding: 10px 14px 38px;
  }

  .about-back {
    top: calc(env(safe-area-inset-top) + 16px);
    left: 16px;
    width: 50px;
    height: 50px;
  }

  .about-back svg {
    width: 29px;
    height: 29px;
  }

  .about-story-logo {
    width: 156px;
  }

  .about-story-hero h1 {
    margin-top: 54px;
    font-size: clamp(3.15rem, 15vw, 4.2rem);
  }

  .about-story-hero p {
    font-size: 1.04rem;
  }

  .about-divider::before,
  .about-divider::after {
    width: 44px;
  }

  .about-feature-card {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
    padding: 14px;
    border-radius: 28px;
  }

  .about-portrait {
    border-radius: 20px;
  }

  .about-feature-copy {
    justify-items: center;
    padding: 0 8px;
    text-align: center;
  }

  .about-feature-copy > span:first-child {
    font-size: 1.2rem;
  }

  .about-feature-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .about-feature-copy p {
    font-size: 1rem;
  }

  .about-mini-divider {
    margin-left: 0;
  }

  .about-mini-divider::before,
  .about-mini-divider::after {
    width: 46px;
  }

  .about-feature-copy em {
    font-size: 1.75rem;
  }

  .about-social-panel {
    padding: 13px 10px 15px;
    border-radius: 22px;
  }

  .about-social-links {
    gap: 14px;
  }

  .about-social-link {
    width: 54px;
    height: 54px;
  }

  .about-soft-card {
    padding: 14px;
    border-radius: 24px;
  }

  .about-stats-grid,
  .about-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid article,
  .about-category-grid a {
    min-height: 116px;
    padding: 12px 8px;
    border-radius: 18px;
  }

  .about-stats-grid img,
  .about-category-grid img {
    width: 54px;
    height: 54px;
  }

  .about-category-grid strong {
    font-size: 1.22rem;
  }

  .about-stats-grid span,
  .about-category-grid span {
    font-size: 0.84rem;
  }

  .about-cta {
    min-height: 235px;
    padding: 24px 18px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 235, 192, 0.94), rgba(255, 235, 192, 0.46)),
      url("Bilder/optimized/beispiel-beitrag-420.jpg?v=20260531") center / cover;
  }

  .about-cta h2 {
    font-size: 2.45rem;
  }

  .about-cta a {
    min-height: 48px;
  }

  .about-scroll {
    gap: 46px;
  }

  .about-card {
    width: min(98%, 400px);
    min-height: 112px;
    padding: 16px 24px;
    border-radius: 20px;
  }

  .about-card:nth-child(odd) {
    transform: rotate(-4deg);
  }

  .about-card:nth-child(even) {
    transform: rotate(4deg);
  }

  .social-row {
    position: fixed;
    top: max(88px, calc(env(safe-area-inset-top) + 88px));
    right: clamp(14px, 4vw, 22px);
    z-index: 40;
    flex-direction: column;
    gap: 7px;
    transform: none;
  }

  .social-link span {
    width: 26px;
    height: 26px;
    border-radius: 9px;
  }

  .social-logo {
    width: 14px;
    height: 14px;
  }

  .instagram span {
    border-radius: 9px;
  }

  .social-link::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Final Sobre Mim poster overrides, kept last so the postcard layout wins. */
.about-story.about-page {
  width: min(100%, 1040px);
  padding: 18px clamp(12px, 3vw, 28px) 46px;
}

.about-poster .about-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  place-items: initial;
  min-height: 460px;
  padding: 18px 0 0;
  text-align: left;
}

.about-poster .about-title-block h1 {
  margin: 0;
  color: #c94d22;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 11vw, 8.2rem);
  line-height: 0.78;
  text-shadow: 0 2px 0 rgba(255, 239, 195, 0.9);
}

.about-poster .about-title-block h1 span {
  display: block;
  margin-left: clamp(46px, 8vw, 78px);
}

.about-poster .about-title-block > p:first-of-type {
  margin: 22px 0 0 clamp(4px, 1vw, 12px);
  color: #5a3b27;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  text-shadow: none;
}

.about-poster .about-intro {
  max-width: 29rem;
  margin: 22px 0 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.08rem, 2.1vw, 1.32rem);
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
}

.about-poster .about-social-panel {
  width: min(100%, 460px);
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width: 760px) {
  .about-story.about-page {
    width: min(100%, 460px);
    padding: 10px 10px 34px;
  }

  .about-poster {
    padding: 26px 18px 36px;
  }

  .about-poster .about-story-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    text-align: center;
  }

  .about-poster-sun {
    top: 18px;
    left: auto;
    right: 22px;
    width: 76px;
  }

  .about-poster-leaf {
    display: none;
  }

  .about-poster .about-title-block h1 {
    margin-top: 44px;
    font-size: clamp(4.1rem, 22vw, 5.9rem);
  }

  .about-poster .about-title-block h1 span {
    margin-left: 0;
  }

  .about-poster .about-title-block > p:first-of-type,
  .about-poster .about-intro {
    text-align: center;
  }

  .about-poster .about-divider {
    margin-left: 0;
  }

  .about-hero-portrait {
    display: grid;
    place-items: center;
    min-height: 0;
    width: min(56%, 220px);
    margin: 24px auto 0;
  }

  .about-hero-portrait span,
  .about-hero-portrait::before,
  .about-hero-portrait::after {
    width: 100%;
    height: 100%;
  }

  .about-hero-portrait::before {
    right: 6px;
    bottom: -4px;
  }

  .about-hero-portrait::after {
    right: 16px;
    bottom: 5px;
  }

  .about-hero-portrait span {
    right: 26px;
    bottom: 14px;
  }

  .about-hero-portrait img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: min(58vw, 250px);
    max-height: 250px;
  }

  .about-wave {
    margin: 6px -18px 14px;
  }

  .about-island-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 24px;
  }

  .about-photo-card {
    order: 2;
    padding: 10px;
    border-radius: 24px;
  }

  .about-island-copy {
    order: 1;
  }

  .about-island-copy h2 {
    margin-inline: auto;
    text-align: center;
  }

  .about-island-art {
    grid-column: auto;
    order: 3;
    width: min(100%, 330px);
    margin: 0 auto;
  }

  .about-sensations li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    text-align: left;
  }

  .about-sensations span {
    width: 44px;
    height: 44px;
  }

  .about-essence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .about-essence-grid article:last-child {
    grid-column: 1 / -1;
    width: min(50%, 160px);
    margin: 0 auto;
  }

  .about-essence-icon {
    width: 92px;
    border-radius: 20px;
  }

  .about-final-note {
    font-size: 2rem;
  }
}

/* Final home-page overrides: keep the mockup layout above older page rules. */
.social-only.island-home {
  width: 100%;
  padding: 18px clamp(14px, 3vw, 34px) 0;
  align-items: center;
}

.social-only.island-home .quick-icons {
  width: var(--home-content-width);
  margin-top: clamp(78px, 12vw, 130px);
}

.social-only.island-home .sea-level-card,
.social-only.island-home .transport-schedule-card,
.social-only.island-home .feed-section {
  width: var(--home-content-width);
}

.social-only.island-home .feed-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

@media (min-width: 1201px) {
  .social-only.island-home {
    --home-content-width: min(82vw, 960px);
  }

  .social-only.island-home .island-header {
    width: var(--home-content-width);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 44px;
  }

  .social-only.island-home .logo-link {
    justify-self: center;
  }

  .social-only.island-home .main-logo {
    width: clamp(220px, 15vw, 288px);
    margin-bottom: 0;
  }

  .social-only.island-home .top-links {
    position: fixed;
    top: 0;
    left: 50%;
    width: var(--home-content-width);
    min-height: 44px;
    margin: 0;
    padding: 12px 0;
    display: flex;
    justify-content: space-evenly;
    gap: 0;
    border-bottom: 0;
    background: transparent;
    transform: translateX(-50%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .social-only.island-home .hero-intro {
    width: var(--home-content-width);
    display: block;
    margin-top: 18px;
    text-align: center;
  }

  .social-only.island-home .hero-intro > div {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .social-only.island-home .search-area {
    width: var(--home-content-width);
    margin: clamp(16px, 2vw, 26px) auto 0;
    display: block;
  }

  .social-only.island-home .sea-level-card {
    margin-top: 16px;
  }

  .social-only.island-home .search-bar {
    width: 100%;
    min-height: 58px;
  }
}

@media (min-width: 641px) {
  .social-only.island-home .quick-icons {
    display: none;
  }

  .social-only.island-home .top-links a {
    font-size: clamp(0.68rem, 0.72vw, 0.86rem);
  }

  .social-only.island-home .sea-level-card {
    margin-top: clamp(58px, 8vw, 96px);
  }
}

@media (min-width: 1201px) {
  .social-only.island-home .sea-level-card {
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .social-only.island-home {
    --home-content-width: min(94vw, 680px);
  }

  .social-only.island-home .hero-intro {
    width: var(--home-content-width);
    display: block;
    margin-top: 18px;
    text-align: center;
  }

  .social-only.island-home .hero-intro > div {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .social-only.island-home .search-area {
    width: var(--home-content-width);
    margin: 22px auto 0;
  }

  .social-only.island-home .quick-icons {
    display: grid;
    margin-top: 18px;
  }

  .social-only.island-home .feed-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .social-only.island-home {
    padding: 14px 12px 0;
  }

  .social-only.island-home .main-logo {
    width: 68px;
    min-width: 0;
  }

  .social-only.island-home .quick-icons {
    width: var(--home-content-width);
  }

  .social-only.island-home .sea-level-card,
  .social-only.island-home .transport-schedule-card,
  .social-only.island-home .feed-section {
    width: var(--home-content-width);
  }
}

@media (max-width: 1200px) {
  .social-only.island-home .island-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 25;
    width: var(--home-content-width);
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .social-only.island-home .top-links,
  .social-only.island-home .header-actions {
    display: none;
  }

  .social-only.island-home .logo-link {
    display: block;
  }

  .social-only.island-home .main-logo {
    width: clamp(150px, 46vw, 190px);
    filter: drop-shadow(0 14px 20px rgba(112, 32, 0, 0.18));
  }

  .social-only.island-home .hero-intro {
    min-height: 0;
    width: var(--home-content-width);
    margin-top: 18px;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }

  .social-only.island-home .hero-intro h1 {
    max-width: min(100%, 360px);
    margin: 0 auto;
    font-size: clamp(1.45rem, 7vw, 2.05rem);
    font-weight: 900;
    line-height: 0.98;
    white-space: normal;
    text-shadow: 0 1px 0 rgba(79, 53, 33, 0.28);
  }

  .social-only.island-home .hero-intro p {
    max-width: min(100%, 370px);
    margin: 14px auto 0;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .social-only.island-home .search-area {
    width: var(--home-content-width);
    margin: 22px auto 0;
  }

  .social-only.island-home .quick-icons {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    padding: 12px 6px;
  }

  .social-only.island-home .quick-icon {
    width: clamp(42px, 10vw, 50px);
    height: clamp(42px, 10vw, 50px);
  }

  .social-only.island-home .quick-label {
    font-size: clamp(0.42rem, 1.8vw, 0.5rem);
    line-height: 1.05;
  }

  .quick-link-mobile-extra {
    display: grid;
  }

  .social-only.island-home .sea-level-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .social-only.island-home .transport-preview {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 7px;
    align-items: stretch;
    align-content: initial;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid rgba(91, 67, 43, 0.1);
    border-left: 0;
  }

  .social-only.island-home .transport-direction {
    grid-column: 1 / -1;
  }

  .social-only.island-home .transport-preview-item {
    grid-template-columns: 30px minmax(0, 1fr);
    min-width: 0;
    gap: 7px;
  }

  .social-only.island-home .transport-preview-item strong {
    font-size: 0.82rem;
  }

  .social-only.island-home .transport-preview-item small {
    font-size: 0.68rem;
    line-height: 1.22;
  }

  .social-only.island-home .transport-toggle {
    justify-self: end;
    align-self: stretch;
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.68rem;
  }
}

.social-only.island-home .quick-link-mobile-extra {
  display: none;
}

@media (max-width: 1200px) {
  .social-only.island-home .quick-link-mobile-extra {
    display: grid;
  }

  .social-only.island-home .footer-social {
    display: grid;
    grid-template-columns: repeat(3, 34px);
    justify-content: start;
    gap: 10px;
  }

  .social-only.island-home .footer-social span {
    grid-column: 1 / -1;
  }
}

body:has(.about-redesign) {
  background:
    linear-gradient(180deg, rgba(255, 232, 190, 0.16), rgba(255, 221, 174, 0.16)),
    url("Bilder/optimized/hintergrund-main-neu-941.jpg?v=20260531") center top / max(1180px, calc(100vw + 190px)) auto no-repeat fixed,
    #efb77f;
}

.about-redesign {
  position: relative;
  width: min(100%, 980px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(18px, 2.7vw, 28px) clamp(14px, 3vw, 28px) 42px;
  color: #4f3521;
}

.about-menu-button,
.about-flower-button {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 28px);
  z-index: 40;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 249, 232, 0.62);
  color: #5b432b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 14px 28px rgba(91, 67, 43, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-menu-button {
  left: clamp(18px, 5vw, 58px);
}

.about-flower-button {
  right: clamp(18px, 5vw, 58px);
  color: #ef604d;
  font-size: 2rem;
  line-height: 1;
}

.about-menu-button svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-redesign-hero {
  display: grid;
  justify-items: center;
  gap: 0;
  margin: 0 auto 22px;
  text-align: center;
}

.about-redesign-logo {
  display: block;
  width: clamp(136px, 16vw, 188px);
  height: auto;
  margin: 0 auto clamp(8px, 1.2vw, 14px);
  filter: drop-shadow(0 14px 18px rgba(112, 32, 0, 0.14));
}

.about-redesign-hero h1 {
  margin: -6px 0 0;
  color: #4f3521;
  font-family: "Quicksand", "Nunito", "Inter", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: none;
  text-shadow: 0 2px 16px rgba(255, 249, 232, 0.68);
}

.about-title-separator {
  width: min(78%, 310px);
  height: auto;
  display: block;
  margin: -2px auto 0;
  pointer-events: none;
}

@media (min-width: 1201px) {
  .about-redesign-hero h1 {
    font-size: 4rem;
  }

  .about-title-separator {
    width: min(56%, 420px);
  }
}

.about-redesign-menu {
  margin-bottom: 24px;
}

.about-redesign .contact-menu .is-current::after {
  background: #7f3b83;
}

.about-story-card,
.about-numbers-card,
.about-redesign-essences,
.about-flow-card,
.about-redesign-quote {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 5% 100%, rgba(96, 129, 77, 0.18), transparent 26%),
    radial-gradient(ellipse at 96% 100%, rgba(75, 120, 71, 0.14), transparent 25%),
    linear-gradient(160deg, rgba(255, 249, 232, 0.76), rgba(255, 228, 182, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 42px rgba(91, 67, 43, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-story-card {
  min-height: clamp(320px, 58vw, 610px);
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: stretch;
  overflow: visible;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 242, 214, 0.98) 0 40%, rgba(255, 242, 214, 0.64) 52%, rgba(255, 242, 214, 0) 68%),
    linear-gradient(160deg, rgba(255, 249, 232, 0.82), rgba(255, 228, 182, 0.58));
}

.about-story-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  padding: clamp(18px, 4.6vw, 48px) clamp(18px, 5.2vw, 58px);
}

.about-story-copy h2 {
  max-width: 360px;
  margin: 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.22rem, 5vw, 2.18rem);
  line-height: 1.12;
}

.about-story-copy h2 .about-story-subtitle {
  display: block;
  margin-top: 4px;
  color: #4f3521;
  font-weight: 700;
}

.about-story-copy h2 strong {
  color: #ef604d;
  font: inherit;
}

.about-redesign-divider {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2.4vw, 18px);
  width: min(100%, 290px);
  margin: clamp(12px, 3.2vw, 20px) 0;
  color: #ef604d;
  font-size: clamp(1rem, 3.4vw, 1.35rem);
}

.about-redesign-divider::before,
.about-redesign-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #ef604d;
}

.about-story-copy p {
  max-width: 320px;
  margin: 0;
  color: #4f3521;
  font-size: clamp(0.78rem, 3.3vw, 1.34rem);
  font-weight: 650;
  line-height: 1.25;
}

.about-story-photo {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin: 0;
  border-radius: 0 28px 28px 0;
  overflow: hidden;
}

.about-story-photo picture {
  position: absolute;
  inset: 0;
  display: block;
}

.about-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
}

.about-story-card::after {
  content: "";
  position: absolute;
  inset: 0 24% 0 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 242, 214, 0.98), rgba(255, 242, 214, 0.84) 56%, rgba(255, 242, 214, 0));
  pointer-events: none;
}

.about-story-hibiscus {
  position: absolute;
  right: clamp(-68px, -5vw, -32px);
  bottom: clamp(-68px, -5vw, -32px);
  z-index: 4;
  width: clamp(116px, 24vw, 264px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 16px rgba(91, 67, 43, 0.18));
}

@media (min-width: 1201px) {
  .about-redesign {
    width: min(100%, 1720px);
  }

  .about-story-card,
  .about-flow-card {
    width: min(100%, 1580px);
  }

  .about-story-card {
    min-height: clamp(520px, 35vw, 720px);
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  }

  .about-story-copy {
    padding: clamp(48px, 4vw, 76px) clamp(54px, 4.2vw, 84px);
  }

  .about-story-copy h2 {
    max-width: 520px;
    font-size: clamp(2.25rem, 2.45vw, 3.15rem);
  }

  .about-redesign-divider {
    width: min(100%, 490px);
    margin: clamp(28px, 2.4vw, 42px) 0;
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  }

  .about-story-copy p {
    max-width: 520px;
    font-size: clamp(1.35rem, 1.55vw, 1.8rem);
  }

  .about-story-hibiscus {
    width: clamp(260px, 18vw, 380px);
  }
}

.about-flow-card {
  padding: clamp(24px, 3.5vw, 38px) clamp(20px, 4vw, 46px);
}

.about-flow-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  background: linear-gradient(180deg, rgba(239, 96, 77, 0), rgba(239, 96, 77, 0.52));
  transform: translateX(-50%);
}

.about-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #ef604d;
  font-size: clamp(0.72rem, 1.4vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section-kicker::before {
  content: "✱";
  width: 44px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef604d;
  font-size: 1.05rem;
  line-height: 1;
  background:
    linear-gradient(#ef604d, #ef604d) left 50% / 16px 2px no-repeat,
    linear-gradient(#ef604d, #ef604d) right 50% / 16px 2px no-repeat;
  filter: drop-shadow(0 5px 8px rgba(239, 96, 77, 0.16));
}

.about-flow-card h2 {
  margin: 0;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.05;
}

.about-flow-card h3 {
  margin: 0 0 7px;
  color: #c4512e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.08;
}

.about-flow-card p {
  margin: 14px 0 0;
  color: #4f3521;
  font-size: clamp(0.96rem, 1.8vw, 1.12rem);
  font-weight: 650;
  line-height: 1.48;
}

.about-media-intro {
  text-align: center;
}

.about-media-intro p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.about-media-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 34px);
}

.about-media-split article + article {
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(177, 94, 43, 0.24);
}

.about-check-list {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #4f3521;
  font-size: clamp(0.9rem, 1.65vw, 1.02rem);
  font-weight: 700;
  line-height: 1.28;
}

.about-check-list li {
  position: relative;
  padding-left: 30px;
}

.about-check-list li::before {
  content: "✱";
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ef604d;
  background: rgba(255, 249, 232, 0.72);
  font-size: 0.9rem;
  line-height: 1;
  box-shadow:
    inset 0 0 0 1px rgba(239, 96, 77, 0.22),
    0 5px 10px rgba(91, 67, 43, 0.08);
}

.about-audience-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  text-align: center;
}

.about-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  text-align: center;
}

.about-audience-grid article {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 0 clamp(8px, 1.8vw, 20px);
}

.about-audience-grid article + article {
  border-left: 1px solid rgba(177, 94, 43, 0.24);
}

.about-audience-grid strong {
  color: #c4512e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.42rem, 2.7vw, 2.35rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.about-audience-grid span {
  color: #4f3521;
  font-size: clamp(0.72rem, 1.35vw, 0.9rem);
  font-weight: 750;
  line-height: 1.16;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-top: 20px;
}

.about-profile-grid article {
  min-width: 0;
  padding: clamp(16px, 2.4vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 22px;
  background: rgba(255, 249, 232, 0.34);
}

.about-profile-grid p {
  margin-top: 0;
  font-size: clamp(0.84rem, 1.5vw, 0.96rem);
  line-height: 1.35;
}

.about-themes-card {
  text-align: center;
}

.about-themes-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}

.about-themes-card h2 span {
  width: clamp(44px, 8vw, 92px);
  height: 2px;
  background: #ef604d;
}

.about-theme-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.about-theme-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 249, 232, 0.42);
  color: #4f3521;
  font-size: clamp(0.78rem, 1.4vw, 0.94rem);
  font-weight: 800;
  line-height: 1.1;
}

.about-partnership-card {
  margin-bottom: 0;
  padding-right: clamp(24px, 7vw, 86px);
  padding-left: clamp(24px, 7vw, 86px);
  text-align: center;
}

.about-partnership-card p {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.about-numbers-card {
  padding: clamp(24px, 3.5vw, 34px) clamp(18px, 4vw, 42px) 28px;
  text-align: center;
}

.about-numbers-card h2,
.about-redesign-essences h2 {
  margin: 0 0 22px;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.about-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.about-numbers-grid article {
  min-width: 0;
  padding: 0 clamp(10px, 2.5vw, 26px);
  display: grid;
  justify-items: center;
  gap: 8px;
}

.about-numbers-grid article + article {
  border-left: 1px solid rgba(177, 94, 43, 0.24);
}

.about-stat-icon {
  width: 62px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.about-stat-icon svg {
  width: 34px;
  height: 34px;
}

.about-stat-tiktok {
  background: #169c9a;
}

.about-stat-instagram {
  background: linear-gradient(135deg, #f03c86, #f9a51d);
}

.about-stat-play {
  background: linear-gradient(135deg, #ff8e6a, #ef604d);
}

.about-stat-play::before {
  content: "";
  margin-left: 4px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff7e8;
}

.about-stat-flower {
  background: rgba(255, 220, 190, 0.86);
  font-size: 2rem;
}

.about-numbers-grid strong {
  color: #c4512e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.98;
}

.about-numbers-grid p {
  margin: 0;
  color: #4f3521;
  font-size: clamp(0.86rem, 1.8vw, 1.05rem);
  font-weight: 650;
  line-height: 1.22;
}

.about-redesign-essences {
  padding: clamp(24px, 3.5vw, 34px) clamp(16px, 3vw, 24px) 28px;
  text-align: center;
}

.about-redesign-essences h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
}

.about-redesign-essences h2 span {
  width: clamp(44px, 8vw, 92px);
  height: 2px;
  background: #ef604d;
}

.about-redesign-essence-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1.6vw, 16px);
}

.about-redesign-essence-grid article {
  min-width: 0;
  padding: clamp(12px, 2vw, 18px) 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 22px;
  background: rgba(255, 249, 232, 0.34);
}

.about-redesign-essence-icon {
  width: min(100%, 76px);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e05f39;
  font-size: clamp(2.2rem, 5vw, 3rem);
  background: rgba(255, 236, 205, 0.64);
}

.about-island-thumb {
  background: url("Bilder/optimized/about-island-watercolor-420.jpg?v=20260531") center / cover;
}

.about-redesign-essence-grid h3 {
  margin: 0 0 5px;
  color: #ef604d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.about-redesign-essence-grid article:nth-child(3) h3 {
  color: #357843;
}

.about-redesign-essence-grid article:nth-child(4) h3 {
  color: #d16924;
}

.about-redesign-essence-grid p {
  margin: 0;
  color: #4f3521;
  font-size: clamp(0.78rem, 1.55vw, 0.94rem);
  font-weight: 650;
  line-height: 1.2;
}

.about-redesign-quote {
  margin-bottom: 0;
  padding: clamp(24px, 4vw, 36px) clamp(24px, 6vw, 86px);
}

.about-redesign-quote::before,
.about-redesign-quote::after {
  content: "“";
  position: absolute;
  color: #ef604d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
}

.about-redesign-quote::before {
  left: clamp(22px, 6vw, 76px);
  top: 18px;
}

.about-redesign-quote::after {
  content: "”";
  right: clamp(22px, 6vw, 76px);
  bottom: 10px;
}

.about-redesign-quote p {
  max-width: 690px;
  margin: 0 auto;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 760px) {
  body:has(.about-redesign) {
    background-attachment: scroll;
    background-size: max(128vw, 70vh) auto;
  }

  .about-redesign {
    padding: calc(env(safe-area-inset-top) + 16px) 14px 34px;
  }

  .about-menu-button,
  .about-flower-button {
    top: calc(env(safe-area-inset-top) + 22px);
    width: 54px;
    height: 54px;
  }

  .about-flower-button {
    display: none;
  }

  .about-redesign-logo {
    width: 136px;
    margin-bottom: 8px;
  }

  .about-redesign-hero {
    margin-bottom: 16px;
  }

  .about-redesign-hero h1 {
    font-size: 3rem;
  }

  .about-title-separator {
    width: min(78%, 310px);
  }

  .about-redesign-menu.contact-menu {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    padding: 12px 8px;
    border-radius: 24px;
  }

  .about-redesign-menu .quick-link {
    gap: 5px;
  }

  .about-redesign-menu .quick-icon {
    width: clamp(42px, 10vw, 50px);
    height: clamp(42px, 10vw, 50px);
  }

  .about-redesign-menu .quick-label {
    font-size: clamp(0.46rem, 1.55vw, 0.58rem);
    line-height: 1.05;
  }

  .about-redesign-menu .is-current::after {
    width: 7px;
    height: 7px;
  }

  .about-numbers-card,
  .about-redesign-essences,
  .about-flow-card,
  .about-redesign-quote {
    border-radius: 28px;
  }

  .about-flow-card {
    padding: 24px 20px;
  }

  .about-flow-card::before {
    top: -19px;
    height: 19px;
  }

  .about-media-split,
  .about-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-media-split article + article {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(177, 94, 43, 0.24);
  }

  .about-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .about-audience-grid article:nth-child(3) {
    border-left: 0;
  }

  .about-themes-card h2 {
    gap: 10px;
  }

  .about-themes-card h2 span {
    width: 34px;
  }

  .about-numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .about-numbers-grid article:nth-child(3) {
    border-left: 0;
  }

  .about-stat-icon {
    width: 52px;
  }

  .about-stat-icon svg {
    width: 28px;
    height: 28px;
  }

  .about-redesign-essence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-redesign-essence-grid article:last-child {
    grid-column: 1 / -1;
    width: min(100%, 180px);
    justify-self: center;
  }

  .about-redesign-essences h2 {
    gap: 10px;
  }

  .about-redesign-essences h2 span {
    width: 34px;
  }

  .about-redesign-quote {
    padding: 42px 28px 38px;
  }

  .about-redesign-quote::before,
  .about-redesign-quote::after {
    font-size: 2rem;
  }

  .about-redesign-quote::before {
    left: 24px;
    top: 14px;
  }

  .about-redesign-quote::after {
    right: 24px;
    bottom: 12px;
  }

  .about-redesign-quote p {
    font-size: clamp(1.18rem, 5vw, 1.45rem);
    line-height: 1.45;
  }
}

/* Contact page final responsive reset: one mobile/tablet layout, one desktop layout. */
.contact-page {
  --contact-page-width: min(100%, 760px);
  --contact-card-pad-x: 18px;
  --contact-card-pad-y: 30px;
  --contact-photo-width: min(42vw, 340px);
  width: var(--contact-page-width);
  padding: calc(env(safe-area-inset-top) + 70px) 14px 48px;
  font-family: "Nunito", "Inter", Arial, sans-serif;
}

.contact-hero {
  margin-bottom: 16px;
}

.contact-logo {
  width: 136px;
  margin-bottom: 8px;
}

.contact-hero h1 {
  font-size: 5rem;
}

.contact-menu {
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 24px;
  padding: 12px 8px;
  border-radius: 24px;
}

.contact-menu .quick-link {
  gap: 5px;
}

.contact-menu .quick-icon {
  width: 48px;
  height: 48px;
}

.contact-menu .quick-label {
  min-height: 1.9em;
  display: grid;
  place-items: start center;
  font-size: 0.54rem;
  line-height: 1.05;
  text-align: center;
}

.contact-menu .is-current::after {
  width: 7px;
  height: 7px;
}

.contact-card {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.86fr);
  align-items: start;
  column-gap: 14px;
  row-gap: 18px;
  overflow: hidden;
  padding: var(--contact-card-pad-y) var(--contact-card-pad-x) 20px;
  border-radius: 30px;
}

.contact-photo-panel {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-items: end;
}

.contact-photo-panel::before {
  content: none;
}

.contact-photo-panel figure {
  width: var(--contact-photo-width);
  margin: 0;
  transform: none;
}

.contact-profile {
  max-height: 470px;
  object-position: bottom right;
}

.contact-card-intro {
  grid-column: 1;
  align-self: start;
  justify-items: start;
  gap: 12px;
  margin-top: 0;
  text-align: left;
}

.contact-card-intro .contact-script {
  width: min(100%, 285px);
  max-width: none;
  margin-left: 0;
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1.08;
}

.contact-card-intro .contact-script strong {
  font-size: 1.08em;
}

.contact-card-intro .contact-script .contact-island-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-hibiscus {
  display: inline-grid;
  place-items: center;
  width: 1.38em;
  aspect-ratio: 1;
  margin-top: -0.06em;
  border-radius: 50%;
  background: rgba(255, 236, 205, 0.68);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 0.82em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(91, 67, 43, 0.1);
}

.contact-question-list {
  width: min(100%, 315px);
  max-width: none;
  gap: 10px;
  margin-top: 6px;
  font-size: 0.74rem;
}

.contact-question-list li {
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: auto;
  line-height: 1.14;
}

.contact-question-list li > span {
  width: 25px;
  height: 25px;
  margin-top: -4px;
}

.contact-question-list .palm-mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 249, 238, 0.9), rgba(255, 224, 181, 0.72));
  color: #357843;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 5px 10px rgba(91, 67, 43, 0.1);
}

.contact-question-list .palm-mark svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-location {
  margin-top: 4px;
  padding: 8px 12px 8px 10px;
  font-size: 0.78rem;
}

.contact-message-pill,
.contact-form,
.contact-social-area {
  grid-column: 1 / -1;
}

.contact-message-pill {
  width: 100%;
  margin: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 14px;
  border-radius: 22px;
}

.contact-message-pill > span {
  width: 36px;
  height: 36px;
  font-size: 1.15rem;
}

.contact-message-pill p {
  font-size: 1rem;
  line-height: 1.34;
}

.contact-form {
  gap: 12px;
  padding: 14px;
}

.contact-form input,
.contact-form textarea {
  font-size: 0.95rem;
}

.contact-form textarea {
  min-height: 160px;
}

.contact-socials {
  width: min(100%, 340px);
  gap: 10px;
}

.contact-social-link::before {
  width: 54px;
}

.contact-social-link svg {
  width: 30px;
  height: 30px;
}

.contact-social-link span {
  font-size: 0.78rem;
}

@media (min-width: 1201px) {
  .contact-page {
    --contact-page-width: min(100%, 1180px);
    --contact-card-pad-x: 64px;
    --contact-card-pad-y: 50px;
    --contact-photo-width: min(112%, 600px);
    padding: 34px 28px 44px;
  }

  .contact-logo {
    width: 188px;
    margin-bottom: 14px;
  }

  .contact-hero h1 {
    font-size: 7rem;
  }

  .contact-menu {
    width: min(100%, 900px);
    gap: 24px;
    padding: 24px 36px;
    border-radius: 34px;
  }

  .contact-menu .quick-icon {
    width: 74px;
    height: 74px;
  }

  .contact-menu .quick-label {
    min-height: auto;
    font-size: 0.78rem;
  }

  .contact-menu .is-current::after {
    width: 9px;
    height: 9px;
  }

  .contact-card {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    column-gap: 72px;
    overflow: visible;
    border-radius: 34px;
  }

  .contact-photo-panel {
    align-self: end;
  }

  .contact-photo-panel figure {
    margin: -78px 0 -112px 0;
  }

  .contact-profile {
    max-height: 720px;
  }

  .contact-card-intro {
    gap: 10px;
    margin-top: 34px;
  }

  .contact-card-intro .contact-script {
    width: min(100%, 420px);
    margin-left: 42px;
    font-size: 2rem;
  }

  .contact-question-list {
    width: min(100%, 330px);
    gap: 8px;
    margin-top: 12px;
    font-size: 1rem;
  }

  .contact-question-list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    line-height: 1.1;
  }

  .contact-question-list li > span {
    width: 34px;
    height: 34px;
    font-size: 1.15rem;
  }

  .contact-question-list .palm-mark svg {
    width: 25px;
    height: 25px;
  }

  .contact-location {
    margin-top: 14px;
    padding: 10px 16px 10px 12px;
    font-size: 1rem;
  }

  .contact-message-pill {
    width: min(100%, 560px);
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 24px 16px 18px;
    border-radius: 24px;
  }

  .contact-message-pill > span {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .contact-message-pill p {
    font-size: 1.18rem;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-socials {
    width: min(100%, 470px);
    gap: 42px;
  }

  .contact-social-link::before {
    width: 74px;
  }

  .contact-social-link svg {
    width: 42px;
    height: 42px;
  }

  .contact-social-link span {
    font-size: 0.86rem;
  }
}

/* Contact footer polish. */
.contact-message-pill {
  border: 0;
  background: linear-gradient(135deg, rgba(42, 100, 35, 0.88), rgba(35, 112, 52, 0.84));
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.28);
}

.contact-message-pill > span {
  background: rgba(255, 249, 238, 0.86);
}

.contact-form button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Nunito", "Inter", Arial, sans-serif;
  background: linear-gradient(180deg, rgba(43, 105, 36, 0.98), rgba(36, 91, 30, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 19px rgba(0, 0, 0, 0.18);
}

.contact-form button .send-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.contact-form button .send-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: linear-gradient(180deg, rgba(50, 120, 42, 0.98), rgba(36, 91, 30, 0.98));
}

.contact-social-area {
  margin-top: 2px;
  padding-top: 4px;
  border-top: 0;
}

.contact-social-area h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 10px;
  color: #4f3521;
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
}

.contact-social-area h2::before,
.contact-social-area h2::after {
  content: "";
  width: 22px;
  height: 1px;
  border-radius: 999px;
  background: rgba(79, 53, 33, 0.34);
}

.contact-social-area h2::after {
  width: 16px;
  height: 16px;
  background:
    linear-gradient(108deg, transparent 46%, #357843 47% 53%, transparent 54%),
    radial-gradient(ellipse at 20% 42%, transparent 0 30%, #357843 32% 40%, transparent 42%),
    radial-gradient(ellipse at 70% 24%, transparent 0 30%, #357843 32% 40%, transparent 42%);
}

.contact-socials {
  width: min(100%, 360px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-social-link {
  min-height: 70px;
  padding: 10px 6px 8px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  background: rgba(255, 249, 238, 0.58);
  color: #4f3521;
  box-shadow: 0 9px 18px rgba(91, 67, 43, 0.08);
}

.contact-social-link::before {
  content: none;
}

.contact-social-link svg {
  grid-area: auto;
  width: 26px;
  height: 26px;
}

.contact-social-link span {
  color: #4f3521;
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  background: rgba(255, 249, 238, 0.78);
  box-shadow: 0 12px 22px rgba(91, 67, 43, 0.14);
}

@media (min-width: 1201px) {
  .contact-form button {
    min-height: 58px;
  }

  .contact-socials {
    width: min(100%, 390px);
    gap: 12px;
  }

  .contact-social-link {
    min-height: 78px;
  }

  .contact-social-link svg {
    width: 30px;
    height: 30px;
  }
}

/* Contact intro readability. */
.contact-question-list {
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact-question-list li {
  align-items: center;
  line-height: 1.2;
}

.contact-location {
  width: auto;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #5b432b;
  font-size: 0.86rem;
  font-weight: 700;
}

@media (min-width: 1201px) {
  .contact-question-list {
    font-size: 1.06rem;
  }

  .contact-location {
    margin-top: 16px;
    padding: 0;
    font-size: 1.02rem;
  }
}

/* Keep the mobile/tablet intro compact: the photo should not create vertical gaps. */
@media (max-width: 1200px) {
  .contact-card {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    overflow: hidden;
  }

  .contact-photo-panel {
    position: absolute;
    top: var(--contact-card-pad-y);
    right: var(--contact-card-pad-x);
    z-index: 1;
    width: var(--contact-photo-width);
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    justify-items: stretch;
  }

  .contact-photo-panel figure {
    width: 100%;
    margin: 0;
  }

  .contact-card-intro {
    position: relative;
    z-index: 2;
    width: min(100%, 315px);
    grid-column: 1;
  }

  .contact-message-pill {
    position: relative;
    z-index: 3;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .contact-question-list {
    width: min(100%, 250px);
  }
}

.contact-social-area h2::before,
.contact-social-area h2::after {
  content: none;
}

.contact-message-pill p {
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.32;
}

@media (min-width: 1201px) {
  .contact-message-pill p {
    font-size: 1.08rem;
  }
}

.contact-question-list {
  font-size: 0.8rem;
}

.contact-question-list li {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
}

.contact-question-list li > span {
  width: 22px;
  height: 22px;
  margin-top: -1px;
}

.contact-question-list .palm-mark {
  background: transparent;
  border-radius: 0;
  color: #6c4428;
  box-shadow: none;
  filter: drop-shadow(0 2px 2px rgba(42, 27, 16, 0.3));
}

.contact-question-list .palm-mark svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

@media (min-width: 1201px) {
  .contact-question-list {
    font-size: 0.96rem;
  }

  .contact-question-list li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }

  .contact-question-list li > span {
    width: 28px;
    height: 28px;
  }

  .contact-question-list .palm-mark svg {
    width: 22px;
    height: 22px;
  }
}

.contact-hero h1 {
  color: #4f3521;
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: 2.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 3px 5px rgba(69, 38, 20, 0.22),
    0 10px 18px rgba(91, 38, 18, 0.18);
}

@media (min-width: 1201px) {
  .contact-hero h1 {
    font-size: 3.15rem;
  }
}

.contact-profile {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: add;
}

.contact-photo-panel {
  display: none;
}

.contact-card {
  grid-template-columns: 1fr;
  row-gap: 16px;
}

.contact-card-intro {
  width: min(100%, 520px);
  grid-column: 1 / -1;
}

.contact-card-intro .contact-script {
  width: min(100%, 360px);
}

.contact-question-list {
  width: min(100%, 420px);
}

@media (min-width: 1201px) {
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card-intro {
    width: min(100%, 560px);
    margin-top: 0;
  }

  .contact-card-intro .contact-script {
    width: min(100%, 420px);
    margin-left: 0;
  }

  .contact-question-list {
    width: min(100%, 460px);
  }
}

.contact-card-intro {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.1fr);
  align-items: center;
  column-gap: 28px;
  row-gap: 16px;
}

.contact-intro-copy {
  min-width: 0;
}

.contact-intro-questions {
  min-width: 0;
  justify-self: end;
}

.contact-card-intro .contact-script {
  width: min(100%, 360px);
}

.contact-question-list {
  width: min(100%, 390px);
  margin-top: 0;
}

.contact-location {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
}

@media (min-width: 1201px) {
  .contact-card-intro {
    width: 100%;
    grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1fr);
    column-gap: 48px;
  }

  .contact-intro-questions {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .contact-card-intro {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .contact-intro-questions {
    justify-self: stretch;
  }

  .contact-question-list {
    width: min(100%, 250px);
  }

  .contact-location {
    justify-self: start;
    text-align: left;
  }
}

/* Contact page sketch alignment: layout only, preserving existing colors and typography. */
.contact-page {
  --contact-page-width: min(100%, 1100px);
  --contact-card-width: min(100%, 1040px);
  --contact-glass: rgba(255, 249, 232, 0.7);
  padding: clamp(18px, 2.7vw, 28px) clamp(14px, 3vw, 28px) 44px;
}

.contact-hero {
  display: grid;
  margin-bottom: 8px;
  text-align: center;
}

.contact-page .back-link {
  display: grid;
}

.contact-logo {
  width: clamp(136px, 16vw, 188px);
}

.contact-hero h1 {
  margin-top: -6px;
}

.contact-menu {
  width: var(--contact-card-width);
  margin: 0 auto 18px;
  padding: clamp(18px, 2.1vw, 26px) clamp(34px, 4.8vw, 70px);
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: clamp(24px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background: var(--contact-glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 16px 36px rgba(91, 67, 43, 0.12);
}

.contact-menu .quick-icon {
  width: clamp(64px, 7.1vw, 82px);
  height: clamp(64px, 7.1vw, 82px);
}

.contact-menu .quick-label {
  min-height: auto;
  color: #4f3521;
  font-size: clamp(0.7rem, 1.1vw, 0.86rem);
  font-weight: 900;
  line-height: 1;
}

.contact-card {
  width: var(--contact-card-width);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 54px) clamp(34px, 5vw, 78px) 32px;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(255, 249, 232, 0.78), rgba(255, 232, 190, 0.68));
}

.contact-card-intro {
  width: min(100%, 900px);
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(360px, 1.05fr);
  gap: 16px 38px;
  align-items: center;
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 0;
}

.contact-card-intro .contact-script {
  width: min(100%, 460px);
  margin-left: 0;
  text-align: center;
  color: #4f3521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.55rem, 3.9vw, 3.5rem);
  font-weight: 700;
  line-height: 0.98;
}

.contact-card-intro .contact-script strong {
  text-align: center;
  color: #ef604d;
  font-family: "Caveat", cursive;
  font-size: 0.82em;
  line-height: 0.92;
}

.contact-card-intro .contact-script .contact-island-line {
  justify-content: center;
}

.contact-card-intro .contact-script .contact-island-line .contact-hibiscus {
  order: -1;
}

.contact-intro-copy,
.contact-intro-questions {
  min-width: 0;
}

.contact-intro-copy {
  justify-self: end;
}

.contact-intro-questions {
  justify-self: stretch;
  position: relative;
  padding-left: 34px;
  border-left: 1px solid rgba(177, 94, 43, 0.34);
}

.contact-question-list {
  width: 100%;
  max-width: none;
  margin-top: 0;
  gap: 22px;
  color: #2f2118;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.75vw, 1.45rem);
  font-weight: 500;
}

.contact-location {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
  transform: translateX(clamp(-24px, -2.8vw, -10px));
  margin-top: 2px;
  color: #2f2118;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 700;
}

.contact-message-pill {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 730px);
  margin: 0;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 249, 238, 0.78);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(47, 106, 39, 0.96), rgba(42, 121, 55, 0.94));
  box-shadow: 0 12px 24px rgba(58, 78, 33, 0.22);
}

.contact-message-pill > span {
  width: 56px;
  height: 56px;
  font-size: 1.6rem;
}

.contact-message-pill p {
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.4vw, 1.72rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
}

.contact-form {
  grid-column: 1 / -1;
  width: min(100%, 880px);
  justify-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 0;
  padding: 20px 26px;
  border-radius: 24px;
  background: rgba(255, 249, 232, 0.58);
}

.contact-form label:nth-of-type(3),
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form button {
  width: min(100%, 340px);
  justify-self: center;
  margin-top: 2px;
  color: #fff;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-social-area {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .contact-page {
    --contact-page-width: min(100%, 430px);
    --contact-card-width: min(100%, 390px);
    padding: calc(env(safe-area-inset-top) + 16px) 10px 34px;
  }

  .contact-menu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 14px;
    padding: 10px 8px;
    border-radius: 20px;
  }

  .contact-menu .quick-link {
    gap: 4px;
  }

  .contact-menu .quick-icon {
    width: clamp(42px, 12.5vw, 48px);
    height: clamp(42px, 12.5vw, 48px);
  }

  .contact-menu .quick-label {
    min-height: 1.9em;
    display: grid;
    place-items: start center;
    font-size: clamp(0.47rem, 2vw, 0.56rem);
    line-height: 1.05;
  }

  .contact-card {
    padding: 24px 14px 18px;
    border-radius: 24px;
  }

  .contact-card-intro {
    width: 100%;
    grid-template-columns: minmax(176px, 0.95fr) minmax(0, 0.85fr);
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 4px;
  }

  .contact-card-intro .contact-script {
    width: min(100%, 190px);
    font-size: clamp(1.2rem, 5.3vw, 1.45rem);
    line-height: 1.02;
  }

  .contact-intro-questions {
    padding-left: 10px;
  }

  .contact-question-list {
    gap: 9px;
    font-size: clamp(0.62rem, 3vw, 0.75rem);
    line-height: 1.12;
  }

  .contact-question-list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 6px;
  }

  .contact-question-list li > span {
    width: 20px;
    height: 20px;
  }

  .contact-question-list .palm-mark svg {
    width: 16px;
    height: 16px;
  }

  .contact-location {
    justify-self: center;
    text-align: center;
    font-size: 0.72rem;
    transform: none;
  }

  .contact-message-pill {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .contact-message-pill > span {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
  }

  .contact-message-pill p {
    font-size: 0.88rem;
    line-height: 1.24;
  }

  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    min-height: 42px;
    padding-left: 40px;
    font-size: 0.78rem;
  }

  .contact-form label::before {
    left: 14px;
    width: 16px;
    height: 16px;
  }

  .contact-form textarea {
    min-height: 112px;
  }

  .contact-message-pill,
  .contact-form button {
    width: 100%;
  }

  .contact-form button {
    min-height: 48px;
    font-size: 0.78rem;
  }
}

.quick-label {
  white-space: nowrap;
}

/* Final navigation sizing: one compact phone/tablet state, one desktop state. */
.contact-menu,
.about-redesign-menu.contact-menu {
  width: min(100%, 760px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 12px 8px;
}

.contact-menu .quick-link,
.about-redesign-menu.contact-menu .quick-link {
  min-width: 0;
}

.contact-menu .quick-icon,
.about-redesign-menu.contact-menu .quick-icon {
  width: clamp(42px, 6.5vw, 54px);
  height: clamp(42px, 6.5vw, 54px);
}

.contact-menu .quick-label,
.about-redesign-menu.contact-menu .quick-label {
  min-height: auto;
  display: block;
  overflow: visible;
  font-size: clamp(0.5rem, 1.25vw, 0.62rem);
  line-height: 1;
  white-space: nowrap;
}

.social-only.island-home .quick-label {
  overflow: visible;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .social-only.island-home .quick-label,
  .contact-menu .quick-label,
  .about-redesign-menu.contact-menu .quick-label {
    font-size: clamp(0.36rem, 1.45vw, 0.44rem);
  }
}

@media (min-width: 641px) and (max-width: 1200px) {
  .contact-page {
    --contact-page-width: min(100%, 760px);
    --contact-card-width: min(100%, 760px);
  }
}

@media (max-width: 1200px) {
  .contact-card-intro {
    width: 100%;
    max-width: 620px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .contact-intro-copy,
  .contact-intro-questions {
    width: 100%;
    justify-self: center;
  }

  .contact-card-intro .contact-script {
    width: min(100%, 460px);
    margin: 0 auto;
  }

  .contact-intro-questions {
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(177, 94, 43, 0.26);
  }

  .contact-question-list {
    width: min(100%, 520px);
    margin: 0 auto;
    gap: 12px;
    font-size: clamp(0.86rem, 2.1vw, 1.05rem);
    line-height: 1.22;
  }

  .contact-question-list li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .contact-card-intro .contact-script {
    width: min(100%, 260px);
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .contact-question-list {
    width: min(100%, 290px);
    font-size: clamp(0.72rem, 3.2vw, 0.86rem);
  }
}

@media (min-width: 1201px) {
  .contact-menu,
  .about-redesign-menu.contact-menu {
    width: min(100%, 900px);
    gap: 24px;
    padding: 24px 36px;
  }

  .contact-menu .quick-icon,
  .about-redesign-menu.contact-menu .quick-icon {
    width: 74px;
    height: 74px;
  }

  .contact-menu .quick-label,
  .about-redesign-menu.contact-menu .quick-label {
    font-size: 0.78rem;
  }
}

/* Fale comigo final profile layout. */
.contact-card {
  --contact-profile-overlap: 26px;
  position: relative;
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(210px, 1.1fr);
  align-items: end;
  column-gap: 8px;
  row-gap: 0;
  overflow: hidden;
  padding: 34px 28px 0;
}

.contact-card-intro {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 310px;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: block;
  padding: 0 0 22px;
}

.contact-intro-copy {
  width: 100%;
}

.contact-name {
  margin: 0;
  color: #ef604d;
  font-family: "Caveat", cursive;
  font-size: clamp(2.55rem, 7vw, 3.7rem);
  font-weight: 700;
  line-height: 0.82;
}

.contact-title {
  margin: 4px 0 12px;
  color: #2f7d38;
  font-size: clamp(1.45rem, 3.8vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.contact-bio {
  max-width: 245px;
  margin: 0 0 16px;
  color: #4f3521;
  font-size: clamp(0.82rem, 1.8vw, 0.98rem);
  font-weight: 700;
  line-height: 1.35;
}

.contact-card .contact-location {
  justify-self: start;
  width: auto;
  margin: 0 0 14px;
  padding: 0;
  transform: none;
  color: #4f3521;
  font-size: clamp(0.78rem, 1.55vw, 0.9rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.contact-question-list {
  width: 100%;
  max-width: 300px;
  display: grid;
  gap: 11px;
  margin: 0;
  color: #4f3521;
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: clamp(0.7rem, 1.45vw, 0.86rem);
  font-weight: 900;
  line-height: 1.18;
}

.contact-question-list li {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.contact-question-list li > span {
  width: 22px;
  height: 22px;
  margin: 0;
  color: #ef604d;
  background: transparent;
  box-shadow: none;
}

.contact-question-list .palm-mark svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.contact-photo-panel {
  position: relative;
  display: grid;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  width: min(112%, 430px);
  pointer-events: none;
}

.contact-photo-panel figure {
  width: 100%;
  margin: -20px -24px -6px 0;
}

.contact-profile {
  width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: bottom right;
}

.contact-message-pill {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(100%, 520px);
  justify-self: start;
  margin: calc(-1 * var(--contact-profile-overlap)) 0 0;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3f7f38, #2f681f);
}

.contact-message-pill > span {
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
}

.contact-message-pill p {
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: clamp(0.8rem, 1.75vw, 0.98rem);
  font-weight: 900;
  line-height: 1.16;
}

.contact-form {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 22px 26px 24px;
  border-radius: 26px;
  background: rgba(255, 241, 216, 0.76);
}

.contact-form label span {
  position: static;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
  clip: auto;
  clip-path: none;
  margin: 0 0 6px 48px;
  color: #5b432b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: normal;
}

.contact-form label::before {
  top: 40px;
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 249, 238, 0.88);
}

.contact-form button {
  background: linear-gradient(180deg, #3f7f38, #2f681f);
  text-transform: uppercase;
}

.contact-social-area {
  width: 100%;
  margin-top: 14px;
}

.contact-social-area h2 {
  font-family: "Nunito", "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.contact-socials {
  width: min(100%, 640px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-social-link {
  min-height: 86px;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 249, 238, 0.66);
}

@media (max-width: 640px) {
  .contact-card {
    width: min(100%, 390px);
    grid-template-columns: minmax(182px, 0.96fr) minmax(128px, 0.74fr);
    padding: 26px 18px 0;
  }

  .contact-card-intro {
    max-width: 188px;
    padding-bottom: 16px;
  }

  .contact-name {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .contact-title {
    font-size: clamp(1.35rem, 7vw, 1.7rem);
  }

  .contact-bio {
    max-width: 170px;
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  .contact-card .contact-location {
    margin-bottom: 10px;
    font-size: 0.66rem;
  }

  .contact-question-list {
    max-width: 178px;
    gap: 8px;
    font-size: clamp(0.52rem, 2.55vw, 0.64rem);
    line-height: 1.16;
  }

  .contact-question-list li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
  }

  .contact-question-list li > span,
  .contact-question-list .palm-mark svg {
    width: 17px;
    height: 17px;
  }

  .contact-photo-panel {
    width: 178px;
  }

  .contact-photo-panel figure {
    margin: 42px -6px -4px 0;
  }

  .contact-message-pill {
    width: 100%;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    margin-top: -16px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .contact-message-pill > span {
    width: 38px;
    height: 38px;
  }

  .contact-message-pill p {
    font-size: 0.68rem;
  }

  .contact-form {
    padding: 18px 14px;
  }

  .contact-form label span {
    margin-left: 42px;
    font-size: 0.58rem;
  }

  .contact-form label::before {
    top: 36px;
  }
}

@media (min-width: 1201px) {
  .contact-card {
    width: min(100%, 1040px);
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    padding: 44px 56px 0;
  }

  .contact-card-intro {
    max-width: 360px;
  }

  .contact-photo-panel {
    width: min(112%, 570px);
  }

  .contact-photo-panel figure {
    margin: -56px -46px -8px 0;
  }

  .contact-message-pill {
    width: min(100%, 620px);
    margin-top: -34px;
  }
}

/* Corrected Fale comigo layout: match Sobre Mim width and use one base size plus desktop. */
.contact-page {
  --contact-page-width: min(100%, 531px);
  --contact-card-width: min(100%, 531px);
  width: var(--contact-page-width);
  padding-right: 14px;
  padding-left: 14px;
}

.contact-page .contact-menu,
.contact-page .contact-card {
  width: 100%;
  max-width: 531px;
}

.contact-page .contact-card {
  --contact-profile-overlap: 28px;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  grid-template-areas:
    "intro ."
    "pill pill"
    "form form"
    "social social";
  column-gap: 0;
  row-gap: 8px;
  align-items: start;
  overflow: visible;
  min-height: 0;
  padding: 32px 24px 0;
}

.contact-page .contact-card-intro {
  grid-area: intro;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  padding: 0;
}

.contact-page .contact-name {
  font-size: 3rem;
}

.contact-page .contact-title {
  font-size: 1.7rem;
}

.contact-page .contact-bio {
  max-width: 230px;
  font-size: 0.82rem;
}

.contact-page .contact-card .contact-location {
  font-size: 0.74rem;
}

.contact-page .contact-question-list {
  max-width: 235px;
  gap: 9px;
  font-size: 0.66rem;
  line-height: 1.14;
}

.contact-page .contact-question-list li {
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 7px;
}

.contact-page .contact-question-list li > span,
.contact-page .contact-question-list .palm-mark svg {
  width: 18px;
  height: 18px;
}

.contact-page .contact-photo-panel {
  position: absolute;
  display: grid;
  z-index: 1;
  top: 4px;
  right: -54px;
  width: 330px;
  align-self: auto;
  justify-self: auto;
}

.contact-page .contact-photo-panel figure {
  width: 100%;
  margin: 0;
}

.contact-page .contact-message-pill {
  grid-area: pill;
  position: relative;
  z-index: 4;
  width: min(72%, 390px);
  min-height: 0;
  margin-top: 2px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 26px 26px 12px 12px;
  background: rgba(48, 103, 31, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 24px rgba(53, 89, 34, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.contact-page .contact-message-pill p {
  font-size: 0.6rem;
  line-height: 1.15;
}

.contact-page .contact-message-pill > span {
  width: 32px;
  height: 32px;
  font-size: 0.95rem;
}

.contact-page .contact-form {
  grid-area: form;
  position: relative;
  z-index: 4;
  grid-template-columns: 1fr;
  gap: 13px;
}

.contact-page .contact-social-area {
  grid-area: social;
}

.contact-page .contact-form label,
.contact-page .contact-form label:nth-of-type(3),
.contact-page .contact-form button {
  grid-column: 1;
}

.contact-page .contact-form button {
  width: min(100%, 330px);
  min-height: 36px;
  justify-self: center;
  padding: 0 24px;
  background: linear-gradient(180deg, #2f6c24, #245319);
  font-size: 0.78rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 7px 14px rgba(28, 66, 20, 0.2);
}

.contact-page .contact-form button .send-icon {
  width: 18px;
  height: 18px;
}

@media (min-width: 1201px) {
  .contact-page {
    --contact-page-width: min(100%, 900px);
    --contact-card-width: min(100%, 900px);
    padding-right: 0;
    padding-left: 0;
  }

  .contact-page .contact-menu,
  .contact-page .contact-card {
    width: 900px;
    max-width: 100%;
  }

  .contact-page .contact-card {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    grid-template-areas:
      "intro ."
      "pill pill"
      "form form"
      "social social";
    padding: 44px 54px 0;
  }

  .contact-page .contact-name {
    font-size: 3.7rem;
  }

  .contact-page .contact-title {
    font-size: 2rem;
  }

  .contact-page .contact-bio {
    max-width: 280px;
    font-size: 0.98rem;
  }

  .contact-page .contact-card .contact-location {
    font-size: 0.88rem;
  }

  .contact-page .contact-question-list {
    max-width: 330px;
    gap: 12px;
    font-size: 0.86rem;
  }

  .contact-page .contact-photo-panel figure {
    width: 100%;
    margin: 0;
  }

  .contact-page .contact-photo-panel {
    top: -62px;
    right: -58px;
    width: 620px;
  }

  .contact-page .contact-message-pill {
    width: min(72%, 460px);
    margin-top: 2px;
  }

  .contact-page .contact-message-pill p {
    font-size: 0.68rem;
  }
}

.contact-page .contact-hero {
  gap: 0;
  margin-bottom: 10px;
}

.contact-page .contact-hero h1 {
  color: #4f3521;
  font-family: "Quicksand", "Nunito", "Inter", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: none;
}

.contact-page .contact-title-separator {
  width: min(78%, 310px);
  height: auto;
  display: block;
  margin: -2px auto 0;
  pointer-events: none;
}

.contact-page .contact-question-list,
.contact-page .contact-question-list li {
  font-weight: 500;
}

.contact-page .contact-message-heading {
  max-width: 285px;
  color: #ef604d;
  letter-spacing: 0;
}

.contact-page .contact-message-heading > span {
  display: block;
  white-space: nowrap;
}

.contact-page .contact-message-heading + .contact-title {
  margin-top: 6px;
  color: #2f7d38;
  font-family: "Nunito", "Inter", Arial, sans-serif;
}

.contact-page .contact-question-list .palm-mark {
  color: #ef604d;
  background: transparent;
  box-shadow: none;
}

.contact-page .contact-question-list .palm-mark svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-7deg);
}

.contact-page .contact-question-list .palm-mark svg path:first-child {
  fill: rgba(239, 96, 77, 0.1);
}

.contact-page .contact-social-area {
  width: 100%;
  margin-top: 10px;
  padding: 14px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 22px;
  background: rgba(255, 239, 204, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 24px rgba(91, 67, 43, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.contact-page .contact-social-area h2 {
  margin-bottom: 10px;
}

.contact-page .contact-socials {
  width: 100%;
  max-width: 424px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-page .contact-social-link {
  min-height: 72px;
  padding: 10px 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 249, 238, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 8px 16px rgba(91, 67, 43, 0.08);
}

@media (min-width: 1201px) {
  .contact-page .contact-hero h1 {
    font-size: 4rem;
  }

  .contact-page .contact-title-separator {
    width: min(56%, 420px);
  }

  .contact-page .contact-message-heading {
    max-width: 340px;
  }

  .contact-page .contact-social-area {
    width: min(100%, 520px);
    justify-self: center;
    padding: 16px 18px 18px;
  }

  .contact-page .contact-socials {
    max-width: 470px;
  }
}

@media (max-width: 640px) {
  .contact-page .contact-card-intro {
    width: min(61vw, 218px);
  }

  .contact-page .contact-message-heading {
    max-width: min(61vw, 218px);
    font-size: clamp(1.95rem, 9.4vw, 2.42rem);
    line-height: 0.88;
  }

  .contact-page .contact-card {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    overflow: hidden;
    padding-top: 28px;
  }

  .contact-page .contact-title {
    font-size: clamp(1.28rem, 6vw, 1.55rem);
  }

  .contact-page .contact-bio {
    max-width: min(55vw, 190px);
    font-size: 0.72rem;
  }

  .contact-page .contact-card .contact-location {
    max-width: min(56vw, 198px);
    font-size: 0.64rem;
  }

  .contact-page .contact-question-list {
    max-width: min(56vw, 198px);
    font-size: clamp(0.54rem, 2.35vw, 0.62rem);
  }

  .contact-page .contact-photo-panel {
    top: 92px;
    right: -18px;
    width: clamp(160px, 52vw, 212px);
  }

  .contact-page .contact-profile {
    filter: drop-shadow(0 16px 24px rgba(91, 67, 43, 0.18));
  }
}
