:root {
  --green: #1f3d2b;
  --green-light: #2a5238;
  --cream: #f4f1ea;
  --gold: #d4b483;
  --gold-light: #e8cfa3;
  --brown: #2b2b2b;
  --white: #ffffff;
  --gray-text: #f4f1ea99;
  --overlay: rgba(18, 32, 22, 0.62);
  --section-gap: 100px;
}

/* =========================================================
   GLOBAL / BASE
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  background: var(--cream);
  color: var(--brown);
  overflow-x: hidden;
}

.container-site {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
}

p {
  line-height: 1.75;
  font-weight: 300;
  color: #444;
}

.eyebrow {
  display: block;
  font-weight: 400;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.green-bg.eyebrow {
  color: var(--gold);
}

.gold-rule {
  width: 60px;
  height: 2px;
  background: var(--gold);
  display: block;
  margin: 20px auto;
}

.gold-rule.left {
  margin-left: 0;
}

/* =========================================================
   HEADER / FOOTER / THEME OVERRIDES
========================================================= */

.header {
  background-color: white;
  color: var(--green);
  box-shadow: 0 0 10px 2px #0000001f;
}

.header__top {
  background-color: var(--green);
  color: white;
}

.footer {
  background-color: var(--green);
  color: white;
}

.footer__bottom {
  background-color: var(--gold);
  color: var(--brown);
}

.footer__tender-images,
.footer__tender-text {
  text-align: center;
}

.footer__tender-images img {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 1rem 0;
}

.footer__tender-imgcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

ul.footer__share svg {
  fill: var(--green);
}

.menu .impersonated__wrapper,
.menu a,
.menu a:visited,
.menu button {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
}

.header__links .icon,
.header__params .icon,
.footer a:active,
.footer a:hover,
.footer button:active,
.footer button:hover,
.footer__links .icon,
.footer__params .icon,
.footer__share-item a:hover {
  color: var(--gold);
}

li:has(svg.icon--heart),
li:has(svg.icon--heart-empty),
li:has(svg.icon--random),
li:has(svg.icon--search),
li:has(svg.icon--user),
li:has(svg.icon--sign-out-alt),
li:has(svg.icon--user-plus),
.cover.cover--static,
.article__footer,
button[data-tabhref="#usermenu"],
nav.breadcrumbs {
  display: none !important;
}

button.drawer__tab {
  justify-content: flex-start;
  padding: 15px;
}

.drawer__close {
  color: var(--gold);
}

.usp-item svg,
.loc-item svg,
.social-icon svg,
.accomm-feat svg {
  fill: none;
}

section.homepage-static-content {
  padding-top: 0;
  margin-top: 0;
}

section.hero-custom {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .site-wrap {
    padding-top: 124.93px;
  }

  .header__middle {
    padding: 14px 0;
  }

  .header__logo {
    height: 65px;
  }

  .header__logo img {
    max-height: 75px;
  }

  .footer__bottom-inner {
    padding: 20px;
  }

  .menu
    .nav__subnav-parent:not(.menu__dropdown .nav__subnav-parent).selected
    > a,
  .menu
    .nav__subnav-parent:not(.menu__dropdown .nav__subnav-parent).selected
    > a:visited,
  .menu
    .nav__subnav-parent:not(.menu__dropdown .nav__subnav-parent).selected
    > button,
  .menu a:active,
  .menu a:hover,
  .menu a:visited:active,
  .menu a:visited:hover,
  .menu button:active,
  .menu button:hover,
  .menu li.active > a,
  .menu li.active > a:visited,
  .menu li.active > button,
  .menu li.selected > a,
  .menu li.selected > a:visited,
  .menu li.selected > button {
    color: var(--gold);
  }
}

@media (max-width: 1199.98px) {
  .menu li.selected > a,
  .menu li.selected > a:visited,
  .menu li.selected > button {
    color: var(--gold);
  }

  .menu .menu__param > .icon,
  .menu a:visited > .icon,
  .menu a > .icon,
  .menu button > .icon {
    fill: var(--gold);
  }
}

