
body.yhm-denmark-v3-page,
body.yhm-denmark-v3-page #page,
body.yhm-denmark-v3-page .page,
body.yhm-denmark-v3-page .site,
body.yhm-denmark-v3-page .site-content,
body.yhm-denmark-v3-page .content-area,
body.yhm-denmark-v3-page article,
body.yhm-denmark-v3-page main,
body.yhm-denmark-v3-page .main {
  background: #fff !important;
}

body.yhm-denmark-v3-page {
  --ydk-ink: #1f1b18;
  --ydk-text: #423932;
  --ydk-muted: #6f655d;
  --ydk-line: #ded4c8;
  --ydk-soft: #faf6f1;
  --ydk-soft-2: #f4ece3;
  --ydk-accent: #a47b52;
  --ydk-accent-dark: #8f6943;
  --ydk-card: #ffffff;
}

.yhm-dk-v3 {
  color: var(--ydk-text);
  background: #fff !important;
  overflow: clip;
}
.yhm-dk-v3,
.yhm-dk-v3 * { box-sizing: border-box; }
.yhm-dk-v3 p,
.yhm-dk-v3 li,
.yhm-dk-v3 label,
.yhm-dk-v3 input,
.yhm-dk-v3 textarea,
.yhm-dk-v3 select {
  font-family: "Nunito Regular", Arial, sans-serif !important;
}
.yhm-dk-v3 h1,
.yhm-dk-v3 h2,
.yhm-dk-v3 h3,
.yhm-dk-v3 h4 {
  color: var(--ydk-ink) !important;
  font-family: "Unna Regular", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.yhm-dk-v3 h1 { margin: 0 0 18px; font-size: clamp(42px, 6vw, 68px) !important; line-height: .96 !important; }
.yhm-dk-v3 h2 { margin: 0 0 14px; font-size: clamp(31px, 4vw, 52px) !important; line-height: 1.02 !important; }
.yhm-dk-v3 h3 { margin: 0 0 12px; font-size: 24px !important; line-height: 1.1 !important; }
.yhm-dk-v3 p { margin: 0 0 15px; color: var(--ydk-text) !important; font-size: 16px !important; line-height: 1.68 !important; }
.yhm-dk-v3 a { color: inherit; }

.ydk-container { width: min(100% - 60px, 1180px); margin: 0 auto; }
.ydk-kicker {
  margin: 0 0 18px !important;
  color: var(--ydk-accent) !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.ydk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  transition: .22s ease;
}
.ydk-btn-primary { background: var(--ydk-accent); border-color: var(--ydk-accent); color: #fff !important; }
.ydk-btn-primary:hover { background: var(--ydk-accent-dark); border-color: var(--ydk-accent-dark); color: #fff !important; }
.ydk-btn-secondary { background: #fff; border-color: var(--ydk-line); color: var(--ydk-ink) !important; }
.ydk-btn-secondary:hover { border-color: var(--ydk-accent); color: var(--ydk-accent) !important; }

.ydk-hero { padding: 42px 0 68px; background: #fff !important; }
.ydk-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(34px, 6vw, 72px); align-items: center; }
.ydk-lead { max-width: 640px; margin-bottom: 14px !important; color: var(--ydk-ink) !important; font-size: clamp(22px, 2.55vw, 31px) !important; line-height: 1.28 !important; }
.ydk-copy { max-width: 620px; color: var(--ydk-muted) !important; }
.ydk-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.ydk-hero-photo { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ydk-soft); }
.ydk-hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }

.ydk-trust { background: #fff !important; border-top: 1px solid var(--ydk-line); border-bottom: 1px solid var(--ydk-line); }
.ydk-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ydk-trust-grid > div { padding: 18px 18px; border-right: 1px solid var(--ydk-line); text-align: center; }
.ydk-trust-grid > div:last-child { border-right: 0; }
.ydk-trust-grid strong { display: block; color: var(--ydk-ink); font-size: 25px; font-family: "Unna Regular", Georgia, serif; font-weight: 400; line-height: 1.08; }
.ydk-trust-grid span { display: block; margin-top: 5px; color: var(--ydk-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.ydk-section { padding: 86px 0; background: #fff; }
.ydk-section-soft { background: var(--ydk-soft) !important; }
.ydk-section-tint { background: var(--ydk-soft-2) !important; }
.ydk-heading-grid,
.ydk-section-head,
.ydk-location-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}
.ydk-section-head { align-items: end; margin-bottom: 40px; }
.ydk-section-head > p,
.ydk-richcopy p,
.ydk-contact-copy > p { color: var(--ydk-muted) !important; }

.ydk-three-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border: 1px solid var(--ydk-line); background: #fff; }
.ydk-three-cards article { padding: 30px; background: #fff; border-right: 1px solid var(--ydk-line); }
.ydk-three-cards article:last-child { border-right: 0; }
.ydk-three-cards article > span,
.ydk-features article > span,
.ydk-process article > span { display: block; margin-bottom: 18px; color: var(--ydk-accent); font-size: 11px; letter-spacing: .12em; }
.ydk-three-cards p,
.ydk-features p,
.ydk-process p { color: var(--ydk-muted) !important; }

.ydk-stories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ydk-story { position: relative; display: block; grid-column: span 2; aspect-ratio: 4 / 5; overflow: hidden; background: #eeeae4; text-decoration: none !important; }
.ydk-story-large { grid-column: span 3; aspect-ratio: 4 / 3; }
.ydk-story img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.ydk-story:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.56), rgba(0,0,0,0) 58%); }
.ydk-story > span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; color: #fff; }
.ydk-story small { display: block; margin-bottom: 5px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .84; }
.ydk-story b { display: block; font-family: "Unna Regular", Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.1; }
.ydk-story:hover img { transform: scale(1.025); }

.ydk-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ydk-pricing > article { display: flex; flex-direction: column; min-height: 620px; padding: 32px; background: #fffdfb; border: 1px solid var(--ydk-line); }
.ydk-price-label { margin-bottom: 10px !important; color: var(--ydk-accent) !important; font-size: 10px !important; letter-spacing: .16em !important; text-transform: uppercase !important; }
.ydk-price { margin-bottom: 18px !important; color: var(--ydk-ink) !important; font-family: "Unna Regular", Georgia, serif !important; font-size: clamp(35px, 3.4vw, 52px) !important; line-height: 1 !important; }
.ydk-pricing > article > p:not(.ydk-price):not(.ydk-price-label) { color: var(--ydk-muted) !important; }
.ydk-pricing ul { margin: 22px 0 28px; padding: 0; list-style: none; }
.ydk-pricing li { padding: 8px 0; border-bottom: 1px solid var(--ydk-line); font-size: 14px; line-height: 1.45; }
.ydk-pricing .ydk-btn { margin-top: auto; align-self: flex-start; }
.ydk-pricing-featured { background: #efe4d7 !important; border-color: #dcc9b4 !important; }
.ydk-pricing-featured .ydk-price-label,
.ydk-pricing-featured .ydk-price,
.ydk-pricing-featured > p,
.ydk-pricing-featured li { color: var(--ydk-ink) !important; }

.ydk-addons { display: grid; grid-template-columns: .55fr 1.45fr; gap: 34px; margin-top: 28px; padding: 26px 28px; border: 1px solid var(--ydk-line); background: #fff; }
.ydk-addons h3 { margin-bottom: 0; }
.ydk-addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: start; }
.ydk-addons-grid span { display: block; padding: 14px 16px; background: var(--ydk-soft); border: 1px solid var(--ydk-line); color: var(--ydk-ink); font-size: 14px; }

.ydk-features { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ydk-line); }
.ydk-features article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 24px 28px 24px 0; border-bottom: 1px solid var(--ydk-line); }
.ydk-features article:nth-child(odd) { border-right: 1px solid var(--ydk-line); }
.ydk-features article:nth-child(even) { padding-left: 28px; }
.ydk-features article > span { margin: 3px 0 0; }

.ydk-quotes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4px; border: 1px solid var(--ydk-line); background: #fff; }
.ydk-quotes blockquote { margin: 0; padding: 32px; border-right: 1px solid var(--ydk-line); }
.ydk-quotes blockquote:last-child { border-right: 0; }
.ydk-quotes blockquote p { font-family: "Unna Regular", Georgia, serif !important; font-size: 22px !important; line-height: 1.42 !important; color: var(--ydk-ink) !important; }
.ydk-quotes cite { display: block; margin-top: 20px; color: var(--ydk-muted); font-family: "Nunito Regular", Arial, sans-serif; font-size: 10px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }

.ydk-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }
.ydk-process article { padding-top: 19px; border-top: 1px solid var(--ydk-line); }

.ydk-location-grid { align-items: start; }
.ydk-locations { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border-top: 1px solid var(--ydk-line); }
.ydk-locations-10 { grid-template-columns: 1fr 1fr; }
.ydk-locations span { padding: 15px 8px 15px 0; border-bottom: 1px solid var(--ydk-line); color: var(--ydk-ink); font-size: 14px; }

.ydk-faq-section { padding-top: 72px; }
.ydk-faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 90px); }
.ydk-faq { border-top: 1px solid var(--ydk-line); }
.ydk-faq details { border-bottom: 1px solid var(--ydk-line); }
.ydk-faq summary { position: relative; cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-family: "Unna Regular", Georgia, serif !important; font-size: 20px; line-height: 1.3; color: var(--ydk-ink); }
.ydk-faq summary::-webkit-details-marker { display: none; }
.ydk-faq summary:after { content: "+"; position: absolute; right: 4px; top: 15px; font-family: Arial, sans-serif; font-size: 24px; font-weight: 300; color: var(--ydk-accent); }
.ydk-faq details[open] summary:after { content: "−"; }
.ydk-faq details p { padding: 0 44px 20px 0; color: var(--ydk-muted) !important; }

.ydk-contact { padding: 88px 0; background: #fff !important; border-top: 1px solid var(--ydk-line); }
.ydk-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 105px); align-items: start; }
.ydk-contact-copy { position: sticky; top: 110px; }
.ydk-contact-copy > p { margin-top: 18px; font-size: 16px !important; }
.ydk-contact-copy .ydk-kicker { margin-top: 0 !important; }
.ydk-contact-points { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--ydk-line); }
.ydk-contact-points p { margin: 0 0 17px !important; color: var(--ydk-muted) !important; font-size: 13.5px !important; }
.ydk-contact-points strong { color: var(--ydk-ink); font-family: "Nunito Regular", Arial, sans-serif; font-weight: 400; }

