:root {
  --ink: #173b35;
  --cream: #f3eee5;
  --sand: #dfd2c0;
  --gold: #b88b52;
  --dark: #102d29;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.65;
}
a {
  color: inherit;
}
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 5vw;
  background: linear-gradient(#102d29dd, transparent);
  color: #fff;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 27px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.site-nav a {
  text-decoration: none;
}
.site-nav a + a::before {
  content: "•";
  display: inline-block;
  margin-left: -17px;
  margin-right: 10px;
  color: var(--gold);
  font-size: 10px;
  transform: translateY(-1px);
}
.menu-toggle {
  display: none;
  justify-self: start;
  background: none;
  border: 0;
  color: white;
  font: inherit;
  text-transform: uppercase;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.menu-toggle-icon {
  display: grid;
  width: 24px;
  gap: 5px;
}
.menu-toggle-icon i {
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
}
.header-booking {
  justify-self: end;
}
.button {
  display: inline-block;
  padding: 13px 22px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
}
.button-small {
  padding: 10px 16px;
}
.hero {
  min-height: 790px;
  position: relative;
  background: var(--dark);
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #102d29dd 20%, #102d2960 60%, #102d2940),
    url("source-materiale/billeder/2022/02/Forsiden-v2-HD-1080p-mov-image.jpg")
      center/cover;
}
.hero-content {
  position: relative;
  max-width: 620px;
  margin: 120px 8vw 60px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 16px;
}
.hero h1 {
  font-size: clamp(60px, 9vw, 120px);
  line-height: 0.95;
  margin: 0 0 28px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.hero h1 em,
h2 em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}
.lead {
  font-size: 18px;
  max-width: 440px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.text-link {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 12px;
}
.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 120px 10vw;
}
.intro h2,
.contact h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(45px, 6vw, 80px);
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
}
.intro > div:nth-child(2) {
  max-width: 430px;
  font-size: 17px;
  padding-top: 42px;
}
.menu-section {
  background: #fff;
  padding: 110px 10vw;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}
.section-heading h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  margin: 0;
}
.menu-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.menu-tabs button {
  border: 0;
  background: none;
  padding: 13px 18px;
  color: #8c8579;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.menu-tabs button.active {
  color: var(--ink);
  border-bottom: 2px solid var(--gold);
}
.menu-tabs small {
  display: block;
  font-size: 10px;
}
.menu-panel.hidden {
  display: none;
}
.menu-intro {
  max-width: 390px;
  margin-bottom: 30px;
}
.dish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.dish-grid article {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.dish-grid h3 {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
.dish-grid p {
  font-size: 14px;
  color: #596762;
  min-height: 92px;
}
.dish-grid strong {
  font-size: 12px;
  color: var(--gold);
}
.pdf-links {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pdf-links a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--dark);
  color: #fff;
}
.feature-image {
  min-height: 590px;
  background: url("source-materiale/billeder/2022/01/Maden-HD-1080p-mov-image.jpg")
    center/cover;
}
.feature-copy {
  padding: 100px 10vw;
  align-self: center;
}
.feature-copy h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.05;
  margin: 0 0 25px;
}
.feature-copy p:not(.eyebrow) {
  max-width: 370px;
  margin-bottom: 30px;
}
.contact {
  background: var(--sand);
}
.contact p {
  font-size: 16px;
}
.contact a {
  text-decoration: none;
}
.contact > div:nth-child(2) {
  padding-top: 38px;
}
.contact-map {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 54px;
  margin-top: -32px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.contact-map h3 {
  margin: 0 0 12px;
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}
.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 330px;
  border: 0;
  filter: grayscale(1) contrast(0.9);
}
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 12px 6vw;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 58px;
    left: 16px;
    right: 16px;
    padding: 9px 18px;
    border: 1px solid var(--line);
    background: rgba(7, 11, 9, 0.98);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .site-nav a:last-child {
    border-bottom: 0;
  }
  .header-booking {
    font-size: 9px;
    padding: 9px 11px;
  }
  .hero {
    min-height: 720px;
  }
  .hero-content {
    margin: 130px 7vw 50px;
  }
  .lead {
    font-size: 15px;
  }
  .section-grid,
  .feature {
    display: block;
    padding: 75px 8vw;
  }
  .intro > div:nth-child(2),
  .contact > div:nth-child(2) {
    padding-top: 28px;
  }
  .menu-section {
    padding: 75px 8vw;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
  .menu-tabs {
    width: 100%;
  }
  .menu-tabs button {
    padding-left: 0;
    margin-right: 20px;
  }
  .dish-grid {
    display: block;
  }
  .dish-grid p {
    min-height: 0;
  }
  .pdf-links {
    display: block;
  }
  .pdf-links a {
    display: block;
    margin: 14px 0;
  }
  .feature-image {
    min-height: 360px;
    margin: 0 -8vw 40px;
  }
  .feature-copy {
    padding: 0;
  }
  .feature-copy h2 {
    font-size: 53px;
  }
  .contact-map {
    display: block;
    margin-top: 45px;
    padding-top: 35px;
  }
  .contact-map iframe {
    min-height: 300px;
    margin-top: 28px;
  }
}

