*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --canvas: #efe6dc;
  --paper: rgba(249, 243, 236, 0.84);
  --paper-strong: rgba(250, 245, 239, 0.96);
  --ink: #221a16;
  --muted: #66534a;
  --brick: #ad6842;
  --brick-deep: #7d4529;
  --gold: #d7b48a;
  --line: rgba(34, 26, 22, 0.12);
  --shadow: 0 30px 80px rgba(34, 26, 22, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(215, 180, 138, 0.45), transparent 28rem),
    linear-gradient(180deg, #f7f0e8 0%, #efe6dc 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.14;
  mix-blend-mode: soft-light;
}

img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.page-shell::before {
  content: '';
  position: absolute;
  inset: auto auto -12rem -10rem;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: rgba(173, 104, 66, 0.14);
  filter: blur(18px);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: clamp(1.25rem, 2vw, 2rem);
  display: grid;
  align-items: center;
}

.hero-media,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(24, 17, 13, 0.7) 0%, rgba(24, 17, 13, 0.35) 40%, rgba(24, 17, 13, 0.65) 100%),
    image-set(
      url('/Le-Bon-Apart-Gorinchem-57-991x1024.jpg') 1x,
      url('/Le-Bon-Apart-Gorinchem-57.jpg') 2x
    );
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-wash {
  background:
    linear-gradient(130deg, rgba(239, 230, 220, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(12, 9, 7, 0.08), rgba(12, 9, 7, 0.34));
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(280px, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: center;
}

.notice-card {
  position: relative;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    var(--paper);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.notice-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(215, 180, 138, 0.45), rgba(215, 180, 138, 0));
  pointer-events: none;
}

.eyebrow {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brick-deep);
}

.location-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(125, 69, 41, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brick-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  height: auto;
  margin-bottom: 1.35rem;
  margin-top: 1rem;
}

h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.lead {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin: 1.2rem 0 0;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(34, 26, 22, 0.88);
}

.lead.secondary {
  color: var(--muted);
}

.info-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.55rem;
}

.info-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 26, 22, 0.08);
  background: rgba(255, 255, 255, 0.42);
  color: rgba(34, 26, 22, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-grid {
  position: relative;
  z-index: 1;
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.contact-card {
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.38)),
    var(--paper-strong);
  border: 1px solid rgba(34, 26, 22, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 16px 30px rgba(34, 26, 22, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(173, 104, 66, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 22px 38px rgba(34, 26, 22, 0.14);
}

.contact-card:focus-visible {
  outline: 2px solid rgba(173, 104, 66, 0.42);
  outline-offset: 3px;
}

.contact-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brick-deep);
}

.contact-value {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
}

.action-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.action-button:hover,
.action-button:focus-visible {
  transform: translateY(-2px);
}

.action-button:focus-visible {
  outline: 2px solid rgba(173, 104, 66, 0.42);
  outline-offset: 3px;
}

.action-button-primary {
  color: #fffaf6;
  background: linear-gradient(135deg, #9d5d39, #7d4529);
  box-shadow: 0 16px 28px rgba(125, 69, 41, 0.28);
}

.action-button-primary:hover,
.action-button-primary:focus-visible {
  box-shadow: 0 20px 34px rgba(125, 69, 41, 0.34);
}

.action-button-secondary {
  color: var(--brick-deep);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(125, 69, 41, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.status-row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(34, 26, 22, 0.08);
  color: rgba(34, 26, 22, 0.85);
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8b78e, #a36141);
  box-shadow: 0 0 0 0 rgba(173, 104, 66, 0.5);
  animation: pulse 2.4s ease infinite;
}

.footer-note {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  color: rgba(34, 26, 22, 0.56);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.gallery-panel {
  position: relative;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  border-radius: 2rem;
  background: rgba(17, 12, 10, 0.24);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(12, 9, 7, 0.24);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.gallery-heading {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  padding: 0.4rem 0.2rem 0;
}

.gallery-kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 239, 226, 0.78);
}

.gallery-subtitle {
  margin: 0.6rem 0 0;
  max-width: 34rem;
  font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
  color: rgba(255, 248, 241, 0.96);
}

.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 14rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 36px rgba(12, 9, 7, 0.22);
}

.photo-card-large {
  grid-column: 1 / -1;
  min-height: 18rem;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 16, 12, 0) 48%, rgba(22, 16, 12, 0.78) 100%);
}

.photo-card:hover img {
  transform: scale(1.04);
}

.photo-card figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 247, 239, 0.95);
  text-wrap: balance;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(173, 104, 66, 0.42);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(173, 104, 66, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(173, 104, 66, 0);
  }
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .notice-card,
  .gallery-panel {
    max-width: 46rem;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 0.9rem;
  }

  .notice-card,
  .gallery-panel {
    border-radius: 1.5rem;
  }

  h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .contact-grid,
  .gallery-panel {
    grid-template-columns: 1fr;
  }

  .action-row {
    flex-direction: column;
  }

  .action-button {
    width: 100%;
  }

  .photo-card-large {
    grid-column: auto;
  }

  .photo-card {
    min-height: 13rem;
  }

  .contact-value {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