.ydk-form { min-width: 0; padding: 26px 28px; background: var(--ydk-soft); border: 1px solid var(--ydk-line); }
.ydk-form,
.ydk-form form,
.ydk-form .flo-form,
.ydk-form [class*="flo-form"] { max-width: 100% !important; }
.ydk-form label,
.ydk-form .label,
.ydk-form [class*="label"] {
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  letter-spacing: .08em !important;
  text-transform: none !important;
  color: var(--ydk-ink) !important;
}
.ydk-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ydk-form textarea,
.ydk-form select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 11px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #b8ad9f !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ydk-ink) !important;
  font-family: "Nunito Light", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.ydk-form textarea { min-height: 110px !important; resize: vertical; }
.ydk-form input:focus,
.ydk-form textarea:focus,
.ydk-form select:focus { outline: 0 !important; border-bottom-color: var(--ydk-accent) !important; }
.ydk-form input[type="checkbox"],
.ydk-form input[type="radio"] { accent-color: var(--ydk-accent); }
.ydk-form input[type="submit"],
.ydk-form button[type="submit"],
.ydk-form .flo-submit-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 210px !important;
  min-height: 50px !important;
  margin-top: 18px !important;
  padding: 14px 22px !important;
  border: 1px solid var(--ydk-accent) !important;
  border-radius: 0 !important;
  background: var(--ydk-accent) !important;
  color: #fff !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.ydk-form input[type="submit"]:hover,
.ydk-form button[type="submit"]:hover,
.ydk-form .flo-submit-button:hover { background: var(--ydk-accent-dark) !important; border-color: var(--ydk-accent-dark) !important; }
.ydk-form [class*="field"],
.ydk-form [class*="input"] { max-width: 100%; }
.ydk-form-fallback { padding: 24px; border: 1px solid var(--ydk-line); }

.ydk-final { padding: 82px 0; text-align: center; background: var(--ydk-soft-2) !important; color: var(--ydk-ink); }
.ydk-final h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.ydk-final > .ydk-container > p:not(.ydk-kicker) { max-width: 620px; margin: 18px auto 26px !important; color: var(--ydk-muted) !important; font-size: 16px !important; }