@media (max-width: 768px) {
  .footer__tender-imgcontainer {
    flex-direction: column;
  }
}

/* =========================================================
   BUTTONS
========================================================= */

.btn,
a.card__more,
.button,
.trafify-form-element .rendered-form .form__item--submit .button {
  display: inline-block;
  padding: 14px 36px;
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-primary,
form button {
  background: var(--gold) !important;
  color: var(--green) !important;
}

.btn-primary:hover,
form button:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 180, 131, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(244, 241, 234, 0.5);
}

.btn-outline:hover {
  background: rgba(244, 241, 234, 0.1);
  border-color: var(--gold);
  color: var(--gold);
}

.btn-dark,
a.card__more,
.button,
.trafify-form-element .rendered-form .form__item--submit .button {
  background: var(--green);
  color: var(--cream);
}

.btn-dark:hover,
.card__more:not([disabled]):hover,
.button:not([disabled]):hover,
.trafify-form-element
  .rendered-form
  .form__item--submit
  .button:not([disabled]):hover {
  background: var(--green-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 61, 43, 0.3);
}

/* =========================================================
   HOMEPAGE - HERO EDITABLE
========================================================= */

#hero {
  position: relative;
  min-height: 65svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green);
}

.hero-editable {
  position: relative;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(18, 32, 22, 0.8) 0%,
    rgba(18, 32, 22, 0.45) 60%,
    rgba(18, 32, 22, 0.75) 100%
  );
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--green));
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 65svh;
  object-fit: cover;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 0 60px;
}

.hero-eyebrow {
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}

.hero-title {
  color: var(--cream);
  margin-bottom: 8px;
  margin-top: 0;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  color: rgba(244, 241, 234, 0.75);
  font-weight: 300;
  max-width: 500px;
  margin: 24px 0 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.hero-scroll span {
  color: rgba(244, 241, 234, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.15);
  }
}

/* =========================================================
   ETLAP - HERO
========================================================= */

.hero__bg-img {
  width: 100%;
  height: 100%;
  min-height: 65svh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(20, 40, 29, 0.85) 0%,
    rgba(20, 40, 29, 0.55) 60%,
    rgba(20, 40, 29, 0.85) 100%
  );
}

.hero__bg::after {
  z-index: 2;
  pointer-events: none;
}

.hero__content {
  z-index: 3;
}

/* =========================================================
   HOMEPAGE - USP
========================================================= */

#usp {
  background: var(--green);
  padding: 80px 60px;
}

.usp-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(212, 180, 131, 0.2);
}

.usp-item {
  background: var(--green);
  padding: 48px 36px;
  text-align: center;
  transition: background 0.3s;
}

.usp-item:hover {
  background: var(--green-light);
}

.usp-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: var(--gold);
}

.usp-item h3 {
  color: var(--cream);
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 400;
}

.usp-item p {
  color: rgba(244, 241, 234, 0.65);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.7;
}

/* =========================================================
   HOMEPAGE - ABOUT
========================================================= */

#about {
  padding: var(--section-gap) 60px;
  background: var(--cream);
}

.about-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
}

.about-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.about-img-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.about-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 110px;
  height: 110px;
  background: var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
}

.about-badge strong {
  font-size: 2.4rem;
  color: var(--green);
  line-height: 1;
  font-weight: 600;
}

.about-badge span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  font-family: "Jost", sans-serif;
}

.about-text .eyebrow {
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.about-text h2 {
  color: var(--green);
  margin-bottom: 10px;
}

.about-text p {
  margin-bottom: 18px;
}

/* =========================================================
   HOMEPAGE - MENU PREVIEW
   Original overlay look, editor-friendlier structure
========================================================= */

#menu {
  padding: var(--section-gap) 60px;
  background: var(--green);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  color: var(--cream);
}

.section-header p {
  color: var(--gray-text);
  max-width: 520px;
  margin: 16px auto 0;
}

