/*
Theme Name: Sølyst Kro
Theme URI: https://soelystkro.dk/
Author: Sølyst Kro
Description: Tema til Sølyst Kro i Aabenraa. Bygget som bloktema, så tekst, priser og billeder kan redigeres direkte i WordPress.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: soelyst-kro
*/

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("assets/fonts/fraunces-latin-600-normal.woff2") format("woff2");
}

:root {
  --sk-bg: #FAF6EF;
  --sk-ink: #2E2620;
  --sk-accent: #8C2F2F;
  --sk-accent-dark: #6E2222;
  --sk-muted: #5B4E42;
  --sk-soft: #4A3D30;
  --sk-tan: #F1E8D8;
  --sk-cream: #FBF1DC;
  --sk-line: #E7DBC2;
  --sk-hero: #EFE0C0;
  --sk-hero-line: #D9C79B;
  --sk-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sk-sans: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--sk-bg);
  color: var(--sk-ink);
  font-family: var(--sk-sans);
  font-size: 19px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--sk-ink); outline-offset: 3px; border-radius: 4px; }

.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }
.wp-site-blocks { padding: 0 !important; }

/* Ryd WordPress' standardmarginer inde i vores sider */
.sk-page p, .sk-page h1, .sk-page h2, .sk-page h3, .sk-page h4, .sk-page ul, .sk-page figure,
.sk-topstrip p, .sk-header p, .sk-footer p { margin: 0; }
.sk-page :where(.is-layout-flow) > * { margin-block-start: 0; margin-block-end: 0; }

h1, h2, h3, h4 { font-family: var(--sk-serif); line-height: 1.2; font-weight: 600; }
.sk-page h2 { font-size: 36px; color: var(--sk-accent); scroll-margin-top: calc(var(--sk-header-h, 88px) + 56px); /* menuens højde (sat automatisk af script i footer.html) + sektionens luft foroven, så menuens underkant flugter med sektionens overkant */ }
.sk-page h3 { font-size: 26px; }
.sk-page h4 { font-size: 22px; }
.sk-page h1 { font-size: 52px; color: var(--sk-ink); }

/* ---------- Hjælpeklasser ---------- */
.sk-col { display: flex; flex-direction: column; }
.sk-gap6 { gap: 6px; } .sk-gap8 { gap: 8px; } .sk-gap10 { gap: 10px; } .sk-gap14 { gap: 14px; }
.sk-gap16 { gap: 16px; } .sk-gap20 { gap: 20px; } .sk-gap24 { gap: 24px; } .sk-gap28 { gap: 28px; }
.sk-gap32 { gap: 32px; } .sk-gap40 { gap: 40px; }
.sk-nowrap { white-space: nowrap; }
.sk-muted { color: var(--sk-muted); }
.sk-small { font-size: 16px; }
.sk-bold { font-weight: 700; }