/* Kompakt layout og bedre læsbarhed */
.hero {
  min-height: 680px;
}
.hero-content {
  margin-top: 92px;
  margin-bottom: 42px;
}
.section-grid {
  padding-top: 86px;
  padding-bottom: 86px;
}
.feature-copy {
  padding-top: 76px;
  padding-bottom: 76px;
}
.menu-hero {
  padding-top: 62px;
  padding-bottom: 28px;
}
.menu-hero h1 {
  font-size: clamp(48px, 7vw, 76px);
}
.menu-layout {
  padding-top: 38px;
  padding-bottom: 76px;
}
.menu-group {
  margin-bottom: 46px;
}
.site-nav a:focus-visible,
.button:focus-visible,
.menu-toggle:focus-visible,
.category-link:focus-visible,
.menu-switch button:focus-visible,
.menu-toolbar input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .hero {
    min-height: 640px;
  }
  .hero-content {
    margin-top: 104px;
    margin-bottom: 34px;
  }
  .section-grid {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .feature-copy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-hero {
    padding-top: 50px;
    padding-bottom: 24px;
  }
  .menu-hero h1 {
    font-size: 54px;
  }
  .menu-layout {
    padding-top: 0;
  }
  .menu-group {
    margin-bottom: 38px;
  }
  .menu-item p {
    font-size: 15px;
  }
}

/* Praktisk information som tre tydelige kolonner på desktop */
@media (min-width: 761px) {
  .contact {
    grid-template-columns: 1.35fr 0.9fr 1.2fr;
    gap: 3.5vw;
  }
  .contact > div:nth-child(2) {
    padding-top: 38px;
  }
  .contact-map {
    grid-column: auto;
    display: block;
    margin-top: 0;
    padding-top: 38px;
    border-top: 0;
  }
  .contact-map h3 {
    font-size: 30px;
  }
  .contact-map iframe {
    min-height: 250px;
    margin-top: 26px;
  }
  .contact h2 {
    font-size: clamp(42px, 4.8vw, 70px);
  }
}

/* Tidslös-inspireret knap- og kontrolstil med Carl-Peters egen identitet */
.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
}
.site-nav a,
.header-booking {
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}
.button {
  min-height: 43px;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.button:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}
.button.filled,
.header-booking {
  background: var(--gold);
  color: var(--ink);
}
.button.filled:hover,
.header-booking:hover {
  background: transparent;
  color: var(--paper);
}
.language-slot {
  position: relative;
}
.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: 10px;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.language-toggle:hover {
  color: var(--gold);
}
.language-flag {
  width: 20px;
  height: 13px;
  display: block;
  object-fit: cover;
}
.language-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 18px;
  line-height: 1;
  object-fit: initial;
}

.language-flag-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
}

.language-toggle .language-flag,
.language-menu .language-flag {
  width: 18px !important;
  height: 12px !important;
  min-width: 18px;
  flex: 0 0 18px !important;
  overflow: hidden;
}
.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  display: grid;
  min-width: 124px;
  padding: 6px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 1002;
}
.language-menu[hidden] {
  display: none;
}
.language-menu button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--paper);
  text-align: left;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}