#weddings, #availability, #pricing { scroll-margin-top: 90px; }

@media (max-width: 980px) {
  .ydk-container { width: min(100% - 42px, 1160px); }
  .ydk-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .yhm-dk-v3 h1 { font-size: clamp(42px, 5.5vw, 58px) !important; }
  .ydk-heading-grid, .ydk-section-head, .ydk-location-grid { gap: 44px; }
  .ydk-pricing { grid-template-columns: 1fr 1fr; }
  .ydk-pricing > article:last-child { grid-column: 1 / -1; min-height: auto; }
  .ydk-addons { grid-template-columns: 1fr; }
  .ydk-addons-grid { grid-template-columns: repeat(2, 1fr); }
  .ydk-process { grid-template-columns: 1fr 1fr; }
  .ydk-contact-grid { grid-template-columns: .72fr 1.28fr; gap: 48px; }
}

@media (max-width: 760px) {
  .ydk-container { width: calc(100% - 30px); }
  .ydk-hero { padding: 34px 0 52px; }
  .ydk-hero-grid,
  .ydk-heading-grid,
  .ydk-section-head,
  .ydk-location-grid,
  .ydk-faq-wrap,
  .ydk-contact-grid,
  .ydk-addons { grid-template-columns: 1fr; gap: 30px; }
  .ydk-hero-copy { padding: 0; }
  .yhm-dk-v3 h1 { margin-bottom: 18px; font-size: 40px !important; line-height: 1.04 !important; }
  .yhm-dk-v3 h2 { font-size: 31px !important; line-height: 1.1 !important; }
  .yhm-dk-v3 h3 { font-size: 21px !important; }
  .ydk-lead { font-size: 21px !important; }
  .ydk-copy, .ydk-richcopy, .ydk-section-head > p, .ydk-contact-copy > p { font-size: 16px !important; }
  .ydk-hero-photo { aspect-ratio: 4 / 5; }
  .ydk-actions { flex-direction: column; align-items: stretch; }
  .ydk-btn { width: 100%; }
  .ydk-trust-grid { grid-template-columns: 1fr 1fr; }
  .ydk-trust-grid > div { padding: 17px 8px; }
  .ydk-trust-grid > div:nth-child(2) { border-right: 0; }
  .ydk-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ydk-line); }
  .ydk-section { padding: 62px 0; }
  .ydk-three-cards,
  .ydk-pricing,
  .ydk-quotes,
  .ydk-addons-grid { grid-template-columns: 1fr; }
  .ydk-three-cards article,
  .ydk-quotes blockquote { border-right: 0; border-bottom: 1px solid var(--ydk-line); }
  .ydk-three-cards article:last-child,
  .ydk-quotes blockquote:last-child { border-bottom: 0; }
  .ydk-stories { grid-template-columns: 1fr; gap: 10px; }
  .ydk-story,
  .ydk-story-large { grid-column: auto; aspect-ratio: 4 / 3; }
  .ydk-features { grid-template-columns: 1fr; }
  .ydk-features article:nth-child(odd) { border-right: 0; }
  .ydk-features article:nth-child(even) { padding-left: 0; }
  .ydk-pricing > article,
  .ydk-pricing > article:last-child { grid-column: auto; min-height: 0; padding: 28px; }
  .ydk-pricing .ydk-btn { width: 100%; }
  .ydk-process { grid-template-columns: 1fr; gap: 28px; }
  .ydk-locations, .ydk-locations-10 { grid-template-columns: 1fr; }
  .ydk-faq-title { margin-bottom: 6px; }
  .ydk-contact-copy { position: static; }
  .ydk-form { padding: 22px; }
  .ydk-form input[type="submit"], .ydk-form button[type="submit"], .ydk-form .flo-submit-button { width: 100% !important; }
  .ydk-final { padding: 64px 0; }
}


