/* Belle Thai Massage 2.1 – eksklusivt flaskegrønt design */
:root,
html[data-theme] {
  --bg-deep: #061a12;
  --surface-deep: #0a2419;
  --surface: #103326;
  --accent: #c99a38;
  --accent-light: #f0cf78;
  --text: #f7f2e8;
  --text-soft: #d8d0c1;
  --text-muted: #a99f90;
  --button-text: #102016;
  --border: rgba(224, 183, 88, .26);
  --glow: rgba(213, 169, 67, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Montserrat, Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 0, rgba(39, 109, 76, .32), transparent 31%),
    radial-gradient(circle at 90% 30%, rgba(204, 158, 55, .08), transparent 26%),
    linear-gradient(rgba(4, 22, 15, .86), rgba(5, 26, 18, .96)),
    url('../images/behandlinger/traditionel-thaimassage.jpg') center / cover fixed;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-family: Cinzel, Georgia, serif; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--accent-light);
  color: var(--button-text);
}
.skip-link:focus { top: 12px; }

.topbar {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  background: #04130d;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: .65px;
  text-align: center;
}
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--accent-light); }

.brand-header {
  display: grid;
  place-items: center;
  padding: 14px 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(24, 78, 53, .38), transparent 62%),
    #062218;
  border-bottom: 1px solid rgba(224, 183, 88, .2);
  box-shadow: inset 0 -30px 70px rgba(0, 0, 0, .2);
}
.brand-banner-link {
  display: block;
  width: min(1116px, 100%);
  line-height: 0;
}
.brand-banner {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .34));
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 11px 14px 13px;
  border-top: 1px solid rgba(255, 255, 255, .035);
  border-bottom: 1px solid var(--border);
  background: rgba(5, 27, 18, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 9px 25px rgba(0, 0, 0, .2);
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nav-links a,
.menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(225, 187, 93, .28);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 43%),
    linear-gradient(180deg, #153d2d, #0d2b20);
  color: var(--text-soft);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.3px;
  box-shadow:
    0 3px 0 #05140e,
    0 7px 16px rgba(0, 0, 0, .24),
    inset 0 1px rgba(255, 255, 255, .11);
  transform: translateY(0);
  transition: transform .16s ease, box-shadow .16s ease, color .16s ease, border-color .16s ease, background .16s ease;
}
.nav-links a:hover,
.menu-toggle:hover {
  color: var(--accent-light);
  border-color: rgba(239, 202, 111, .5);
  transform: translateY(-2px);
  box-shadow:
    0 5px 0 #05140e,
    0 10px 20px rgba(0, 0, 0, .26),
    inset 0 1px rgba(255, 255, 255, .14);
}
.nav-links a:active,
.menu-toggle:active {
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #05140e,
    0 3px 8px rgba(0, 0, 0, .22),
    inset 0 2px 5px rgba(0, 0, 0, .2);
}
.nav-links a.active {
  color: #162015;
  border-color: rgba(255, 224, 145, .74);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .38), transparent 46%),
    linear-gradient(180deg, #f0cd74, #bd8d31);
  box-shadow:
    0 1px 0 #5e451c,
    0 4px 11px rgba(0, 0, 0, .25),
    inset 0 2px 5px rgba(101, 70, 16, .28);
  transform: translateY(2px);
}
.menu-toggle { display: none; margin: 0 auto; cursor: pointer; }

main {
  max-width: 1160px;
  margin: auto;
  padding: 34px 22px 60px;
}