.language-menu button:hover {
  background: var(--gold);
  color: var(--ink);
}
.menu-switch button,
.category-link {
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.menu-switch button:hover,
.category-link:hover {
  transform: translateY(-1px);
}
@media (max-width: 760px) {
  .header-actions {
    gap: 10px;
  }
  .language-menu {
    right: 0;
    bottom: auto;
    top: calc(100% + 10px);
  }
  .language-toggle {
    font-size: 9px;
  }
  .button {
    min-height: 41px;
    padding: 10px 14px;
  }
  .header-booking {
    font-size: 9px;
    padding: 9px 11px;
  }
}

/* Headerplacering som på Tidslös: navigation separat, handlinger samlet helt til højre */
@media (min-width: 761px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
  }
  .site-nav {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}
.header-booking {
  min-height: 0;
  padding: 8px 11px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  transform: none;
}
.header-booking:hover {
  background: var(--gold);
  color: var(--ink);
  transform: none;
}
.language-toggle {
  gap: 7px;
}
.language-flag {
  width: 27px;
  height: 18px;
  flex: 0 0 27px;
  border: 1px solid rgba(232, 228, 216, 0.18);
}
.language-toggle [data-language-code] {
  color: var(--gold);
}
.header-brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: block;
  width: 126px;
  height: 34px;
}
.header-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }
  .header-brand {
    grid-column: 1;
    grid-row: 1;
    width: 86px;
    height: 24px;
  }
  .menu-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .header-actions {
    grid-column: 3;
    grid-row: 1;
  }
}
.site-header {
  height: 56px;
  max-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-brand,
.header-brand img {
  max-height: 34px;
}
@media (max-width: 760px) {
  .site-header {
    height: 58px;
    max-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-brand,
  .header-brand img {
    max-height: 32px;
  }
}
.contact-hours {
  margin-top: 28px;
}
.contact-hours p:last-child {
  margin-top: 0;
}
.contact-hours .eyebrow {
  margin-bottom: 8px;
}
main > section + section {
  border-top: 1px solid var(--line);
}
.footer-smiley img {
  display: block;
  width: 54px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}
.footer-smiley:hover {
  opacity: 0.82;
}

/* Om Carl-Peter */
.about-shell {
  padding-top: 56px;
  background: var(--deep);
}
.about-section,
.about-hero {
  padding-left: max(5vw, 20px);
  padding-right: max(5vw, 20px);
}
.about-hero {
  min-height: 440px;
  padding-top: 112px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(90deg, rgba(7, 18, 14, 0.94), rgba(7, 18, 14, 0.56)),
    url("source-materiale/billeder/2022/02/Forsiden-v2-HD-1080p-mov-image.jpg")
      center/cover;
  border-bottom: 1px solid var(--line);
}
.about-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(58px, 9vw, 118px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
}
.about-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--paper);
  font-size: 18px;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-story h2,
.about-details h2,
.about-trust h2,
.about-bottom h2 {
  margin: 0;
  color: var(--paper);
  font-family: "DM Serif Display", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  line-height: 1.05;
}
.about-copy {
  max-width: 560px;
  padding-top: 38px;
  color: var(--muted);
  font-size: 17px;
}
.about-copy p:first-child {
  margin-top: 0;
}
.about-details {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10vw;
  padding-top: 88px;
  padding-bottom: 88px;
  background: #16241d;
}
.about-details article > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}
.about-details a:not(.button) {
  color: var(--paper);
}
.about-facts {
  padding: 32px;
  border: 1px solid var(--line);
  align-self: start;
}
.about-facts dl {
  margin: 0 0 30px;
}
.about-facts dl div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.about-facts dt {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.about-facts dd {
  margin: 0;
  color: var(--paper);
  font-size: 15px;
}
.about-trust {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding-top: 105px;
  padding-bottom: 105px;
}
.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-self: center;
}
.trust-card {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  background: #0e1c16;
  border: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}