/* v4 pricing comparison */
.ydk-pricing-compare { align-items: stretch; }
.ydk-pricing-compare > article { min-height: 760px; }
.ydk-hourly-card { background: #fff !important; }
.ydk-rate-table { margin: 22px 0 14px; border-top: 1px solid var(--ydk-line); }
.ydk-rate-table > div { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:8px 0; border-bottom:1px solid var(--ydk-line); font-size:13px; }
.ydk-rate-table b { color:var(--ydk-ink); font-weight:600; }
.ydk-rate-cross { color:#8b8178; }
.ydk-rate-cross b { color:#8b8178; }
.ydk-rate-tip { margin: 14px 0 4px !important; padding: 14px 16px; background: #f6efe7; border-left: 3px solid var(--ydk-accent); color: var(--ydk-ink) !important; font-size: 13px !important; line-height: 1.5 !important; }
.ydk-rate-tip strong { font-weight: 600; }

.ydk-full-day-card { position: relative; background: #ead9c7 !important; border: 2px solid var(--ydk-accent) !important; box-shadow: 0 12px 34px rgba(70,52,36,.08); transform: translateY(-8px); }
.ydk-best-value { position:absolute; top:0; right:0; padding:9px 13px; background:var(--ydk-accent); color:#fff; font-family:"Nunito Regular",Arial,sans-serif; font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.ydk-unlimited-badge { display:inline-flex; width:max-content; margin:0 0 18px; padding:8px 12px; border:1px solid var(--ydk-accent); color:var(--ydk-accent-dark); background:#fff8f1; font-family:"Nunito Regular",Arial,sans-serif; font-size:10px; font-weight:600; letter-spacing:.15em; text-transform:uppercase; }
.ydk-savings { display:grid; grid-template-columns:1fr 1fr; margin:18px 0 8px; border-top:1px solid rgba(143,105,67,.35); border-left:1px solid rgba(143,105,67,.35); }
.ydk-savings div { padding:10px 11px; border-right:1px solid rgba(143,105,67,.35); border-bottom:1px solid rgba(143,105,67,.35); background:rgba(255,255,255,.3); }
.ydk-savings span { display:block; color:var(--ydk-muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.ydk-savings b { display:block; margin-top:2px; color:var(--ydk-accent-dark); font-size:14px; font-weight:600; }

.ydk-addons { margin-top:32px; padding:32px; background:#fff; border:1px solid var(--ydk-line); }
.ydk-addons-intro p:last-child { margin-top:10px !important; color:var(--ydk-muted) !important; font-size:14px !important; }
.ydk-addons-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.ydk-addon { min-height:128px; padding:18px; background:#fbf7f2; border:1px solid var(--ydk-line); }
.ydk-addon span { display:block; color:var(--ydk-ink); font-size:14px; line-height:1.35; }
.ydk-addon b { display:block; margin-top:10px; color:var(--ydk-accent-dark); font-family:"Unna Regular",Georgia,serif; font-size:26px; font-weight:400; line-height:1; }
.ydk-addon small { display:block; margin-top:9px; color:var(--ydk-muted); font-size:11px; line-height:1.45; }

/* Hide any residual FloForms privacy helper in case the plugin outputs it dynamically */
#yhm-denmark-form a[href*="privacy-policy"] { display:none !important; }

@media (max-width: 980px) {
  .ydk-pricing-compare > article { min-height: 0; }
  .ydk-full-day-card { transform:none; }
  .ydk-addons-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 760px) {
  .ydk-savings { grid-template-columns:1fr; }
  .ydk-addons { padding:22px; }
  .ydk-addons-grid { grid-template-columns:1fr; }
  .ydk-addon { min-height:0; }
}


/* v5 pricing redesign */
.ydk-pricing-head { margin-bottom: 22px; }
.ydk-pricing-note-bar {
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
  margin:0 0 18px; 
}
.ydk-pricing-note-bar > div {
  padding:16px 18px; background:#fff; border:1px solid var(--ydk-line);
}
.ydk-pricing-note-bar strong { display:block; color:var(--ydk-ink); font-size:14px; margin-bottom:4px; }
.ydk-pricing-note-bar span { display:block; color:var(--ydk-muted); font-size:12px; line-height:1.45; }
.ydk-pricing-note-featured { background:#f7efe6 !important; border-color:#dcc9b4 !important; }

.ydk-pricing-compare { gap:18px; }
.ydk-pricing-compare > article { min-height: 0; padding: 28px 28px 24px; }
.ydk-card-head { margin-bottom: 16px; }
.ydk-card-head h3 { margin: 0 0 8px; font-size: 30px !important; }
.ydk-price-inline { margin: 0 0 10px !important; font-size: 44px !important; }
.ydk-card-sub { margin: 0 !important; color: var(--ydk-muted) !important; font-size: 15px !important; line-height: 1.55 !important; }
.ydk-hourly-card, .ydk-multiday-card { background:#fff !important; }
.ydk-rate-table { margin: 20px 0 14px; border-top: 1px solid var(--ydk-line); }
.ydk-rate-table > div { padding: 10px 0; font-size: 14px; }
.ydk-rate-table span { color: var(--ydk-text); }
.ydk-rate-table b { font-size: 15px; }
.ydk-rate-cross { opacity:.58; }
.ydk-rate-tip { display:block; margin:16px 0 18px !important; padding:15px 16px; border-left:4px solid var(--ydk-accent); background:#f7f1ea; }
.ydk-rate-tip strong { display:block; color:var(--ydk-ink); margin-bottom:4px; font-size:14px; }
.ydk-rate-tip span { display:block; color:var(--ydk-muted); font-size:13px; line-height:1.45; }

.ydk-full-day-card { position:relative; background:#f7efe6 !important; border:2px solid var(--ydk-accent) !important; box-shadow:0 10px 28px rgba(70,52,36,.08); transform:none; }
.ydk-best-value { top:18px; right:18px; padding:8px 10px; font-size:9px; }
.ydk-price-row { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:8px; }
.ydk-unlimited-badge { margin: 0 !important; background:#fff; }
.ydk-savings-wrap { margin: 20px 0 20px; padding: 18px; background: rgba(255,255,255,.55); border:1px solid rgba(143,105,67,.22); }
.ydk-savings-title { margin:0 0 12px !important; color:var(--ydk-ink) !important; font-size:14px !important; font-weight:600; line-height:1.4 !important; }
.ydk-savings { margin:0; }
.ydk-savings div { background:#fff; }
.ydk-savings span { font-size:10px; letter-spacing:.11em; }
.ydk-savings b { font-size:15px; }

.ydk-pricing ul { margin: 0 0 22px; }
.ydk-pricing li { padding: 9px 0; font-size: 14px; }
.ydk-pricing .ydk-btn { width:100%; justify-content:center; margin-top:auto; }

.ydk-addons {
  display:block; margin-top:22px; padding:28px; background:#fff; border:1px solid var(--ydk-line);
}
.ydk-addons-head { margin-bottom:18px; }
.ydk-addons-head h3 { margin-bottom:6px; }
.ydk-addons-head p:last-child { margin:0 !important; color:var(--ydk-muted) !important; font-size:14px !important; }
.ydk-addons-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.ydk-addon {
  min-height: 156px; padding:18px; background:#fcfaf7; border:1px solid var(--ydk-line);
  display:flex; flex-direction:column; justify-content:space-between;
}
.ydk-addon span {
  display:block; padding:0; background:none; border:0; color:var(--ydk-ink); font-size:15px; line-height:1.35;
}
.ydk-addon b { margin-top:12px; font-size:38px; color:var(--ydk-accent-dark); }
.ydk-addon small { margin-top:8px; font-size:12px; line-height:1.45; }

#yhm-denmark-form [href*="privacy-policy"],
#yhm-denmark-form .privacy-policy,
#yhm-denmark-form .field-description,
#yhm-denmark-form .flo-form__field-description { display:none !important; }

@media (max-width: 980px) {
  .ydk-pricing-note-bar { grid-template-columns:1fr; }
  .ydk-pricing-compare { grid-template-columns:1fr; }
  .ydk-addons-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 760px) {
  .ydk-pricing-compare > article { padding:24px 22px; }
  .ydk-card-head h3 { font-size:26px !important; }
  .ydk-price-inline { font-size:38px !important; }
  .ydk-savings { grid-template-columns:1fr 1fr; }
  .ydk-addons { padding:22px; }
  .ydk-addons-grid { grid-template-columns:1fr; }
  .ydk-addon { min-height:0; }
}


/* v6 — Nordic sage / forest palette + premium pricing layout */
body.yhm-denmark-v3-page {
  --ydk-ink: #1f2622;
  --ydk-text: #3d4942;
  --ydk-muted: #6c7770;
  --ydk-line: #d8e0da;
  --ydk-soft: #f6f8f6;
  --ydk-soft-2: #edf3ef;
  --ydk-accent: #4f7562;
  --ydk-accent-dark: #315441;
  --ydk-accent-deep: #254535;
  --ydk-accent-soft: #e7efe9;
  --ydk-blue: #48677a;
  --ydk-blue-dark: #355365;
}

.ydk-kicker { color: var(--ydk-accent) !important; }
.ydk-section-tint { background:#f1f5f2 !important; }
.ydk-final { background:#e9f0eb !important; }
.ydk-faq summary:after { color:var(--ydk-accent) !important; }

/* CTA system */
.ydk-btn-primary,
.ydk-form input[type="submit"],
.ydk-form button[type="submit"],
.ydk-form .flo-submit-button {
  background: var(--ydk-accent-deep) !important;
  border-color: var(--ydk-accent-deep) !important;
  color:#fff !important;
}
.ydk-btn-primary:hover,
.ydk-form input[type="submit"]:hover,
.ydk-form button[type="submit"]:hover,
.ydk-form .flo-submit-button:hover {
  background:#193529 !important;
  border-color:#193529 !important;
  color:#fff !important;
}
.ydk-btn-secondary {
  background:#fff !important;
  border-color:#739080 !important;
  color:#315441 !important;
}
.ydk-btn-secondary:hover {
  background:#e6eee9 !important;
  border-color:#315441 !important;
  color:#254535 !important;
}

/* Pricing header */
.ydk-pricing-head { align-items:end; margin-bottom:24px; }
.ydk-pricing-head > div:last-child > p { margin-bottom:12px !important; }
.ydk-pricing-perks { display:flex; flex-wrap:wrap; gap:8px; }
.ydk-pricing-perks span {
  display:inline-flex; align-items:center; min-height:30px; padding:6px 10px;
  border:1px solid #cbd8d0; background:#f9fbf9; color:#53645a;
  font-size:10px; letter-spacing:.09em; text-transform:uppercase;
}

/* Pricing cards */
.ydk-pricing-compare {
  grid-template-columns: .96fr 1.08fr .96fr !important;
  gap:18px !important;
  align-items:start !important;
}
.ydk-pricing-compare > article {
  min-height:0 !important;
  padding:30px 30px 26px !important;
  background:#fff !important;
  border:1px solid #d5dfd8 !important;
  box-shadow:0 8px 28px rgba(37,69,53,.035);
}
.ydk-card-head { padding-bottom:20px; margin-bottom:0; border-bottom:1px solid #dde4df; }
.ydk-card-head h3 { margin:0 0 8px !important; font-size:30px !important; }
.ydk-card-sub { max-width:95%; }
.ydk-price-inline { margin:0 0 9px !important; color:#1f2d26 !important; font-size:46px !important; }
.ydk-price-label { color:#64806f !important; }

/* Hourly */
.ydk-hourly-card .ydk-rate-table { margin:8px 0 0; }
.ydk-rate-table > div {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  min-height:49px;
  padding:9px 0 !important;
  border-bottom:1px solid #e1e7e3 !important;
}
.ydk-rate-table > div span { color:#46534c; font-size:14px; }
.ydk-rate-table > div b { color:#1f2923; font-size:14px; font-weight:600; }
.ydk-switch-note {
  margin:18px 0 4px; padding:17px 18px;
  background:#eaf1ec; border-left:4px solid #4f7562;
}
.ydk-switch-label {
  display:block; margin-bottom:5px; color:#64806f; font-size:9px; letter-spacing:.14em; text-transform:uppercase;
}
.ydk-switch-note strong { display:block; color:#23382d; font-size:14px; line-height:1.4; }
.ydk-switch-note small { display:block; margin-top:5px; color:#68766d; font-size:12px; line-height:1.45; }
.ydk-rate-table-compare { margin-top:4px !important; border-top:0 !important; }
.ydk-rate-table-compare > div {
  grid-template-columns:minmax(0,1fr) auto auto !important;
  gap:12px;
  opacity:.72;
}
.ydk-rate-table-compare em {
  min-width:70px; color:#4f7562; font-size:10px; font-style:normal; font-weight:600; text-align:right; text-transform:uppercase;
}

/* Featured full day */
.ydk-full-day-card {
  position:relative;
  background:#e8f0eb !important;
  border:2px solid #4f7562 !important;
  box-shadow:0 15px 38px rgba(37,69,53,.09) !important;
}
.ydk-full-day-card .ydk-card-head { border-color:#cddbd2; }
.ydk-full-day-card .ydk-price-inline { color:#244536 !important; }
.ydk-best-value {
  top:20px !important; right:20px !important;
  background:#315441 !important; color:#fff !important;
  padding:8px 11px !important;
}
.ydk-price-row { display:flex; align-items:center; flex-wrap:wrap; gap:12px; }
.ydk-unlimited-badge {
  margin:0 !important; padding:8px 11px !important;
  border:1px solid #6f8e7c !important; background:#f7faf8 !important;
  color:#315441 !important;
}
.ydk-full-day-highlight {
  margin:20px 0 16px; padding:16px 17px;
  background:#f9fbf9; border:1px solid #cbd8d0;
}
.ydk-full-day-highlight strong { display:block; margin-bottom:5px; color:#244536; font-size:14px; }
.ydk-full-day-highlight span { display:block; color:#627068; font-size:12.5px; line-height:1.5; }
.ydk-saving-line {
  display:grid; grid-template-columns:repeat(4,1fr);
  margin:0 0 20px; border:1px solid #cbd8d0; background:#f7faf8;
}
.ydk-saving-line > div { padding:12px 7px; text-align:center; border-right:1px solid #d6e0d9; }
.ydk-saving-line > div:last-child { border-right:0; }
.ydk-saving-line small { display:block; color:#7a877f; font-size:9px; letter-spacing:.1em; text-transform:uppercase; }
.ydk-saving-line b { display:block; margin:3px 0 1px; color:#315441; font-family:"Unna Regular",Georgia,serif; font-size:23px; font-weight:400; }
.ydk-saving-line span { display:block; color:#738078; font-size:9px; text-transform:uppercase; }

/* Multi-day */
.ydk-multiday-steps { margin:18px 0 20px; }
.ydk-multiday-steps > div {
  display:grid; grid-template-columns:34px 1fr; gap:11px; align-items:start;
  padding:13px 0; border-bottom:1px solid #e1e7e3;
}
.ydk-multiday-steps > div > span { color:#668272; font-size:10px; letter-spacing:.12em; }
.ydk-multiday-steps p { margin:0 !important; }
.ydk-multiday-steps strong { display:block; color:#26352d; font-size:14px; }
.ydk-multiday-steps small { display:block; margin-top:3px; color:#748078; font-size:11.5px; line-height:1.45; }

/* Included lists */
.ydk-package-includes { margin-top:19px; }
.ydk-package-includes > p {
  margin:0 0 5px !important; color:#668272 !important; font-size:9px !important; letter-spacing:.14em; text-transform:uppercase;
}
.ydk-package-includes ul { margin:0 0 23px !important; }
.ydk-package-includes li { padding:8px 0 !important; }
.ydk-pricing .ydk-btn { width:100% !important; margin-top:0 !important; }

/* Add-ons */
.ydk-addons {
  display:block !important;
  margin-top:28px !important;
  padding:30px !important;
  background:#fbfcfb !important;
  border:1px solid #d5dfd8 !important;
}
.ydk-addons-head {
  display:flex; align-items:end; justify-content:space-between; gap:30px;
  margin-bottom:24px; padding-bottom:19px; border-bottom:1px solid #dce4df;
}
.ydk-addons-head h3 { margin:0 !important; font-size:31px !important; }
.ydk-addons-head > p { margin:0 !important; color:#718078 !important; font-size:13px !important; }
.ydk-addon-group-title {
  margin:21px 0 10px !important; color:#607a6b !important;
  font-size:9px !important; letter-spacing:.15em; text-transform:uppercase;
}
.ydk-addons-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:12px !important; }
.ydk-addon {
  min-height:132px !important; padding:18px !important;
  background:#f4f7f5 !important; border:1px solid #d7e0da !important;
  box-shadow:none !important;
}
.ydk-addon span { color:#2d3b33 !important; font-size:14px !important; }
.ydk-addon b { margin-top:13px !important; color:#315441 !important; font-size:34px !important; }
.ydk-addon small { color:#718078 !important; font-size:11.5px !important; }
.ydk-addon-album { background:#f7faf8 !important; }

/* Contact panel follows new palette */
.ydk-form { background:#f3f7f4 !important; border-color:#d4ded7 !important; }
.ydk-form input:focus,
.ydk-form textarea:focus,
.ydk-form select:focus { border-bottom-color:#4f7562 !important; }
.ydk-form input[type="checkbox"],
.ydk-form input[type="radio"] { accent-color:#315441 !important; }

@media (max-width: 1080px) {
  .ydk-pricing-compare { grid-template-columns:1fr !important; }
  .ydk-pricing-compare > article { max-width:780px; width:100%; margin:0 auto; }
}
@media (max-width: 760px) {
  .ydk-pricing-head > div:last-child { margin-top:0; }
  .ydk-pricing-perks { gap:6px; }
  .ydk-pricing-perks span { font-size:9px; }
  .ydk-pricing-compare > article { padding:24px 21px !important; }
  .ydk-card-head h3 { font-size:27px !important; }
  .ydk-price-inline { font-size:40px !important; }
  .ydk-best-value { position:static !important; display:inline-flex; margin-bottom:14px; }
  .ydk-saving-line { grid-template-columns:repeat(2,1fr); }
  .ydk-saving-line > div:nth-child(2) { border-right:0; }
  .ydk-saving-line > div:nth-child(-n+2) { border-bottom:1px solid #d6e0d9; }
  .ydk-rate-table-compare > div { grid-template-columns:1fr auto !important; }
  .ydk-rate-table-compare em { grid-column:1/-1; text-align:left; margin-top:-5px; }
  .ydk-addons { padding:22px !important; }
  .ydk-addons-head { display:block; }
  .ydk-addons-head > p { margin-top:8px !important; }
  .ydk-addons-grid { grid-template-columns:1fr !important; }
  .ydk-addon { min-height:0 !important; }
}


/* v7 refinements */
.ydk-trust-grid { grid-template-columns: repeat(3, 1fr) !important; }
.ydk-trust-grid > div:nth-child(3) { border-right: 0 !important; }

/* Preserve the original aspect ratio of every photograph. */
.ydk-hero-photo,
.ydk-story,
.ydk-story-large {
  aspect-ratio: auto !important;
  height: auto !important;
}
.ydk-hero-photo { overflow: visible !important; background: transparent !important; }
.ydk-hero-photo img,
.ydk-story img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.ydk-story { overflow: hidden; }
.ydk-story:hover img { transform: none !important; }

/* The value comparison belongs only in Hourly Coverage. */
.ydk-saving-line { display: none !important; }
.ydk-full-day-highlight {
  margin: 18px 0 22px !important;
  padding: 18px 20px !important;
  border: 1px solid #b9cec0 !important;
  background: rgba(255,255,255,.58) !important;
}
.ydk-full-day-highlight strong {
  display:block !important;
  margin-bottom:7px !important;
  color:#183d2c !important;
  font-size:15px !important;
}
.ydk-full-day-highlight span {
  display:block !important;
  color:#59675f !important;
  font-size:13px !important;
  line-height:1.55 !important;
}

/* Completely suppress FloForms helper/privacy copy, including content inserted after load. */
#yhm-denmark-form a[href*="privacy-policy"],
#yhm-denmark-form [class*="privacy"],
#yhm-denmark-form [class*="description"] a[href*="privacy-policy"] {
  display:none !important;
}

@media (max-width:760px) {
  .ydk-trust-grid { grid-template-columns: 1fr 1fr 1fr !important; }
  .ydk-trust-grid > div { border-bottom: 0 !important; }
  .ydk-hero-photo,
  .ydk-story,
  .ydk-story-large { aspect-ratio:auto !important; }
}


/* v8 pricing + gallery refinements */
.ydk-card-head h3 { font-size: 31px !important; line-height: 1.06 !important; }
.ydk-price-inline { font-size: 48px !important; letter-spacing: -.01em !important; }
.ydk-hourly-card .ydk-price-inline,
.ydk-multiday-card .ydk-price-inline { color:#234434 !important; }
.ydk-price-label { color:#5f7a6a !important; }
.ydk-card-sub { max-width: 100% !important; font-size: 15px !important; }
.ydk-best-value { letter-spacing:.14em !important; }
.ydk-full-day-card .ydk-card-head h3 { max-width: 88%; }
.ydk-unlimited-badge { font-size: 11px !important; }
.ydk-full-day-highlight strong { font-size: 15px !important; }
.ydk-package-includes li strong { font-weight:700 !important; }
.ydk-pricing .ydk-btn { margin-top: 4px !important; }
.ydk-hourly-note {
  margin: 12px 0 0 !important;
  color:#627167 !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}
.ydk-hourly-note strong { color:#214232 !important; }

/* cleaner gallery cards with original proportions and captions below the image */
.ydk-stories { align-items:start !important; }
.ydk-story,
.ydk-story-large {
  position: static !important;
  background: transparent !important;
  overflow: visible !important;
  text-decoration: none !important;
}
.ydk-story:after { display:none !important; }
.ydk-story img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display:block !important;
  background: transparent !important;
}
.ydk-story > span {
  position: static !important;
  display:block !important;
  padding: 12px 0 0 !important;
  color: var(--ydk-ink) !important;
}
.ydk-story small {
  color: #738178 !important;
  opacity:1 !important;
  font-size:10px !important;
}
.ydk-story b {
  color: var(--ydk-ink) !important;
  font-size: 22px !important;
}

@media (max-width:760px) {
  .ydk-price-inline { font-size: 42px !important; }
  .ydk-card-head h3 { font-size: 28px !important; }
}


/* v9 gallery preview redesign */
.ydk-stories {
  display:block !important;
  column-count:2;
  column-gap:22px;
  margin-top:8px;
}
.ydk-story,
.ydk-story-large {
  display:inline-block !important;
  width:100% !important;
  margin:0 0 22px !important;
  position:relative !important;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  overflow:hidden !important;
  background:#ece8e3 !important;
  box-shadow:0 8px 24px rgba(28,38,32,.06);
  border:1px solid #dde5e0;
}
.ydk-story img,
.ydk-story-large img {
  width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  transition:transform .5s ease;
}
.ydk-story:after,
.ydk-story-large:after {
  display:block !important;
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:38%;
  background:linear-gradient(to top, rgba(20,23,20,.68), rgba(20,23,20,.18) 48%, rgba(20,23,20,0) 100%);
  pointer-events:none;
}
.ydk-story > span,
.ydk-story-large > span {
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:16px !important;
  display:block !important;
  padding:0 !important;
  color:#fff !important;
  z-index:2;
}
.ydk-story small,
.ydk-story-large small {
  display:block !important;
  margin:0 0 6px !important;
  color:rgba(255,255,255,.82) !important;
  opacity:1 !important;
  font-size:10px !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
.ydk-story b,
.ydk-story-large b {
  display:block !important;
  color:#fff !important;
  font-family:"Unna Regular", Georgia, serif !important;
  font-size:22px !important;
  line-height:1.08 !important;
}
.ydk-story:hover img,
.ydk-story-large:hover img { transform:scale(1.018) !important; }

@media (max-width: 980px) {
  .ydk-stories { column-count:2; column-gap:16px; }
  .ydk-story,
  .ydk-story-large { margin-bottom:16px !important; }
}
@media (max-width: 760px) {
  .ydk-stories { column-count:1; column-gap:0; }
  .ydk-story,
  .ydk-story-large { margin-bottom:14px !important; }
  .ydk-story > span,
  .ydk-story-large > span { left:14px !important; right:14px !important; bottom:14px !important; }
}


/* v10 refine featured price, no-time-limit badge, and recommendation badge */
.ydk-full-day-card {
  overflow: hidden;
}
.ydk-full-day-card .ydk-card-head {
  position: relative;
  padding-top: 6px;
}
.ydk-best-value {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: #f7fbf8 !important;
  border: 1px solid #96b3a3 !important;
  color: #2e5a45 !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  box-shadow: none !important;
}
.ydk-full-day-card .ydk-price-label {
  margin-bottom: 8px !important;
}
.ydk-price-row {
  align-items: center !important;
  gap: 14px !important;
}
.ydk-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.ydk-full-day-card .ydk-price-inline {
  margin: 0 !important;
  color: #183a2c !important;
  font-size: 52px !important;
  line-height: .95 !important;
}
.ydk-price-caption {
  display: inline-block;
  color: #748278;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ydk-unlimited-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  border: 1px solid #b2c7bb !important;
  background: #ffffff !important;
  color: #315441 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}
.ydk-full-day-highlight {
  margin-top: 18px !important;
}

@media (max-width: 760px) {
  .ydk-best-value {
    position: static !important;
    margin-bottom: 12px !important;
  }
  .ydk-price-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .ydk-full-day-card .ydk-price-inline {
    font-size: 44px !important;
  }
}


/* v11 — refined green feature block + controlled gallery preview grid */

/* Full-day explanatory block: use the same calm sage tone as the hourly switch note. */
.ydk-full-day-highlight {
  margin: 18px 0 22px !important;
  padding: 17px 18px !important;
  background: #eaf1ec !important;
  border: 0 !important;
  border-left: 4px solid #4f7562 !important;
  box-shadow: none !important;
}
.ydk-full-day-highlight strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #23382d !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.ydk-full-day-highlight span {
  display: block !important;
  color: #66756c !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}

/* Real weddings: fixed editorial structure instead of unstable masonry. */
.ydk-stories {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  column-count: initial !important;
  column-gap: initial !important;
  align-items: start !important;
  margin-top: 10px !important;
}

.ydk-story,
.ydk-story-large {
  display: grid !important;
  grid-template-rows: 390px auto !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  break-inside: auto !important;
  background: #edf3ef !important;
  border: 1px solid #d5e0d9 !important;
  box-shadow: 0 8px 24px rgba(37,69,53,.045) !important;
  text-decoration: none !important;
}
.ydk-story-large {
  grid-column: span 3 !important;
  grid-template-rows: 430px auto !important;
}
.ydk-story:not(.ydk-story-large) {
  grid-column: span 2 !important;
}

/* Never crop chosen gallery covers. Centre them on a deliberate sage canvas. */
.ydk-story img,
.ydk-story-large img {
  grid-row: 1 !important;
  place-self: center !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  transform: none !important;
}

.ydk-story:after,
.ydk-story-large:after {
  display: none !important;
  content: none !important;
}

/* Clean caption below each photo. */
.ydk-story > span,
.ydk-story-large > span {
  grid-row: 2 !important;
  position: static !important;
  display: block !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  padding: 15px 17px 17px !important;
  background: #ffffff !important;
  color: var(--ydk-ink) !important;
  border-top: 1px solid #dbe4de !important;
  z-index: auto !important;
}
.ydk-story small,
.ydk-story-large small {
  display: block !important;
  margin: 0 0 5px !important;
  color: #74837a !important;
  opacity: 1 !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}
.ydk-story b,
.ydk-story-large b {
  display: block !important;
  color: var(--ydk-ink) !important;
  font-family: "Unna Regular", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
}
.ydk-story:hover,
.ydk-story-large:hover {
  border-color: #afc4b7 !important;
  box-shadow: 0 12px 30px rgba(37,69,53,.075) !important;
}
.ydk-story:hover img,
.ydk-story-large:hover img {
  transform: none !important;
}

@media (max-width: 980px) {
  .ydk-stories {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .ydk-story,
  .ydk-story-large,
  .ydk-story:not(.ydk-story-large) {
    grid-column: span 1 !important;
    grid-template-rows: 360px auto !important;
  }
}

@media (max-width: 760px) {
  .ydk-stories {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .ydk-story,
  .ydk-story-large,
  .ydk-story:not(.ydk-story-large) {
    grid-column: 1 !important;
    grid-template-rows: minmax(250px, 62vw) auto !important;
  }
  .ydk-story > span,
  .ydk-story-large > span {
    padding: 13px 14px 15px !important;
  }
}


/* v12 — stable true masonry gallery preview */
.ydk-stories {
  display: block !important;
  columns: 3 280px !important;
  column-gap: 18px !important;
  margin-top: 12px !important;
}

.ydk-story,
.ydk-story-large,
.ydk-story:not(.ydk-story-large) {
  display: inline-block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
  page-break-inside: avoid !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  vertical-align: top !important;
}

.ydk-story img,
.ydk-story-large img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  transform: none !important;
}

.ydk-story:after,
.ydk-story-large:after {
  display: none !important;
  content: none !important;
}

.ydk-story > span,
.ydk-story-large > span {
  position: static !important;
  display: block !important;
  padding: 11px 2px 4px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--ydk-ink) !important;
}

.ydk-story small,
.ydk-story-large small {
  display: block !important;
  margin: 0 0 5px !important;
  color: #718078 !important;
  opacity: 1 !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

.ydk-story b,
.ydk-story-large b {
  display: block !important;
  margin: 0 !important;
  color: var(--ydk-ink) !important;
  font-family: "Unna Regular", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
}

.ydk-story:hover,
.ydk-story-large:hover {
  border: 0 !important;
  box-shadow: none !important;
}

.ydk-story:hover img,
.ydk-story-large:hover img {
  transform: none !important;
  opacity: .94 !important;
}

@media (max-width: 1180px) {
  .ydk-stories {
    columns: 2 300px !important;
    column-gap: 16px !important;
  }
  .ydk-story,
  .ydk-story-large,
  .ydk-story:not(.ydk-story-large) {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 680px) {
  .ydk-stories {
    columns: 1 !important;
    column-gap: 0 !important;
  }
  .ydk-story,
  .ydk-story-large,
  .ydk-story:not(.ydk-story-large) {
    margin-bottom: 18px !important;
  }
  .ydk-story > span,
  .ydk-story-large > span {
    padding-top: 10px !important;
  }
}


/* v19 — highly visible NO TIME LIMIT benefit on every country landing */
.ydk-full-day-card .ydk-price-row {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
  margin-top: 6px !important;
}
.ydk-full-day-card .ydk-unlimited-badge {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 72px !important;
  padding: 14px 20px 14px 52px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #24543f !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(36,84,63,.16) !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.ydk-full-day-card .ydk-unlimited-badge:before {
  content: "✓" !important;
  position: absolute !important;
  left: 19px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.6) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.ydk-full-day-card .ydk-price-caption {
  margin-top: 4px !important;
}
@media (max-width: 760px) {
  .ydk-full-day-card .ydk-price-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .ydk-full-day-card .ydk-unlimited-badge {
    min-height: 62px !important;
  }
}


/* v20 — refined full-day price hierarchy: premium, simple, unmistakable */
.ydk-full-day-card {
  position: relative !important;
  background: #eef5f0 !important;
  border: 1px solid #aec7b7 !important;
  box-shadow: 0 16px 40px rgba(31,72,52,.08) !important;
}
.ydk-full-day-card .ydk-best-value { display:none !important; }
.ydk-full-day-card .ydk-card-head {
  padding-top: 0 !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid #ccdcd2 !important;
}
.ydk-full-day-card .ydk-price-label {
  color: #476b59 !important;
  margin-bottom: 8px !important;
}
.ydk-full-day-card .ydk-price-row {
  display: block !important;
  margin: 8px 0 0 !important;
}
.ydk-full-day-card .ydk-price-stack {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 12px !important;
}
.ydk-full-day-card .ydk-price-inline {
  margin: 0 !important;
  color: #173d2b !important;
  font-size: clamp(52px, 5vw, 70px) !important;
  line-height: .9 !important;
  letter-spacing: -.025em !important;
}
.ydk-full-day-card .ydk-price-caption {
  margin: 0 !important;
  color: #6a7b70 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.ydk-full-day-card .ydk-unlimited-badge {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 20px 0 17px !important;
  padding: 18px 22px 17px 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #24543f !important;
  color: #fff !important;
  box-shadow: none !important;
  white-space: normal !important;
  text-align: left !important;
}
.ydk-full-day-card .ydk-unlimited-badge:before {
  content: "✓" !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.ydk-full-day-card .ydk-unlimited-badge strong {
  display: block !important;
  margin: 0 0 5px !important;
  color: #fff !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}
.ydk-full-day-card .ydk-unlimited-badge small {
  display: block !important;
  max-width: 390px !important;
  color: rgba(255,255,255,.84) !important;
  font-family: "Nunito Regular", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.ydk-full-day-card .ydk-card-sub {
  margin: 0 !important;
  color: #55695d !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.ydk-full-day-card .ydk-full-day-highlight { display:none !important; }

@media (max-width:760px) {
  .ydk-full-day-card .ydk-price-stack {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .ydk-full-day-card .ydk-price-inline {
    font-size: 54px !important;
  }
  .ydk-full-day-card .ydk-unlimited-badge {
    padding: 17px 17px 16px 50px !important;
  }
  .ydk-full-day-card .ydk-unlimited-badge:before {
    left: 17px !important;
    top: 19px !important;
  }
}
