:root {
  --bordeaux: #4b0d0d;
  --amber: #d07a2a;
  --gold: #d9b56e;
  --night-blue: #0b1b2b;
  --dark-brown: #150605;
  --cream: #f4ede2;
  --shadow: rgba(0, 0, 0, 0.25);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--dark-brown);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-fast {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  background: transparent;
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.scrolled {
  background: rgba(21, 6, 5, 0.8);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(217, 181, 110, 0.2);
}

.site-header.menu-open {
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
}

.site-header.menu-open .menu-toggle {
  background: rgba(5, 5, 8, 0.7);
}

.logo {
  width: 120px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
  transition: opacity 0.3s ease;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  background: transparent;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 40;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(217, 181, 110, 0.3);
}

.overlay-menu {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 8, 0.85);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.45s ease;
  z-index: 20;
}

.overlay-menu.open {
  transform: translateX(0);
}

.overlay-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(420px, 80%);
  background: var(--night-blue);
  padding: 7rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(217, 181, 110, 0.3);
}

.overlay-content a {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  color: var(--cream);
  letter-spacing: 0.04em;
  transition: color 0.3s ease, transform 0.3s ease;
}

.overlay-content a:hover {
  color: var(--gold);
  transform: translateX(6px);
}

main {
  padding-top: 0;
}

section {
  padding: 5rem 8vw;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: center;
  position: relative;
  background: linear-gradient(120deg, rgba(75, 13, 13, 0.9), rgba(11, 27, 43, 0.85));
  overflow: hidden;
  --hero-blur: 0px;
  --hero-text-opacity: 1;
  --hero-text-translate: 0px;
}

.home-hero {
  background: linear-gradient(120deg, rgba(75, 13, 13, 0.6), rgba(11, 27, 43, 0.55)),
    url("herorisolart.png") center/cover no-repeat;
}

.menu-hero {
  background: linear-gradient(120deg, rgba(75, 13, 13, 0.5), rgba(11, 27, 43, 0.35)),
    url("menuhero.jpg") center/cover no-repeat;
}

.about-hero {
  background: linear-gradient(120deg, rgba(75, 13, 13, 0.55), rgba(11, 27, 43, 0.45)),
    url("aboutus.png") center/cover no-repeat;
}

.menu-hero .hero-content {
  gap: 0.05rem;
}

.menu-hero .hero-subtitle {
  margin-top: -0.2rem;
}

.menu-hero .hero-label-title {
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0.18em;
}

.inner-hero {
  min-height: 100vh;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(217, 181, 110, 0.18), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(208, 122, 42, 0.2), transparent 60%);
  pointer-events: none;
  backdrop-filter: blur(var(--hero-blur));
  transition: backdrop-filter 0.35s ease;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  opacity: var(--hero-text-opacity);
  transform: translateY(var(--hero-text-translate));
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 2;
}

.scroll-indicator span {
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(244, 237, 226, 0.85);
  border-bottom: 2px solid rgba(244, 237, 226, 0.85);
  transform: rotate(45deg);
  animation: scrollBounce 1.6s infinite;
}

.scroll-indicator span:nth-child(2) {
  animation-delay: 0.2s;
  opacity: 0.8;
}

.scroll-indicator span:nth-child(3) {
  animation-delay: 0.4s;
  opacity: 0.6;
}

@keyframes scrollBounce {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.3;
  }
  40% {
    transform: translateY(6px) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: translateY(12px) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.3;
  }
}

.hero-center {
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 0;
}

.hero-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.hero-label-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: normal;
  margin-top: 0;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.hero-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.home-hero-title {
  margin-top: 2rem;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 380px;
  margin-top: 0;
}

.cta {
  background: var(--amber);
  color: var(--dark-brown);
  border: 1px solid var(--gold);
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(208, 122, 42, 0.35);
  background: var(--gold);
}

.cta.ghost {
  background: transparent;
  color: var(--cream);
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.visual-frame {
  width: min(360px, 80vw);
  height: 420px;
  border: 1px solid var(--gold);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(217, 181, 110, 0.1), rgba(75, 13, 13, 0.6));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
}


.menu-section {
  background: linear-gradient(180deg, rgba(75, 13, 13, 0.95), rgba(11, 27, 43, 0.85));
  border-top: 1px solid rgba(217, 181, 110, 0.2);
  border-bottom: 1px solid rgba(217, 181, 110, 0.2);
}

.menu-search {
  margin: 0 auto 2.5rem;
  max-width: 1100px;
  width: 100%;
}