.menu-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.menu-card {
  position: relative;
  overflow: hidden;
  cursor: default;
  aspect-ratio: 1 / 1;
  background: var(--green-light);
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(18, 32, 22, 0.92) 0%,
    rgba(18, 32, 22, 0.48) 35%,
    rgba(18, 32, 22, 0.08) 68%,
    rgba(18, 32, 22, 0) 100%
  );
}

.menu-card-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.menu-card:hover .menu-card-img {
  transform: scale(1.06);
}

.menu-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 28px 24px;
  background: transparent;
}

.menu-card-tag {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.menu-card h3 {
  color: var(--cream);
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.menu-card p {
  color: rgba(244, 241, 234, 0.7);
  font-size: 0.82rem;
  margin-top: 6px;
  line-height: 1.5;
}

.menu-cta {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  #menu {
    padding: 70px 30px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    aspect-ratio: 4 / 5;
  }
}

/* =========================================================
   HOMEPAGE - CHEF OFFER
========================================================= */

#chef {
  padding: 80px 60px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

#chef::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(212, 180, 131, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.chef-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.chef-text .eyebrow {
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.chef-text h2 {
  color: var(--green);
  margin-bottom: 16px;
}

.chef-text p {
  margin-bottom: 24px;
}

.chef-img-wrap {
  position: relative;
}

.chef-img-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold);
  z-index: 0;
  pointer-events: none;
}

.chef-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  position: relative;
}

/* =========================================================
   HOMEPAGE - GALLERY
   Original masonry look, editor-friendly image structure
========================================================= */

#gallery {
  padding: 100px 60px;
  background: var(--green);
  position: relative;
}

#gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 180, 131, 0.4),
    transparent
  );
}

.gallery-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 60px;
}

.gallery-header h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  margin-bottom: 4px;
}

.gallery-header p {
  margin-top: 18px;
  color: var(--gray-text);
  line-height: 1.8;
}

.gallery-grid.gallery-grid-editable {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 220px);
  gap: 10px;
}

.g-item.g-item-editable {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: default;
  margin: 0;
  background: var(--green-light);
}

.g-item-editable img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.g-item-editable:hover img {
  transform: scale(1.07);
}

.g-item-editable .g-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(18, 32, 22, 0.82) 0%,
    rgba(18, 32, 22, 0) 55%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.g-item-editable:hover .g-overlay {
  opacity: 1;
}

/* Original desktop masonry positions */

.gallery-grid-editable .g-item-editable:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
}

.gallery-grid-editable .g-item-editable:nth-child(2) {
  grid-column: 6 / 9;
  grid-row: 1 / 2;
}

.gallery-grid-editable .g-item-editable:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1 / 2;
}

.gallery-grid-editable .g-item-editable:nth-child(4) {
  grid-column: 6 / 10;
  grid-row: 2 / 3;
}

.gallery-grid-editable .g-item-editable:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2 / 3;
}

.gallery-grid-editable .g-item-editable:nth-child(6) {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
}

.gallery-grid-editable .g-item-editable:nth-child(7) {
  grid-column: 5 / 9;
  grid-row: 3 / 4;
}

.gallery-grid-editable .g-item-editable:nth-child(8) {
  grid-column: 9 / 13;
  grid-row: 3 / 4;
}

.gallery-cta {
  text-align: center;
  margin-top: 50px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Keep old mobile slider hidden if any old HTML remains */
.gallery-slider {
  display: none !important;
}

/* Tablet layout */
@media (max-width: 1024px) {
  #gallery {
    padding: 70px 30px;
  }

  .gallery-grid.gallery-grid-editable {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 180px);
  }

  .gallery-grid-editable .g-item-editable:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }

  .gallery-grid-editable .g-item-editable:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1 / 2;
  }

  .gallery-grid-editable .g-item-editable:nth-child(3) {
    grid-column: 4 / 7;
    grid-row: 2 / 3;
  }

  .gallery-grid-editable .g-item-editable:nth-child(4) {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
  }

  .gallery-grid-editable .g-item-editable:nth-child(5) {
    grid-column: 4 / 7;
    grid-row: 3 / 4;
  }

  .gallery-grid-editable .g-item-editable:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  .gallery-grid-editable .g-item-editable:nth-child(7) {
    grid-column: 3 / 5;
    grid-row: 4 / 5;
  }

  .gallery-grid-editable .g-item-editable:nth-child(8) {
    grid-column: 5 / 7;
    grid-row: 4 / 5;
  }
}