.trust-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.trust-card img {
  display: block;
  width: 76px;
  max-height: 105px;
  object-fit: contain;
  object-position: left top;
}
.trust-card-payment img {
  width: 100%;
  max-width: 150px;
  max-height: 72px;
  filter: none;
}
.about-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding-top: 90px;
  padding-bottom: 110px;
  background: #16241d;
}
.about-bottom-links {
  display: grid;
  gap: 20px;
  align-content: center;
}
.about-socials,
.about-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.about-socials a,
.about-legal a {
  color: var(--paper);
  font-size: 14px;
  text-decoration: none;
}
.about-socials a {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
}
.about-socials a span {
  color: var(--gold);
}
.about-legal a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
@media (max-width: 900px) {
  .site-nav {
    gap: 16px;
    font-size: 10px;
  }
  .about-story,
  .about-details,
  .about-trust,
  .about-bottom {
    gap: 6vw;
  }
}
@media (max-width: 760px) {
  .about-shell {
    padding-top: 58px;
  }
  .about-hero {
    min-height: 380px;
    padding-top: 80px;
    padding-bottom: 55px;
  }
  .about-lead {
    font-size: 16px;
  }
  .about-story,
  .about-details,
  .about-trust,
  .about-bottom {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-copy {
    padding-top: 28px;
    font-size: 16px;
  }
  .about-facts {
    margin-top: 42px;
    padding: 24px;
  }
  .trust-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 32px;
  }
  .trust-card {
    min-height: 155px;
    padding: 12px;
    font-size: 8px;
    letter-spacing: 0.07em;
  }
  .trust-card img {
    width: 50px;
    max-height: 70px;
  }
  .trust-card-payment img {
    max-width: 76px;
    max-height: 48px;
  }
  .about-bottom-links {
    margin-top: 35px;
    gap: 20px;
  }
  .about-socials a {
    font-size: 23px;
  }
  .about-legal {
    display: grid;
    gap: 14px;
  }
  .footer-smiley {
    display: none;
  }
}

.trust-card {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  text-align: center;
}
.trust-card img {
  width: 126px;
  max-height: 126px;
  object-position: center;
}
.trust-card-payment img {
  width: min(100%, 180px);
  max-width: 180px;
  max-height: 96px;
}
.trust-card:hover {
  background: #fff;
  color: var(--ink);
}
@media (max-width: 760px) {
  .trust-card {
    min-height: 168px;
  }
  .trust-card img {
    width: 78px;
    max-height: 86px;
  }
  .trust-card-payment img {
    width: 100%;
    max-width: 98px;
    max-height: 56px;
  }
}
.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.trust-card-payment .payment-icons img {
  width: 58px;
  height: 58px;
  max-width: none;
  max-height: none;
  padding: 9px;
  border: 1px solid rgba(7, 18, 14, 0.18);
  border-radius: 3px;
  object-fit: contain;
  background: #fff;
}
.trust-card-payment .payment-icons img:nth-child(2) {
  width: 58px;
  height: 58px;
}
@media (max-width: 760px) {
  .payment-icons {
    gap: 7px;
  }
  .trust-card-payment .payment-icons img,
  .trust-card-payment .payment-icons img:nth-child(2) {
    width: 31px;
    height: 31px;
    padding: 4px;
  }
}
.trust-card-payment {
  position: relative;
}
.trust-card-payment > span {
  position: absolute;
  right: 12px;
  bottom: 22px;
  left: 12px;
}
@media (max-width: 760px) {
  .trust-card-payment > span {
    bottom: 12px;
  }
}
.trust-card-tripadvisor {
  min-height: 158px;
  padding: 16px;
}
.trust-card-tripadvisor img {
  width: 70px;
  height: 70px;
  max-height: 70px;
}
.trust-card-tripadvisor span {
  font-size: 9px;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .trust-card-tripadvisor {
    min-height: 132px;
    padding: 10px;
  }
  .trust-card-tripadvisor img {
    width: 48px;
    height: 48px;
    max-height: 48px;
  }
  .trust-card-tripadvisor span {
    font-size: 7px;
  }
}
.trust-card {
  position: relative;
}
.trust-card > span {
  position: absolute;
  right: 12px;
  bottom: 22px;
  left: 12px;
}
@media (max-width: 760px) {
  .trust-card > span {
    bottom: 12px;
  }
}

/* Ensartede handlingslinks på Om Carl-Peter */
.about-details .text-link,
.about-socials a,
.about-legal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  color: var(--paper);
  font-family: "Tidslos Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.about-details .text-link:hover,
.about-socials a:hover,
.about-legal a:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}
.about-socials a span {
  color: inherit;
}
.about-legal a {
  border-bottom: 1px solid var(--gold);
  color: var(--paper);
}
@media (max-width: 760px) {
  .about-details .text-link,
  .about-socials a,
  .about-legal a {
    min-height: 39px;
    padding: 9px 12px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }
}
.about-socials a .social-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  object-fit: contain;
}
.about-socials a:hover .social-icon {
  filter: brightness(0) saturate(100%);
}