.menu-search-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-search-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
}

.menu-search-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.4rem 1.8rem;
  border-radius: 22px;
  border: 1px solid rgba(217, 181, 110, 0.45);
  background: rgba(11, 27, 43, 0.55);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.4);
}

.menu-search-icon {
  font-size: 1.3rem;
  color: rgba(244, 237, 226, 0.7);
  display: inline-flex;
  align-items: center;
}

.menu-search-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.menu-search-field input {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--cream);
  font-size: 1.1rem;
  outline: none;
}

.menu-search-field input::placeholder {
  color: rgba(244, 237, 226, 0.6);
}

.menu-search-feedback {
  min-height: 1.5rem;
  font-size: 0.95rem;
  color: rgba(244, 237, 226, 0.7);
}

.teaser-section {
  background: var(--dark-brown);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.teaser-section.alt {
  background: var(--bordeaux);
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: center;
  position: relative;
}

.teaser-panel {
  background: #8b7450;
  padding: 3rem;
  border-radius: 24px;
  color: #fdf5ea;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.teaser-section.alt .teaser-panel {
  background: #7a5c3a;
}

.teaser-kicker {
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(253, 245, 234, 0.75);
}

.teaser-panel h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  margin: 0;
  line-height: 1.1;
}

.teaser-panel p {
  color: rgba(253, 245, 234, 0.85);
}

.teaser-action {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.teaser-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(217, 181, 110, 0.6);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.2);
}

.teaser-media {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
  min-height: 200px;
}

.teaser-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 26px;
  border: 1px solid rgba(217, 181, 110, 0.4);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.4);
  transform: translateX(-12%);
  object-fit: cover;
}

.teaser-map {
  width: 100%;
  height: 780px;
  min-height: 780px;
  border-radius: 26px;
  border: 1px dashed rgba(217, 181, 110, 0.5);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.35);
  transform: translateX(-12%);
  overflow: hidden;
}

.teaser-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(100%);
}

.teaser-section.alt .teaser-map {
  transform: translateX(12%);
}

.teaser-section.alt .teaser-media img {
  transform: translateX(12%);
}

.teaser-media::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 80%;
  border: 1px solid rgba(217, 181, 110, 0.35);
  border-radius: 26px;
  top: 10%;
  left: 6%;
  z-index: -1;
}

.teaser-section.alt .teaser-media::after {
  left: auto;
  right: 6%;
}

.story-section {
  background: linear-gradient(180deg, rgba(21, 6, 5, 0.95), rgba(11, 27, 43, 0.9));
  border-top: 1px solid rgba(217, 181, 110, 0.2);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: start;
}

.story-content h3 {
  font-family: "DM Sans", sans-serif;
  margin: 1.5rem 0 0.75rem;
  color: var(--gold);
}

.story-content p {
  margin-bottom: 1rem;
  color: rgba(244, 237, 226, 0.85);
}

.story-lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--cream);
}

.story-visual {
  display: grid;
  gap: 1.5rem;
}

.story-card {
  min-height: 180px;
  border-radius: 18px;
  border: 1px solid rgba(217, 181, 110, 0.3);
  background: rgba(11, 27, 43, 0.6);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  color: rgba(244, 237, 226, 0.6);
  text-align: center;
  padding: 1.5rem;
  overflow: hidden;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.story-card.accent {
  border-color: rgba(208, 122, 42, 0.5);
  background: linear-gradient(140deg, rgba(208, 122, 42, 0.25), rgba(75, 13, 13, 0.6));
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-category {
  background: rgba(11, 27, 43, 0.6);
  padding: 2.5rem;
  border-radius: 22px;
  border: 1px solid rgba(217, 181, 110, 0.25);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  columns: 2;
  column-gap: 2.5rem;
  position: relative;
}

.menu-category h3 {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 1.8rem;
  color: var(--gold);
  font-size: 1.6rem;
  column-span: all;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding-right: 170px;
}

.menu-category h3::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(217, 181, 110, 0.35);
}

.menu-note {
  position: absolute;
  right: 0;
  top: 0.1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(244, 237, 226, 0.7);
  font-weight: 600;
  white-space: nowrap;
}

.menu-card {
  padding: 0.75rem 0;
  border-bottom: 1px dashed rgba(217, 181, 110, 0.25);
  break-inside: avoid;
}

.menu-card.is-hidden {
  display: none;
}

.menu-card:last-child {
  border-bottom: none;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  gap: 1rem;
}

.item-name {
  color: var(--cream);
}

.item-price {
  color: var(--amber);
  white-space: nowrap;
}

.item-desc {
  font-size: 0.9rem;
  color: rgba(244, 237, 226, 0.7);
}

.about-immersive {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: linear-gradient(145deg, rgba(11, 27, 43, 0.95), rgba(75, 13, 13, 0.85));
  border-top: 1px solid rgba(217, 181, 110, 0.2);
  border-bottom: 1px solid rgba(217, 181, 110, 0.2);
  position: relative;
  overflow: hidden;
}

.about-immersive::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(217, 181, 110, 0.18), transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(208, 122, 42, 0.15), transparent 45%);
  opacity: 0.7;
  pointer-events: none;
}