/* Mobile layout */
@media (max-width: 600px) {
  #gallery {
    padding: 70px 30px;
  }

  .gallery-grid.gallery-grid-editable {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-grid-editable .g-item-editable:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    height: 260px;
  }

  .gallery-slider {
    display: none !important;
  }
}

/* =========================================================
   LIGHTBOX
========================================================= */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 20, 14, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.open {
  display: flex;
  opacity: 1;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--cream);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lightbox-close:hover {
  opacity: 1;
}

.lightbox-close svg {
  width: 32px;
  height: 32px;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid rgba(212, 180, 131, 0.3);
  color: var(--gold);
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0.8;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
  background: rgba(212, 180, 131, 0.1);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-prev svg,
.lightbox-next svg {
  width: 22px;
  height: 22px;
}

.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(244, 241, 234, 0.5);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-family: "Jost", sans-serif;
}

/* =========================================================
   HOMEPAGE - ACCOMMODATION
========================================================= */

#accommodation {
  padding: var(--section-gap) 60px;
  background: var(--cream);
}

.accomm-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.accomm-img-wrap {
  position: relative;
}

.accomm-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -16px;
  left: 16px;
  top: 16px;
  border: 1px solid var(--gold);
  z-index: 0;
  pointer-events: none;
}

.accomm-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.accomm-text .eyebrow {
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.accomm-text h2 {
  color: var(--green);
  margin-bottom: 16px;
}

.accomm-text p {
  margin-bottom: 20px;
}

.accomm-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 32px;
}

.accomm-feat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accomm-feat svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

.accomm-feat span {
  font-size: 0.85rem;
  color: #555;
}

/* =========================================================
   HOMEPAGE - FAQ
========================================================= */

#faq {
  padding: 100px 60px;
  background: var(--green);
  position: relative;
  overflow: hidden;
}

#faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 180, 131, 0.3),
    transparent
  );
}

#faq::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 180, 131, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.faq-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-header h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  margin-bottom: 4px;
}

.faq-header p {
  color: var(--gray-text);
  margin-top: 18px;
}

.faq-list {
  position: relative;
  z-index: 1;
}

.faq-item {
  border-bottom: 1px solid rgba(212, 180, 131, 0.18);
  overflow: hidden;
}

.faq-item:first-child {
  border-top: 1px solid rgba(212, 180, 131, 0.18);
}

.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.faq-question {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.3s;
}

.faq-item.open .faq-question {
  color: var(--gold);
}