/* Juridiske sider */
.legal-shell {
  padding-top: 56px;
  background: var(--deep);
}
.legal-hero {
  padding: 105px max(5vw, 20px) 68px;
  background: #16241d;
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--paper);
  font-family: "DM Serif Display", serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 400;
  line-height: 1;
}
.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.legal-content {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 88px 0 130px;
  color: var(--muted);
  font-size: 16px;
}
.legal-content section + section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
.legal-content h2 {
  margin: 0 0 20px;
  color: var(--paper);
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}
.legal-content ol {
  margin: 0;
  padding-left: 1.45em;
}
.legal-content li + li {
  margin-top: 14px;
}
.legal-content a {
  color: var(--paper);
}
@media (max-width: 760px) {
  .legal-shell {
    padding-top: 58px;
  }
  .legal-hero {
    padding-top: 78px;
    padding-bottom: 52px;
  }
  .legal-hero p:not(.eyebrow),
  .legal-content {
    font-size: 16px;
  }
  .legal-content {
    padding-top: 58px;
    padding-bottom: 92px;
  }
  .legal-content section + section {
    margin-top: 38px;
    padding-top: 38px;
  }
  .legal-content h2 {
    font-size: 30px;
  }
}

/* Fælles typografi med Tidslös */
@font-face {
  font-family: "Tidslos Sans";
  src: url("assets/tidslos-sans.woff2") format("woff2");
  font-display: swap;
}
body,
button,
input,
textarea,
select {
  font-family: "Tidslos Sans", Arial, sans-serif;
}
.hero h1,
.intro h2,
.contact h2,
.section-heading h2,
.feature-copy h2,
.dish-grid h3,
.contact-map h3,
.about-story h2,
.about-details h2,
.about-trust h2,
.about-bottom h2,
.about-socials a,
.legal-hero h1,
.legal-content h2 {
  font-family: Georgia, "Times New Roman", serif;
}

/* Cookie-indstillinger */
.contact-map iframe[hidden],
.map-consent-note[hidden] {
  display: none !important;
}
.map-consent-note {
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}
.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 100;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: rgba(7, 11, 9, 0.98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}
.cookie-banner[hidden],
.cookie-panel[hidden],
.cookie-settings-trigger[hidden] {
  display: none;
}
.cookie-copy {
  max-width: 680px;
}
.cookie-copy h2,
.cookie-panel h2 {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}
.cookie-copy p,
.cookie-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.cookie-copy a {
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cookie-actions,
.cookie-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.cookie-button {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cookie-button:hover,
.cookie-button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}
.cookie-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 101;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(7, 11, 9, 0.99);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.cookie-panel-inner {
  padding: 26px;
}
.cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 165, 106, 0.2);
}
.cookie-option h3 {
  margin: 0;
  color: var(--paper);
  font-size: 14px;
  font-weight: 500;
}
.cookie-option p {
  margin-top: 3px;
}
.cookie-option input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  accent-color: var(--gold);
}
.cookie-withdraw-link {
  display: block;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}