.about-immersive > * {
  position: relative;
  z-index: 1;
}

.about-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  color: rgba(244, 237, 226, 0.7);
  display: inline-block;
  margin-bottom: 0.6rem;
}

.about-spotlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  align-items: center;
}

.about-spotlight-text h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.about-spotlight-text p {
  color: rgba(244, 237, 226, 0.82);
  margin-bottom: 1rem;
}

.about-spotlight-media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 110, 0.4);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 5, 8, 0.2), rgba(5, 5, 8, 0.65));
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.about-spotlight-media:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 34px 60px rgba(0, 0, 0, 0.45);
}

.about-spotlight-media:hover::after {
  opacity: 0.15;
}

.about-spotlight-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.about-spotlight-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(5, 5, 8, 0.7);
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(217, 181, 110, 0.35);
  backdrop-filter: blur(6px);
}

.about-spotlight-caption h3 {
  margin-bottom: 0.4rem;
}

.about-sensory {
  padding: 2.5rem;
  border-radius: 28px;
  border: 1px solid rgba(217, 181, 110, 0.25);
  background: rgba(11, 27, 43, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.about-sensory::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(217, 181, 110, 0.2), transparent 45%);
  opacity: 0.5;
  pointer-events: none;
}

.about-sensory-header {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.about-sensory-header h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.about-sensory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
}

.sensory-card {
  padding: 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(217, 181, 110, 0.35);
  background: rgba(75, 13, 13, 0.35);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sensory-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 181, 110, 0.6);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
}

.sensory-card span {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: rgba(244, 237, 226, 0.6);
}

.sensory-card h4 {
  margin: 0.6rem 0;
  font-size: 1.1rem;
}

.sensory-card p {
  color: rgba(244, 237, 226, 0.8);
  font-size: 0.95rem;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.about-gallery-item {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 110, 0.35);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 46px rgba(0, 0, 0, 0.45);
}

.about-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.about-gallery-item--tall img {
  min-height: 320px;
}

.about-manifesto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 28px;
  border: 1px solid rgba(217, 181, 110, 0.3);
  background: rgba(5, 5, 8, 0.55);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  align-items: start;
}

.about-manifesto-text {
  margin-top: 3.2rem;
}

.about-manifesto h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.about-manifesto p {
  color: rgba(244, 237, 226, 0.82);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.about-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.about-chip {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 181, 110, 0.5);
  background: rgba(208, 122, 42, 0.15);
  font-size: 0.85rem;
  color: rgba(244, 237, 226, 0.85);
}

.contact-section {
  background: var(--dark-brown);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.contact-card {
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(217, 181, 110, 0.3);
  background: rgba(11, 27, 43, 0.5);
  box-shadow: 0 12px 24px var(--shadow);
}

.contact-card h4 {
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
  color: var(--gold);
}

.whatsapp-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.whatsapp-form label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(244, 237, 226, 0.6);
}

.whatsapp-form textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border-radius: 16px;
  border: 1px solid rgba(217, 181, 110, 0.35);
  background: rgba(11, 27, 43, 0.55);
  color: var(--cream);
  padding: 0.9rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  outline: none;
}

.whatsapp-form textarea::placeholder {
  color: rgba(244, 237, 226, 0.5);
}

.whatsapp-button {
  background: #25d366;
  color: #08140c;
  border: none;
}

.whatsapp-button:hover {
  background: #1fb95a;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.3);
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.contact-list li {
  display: grid;
  gap: 0.2rem;
}

.contact-list span:first-child {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(244, 237, 226, 0.6);
}

.contact-list a,
.contact-list span:last-child {
  color: var(--cream);
  font-weight: 500;
}

.contact-socials {
  display: flex;
  gap: 0.75rem;
}

.contact-social {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(217, 181, 110, 0.5);
  background: rgba(208, 122, 42, 0.18);
  color: var(--cream);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-social:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 181, 110, 0.8);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.3);
}

