.elementor-kit-8{--e-global-color-ddi-cream:#EDE9E0;--e-global-color-ddi-cream-light:#F5F2EA;--e-global-color-ddi-sand:#C8BFA0;--e-global-color-ddi-sand-soft:#D9D2B8;--e-global-color-ddi-bg-sand:#DDD4B5;--e-global-color-ddi-gold:#C8C280;--e-global-color-ddi-gold-deep:#8A8840;--e-global-color-ddi-ink:#2E2E1B;--e-global-color-ddi-ink-soft:#50502F;--e-global-color-ddi1:#EDE9E0;--e-global-color-ddi2:#F5F2EA;--e-global-color-ddi3:#C8BFA0;--e-global-color-ddi4:#D9D2B8;--e-global-color-ddi5:#DDD4B5;--e-global-color-ddi6:#B5A87A;--e-global-color-ddi7:#7E7140;--e-global-color-ddi8:#2E2E1B;--e-global-color-ddi9:#50502F;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.32em;background-color:#EDE9E0;color:#2E2E1B;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#2E2E1B;font-family:"Inter", Inter, system-ui, sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.22em;color:#F5F2EA;border-radius:0px 0px 0px 0px;padding:0px 28px 0px 28px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#3a3a23;color:#ffffff;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Cormorant Garamond", Inter, system-ui, sans-serif;font-size:72px;font-weight:400;line-height:1.02em;}.elementor-kit-8 h2{font-family:"Cormorant Garamond", Inter, system-ui, sans-serif;font-size:48px;font-weight:400;line-height:1.1em;}.elementor-kit-8 h3{font-family:"Cormorant Garamond", Inter, system-ui, sans-serif;font-size:34px;font-weight:400;line-height:1.15em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Hero gradient-overlay ── */
.ddi-hero-gradient {
  position: relative;
  overflow: hidden;
}

.ddi-hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(237, 233, 224, 0.97)  0%,
    rgba(237, 233, 224, 0.92) 38%,
    rgba(237, 233, 224, 0.50) 58%,
    transparent               76%
  );
}

.ddi-hero-gradient > .elementor-container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .ddi-hero-gradient::before {
    background: rgba(237, 233, 224, 0.88);
  }
}
/* ── Kort hover-effekt ── */
.ddi-card-hover {
  position: relative;
  overflow: hidden;
  transition: background .5s ease, box-shadow .5s ease, transform .5s ease;
  cursor: pointer;
}

.ddi-card-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(181, 168, 122, 0)    0%,
    rgba(181, 168, 122, 0.18) 100%
  );
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
  z-index: 0;
}

.ddi-card-hover > * {
  position: relative;
  z-index: 1;
}

.ddi-card-hover:hover {
  background: #E8E2CE !important;
  box-shadow: 0 18px 38px -22px rgba(46, 46, 27, .28);
  transform: translateY(-2px);
}

.ddi-card-hover:hover::before {
  opacity: 1;
}
/* ── Pil-animation ved kort-hover ── */
.ddi-card-hover svg {
  transition: transform .5s ease;
}

.ddi-card-hover:hover svg {
  transform: translateX(6px);
}
/* ── Billedramme — klassisk passepartout ── */
.ddi-portrait-frame {
  position: relative;
  padding: 22px;
  background: radial-gradient(
    120% 90% at 50% 0%,
    #f8f1dd 0%,
    #ece1c2 60%,
    #d9cba3 100%
  );
  box-shadow:
    0 26px 60px -32px rgba(46, 46, 27, .45),
    0 0 0 1px rgba(120, 102, 56, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(46, 46, 27, 0.08);
}

/* Ydre rammelinie */
.ddi-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(120, 102, 56, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 1;
}

/* Indre passepartout-lag */
.ddi-portrait-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  background: var(--cream-light, #F5F2EA);
  pointer-events: none;
  z-index: 0;
}

/* Billedet eller Elementor-widget inde i rammen */
.ddi-portrait-frame > *,
.ddi-portrait-frame .elementor-widget-container,
.ddi-portrait-frame img {
  position: relative;
  z-index: 2;
  margin: 6px;
  box-shadow:
    0 0 0 1px rgba(120, 102, 56, 0.55),
    0 10px 22px -14px rgba(46, 46, 27, 0.45);
}/* End custom CSS */