.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(212, 180, 131, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-icon svg {
  width: 14px;
  height: 14px;
  transition: transform 0.4s ease;
}

.faq-item.open .faq-icon {
  background: rgba(212, 180, 131, 0.12);
  border-color: var(--gold);
}

.faq-item.open .faq-icon svg {
  transform: rotate(45deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-body-inner {
  padding-bottom: 26px;
  padding-right: 52px;
}

.faq-body-inner p {
  color: rgba(244, 241, 234, 0.65);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
}

.faq-cta {
  text-align: center;
  margin-top: 56px;
  padding-top: 48px;
}

.faq-cta p {
  color: rgba(244, 241, 234, 0.55);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

/* =========================================================
   HOMEPAGE - LOCATION / MAP / SOCIAL
========================================================= */

#location {
  padding: var(--section-gap) 60px;
  background: var(--cream);
  margin: 100px 0;
}

#location h2 {
  margin-bottom: 0 !important;
}

.location-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  padding: 0 40px;
}

.location-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-info .eyebrow {
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.location-info h2 {
  color: var(--brown);
  margin-bottom: 32px;
}

.loc-item-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.loc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 48%;
  height: 85px;
  background-color: var(--green);
  padding: 1rem;
}

.loc-item svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.loc-item strong {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.loc-item span {
  color: var(--cream);
  font-size: 0.92rem;
}

.map-wrap {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 1rem;
  background-color: var(--green);
  border: 2px solid var(--gold);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: grayscale(20%) contrast(1.1);
}

.social-container {
  margin-top: 3.75rem;
}

.sc-col .eyebrow {
  color: var(--gold);
  display: block;
}

.sc-col p {
  margin-bottom: 18px;
  font-size: 0.9rem;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(31, 61, 43, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--green);
  transition: all 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  background: var(--white);
  color: var(--green);
  border-color: var(--green);
  transform: translateY(-3px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

/* =========================================================
   REVEAL ANIMATION - UNIFIED
========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible,
.reveal.an-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1,
.reveal.d1 {
  transition-delay: 0.1s;
}

.reveal-delay-2,
.reveal.d2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

/* =========================================================
   MOBILE NAV MENU
========================================================= */

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18, 32, 22, 0.98);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  color: var(--cream);
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.mobile-menu a:hover {
  color: var(--gold);
}

.mobile-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-close svg {
  width: 28px;
  height: 28px;
  color: var(--cream);
}

/* =========================================================
   HOMEPAGE RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  #hero .hero-content {
    padding: 0 30px;
    padding-top: 90px;
  }

  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #about,
  #chef,
  #accommodation,
  #location,
  #faq,
  #social-contact {
    padding: 70px 30px !important;
  }

  #location {
    margin: 0;
  }

  .about-inner,
  .chef-inner,
  .accomm-inner,
  .location-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .location-inner {
    padding: 0;
  }

  .res-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  #reservation {
    padding: 70px 30px;
  }

  #menu,
  #usp {
    padding: 70px 30px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid.gallery-grid-editable {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid-editable .g-item-editable:nth-child(n) {
    grid-column: auto;
  }

  .gallery-grid-editable .g-item-editable:nth-child(n) img {
    min-height: 240px;
  }

  .sc-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-badge {
    bottom: -10px;
    right: 10px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.4rem;
  }

  .usp-grid,
  .menu-grid,
  .accomm-features {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .loc-item {
    width: 100%;
    height: auto;
  }

  #gallery {
    padding: 100px 30px;
  }

  .gallery-grid.gallery-grid-editable {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .gallery-grid-editable .g-item-editable:nth-child(n) {
    grid-column: auto;
  }

  .gallery-grid-editable .g-item-editable:nth-child(n) img {
    min-height: 260px;
  }

  .faq-body-inner {
    padding-right: 8px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }

  .hero-btns {
    flex-direction: column;
  }

  .map-wrap {
    min-height: 280px;
  }
}

/* =========================================================
   SUBPAGE / SHARED - HERO
========================================================= */

.hero {
  position: relative;
  min-height: 65svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, var(--cream));
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  padding: 24px 64px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__content h1 {
  color: var(--cream);
  margin-bottom: 8px;
  margin-top: 0;
}

.hero__subtitle {
  color: rgba(244, 241, 234, 0.8);
  font-weight: 300;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  max-width: 540px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

main > aside.carousel-section:last-child,
main > section:last-child {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .cover + .carousel-section,
  .cover + section {
    padding-top: 0;
  }
}

/* =========================================================
   SUBPAGE / SHARED - LAYOUT HELPERS
========================================================= */

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-tight {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 64px 0;
}

.text-center {
  text-align: center;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.section-head {
  text-align: center;
}

.section-dark {
  background: var(--green);
  color: var(--cream);
}

/* =========================================================
   SUBPAGE - FEATURE / ÉTLAP INTRO
========================================================= */

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.feature__img {
  position: relative;
}

.feature__img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.feature__badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  padding: 24px 32px;
}

.feature__badge .big {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

.feature__badge .small {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
}

.feature__text h2 {
  margin-top: 1rem;
}

.feature__text p {
  margin-top: 1rem;
}

.feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.75rem;
}

/* =========================================================
   SUBPAGE - ÉTLAP
========================================================= */

.etlap {
  background: var(--green);
  color: var(--cream);
  padding: 80px 0;
}

.etlap h2 {
  color: var(--cream);
  margin-top: 1rem;
}

.etlap .eyebrow {
  color: var(--gold);
}

.menu__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.menu-card-etlap {
  background: var(--cream);
  color: var(--brown);
  padding: 32px;
}

.menu-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(212, 180, 131, 0.4);
  padding-bottom: 16px;
  margin-bottom: 24px;
  gap: 24px;
}

.menu-card__head h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--green);
  font-weight: 400;
}

.menu-card__cols {
  display: flex;
  gap: 48px;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.menu-card__cols span {
  width: 80px;
  text-align: right;
}

.menu-card__list {
  list-style: none;
}

.menu-card__list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(220, 214, 200, 0.6);
}

.menu-card__list li:last-child {
  border-bottom: none;
}

.menu-card__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  color: var(--green);
  font-weight: 400;
}