/* Sektioner */
.sk-section { width: 100%; }
.sk-wrap { max-width: 1100px; width: 100%; margin: 0 auto; padding: 56px 24px; display: flex; flex-direction: column; gap: 28px; }
.sk-wide { max-width: 1052px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; }
.sk-white { background: #fff; padding: 56px 24px; }
.sk-bt { border-top: 1px solid var(--sk-line); }
.sk-bb { border-bottom: 1px solid var(--sk-line); }

/* Gitre */
.sk-grid { display: grid; gap: 40px; }
.sk-g11 { grid-template-columns: 1fr 1fr; }
.sk-g1208 { grid-template-columns: 1.2fr 0.8fr; }
.sk-g0812 { grid-template-columns: 0.8fr 1.2fr; }
.sk-g119 { grid-template-columns: 1.1fr 0.9fr; }
.sk-g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sk-g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.sk-g3w { grid-template-columns: 1fr 1.6fr 1fr; gap: 24px 40px; }
.sk-start { align-items: start; }
.sk-stretch { align-items: stretch; }
.sk-center { align-items: center; }
.sk-gap32g { gap: 32px; }
.sk-gap24g { gap: 24px; }

/* Priser: navn til venstre, pris til højre */
.sk-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.sk-row > p { margin: 0; }
.sk-row > p.sk-price { white-space: nowrap; font-weight: 700; text-align: right; }
.sk-row.sk-line { padding: 12px 0; border-bottom: 1px solid var(--sk-line); }
.sk-row.sk-line:last-child { border-bottom: 0; }
.sk-row.sk-day { padding: 10px 0; border-bottom: 1px solid var(--sk-line); }
.sk-row.sk-day:last-child { border-bottom: 0; }
.sk-row.sk-big { font-size: 21px; }
.sk-row.sk-s17 { font-size: 17px; }
.sk-desc { color: var(--sk-muted); }
.sk-wine-head, .sk-wine-row { display: grid; grid-template-columns: minmax(0, 1fr); column-gap: 10px; align-items: baseline; }
.sk-wine-head.sk-n1, .sk-wine-row.sk-n1 { grid-template-columns: minmax(0, 1fr) 84px; }
.sk-wine-head.sk-n2, .sk-wine-row.sk-n2 { grid-template-columns: minmax(0, 1fr) repeat(2, 84px); }
.sk-wine-head.sk-n3, .sk-wine-row.sk-n3 { grid-template-columns: minmax(0, 1fr) repeat(3, 76px); }
.sk-wine-head > p, .sk-wine-row > p { margin: 0; }
.sk-wine-head > p:first-child { grid-column: 2; }
.sk-pch { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--sk-muted); text-align: right; white-space: nowrap; }
.sk-wine-head { padding-bottom: 8px; border-bottom: 1px solid var(--sk-line); }
.sk-wine-list { display: flex; flex-direction: column; }
.sk-wine-row { padding: 12px 0; border-bottom: 1px solid var(--sk-line); }
.sk-wine-row:last-child { border-bottom: 0; }
.sk-wine-info { display: flex; flex-direction: column; gap: 2px; }
.sk-wine-info > p { margin: 0; }
.sk-wine-name { font-weight: 700; line-height: 1.3; }
.sk-pc { text-align: right; white-space: nowrap; font-weight: 700; }
.sk-closed { color: var(--sk-accent); }

/* Overskrifter i menuen */
.sk-page h3.sk-cat { font-size: 24px; border-bottom: 2px solid var(--sk-accent); padding-bottom: 8px; margin-bottom: 14px; }
.sk-page h4.sk-cat4 { font-size: 20px; font-weight: 600; border-bottom: 2px solid var(--sk-accent); padding-bottom: 6px; margin-bottom: 6px; }
.sk-page h4.sk-card-title { font-size: 22px; font-weight: 600; }
.sk-page h3.sk-box-title { font-size: 22px; }