.cookie-withdraw-link:hover {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-panel-actions {
  margin-top: 19px;
}
.cookie-settings-trigger {
  position: fixed;
  right: 14px;
  bottom: 83px;
  z-index: 90;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(7, 11, 9, 0.96);
  color: var(--muted);
  cursor: pointer;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cookie-settings-trigger:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.privacy-cookie-actions {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .map-consent-note {
    min-height: 300px;
  }
  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 18px;
  }
  .cookie-copy h2,
  .cookie-panel h2 {
    font-size: 22px;
  }
  .cookie-copy p,
  .cookie-panel p {
    font-size: 12px;
  }
  .cookie-actions,
  .cookie-panel-actions {
    justify-content: stretch;
    margin-top: 14px;
  }
  .cookie-button {
    flex: 1 1 30%;
    font-size: 8px;
    padding: 8px 7px;
  }
  .cookie-panel {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .cookie-panel-inner {
    padding: 20px;
  }
  .cookie-settings-trigger {
    right: 10px;
    bottom: 72px;
  }
}

/* Mobiloptimering: mere luft og læsbare elementer på små skærme. */
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .header-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    grid-column: auto;
    justify-self: auto;
    width: 108px;
    height: 32px;
    transform: translate(-50%, -50%);
  }
  .menu-toggle {
    position: absolute;
    top: 50%;
    left: 4vw;
    grid-column: auto;
    justify-self: auto;
    transform: translateY(-50%);
  }
  .header-actions {
    gap: 6px;
  }
  .header-booking {
    padding: 8px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .language-toggle {
    gap: 4px;
  }
  .language-flag {
    width: 22px;
    height: 15px;
    flex: 0 0 22px;
  }

  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .trust-card,
  .trust-card-tripadvisor {
    min-height: 164px;
    padding: 14px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .trust-card img,
  .trust-card-tripadvisor img {
    width: 72px;
    height: 72px;
    max-height: 72px;
  }
  .trust-card-tripadvisor span {
    font-size: 9px;
  }
  .trust-card > span {
    right: 10px;
    bottom: 14px;
    left: 10px;
  }
  .trust-card-payment .payment-icons img,
  .trust-card-payment .payment-icons img:nth-child(2) {
    width: 36px;
    height: 36px;
    padding: 5px;
  }

  .map-consent-note {
    min-height: 220px;
  }

  .cookie-banner {
    right: 8px;
    bottom: 52px;
    left: 8px;
    padding: 15px;
  }
  .cookie-copy h2 {
    font-size: 20px;
  }
  .cookie-copy p {
    font-size: 12px;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .cookie-button {
    min-height: 36px;
    padding: 7px 4px;
    font-size: 8px;
    letter-spacing: 0.07em;
  }
  .cookie-settings-trigger {
    bottom: 52px;
  }

}

/* Kompakte Tripadvisor-kort med mere synlige logoer. */
.trust-card-tripadvisor {
  min-height: 150px;
  padding: 12px;
}
.trust-card-tripadvisor img {
  width: 118px;
  height: 118px;
  max-height: 118px;
}
.about-legal a {
  font-weight: 400;
}
:root {
  --line: rgba(184, 139, 82, 0.58);
}
.menu-tabs,
.dish-grid article,
.pdf-links {
  border-color: rgba(184, 139, 82, 0.58);
}
@media (max-width: 760px) {
  .trust-card-tripadvisor {
    min-height: 142px;
    padding: 10px;
  }
  .trust-card-tripadvisor img {
    width: 96px;
    height: 96px;
    max-height: 96px;
  }
  .trust-card-tripadvisor span {
    font-size: 8px;
  }
}

/* Fælles, kompakt footer inspireret af Café Tidslös. */
body {
  padding-bottom: 56px;
}
.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 0;
  padding: 8px 5vw;
  border-top: 1px solid var(--line);
  background: rgba(7, 11, 9, 0.97);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: none;
  backdrop-filter: blur(14px);
}
.footer-contact {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 16px;
  min-width: 0;
}
.footer-brand {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.footer-small,
.footer-hours {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.footer-small a {
  color: inherit;
  text-decoration: none;
}
.footer-small a:hover {
  color: var(--gold);
}
.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.footer-links a {
  color: inherit;
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--gold);
}
.feature-note {
  color: var(--gold);
  font-size: 0.92em;
}
.footer-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.footer-book {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-book:hover {
  color: #fff;
}

/* Hamburgerikon og teksten "Menu" bruger samme gyldne tone. */
.menu-toggle {
  color: var(--gold);
}
@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
  }
  .site-footer {
    align-items: flex-start;
    gap: 10px;
    padding: 7px 4vw;
  }
  .footer-contact {
    gap: 4px 7px;
  }
  .footer-brand {
    font-size: 13px;
  }
  .footer-small,
  .footer-hours,
  .footer-book,
  .footer-links {
    font-size: 7px;
    white-space: normal;
  }
  .footer-actions {
    align-items: flex-start;
    gap: 9px;
  }
  .footer-address {
    display: none;
  }
}

/* Headerhøjde og logoplads matcher Tidslös' rolige proportioner. */
.site-header {
  height: 66px;
  max-height: 66px;
}
.header-brand {
  width: 148px;
  height: 40px;
}
.header-brand,
.header-brand img {
  max-height: 40px;
}
@media (max-width: 760px) {
  .site-header {
    height: 60px;
    max-height: 60px;
  }
  .site-nav {
    top: 60px;
  }
  .header-brand {
    width: 118px;
    height: 36px;
  }
  .header-brand,
  .header-brand img {
    max-height: 36px;
  }
}
