/* Start custom CSS for html, class: .elementor-element-e36a224 *//* ══════════════════════════════════════════════════════════════
   DAHLS GRAVERING – OM OS REDESIGN 2026
   Alt scoped under .dg-about
   Matcher dahls-forside-redesign-v3 design system
   ══════════════════════════════════════════════════════════════ */

/* Skjul page-header + breadcrumb (alle varianter, alle viewports) */
body.cms-id-4 header.page-header { display: none !important; }
body.cms-id-4 nav.breadcrumb,
body.cms-id-4 nav.breadcrumb.hidden-sm-down,
body.cms-id-4 nav[data-depth],
body.cms-id-4 .breadcrumb,
body.cms-id-4 .breadcrumb-mobile,
body.cms-id-4 .mobile-breadcrumb,
body.cms-id-4 #js-mobile-breadcrumb,
body.cms-id-4 [class*="breadcrumb"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  body.cms-id-4 nav.breadcrumb,
  body.cms-id-4 nav[data-depth],
  body.cms-id-4 .breadcrumb,
  body.cms-id-4 [class*="breadcrumb"] { display: none !important; }
}

/* Fjern lodret luft mellem header/indhold/footer på cms-id-4 (om os) */
body.cms-id-4 #content,
body.cms-id-4 #content.page-cms,
body.cms-id-4 #content.page-cms-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobil: ekstra zero-out på alle PrestaShop content-wrappers */
@media (max-width: 991px) {
  body.cms-id-4 #wrapper,
  body.cms-id-4 #wrapper > .container,
  body.cms-id-4 #content-wrapper,
  body.cms-id-4 #main,
  body.cms-id-4 #content,
  body.cms-id-4 .page-content,
  body.cms-id-4 .elementor-section-wrap,
  body.cms-id-4 .elementor-section,
  body.cms-id-4 .elementor-container,
  body.cms-id-4 .elementor-row,
  body.cms-id-4 .elementor-column,
  body.cms-id-4 .elementor-column-wrap,
  body.cms-id-4 .elementor-element-populated,
  body.cms-id-4 .elementor-widget-wrap,
  body.cms-id-4 .elementor-widget-container,
  body.cms-id-4 .elementor-widget-html {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
body.cms-id-4 #wrapper > .container { padding-top: 0 !important; padding-bottom: 0 !important; }
body.cms-id-4 .elementor-column-wrap.elementor-element-populated,
body.cms-id-4 .elementor-widget-container,
body.cms-id-4 .elementor-widget-html { padding-top: 0 !important; padding-bottom: 0 !important; }

.dg-about *,
.dg-about *::before,
.dg-about *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dg-about a { text-decoration: none; color: inherit; }
.dg-about img { display: block; max-width: 100%; height: auto; }

.dg-about {
  --green: #2e9e6e;
  --green-dark: #237a54;
  --green-soft: #e9f5ef;
  --cream: #faf8f5;
  --warm-50: #fdfbf7;
  --warm-100: #f7f3ed;
  --warm-200: #ede7dc;
  --gold: #c9a84c;
  --gold-light: #f5ecd4;
  --black: #1a1a1a;
  --gray-800: #2d2d2d;
  --gray-600: #5a5a5a;
  --gray-400: #999;
  --gray-200: #e5e5e5;
  --gray-100: #f5f5f5;
  --white: #fff;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.08);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--black);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.dg-about .dg-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Indhold i farvede full-width sektioner skal holdes inden for normal bredde */
.dg-about .section--cream .dg-container,
.dg-about .section--warm .dg-container,
.dg-about .section--dark .dg-container,
.dg-about .section--white .dg-container,
.dg-about .section .dg-container {
  max-width: 1200px;
  padding: 0 clamp(20px, 4vw, 40px);
}

/* ── BUTTONS ── */
.dg-about .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  border: none;
  white-space: nowrap;
  line-height: 1;
  font-family: inherit;
  font-size: 15px;
  padding: 16px 28px;
}
.dg-about .btn--green { background: var(--green); color: #fff; }
.dg-about .btn--green:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46, 158, 110, 0.3);
}
.dg-about .btn--outline {
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--gray-200);
}
.dg-about .btn--outline:hover {
  border-color: var(--green);
  color: var(--green);
}
.dg-about .btn svg { width: 18px; height: 18px; }

/* ── SECTIONS ── */
.dg-about .section { padding: clamp(56px, 7vw, 96px) 0; }