.panel {
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(20, 59, 43, .95), rgba(8, 34, 24, .97));
  box-shadow:
    0 17px 45px rgba(0, 0, 0, .27),
    inset 0 1px rgba(255, 255, 255, .045);
}
.panel h2,
.card h3,
.section-heading h2 { color: var(--accent-light); font-weight: 500; }
.panel h2,
.section-heading h2 {
  margin: 0 0 13px;
  font-size: clamp(25px, 3.5vw, 36px);
}
.panel p { color: var(--text-soft); line-height: 1.72; }
.lead { font-size: clamp(16px, 2vw, 18px); }
.section-kicker {
  margin: 0 0 8px !important;
  color: #d3a744 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.gold-line {
  width: 170px;
  height: 1px;
  margin: 20px 0;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.welcome-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 32px;
  align-items: center;
}
.welcome-copy > p:last-of-type { max-width: 710px; }
.notice {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(229, 190, 93, .34);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(229, 190, 93, .1), transparent 55%),
    rgba(3, 24, 16, .58);
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}
.notice-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-light);
  font-family: Cinzel, Georgia, serif;
  font-size: 18px;
}
.notice p { margin: 5px 0; color: var(--text-soft); line-height: 1.55; }
.notice strong { color: var(--accent-light); font-weight: 600; }
.notice-booking-link {
  color: var(--accent-light);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.notice-booking-link:hover { color: #fff1bf; }

.welcome-belle {
  margin: 0;
  border: 1px solid rgba(229, 190, 93, .34);
  border-radius: 15px;
  overflow: hidden;
  background: rgba(3, 24, 16, .58);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}
.welcome-belle img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 38%;
}

.section-heading {
  max-width: 760px;
  margin: 34px auto 20px;
  text-align: center;
}
.section-heading--left { margin: 0 0 20px; text-align: left; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}
.card {
  overflow: hidden;
  border: 1px solid rgba(224, 183, 88, .22);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(16, 51, 38, .97), rgba(7, 29, 20, .98));
  box-shadow: 0 13px 32px rgba(0, 0, 0, .24);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(235, 197, 101, .42);
  box-shadow: 0 19px 39px rgba(0, 0, 0, .3);
}
.card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04) brightness(.92);
}
.card-body { padding: 21px; }
.card h3 { margin: 0 0 9px; font-size: 19px; }
.card p { margin: 0; color: var(--text-soft); font-size: 14px; line-height: 1.65; }
.meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  color: var(--accent-light);
  font-size: 14px;
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}
.photo {
  min-height: 310px;
  border: 1px solid rgba(225, 187, 93, .26);
  border-radius: 15px;
  background: url('../images/salon/belle-facade.png') center / cover;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, .28), 0 12px 28px rgba(0, 0, 0, .2);
}

.cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 228, 158, .7);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), transparent 45%),
    linear-gradient(180deg, #ebc765, #b98125);
  color: #182116;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    0 3px 0 #624516,
    0 8px 19px rgba(0, 0, 0, .27),
    inset 0 1px rgba(255, 255, 255, .46);
  transform: translateY(0);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease, color .16s ease;
}
.cta:hover,
.button:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    0 5px 0 #624516,
    0 11px 23px rgba(0, 0, 0, .3),
    inset 0 1px rgba(255, 255, 255, .5);
}
.cta:active,
.button:active {
  filter: brightness(.94);
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #624516,
    0 3px 8px rgba(0, 0, 0, .24),
    inset 0 2px 5px rgba(91, 60, 13, .34);
}
.button--ghost {
  border-color: rgba(229, 190, 93, .36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 48%),
    linear-gradient(180deg, #173f2f, #0d2c20);
  color: var(--accent-light);
  box-shadow:
    0 3px 0 #04150e,
    0 8px 18px rgba(0, 0, 0, .23),
    inset 0 1px rgba(255, 255, 255, .1);
}
.button--ghost:hover {
  box-shadow:
    0 5px 0 #04150e,
    0 11px 22px rgba(0, 0, 0, .26),
    inset 0 1px rgba(255, 255, 255, .13);
}
.button--ghost:active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .02), transparent 48%),
    linear-gradient(180deg, #0f2d21, #092118);
  color: #f7d986;
  box-shadow:
    0 1px 0 #04150e,
    0 3px 7px rgba(0, 0, 0, .22),
    inset 0 2px 5px rgba(0, 0, 0, .28);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.contact-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.contact-item {
  position: relative;
  min-height: 150px;
  padding: 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(224, 183, 88, .2);
  border-radius: 14px;
  background: rgba(4, 24, 16, .46);
  color: var(--text-soft);
  line-height: 1.65;
}
.contact-item strong { display: block; margin-bottom: 8px; color: var(--accent-light); }
.contact-number {
  position: absolute;
  right: 13px;
  top: 4px;
  color: rgba(224, 183, 88, .11);
  font-family: Cinzel, Georgia, serif;
  font-size: 52px;
  line-height: 1;
}

.page-intro { max-width: 760px; margin: 0 auto 24px; text-align: center; }
/* Om Belle 2.1 – intro tættere på menuen */
.page-intro--om {
  margin-top: -10px;
  margin-bottom: 18px;
}
.page-intro--om h2 {
  margin-top: 0;
}
/* Behandlinger 2.1 – samme afstand under menuen som Om Belle */
.page-intro--behandlinger {
  margin-top: -10px;
  margin-bottom: 18px;
}
.page-intro--behandlinger h2 {
  margin-top: 0;
}


/* Booking 2.1 – intro tættere på menuen */
.page-intro--booking {
  margin-top: -10px;
  margin-bottom: 18px;
}
.page-intro--booking h2 {
  margin-top: 0;
}

/* Kontakt 2.1 – samme afstand under menuen som de øvrige undersider */
.page-intro--kontakt {
  margin-top: -10px;
  margin-bottom: 18px;
}
.page-intro--kontakt h2 {
  margin-top: 0;
}

.page-intro h2 { margin-bottom: 12px; color: var(--accent-light); font-size: clamp(28px, 5vw, 44px); }
.page-intro p { color: var(--text-soft); line-height: 1.72; }

.om-belle-story {
  max-width: 980px;
  margin: 0 auto 24px;
}
.om-belle-story h3 { margin-top: 0; color: var(--accent-light); }
.om-belle-story p { margin: 0 0 14px; color: var(--text-soft); line-height: 1.75; }
.om-belle-story p:last-child { margin-bottom: 0; }

.site-footer {
  padding: 38px 22px 18px;
  border-top: 1px solid var(--border);
  background: #04150e;
  color: var(--text-muted);
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  max-width: 1160px;
  margin: auto;
}
.site-footer h2 { margin: 0 0 8px; color: var(--accent-light); }
.site-footer strong { color: var(--accent-light); }
.site-footer p { line-height: 1.7; }
.site-footer a { color: var(--text-soft); }
.site-footer .admin-link {
  display: inline-block;
  margin-top: 4px;
  color: #9fd8bd;
  font-size: 12px;
  text-decoration: none;
}
.site-footer .admin-link:hover {
  color: #c7efdc;
  text-decoration: underline;
}
.footer-bottom {
  max-width: 1160px;
  margin: 25px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(224, 183, 88, .15);
  text-align: center;
}

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
label { color: var(--accent-light); font-size: 14px; font-weight: 600; }
input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  background: rgba(4, 24, 16, .68);
  color: var(--text);
}
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--glow); }
textarea { min-height: 130px; resize: vertical; }
.small { color: var(--text-muted); font-size: 12px; }

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

@media (max-width: 900px) {
  .welcome-panel { grid-template-columns: 1fr; }
  .notice, .welcome-belle { max-width: 520px; }
  .welcome-belle img { height: auto; }
}

@media (max-width: 820px) {
  .grid, .split, .contact-box, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .brand-header { padding: 10px 12px; }
  .brand-banner { max-height: 250px; }
  .photo { min-height: 280px; }
  .site-nav { position: relative; }
  .menu-toggle { display: flex; }
  .nav-links { display: none; padding-top: 12px; }
  .nav-links.is-open { display: flex; }
  .card img { height: 225px; }
  .field--full { grid-column: auto; }
}