/* Bokse */
.sk-dagens { background: var(--sk-cream); border: 2px solid #E3C98F; border-radius: 10px; padding: 20px 24px; max-width: 780px; }
.sk-dagens-img { display: block; width: 100%; max-width: 520px; height: auto; margin-top: 14px; border-radius: 8px; }
.sk-dagens h3 { font-size: 22px; margin: 0 0 6px 0; }
.sk-card { background: #fff; border: 1px solid var(--sk-line); border-radius: 10px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.sk-card-notes { border-top: 1px solid var(--sk-line); margin-top: 6px; padding-top: 12px; display: flex; flex-direction: column; gap: 6px; font-size: 16px; color: var(--sk-muted); }
.sk-card-sep { border-top: 1px solid var(--sk-line); margin-top: 6px; padding-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.sk-tanbox { background: var(--sk-tan); border-radius: 10px; padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.sk-tanbox.sk-tanbox-s { padding: 18px 22px; gap: 0; }
.sk-feature { background: var(--sk-cream); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.sk-feature-body { padding: 20px 24px; display: flex; flex-direction: column; gap: 8px; }
.sk-feature .sk-img img { border-radius: 0; }
.sk-year { border-top: 1px solid var(--sk-line); padding-top: 32px; margin-top: 8px; display: flex; flex-direction: column; gap: 20px; }

/* Afkrydsningsliste */
.sk-facil { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr; gap: 10px; }
.sk-facil li { display: flex; gap: 10px; align-items: center; }
.sk-facil li::before {
  content: ""; flex: 0 0 22px; height: 22px;
  background: var(--sk-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
}
.sk-bullets { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 4px; }

/* Knapper */
.sk-page .wp-block-buttons, .sk-footer .wp-block-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin: 0; }
.wp-block-button.sk-btn-primary .wp-block-button__link,
.wp-block-button.sk-btn-outline .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 28px; border-radius: 6px;
  font-family: var(--sk-sans); font-size: 18px; font-weight: 700; line-height: 1.2; text-decoration: none;
}
.wp-block-button.sk-btn-primary .wp-block-button__link { background: var(--sk-accent); color: var(--sk-bg); border: 0; }
.wp-block-button.sk-btn-primary .wp-block-button__link:hover { background: var(--sk-accent-dark); color: var(--sk-bg); }
.wp-block-button.sk-btn-outline .wp-block-button__link { background: transparent; color: var(--sk-ink); border: 2px solid var(--sk-ink); }
.wp-block-button.sk-btn-outline .wp-block-button__link:hover { background: var(--sk-ink); color: var(--sk-bg); }
.sk-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sk-cta p { font-size: 17px; }
.sk-link a, a.sk-link { font-weight: 700; text-decoration: underline; }
.sk-link a:hover, a.sk-link:hover { text-decoration: none; }

/* Billeder */
.sk-img { margin: 0; position: relative; }
.sk-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px; }
.sk-img figcaption { font-size: 16px; font-weight: 600; margin: 6px 0 0 0; text-align: left; color: var(--sk-ink); }
.sk-img.sk-cap-small figcaption { font-size: 14px; font-weight: 400; color: var(--sk-muted); }
.sk-img.sk-cap-small figcaption a { text-decoration: underline; }
.sk-h200 img { height: 200px; } .sk-h220 img { height: 220px; } .sk-h240 img { height: 240px; }
.sk-h180 img { height: 180px; } .sk-h340 img { height: 340px; } .sk-h380 img { height: 380px; } .sk-h440 img { height: 440px; }
.sk-r10 img { border-radius: 10px; } .sk-r12 img { border-radius: 12px; } .sk-r14 img { border-radius: 14px; }
.sk-shadow img { box-shadow: 0 12px 32px rgba(46, 38, 32, 0.25); }
.sk-border img { border: 1px solid var(--sk-hero-line); }
.sk-op-top img { object-position: center top; }
.sk-op-40 img { object-position: center 40%; }
.sk-op-60 img { object-position: center 60%; }
.sk-auto img { height: auto; object-fit: initial; }
/* Billede der fylder hele højden ved siden af tekst */
.sk-fill { display: flex; flex-direction: column; }
.sk-fill img { flex: 1 1 auto; height: 100%; }
.sk-fill.sk-min240 img { min-height: 240px; }
.sk-fill.sk-min300 img { min-height: 300px; }
.sk-fill.sk-min260 img { min-height: 260px; }
.sk-fill.sk-min180 img { min-height: 180px; }
.wp-lightbox-container img { cursor: zoom-in; }
.sk-img:hover img { filter: brightness(1.06); }


/* Små hjælpeklasser til enkeltelementer */
.sk-r0 img { border-radius: 0; }
.sk-page p.sk-mt8 { margin-top: 8px; }
.sk-page p.sk-mb8 { margin-bottom: 8px; }
.sk-maxw780 { max-width: 780px; }
.sk-page p.sk-s17 { font-size: 17px; }
.sk-pull { margin-top: -16px; }
.sk-menu-grid { gap: 24px 48px; }
.sk-item { display: flex; flex-direction: column; }
.sk-item > .sk-row + p { margin-top: 0; }

/* ---------- Topbjælke og header ---------- */
.sk-topstrip { width: 100%; background: var(--sk-ink); color: var(--sk-tan); font-size: 15px; }
.sk-topstrip-in { max-width: 1100px; margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 4px 16px; }
.sk-topstrip a { font-weight: 600; }
.sk-topstrip a:hover { text-decoration: underline; }
.sk-header { width: 100%; background: var(--sk-bg); border-bottom: 3px solid var(--sk-accent); position: sticky; top: 0; z-index: 20; }
.sk-header-in { max-width: 1100px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.sk-logo { display: flex; flex-direction: column; }
.sk-logo .sk-logo-name { font-family: var(--sk-serif); font-size: 28px; font-weight: 700; line-height: 1.2; color: var(--sk-accent); }
.sk-logo .sk-logo-sub { font-size: 14px; color: var(--sk-muted); line-height: 1.4; }
.admin-bar .sk-header { top: 32px; }

/* Fast menu ved rulning på computer: template-part-indpakningen er kun 128 px høj og holdt menuen fra at sidde fast. display: contents fjerner den begrænsning. */
@media (min-width: 761px) {
  .wp-site-blocks > .wp-block-template-part:first-child { display: contents; }
}
.sk-nav { font-size: 17px; font-weight: 600; }
.sk-nav .wp-block-navigation__container { gap: 22px; flex-wrap: wrap; }
.sk-nav .wp-block-navigation-item__content { padding: 6px 2px; border-bottom: 2px solid transparent; }
.sk-nav .wp-block-navigation-item__content:hover { color: var(--sk-accent); border-bottom-color: var(--sk-accent); }

/* ---------- Hero ---------- */
.sk-hero { width: 100%; background: var(--sk-hero); border-bottom: 1px solid var(--sk-hero-line); }
.sk-hero .sk-hero-in { max-width: 1100px; margin: 0 auto; padding: 64px 24px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }
.sk-hero .sk-hero-text { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.sk-badge { display: inline-block; background: var(--sk-accent); color: var(--sk-bg); padding: 6px 14px; border-radius: 4px; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; }
.sk-lead { font-size: 21px; color: var(--sk-soft); }
.sk-hours-line { font-size: 17px; color: var(--sk-soft); margin-top: 4px; }
.sk-hours-line a { display: flex; align-items: flex-start; gap: 10px; }
.sk-hours-line a::before {
  content: ""; flex: 0 0 22px; height: 22px; margin-top: 3px; background: var(--sk-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---------- Adresse ---------- */
.sk-address { font-size: 22px; font-weight: 700; }

/* ---------- Footer ---------- */
.sk-footer { width: 100%; background: var(--sk-ink); color: var(--sk-tan); }
.sk-footer-in { max-width: 1100px; margin: 0 auto; padding: 48px 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.sk-footer-col { display: flex; flex-direction: column; gap: 6px; }
.sk-footer .sk-footer-name { font-family: var(--sk-serif); font-size: 24px; font-weight: 700; color: var(--sk-bg); }
.sk-footer .sk-footer-h { font-weight: 700; color: var(--sk-bg); }
.sk-footer .sk-footer-phone { font-size: 20px; font-weight: 700; color: var(--sk-bg); }
.sk-footer .sk-footer-since { color: #CDBFA9; }
.sk-footer a:hover { text-decoration: underline; }
.sk-copy { border-top: 1px solid var(--sk-soft); }
.sk-copy p { max-width: 1100px; margin: 0 auto; padding: 16px 24px; font-size: 15px; color: #CDBFA9; }

/* Ring-bjælke, kun på telefon */
.sk-mobile-bar { display: none; }

/* Almindelige sider (Overnatning, Find os osv.) */
.sk-plain { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.sk-plain .wp-block-post-title { color: var(--sk-accent); margin: 0 0 24px 0; font-size: 40px; }
.sk-plain .wp-block-post-content > * + * { margin-top: 1em; }
.sk-plain .wp-block-post-content img { max-width: 100%; height: auto; }

/* ---------- Telefon ---------- */
@media (max-width: 760px) {
  .sk-wine-head.sk-n1, .sk-wine-row.sk-n1 { grid-template-columns: minmax(0, 1fr) 68px; }
  .sk-wine-head.sk-n2, .sk-wine-row.sk-n2 { grid-template-columns: minmax(0, 1fr) repeat(2, 68px); }
  .sk-wine-head.sk-n3, .sk-wine-row.sk-n3 { grid-template-columns: minmax(0, 1fr) repeat(3, 62px); }
  .sk-wine-head, .sk-wine-row { column-gap: 6px; }
  .sk-pc { font-size: 15px; }
  .sk-pch { font-size: 11px; letter-spacing: .03em; }
  .sk-page h2 { scroll-margin-top: 16px; }
  .sk-header { position: static; }
  .admin-bar .sk-header { top: 0; }
  .sk-nav .wp-block-navigation__container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: 100%; }
  .sk-nav .wp-block-navigation-item { display: block; }
  .sk-nav .wp-block-navigation-item__content { display: flex; align-items: center; justify-content: center; min-height: 48px; background: var(--sk-tan); border-radius: 6px; border-bottom: none; }
  .sk-nav { width: 100%; }
  .sk-page h1 { font-size: 38px; }
  .sk-page h2 { font-size: 30px; }
  .sk-g11, .sk-g1208, .sk-g0812, .sk-g119, .sk-g3w, .sk-hero .sk-hero-in, .sk-footer-in { grid-template-columns: 1fr; }
  .sk-hero .sk-hero-in { padding: 40px 20px; }
  .sk-wrap { padding: 44px 20px; }
  .sk-white { padding: 44px 20px; }
  .sk-page { padding-bottom: 76px; }
  .sk-hours-line a { flex-direction: row; }
  .sk-dishes { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 14px; }
  .sk-dishes .sk-img img { height: 130px; }
  .sk-facil { grid-template-columns: 1fr; gap: 10px; }
  .sk-gallery { gap: 8px; }
  .sk-gallery .sk-img img { height: 110px; }
  .sk-gallery.sk-g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-gallery.sk-g4 .sk-img img { height: 140px; }
  .sk-gallery .sk-img figcaption { font-size: 15px; }
  .sk-mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; gap: 8px; padding: 10px 12px; background: var(--sk-ink); box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2); }
  .sk-mobile-bar p { margin: 0; }
  .sk-mobile-bar .sk-mb-call { flex-grow: 1; display: flex; }
  .sk-mobile-bar .sk-mb-call a { flex-grow: 1; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; background: var(--sk-accent); color: var(--sk-bg); border-radius: 6px; font-size: 18px; font-weight: 700; }
  .sk-mobile-bar .sk-mb-call a::before { content: ""; width: 20px; height: 20px; background: var(--sk-bg);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat; }
  .sk-mobile-bar .sk-mb-top { display: flex; }
  .sk-mobile-bar .sk-mb-top a { display: flex; align-items: center; justify-content: center; min-width: 64px; min-height: 52px; border: 2px solid var(--sk-tan); color: var(--sk-tan); border-radius: 6px; font-size: 16px; font-weight: 700; }
}

/* Luft over underoverskrifter i tekstspalter (fx "Restauranten") */
.sk-col > p + h3.wp-block-heading { margin-top: 14px; }
.sk-year > h3.wp-block-heading { margin-bottom: 12px; }

/* Besked øverst på forsiden (lukkedage) */
.sk-notice { background: var(--sk-accent); color: #FBF1DC; text-align: center; padding: 12px 20px; }
.sk-notice p { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.5; }

/* Forsidens gule top: kanon-banneret som svagt fortonet baggrund i bunden. */
.sk-hero {
  --sk-kh: 23.9vw;
  background:
    linear-gradient(to top, rgba(239, 224, 192, .38) 0, rgba(239, 224, 192, .7) calc(var(--sk-kh) * .5), var(--sk-hero) calc(var(--sk-kh) * 1.08)),
    url(/wp-content/uploads/2023/07/kanon.copy_.jpg) center bottom / 100% auto no-repeat,
    var(--sk-hero);
  padding-bottom: 150px;
}

/* Galleri i Find os: to store billeder. */
.sk-gallery-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sk-h360 img { height: 360px; }

@media (max-width: 760px) {
  .sk-hero { --sk-kh: 200px; background-size: auto, auto var(--sk-kh), auto; padding-bottom: 110px; }
  .sk-gallery-2 { grid-template-columns: 1fr; }
  .sk-h360 img { height: 240px; }
}