/* Full-bleed sektioner — bryder ud af CMS-container per sektion */
.dg-about .section--cream,
.dg-about .section--warm,
.dg-about .section--dark,
.dg-about .section--white {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.dg-about .section--cream { background: var(--cream); }
.dg-about .section--warm { background: var(--warm-100); }
.dg-about .section--dark { background: var(--black); color: #fff; }
.dg-about .section--white { background: var(--white); }

.dg-about .section__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.dg-about .section--dark .section__tag { color: var(--gold); }
.dg-about .section__title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.dg-about .section--dark .section__title { color: #fff; }

/* ══════════════════════════════════════════
   1. HERO – Native MP4 video background
   ══════════════════════════════════════════ */
.dg-about .hero {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--black);
  min-height: clamp(560px, 80vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: clamp(80px, 10vw, 140px) 0;
}

/* Video baggrund — native MP4, dækker hele hero */
.dg-about .hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.dg-about .hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Overlay – mørkner video for læsbarhed + guld vignette */
.dg-about .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.7) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.dg-about .hero::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.16) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.dg-about .hero__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.dg-about .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 9px 20px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.dg-about .hero__badge::before,
.dg-about .hero__badge::after {
  content: "";
  width: 22px;
  height: 1.5px;
  background: var(--gold);
  opacity: 0.5;
}
.dg-about .hero__h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.dg-about .hero__sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  margin: 0 auto 28px;
}
.dg-about .hero__stats {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  flex-wrap: wrap;
  margin-top: 16px;
}
.dg-about .hero__stat-num {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.dg-about .hero__stat-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ══════════════════════════════════════════
   2. INTRO – Centreret manifest (efter hero-video)
   ══════════════════════════════════════════ */
.dg-about .intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.dg-about .intro__title { margin-bottom: 24px; }
.dg-about .intro__title span { color: var(--green); }
.dg-about .intro__text {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 18px;
}
.dg-about .intro__divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 32px auto 0;
  border: none;
}

/* ══════════════════════════════════════════
   3. SPLIT SECTIONS (gravering, kunder)
   ══════════════════════════════════════════ */
.dg-about .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.dg-about .split--reverse .split__media { order: -1; }
.dg-about .split__media {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-lg);
}
.dg-about .split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dg-about .split__text {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.75;
  margin-bottom: 16px;
}
.dg-about .split__signoff {
  font-style: italic;
  color: var(--gray-400);
  margin-top: 24px;
  margin-bottom: 4px;
}
.dg-about .split__signer {
  font-weight: 700;
  color: var(--black);
  font-size: 15px;
}

/* ══════════════════════════════════════════
   4. TEAM
   ══════════════════════════════════════════ */
.dg-about .team__header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.dg-about .team__featured {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(24px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.dg-about .team__featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}
.dg-about .team__featured-body {
  padding: clamp(28px, 3vw, 48px) clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dg-about .team__featured-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.dg-about .team__featured-name {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.dg-about .team__featured-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.dg-about .team__featured-quote {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-style: italic;
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  margin-top: 8px;
}

/* Flex layout — centers ufuldstændig sidste række.
   Skalerer automatisk fra 6 til 8+ medlemmer uden tilpasning. */
.dg-about .team__grid {
  --gap: clamp(16px, 2vw, 24px);
  --cols: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.dg-about .member {
  flex: 0 0 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  max-width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.dg-about .member:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.3);
}
.dg-about .member__photo-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}
.dg-about .member__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.dg-about .member:hover .member__photo { transform: scale(1.05); }
.dg-about .member__body { padding: 22px 22px 24px; }
.dg-about .member__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.dg-about .member__role {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.dg-about .member__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
}

/* ══════════════════════════════════════════
   5. MOLLY
   ══════════════════════════════════════════ */
.dg-about .molly {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.dg-about .molly__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 4px solid var(--gold-light);
  box-shadow: var(--shadow-lg);
  margin: 0 auto 28px;
  display: block;
}
.dg-about .molly__name {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.dg-about .molly__role {
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.dg-about .molly__text {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════
   6. KONTAKT CARD
   ══════════════════════════════════════════ */
.dg-about .kontakt {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border-radius: var(--r-xl);
  padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 56px);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-lg);
}
.dg-about .kontakt__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.dg-about .kontakt__text {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 28px;
}
.dg-about .kontakt__hours {
  font-size: 13px;
  color: var(--gray-400);
  margin-top: 18px;
  font-weight: 500;
}
.dg-about .kontakt__btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .dg-about .team__grid { --cols: 3; }
}

@media (max-width: 900px) {
  .dg-about .split { grid-template-columns: 1fr; }
  .dg-about .split--reverse .split__media { order: 0; }
  .dg-about .team__featured { grid-template-columns: 1fr; }
  .dg-about .team__featured-img { min-height: 320px; aspect-ratio: 4 / 3; }
  .dg-about .team__grid { --cols: 2; }
  .dg-about .hero { min-height: 520px; }
}

@media (max-width: 560px) {
  .dg-about .team__grid { --cols: 1; max-width: 380px; margin: 0 auto; }
  .dg-about .kontakt__btns { flex-direction: column; }
  .dg-about .btn { width: 100%; justify-content: center; }
}/* End custom CSS */