.menu-card__desc {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
  margin-top: 4px;
}

.menu-card__prices {
  display: flex;
  gap: 48px;
  font-size: 0.9rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.menu-card__prices span {
  width: 80px;
  text-align: right;
}

.menu-card__placeholder {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--muted);
  font-size: 1.1rem;
}

@media (min-width: 640px) {
  .menu-card__list li {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* =========================================================
   SUBPAGE - DIVIDER / INTRO / INFO PILLS
========================================================= */

.divider-quote {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.divider-quote .line {
  flex: 1;
  height: 1px;
  background: rgba(212, 180, 131, 0.4);
}

.divider-quote p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: rgba(43, 43, 43, 0.8);
  line-height: 1.4;
}

.divider-quote span {
  color: var(--green);
}

.intro h2 {
  margin-top: 1rem;
}

.intro p {
  margin-top: 1rem;
}

.info-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 2rem;
}

.info-pills .pill {
  border: 1px solid rgba(212, 180, 131, 0.35);
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.92rem;
  color: var(--brown);
}

.info-pills .pill strong {
  color: var(--green);
  font-weight: 500;
}

/* =========================================================
   SUBPAGE - PANZIÓ
========================================================= */

.buildings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.building__img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.building__body {
  background: #fff;
  padding: 32px;
  margin-top: -1px;
}

.building__body h3 {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  margin-top: 12px;
  font-size: 1.6rem;
}

.building__body p {
  margin-top: 1rem;
}

.amenities {
  background: var(--green);
  color: var(--cream);
  padding: 80px 0;
  text-align: center;
}

.amenities h2 {
  color: var(--cream);
  margin-top: 1rem;
}

.amenities p {
  color: rgba(244, 241, 234, 0.75);
  margin: 1rem auto 0;
  max-width: 680px;
}

.prices__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.price-card {
  background: #fff;
  padding: 32px;
}

.price-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(212, 180, 131, 0.4);
  padding-bottom: 16px;
  margin-bottom: 16px;
  gap: 16px;
}

.price-card__head h3 {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
}

.price-card__head .label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.price-card__list {
  list-style: none;
}

.price-card__list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(220, 214, 200, 0.6);
}

.price-card__list li:last-child {
  border-bottom: none;
}

.price-card__list .name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: var(--brown);
}

.price-card__list .price {
  font-size: 0.9rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.prices__note {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--muted);
  text-align: center;
  max-width: 640px;
  margin: 32px auto 0;
  line-height: 1.6;
}

.includes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.includes-card {
  background: #fff;
  padding: 32px;
}

.includes-card h3 {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  margin-top: 8px;
  font-size: 1.5rem;
}