@media (max-width: 520px) {
  .topbar { gap: 8px 16px; }
  main { padding: 24px 14px 45px; }
  .panel { padding: 22px 18px; border-radius: 15px; }
  .brand-header { padding: 6px; }
  .brand-banner { max-height: 190px; }
  .nav-links a { width: min(280px, 100%); }
  .actions { align-items: stretch; }
  .cta, .button { width: 100%; }
}

/* Belle 2.1 – kompakt behandlingsoversigt */
.treatments-intro {
  margin-bottom: 20px;
}

.treatment-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.treatment-card {
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(224, 183, 88, .24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(16, 51, 38, .97), rgba(7, 29, 20, .98));
  box-shadow: 0 13px 32px rgba(0, 0, 0, .24);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.treatment-card.is-open {
  border-color: rgba(235, 197, 101, .46);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .3);
}

.treatment-toggle {
  width: 100%;
  height: 128px;
  min-height: 128px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 22px;
  gap: 18px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.treatment-toggle:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: -3px;
}

.treatment-thumb {
  align-self: stretch;
  height: 128px;
  min-height: 0;
  overflow: hidden;
}

.treatment-thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04) brightness(.92);
}

.treatment-heading {
  display: grid;
  gap: 7px;
  padding: 18px 0;
}

.treatment-name {
  color: var(--accent-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.25;
}

.treatment-summary {
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: .2px;
}

.treatment-chevron {
  width: 11px;
  height: 11px;
  margin-right: 20px;
  border-right: 2px solid var(--accent-light);
  border-bottom: 2px solid var(--accent-light);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.treatment-toggle[aria-expanded="true"] .treatment-chevron {
  transform: rotate(225deg);
}

.treatment-details {
  border-top: 1px solid rgba(224, 183, 88, .18);
}

.treatment-details-inner {
  padding: 23px 24px 26px;
}

.treatment-description {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.72;
}

.treatment-options {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.treatment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 15px;
  border: 1px solid rgba(224, 183, 88, .18);
  border-radius: 12px;
  background: rgba(4, 24, 16, .46);
}

.treatment-option-meta {
  display: flex;
  gap: 15px;
  align-items: baseline;
  color: var(--accent-light);
}

.treatment-option-meta strong {
  font-size: 15px;
}

.treatment-option-meta span {
  color: var(--text-soft);
  font-size: 14px;
}

.treatment-option .cta {
  flex: 0 0 auto;
  margin-top: 0;
  padding: 9px 17px;
  font-size: 12px;
}

.treatment-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 28px;
  row-gap: 6px;
  align-items: start;
  margin-top: 0;
}

.treatment-help h2 {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 6px;
}

.treatment-help p {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

.treatment-help .cta {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  align-self: start;
}

@media (max-width: 820px) {
  .treatment-accordion {
    grid-template-columns: 1fr;
  }

  .treatment-help {
    grid-template-columns: 1fr;
  }

  .treatment-help h2,
  .treatment-help p,
  .treatment-help .cta {
    grid-column: 1;
  }

  .treatment-help .cta {
    grid-row: 3;
    justify-self: start;
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .treatment-toggle {
    grid-template-columns: 88px minmax(0, 1fr) 18px;
    gap: 13px;
    height: 104px;
    min-height: 104px;
  }

  .treatment-thumb {
    height: 104px;
    min-height: 0;
  }

  .treatment-thumb img {
    height: 100%;
    min-height: 0;
  }

  .treatment-chevron {
    margin-right: 14px;
  }

  .treatment-details-inner {
    padding: 20px 18px 22px;
  }

  .treatment-option {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .treatment-option .cta {
    width: 100%;
  }
}

/* Om Belle 2.2 – portræt i Kort om Belle */
.about-belle-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.75fr);
  gap: 32px;
  align-items: center;
}

.about-belle-copy h2 {
  margin-top: 0;
}

.about-belle-photo {
  margin: 0;
}

.about-belle-photo img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 18px;
}

@media (max-width: 820px) {
  .about-belle-panel {
    grid-template-columns: 1fr;
  }

  .about-belle-photo img {
    max-height: none;
  }
}