.contact-social.instagram {
  color: #e4405f;
}

.contact-social.facebook {
  color: #1877f2;
}

.contact-social svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.social-icons {
  display: flex;
  gap: 0.8rem;
}

.social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(217, 181, 110, 0.5);
  background: rgba(208, 122, 42, 0.2);
}

.map-placeholder {
  margin-top: 2.5rem;
  height: 240px;
  border-radius: 20px;
  border: 1px dashed rgba(217, 181, 110, 0.4);
  display: grid;
  place-items: center;
  color: rgba(244, 237, 226, 0.6);
  overflow: hidden;
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
}

.site-footer {
  padding: 2rem 8vw;
  text-align: left;
  border-top: 1px solid rgba(217, 181, 110, 0.2);
  background: rgba(5, 5, 8, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.footer-brand h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.footer-brand p {
  color: rgba(244, 237, 226, 0.75);
  margin-bottom: 0.4rem;
}

.footer-contacts h4,
.footer-socials h4 {
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: rgba(244, 237, 226, 0.6);
}

.footer-contacts a,
.footer-socials a {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--cream);
  font-weight: 500;
}

.footer-note {
  text-align: center;
  color: rgba(244, 237, 226, 0.6);
  font-size: 0.85rem;
}

.social-section {
  background: radial-gradient(circle at top right, rgba(217, 181, 110, 0.12), transparent 45%),
    var(--night-blue);
  border-top: 1px solid rgba(217, 181, 110, 0.2);
}

.social-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.social-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  color: rgba(244, 237, 226, 0.7);
}

.social-header h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-top: 0.4rem;
}

.social-header p {
  max-width: 420px;
  color: rgba(244, 237, 226, 0.75);
}

.social-tagline {
  white-space: nowrap;
  text-wrap: nowrap;
  overflow-wrap: normal;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  max-width: 100%;
  display: inline-block;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.8rem;
  border-radius: 22px;
  border: 1px solid rgba(217, 181, 110, 0.35);
  background: rgba(75, 13, 13, 0.35);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
  color: var(--cream);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.social-card h3 {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0.3rem;
}

.social-card span {
  color: rgba(244, 237, 226, 0.7);
  font-size: 0.9rem;
}

.social-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.45);
  border-color: rgba(217, 181, 110, 0.7);
}

.social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(217, 181, 110, 0.6);
  display: grid;
  place-items: center;
  background: rgba(11, 27, 43, 0.5);
  flex-shrink: 0;
}

.social-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 6vw;
  }

  .overlay-content {
    padding: 6rem 2rem;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .menu-category {
    columns: 1;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 82vh;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-hero {
    background: linear-gradient(120deg, rgba(75, 13, 13, 0.6), rgba(11, 27, 43, 0.55)),
      url("herorisolart1.png") center/cover no-repeat;
  }

  .hero-content {
    align-items: center;
  }

  .hero-title {
    white-space: normal;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .scroll-indicator {
    bottom: 1.5rem;
  }

  .menu-search-field {
    padding: 1rem 1.2rem;
  }

  .menu-search-label {
    font-size: 1.1rem;
  }

  .menu-category {
    padding: 1.8rem;
  }

  .menu-category h3 {
    font-size: 1.35rem;
    padding-right: 0;
    flex-wrap: wrap;
  }

  .menu-note {
    position: static;
    margin-left: auto;
    font-size: 0.7rem;
  }

  .about-spotlight {
    grid-template-columns: 1fr;
  }

  .about-spotlight-media img {
    min-height: 260px;
  }

  .about-sensory {
    padding: 1.6rem;
  }

  .about-gallery {
    grid-template-columns: 1fr;
  }

  .about-gallery-item--tall img {
    min-height: 240px;
  }

  .about-manifesto {
    padding: 1.6rem;
  }

  .about-manifesto-text {
    margin-top: 0.8rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-socials {
    justify-content: flex-start;
  }

  .contact-social {
    width: 60px;
    height: 60px;
  }

  .contact-social svg {
    width: 28px;
    height: 28px;
  }

  .map-placeholder {
    height: 200px;
  }

  .social-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-tagline {
    white-space: normal;
  }

  .social-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.menu-open .logo {
    opacity: 0;
    pointer-events: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-note {
    text-align: left;
  }
}