.includes-card ul {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.includes-card li {
  display: flex;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.includes-card .bullet {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.gallery {
  background: var(--green);
  color: var(--cream);
  padding: 112px 24px;
  text-align: center;
}

.gallery h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--cream);
  margin-top: 1rem;
}

.faq__list {
  margin-top: 48px;
  border-top: 1px solid rgba(212, 180, 131, 0.3);
  border-bottom: 1px solid rgba(212, 180, 131, 0.3);
}

.faq__item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(212, 180, 131, 0.3);
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__item h3 {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}

.faq__item p {
  margin-top: 8px;
}

section.section.panzio-faq span.faq-question {
  color: var(--green);
}

section.section.panzio-faq .faq-body-inner p {
  color: #444;
}

@media (min-width: 640px) {
  .price-card__list li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* =========================================================
   SUBPAGE - GALLERIES / CARDS
========================================================= */

h1.cover__title {
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
}

section.galleries {
  margin-bottom: 42px;
}

h3.card__heading a {
  color: var(--green);
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
}

/* =========================================================
   SUBPAGE - CONTACT / FORMS
========================================================= */

.contact__title {
  color: var(--green);
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
}

.contact__param-value {
  line-height: 1.75;
  font-weight: 300;
  color: #444;
}

.contact__param-label {
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
}

.contact__box {
  margin-top: 42px;
  margin-bottom: 42px;
}

.form__item .fl-wrap-input.fl-is-active .fl-label,
.form__item .fl-wrap-textarea.fl-is-active .fl-label,
.form__item .fl-label {
  color: var(--green);
}

.contact__form .form__control,
.form__item .fl-wrap input[type="date"],
.form__item .fl-wrap input[type="file"],
.form__item .fl-wrap-textarea.fl-is-active textarea,
.form__item .fl-wrap-input input[type="number"]:not(:placeholder-shown),
.form__item .fl-wrap-select input[type="number"]:not(:placeholder-shown),
.form__item .fl-wrap-input.fl-is-active input:not(.select2-search__field),
.form__item .fl-wrap-input.fl-is-active select,
.form__item
  .fl-wrap-input.fl-is-active
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.form__item .fl-wrap-select.fl-is-active input:not(.select2-search__field),
.form__item .fl-wrap-select.fl-is-active select,
.form__item
  .fl-wrap-select.fl-is-active
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.75;
  font-weight: 300;
  color: #444;
}

.section-dark .contact__form .form__control,
.section-dark .form__item .fl-wrap input[type="date"],
.section-dark .form__item .fl-wrap input[type="file"],
.section-dark .form__item .fl-wrap-textarea.fl-is-active textarea,
.section-dark
  .form__item
  .fl-wrap-input
  input[type="number"]:not(:placeholder-shown),
.section-dark
  .form__item
  .fl-wrap-select
  input[type="number"]:not(:placeholder-shown),
.section-dark
  .form__item
  .fl-wrap-input.fl-is-active
  input:not(.select2-search__field),
.section-dark .form__item .fl-wrap-input.fl-is-active select,
.section-dark
  .form__item
  .fl-wrap-input.fl-is-active
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.section-dark
  .form__item
  .fl-wrap-select.fl-is-active
  input:not(.select2-search__field),
.section-dark .form__item .fl-wrap-select.fl-is-active select,
.section-dark
  .form__item
  .fl-wrap-select.fl-is-active
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.section-dark .form__item .fl-wrap-input.fl-is-active .fl-label,
.section-dark .form__item .fl-wrap-textarea.fl-is-active .fl-label,
.section-dark .form__item .fl-label {
  color: var(--gold);
}

.section-dark input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 1;
  cursor: pointer;
}

/* =========================================================
   SUBPAGE - STEPS / PHONE
========================================================= */

.steps {
  list-style: none;
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.step-card {
  background: #fff;
  padding: 1.75rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.step-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  width: 3rem;
}

.step-card p {
  color: var(--muted);
  padding-top: 0.4rem;
}

.phone-link {
  display: inline-block;
  margin-top: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--green);
  text-decoration: none;
  transition: color 0.2s ease;
}
