:root {
  --dggc-gold: #d5aa45;
  --dggc-gold-deep: #a97716;
  --dggc-charcoal: #151515;
  --dggc-ink: #242424;
  --dggc-muted: #68655f;
  --dggc-paper: #f7f4ed;
  --dggc-line: #ded8cb;
  --dggc-red: #d71920;
  --dggc-white: #fff;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--dggc-ink); font-family: "DM Sans", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, body * { box-sizing: border-box; }
body img { display: block; max-width: 100%; height: auto; }
body a { color: inherit; text-decoration: none; }
body h1, body h2, body h3, body p { margin-top: 0; }
body h1, body h2, body h3 { color: inherit; font-family: "Manrope", Arial, sans-serif; letter-spacing: -.035em; }
body h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .97; }
body h2 { font-size: clamp(2.1rem, 4vw, 4.15rem); line-height: 1.06; }
body h3 { font-size: 1.25rem; line-height: 1.25; }
.dggc-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.dggc-section { padding: clamp(78px, 9vw, 132px) 0; }
.dggc-section-soft { background: var(--dggc-paper); }
.dggc-section-dark { background: var(--dggc-charcoal); color: #fff; }
.dggc-eyebrow { margin-bottom: 22px; color: var(--dggc-gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.dggc-eyebrow-light { color: #e6c56f; }
.dggc-lead { font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; }
.dggc-note { margin-top: 20px; color: var(--dggc-muted); font-size: .85rem; }
.dggc-text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 12px; border-bottom: 1px solid var(--dggc-gold); color: var(--dggc-ink); font-weight: 800; }
.dggc-text-link span { color: var(--dggc-red); transition: transform .2s ease; }
.dggc-text-link:hover span { transform: translateX(4px); }
.dggc-button { display: inline-flex; min-height: 52px; padding: 0 25px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-weight: 800; letter-spacing: .015em; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.dggc-button:hover { transform: translateY(-2px); }
.dggc-button-gold { background: var(--dggc-gold); color: #111; }
.dggc-button-gold:hover { background: #e5bf62; }
.dggc-button-ghost { border-color: rgba(255,255,255,.65); color: #fff; }
.dggc-button-ghost:hover { border-color: #fff; background: #fff; color: #111; }
.dggc-button-light { background: #fff; color: #111; }
.dggc-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.dggc-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 12px 16px; background: #fff; color: #111; }
.dggc-skip-link:focus { top: 16px; }

.dggc-header { position: relative; z-index: 1000; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.97); }
.dggc-header-inner { min-height: 102px; display: flex; align-items: center; gap: 28px; }
.dggc-brand { display: flex; align-items: center; gap: 13px; min-width: 260px; }
.dggc-brand img { width: 72px; height: 72px; object-fit: contain; }
.dggc-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.dggc-brand strong { font-family: "Manrope", sans-serif; font-size: 1.08rem; }
.dggc-brand small { margin-top: 7px; color: var(--dggc-muted); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.dggc-nav { margin-left: auto; }
.dggc-menu, .dggc-nav .menu, .dggc-footer-menu { margin: 0; padding: 0; list-style: none; }
.dggc-menu { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.dggc-menu a { position: relative; display: block; padding: 38px 0; font-size: .79rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dggc-menu a::after { content: ""; position: absolute; right: 0; bottom: 27px; left: 0; height: 2px; background: var(--dggc-gold); transform: scaleX(0); transition: transform .2s ease; }
.dggc-menu a:hover::after, .dggc-menu .current-menu-item a::after { transform: scaleX(1); }
.dggc-header-cta { padding: 12px 17px; background: var(--dggc-charcoal); color: #fff; font-size: .82rem; font-weight: 800; white-space: nowrap; }
.dggc-menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.dggc-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: #111; }

.dggc-hero { position: relative; min-height: min(780px, calc(100vh - 102px)); display: grid; align-items: center; overflow: hidden; background: #111; color: #fff; }
.dggc-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.75) contrast(1.05); }
.dggc-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.94) 0%, rgba(10,10,10,.76) 44%, rgba(10,10,10,.25) 76%, rgba(10,10,10,.25) 100%); }
.dggc-hero-content { position: relative; z-index: 2; padding: 100px 0 120px; }
.dggc-hero h1 { max-width: 880px; margin-bottom: 30px; }
.dggc-hero h1 em { color: var(--dggc-gold); font-style: normal; }
.dggc-hero-content > p:not(.dggc-eyebrow) { max-width: 650px; margin-bottom: 38px; font-size: clamp(1.12rem, 2vw, 1.35rem); color: rgba(255,255,255,.84); }
.dggc-hero-marker { position: absolute; right: 0; bottom: 0; z-index: 2; width: min(420px, 42vw); padding: 28px 44px; border-top: 4px solid var(--dggc-gold); background: rgba(255,255,255,.96); color: #111; }
.dggc-hero-marker span, .dggc-hero-marker small { display: block; color: var(--dggc-muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.dggc-hero-marker strong { display: block; margin: 4px 0; font-family: "Manrope", sans-serif; font-size: 1.5rem; }

.dggc-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.dggc-split h2 { margin-bottom: 0; }
.dggc-section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 60px; align-items: end; margin-bottom: 54px; }
.dggc-section-heading h2 { margin-bottom: 0; }
.dggc-section-heading > p { margin-bottom: 8px; color: var(--dggc-muted); }
.dggc-section-heading-light > p { color: rgba(255,255,255,.7); }

.dggc-eight-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 20px 0 45px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.dggc-eight-grid article { min-height: 230px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.dggc-eight-grid b, .dggc-values b { color: var(--dggc-gold); font-size: .73rem; letter-spacing: .12em; }
.dggc-eight-grid h3 { margin: 38px 0 10px; }
.dggc-eight-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .93rem; }

.dggc-progress-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: repeat(2, 260px); gap: 18px; }
.dggc-progress-grid figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.dggc-progress-grid figure:first-child { grid-row: 1 / 3; }
.dggc-progress-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dggc-progress-grid figure:hover img { transform: scale(1.025); }
.dggc-progress-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 23px; background: linear-gradient(transparent, rgba(0,0,0,.82)); color: #fff; font-weight: 700; }
.dggc-progress-grid figcaption span { display: block; font-size: .78rem; font-weight: 400; opacity: .75; }

.dggc-business-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dggc-business-grid article { min-height: 270px; padding: 31px; border: 1px solid var(--dggc-line); background: #fff; }
.dggc-business-grid span { color: var(--dggc-gold-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dggc-business-grid h3 { margin: 50px 0 14px; font-size: 1.35rem; }
.dggc-business-grid p { margin: 0; color: var(--dggc-muted); font-size: .94rem; }

.dggc-product-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.dggc-product-stack { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 260px); gap: 15px; }
.dggc-product-stack img { width: 100%; height: 100%; object-fit: cover; }
.dggc-product-stack img:first-child { grid-row: 1 / 3; }

.dggc-fashion-band { padding: 0; background: #121212; color: #fff; }
.dggc-fashion-grid { display: grid; grid-template-columns: 1fr .72fr .72fr; min-height: 690px; }
.dggc-fashion-grid > img { width: 100%; height: 100%; object-fit: cover; }
.dggc-fashion-copy { padding: clamp(60px, 7vw, 100px) clamp(35px, 6vw, 85px) clamp(60px, 7vw, 100px) 0; align-self: center; }
.dggc-fashion-copy h2 { margin-bottom: 25px; }
.dggc-fashion-copy p:not(.dggc-eyebrow) { color: rgba(255,255,255,.72); }

.dggc-impact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.dggc-values { display: grid; grid-template-columns: repeat(2, 1fr); }
.dggc-values article { padding: 25px 28px 30px; border-top: 1px solid var(--dggc-line); }
.dggc-values h3 { margin: 24px 0 10px; }
.dggc-values p { margin: 0; color: var(--dggc-muted); font-size: .94rem; }
.dggc-gallery-preview { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.3fr; height: 390px; gap: 12px; }
.dggc-gallery-preview img { width: 100%; height: 100%; object-fit: cover; }
.dggc-cta { padding: clamp(78px, 10vw, 140px) 0; background: var(--dggc-gold-deep); color: #fff; text-align: center; }
.dggc-cta .dggc-container { max-width: 870px; }
.dggc-cta h2 { margin-bottom: 25px; }
.dggc-cta p:not(.dggc-eyebrow) { max-width: 700px; margin: 0 auto 32px; color: rgba(255,255,255,.85); font-size: 1.15rem; }

.dggc-page-hero { padding: clamp(90px, 11vw, 160px) 0; background: linear-gradient(120deg, #151515, #2d291f); color: #fff; }
.dggc-page-hero h1 { max-width: 1000px; margin-bottom: 30px; font-size: clamp(3rem, 6vw, 6rem); }
.dggc-page-hero p:not(.dggc-eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.25rem; }
.dggc-registration { display: inline-block; margin-top: 24px; padding-top: 14px; border-top: 2px solid var(--dggc-gold); font-weight: 800; }
.dggc-mission-grid { display: grid; grid-template-columns: 1fr 1fr; }
.dggc-mission-grid article { padding: clamp(40px, 6vw, 76px); border: 1px solid var(--dggc-line); background: #fff; }
.dggc-mission-grid span { color: var(--dggc-gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dggc-mission-grid h2 { margin: 50px 0 30px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.dggc-mission-grid .dggc-card-dark { background: var(--dggc-charcoal); color: #fff; }
.dggc-card-dark p { color: rgba(255,255,255,.67); }
.dggc-image-story { display: grid; grid-template-columns: 1.15fr .85fr; background: #171717; color: #fff; }
.dggc-image-story > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.dggc-image-story > div { padding: clamp(60px, 8vw, 120px); align-self: center; }
.dggc-image-story p:not(.dggc-eyebrow) { color: rgba(255,255,255,.7); }

.dggc-project-hero { position: relative; min-height: 690px; display: flex; align-items: end; overflow: hidden; background: #111; color: #fff; }
.dggc-project-hero > img, .dggc-project-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dggc-project-hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.15)); }
.dggc-project-hero .dggc-container { position: relative; z-index: 2; padding-bottom: 70px; }
.dggc-project-hero h1 { max-width: 900px; margin-bottom: 24px; }
.dggc-project-hero .dggc-container > p:not(.dggc-eyebrow) { max-width: 750px; color: rgba(255,255,255,.82); font-size: 1.25rem; }
.dggc-project-facts { display: flex; gap: 45px; margin-top: 35px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.3); }
.dggc-project-facts span { display: flex; gap: 10px; align-items: baseline; color: rgba(255,255,255,.7); }
.dggc-project-facts b { color: var(--dggc-gold); font-size: 1.8rem; }
.dggc-component-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.18); }
.dggc-component-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 34px 30px 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.dggc-component-list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.dggc-component-list article:nth-child(even) { padding-left: 30px; }
.dggc-component-list b { color: var(--dggc-gold); }
.dggc-component-list h3 { margin-bottom: 10px; }
.dggc-component-list p { margin: 0; color: rgba(255,255,255,.65); }
.dggc-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dggc-flow-grid article { padding: 36px 28px; border-top: 4px solid var(--dggc-gold); background: #fff; }
.dggc-flow-grid span { font-family: "Manrope", sans-serif; font-size: 1.4rem; font-weight: 800; }
.dggc-flow-grid p { margin: 40px 0 0; color: var(--dggc-muted); }

.dggc-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dggc-product-grid figure, .dggc-gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #eee; }
.dggc-product-grid figure:last-child { grid-column: 1 / 3; }
.dggc-product-grid img { width: 100%; height: 240px; object-fit: cover; }
.dggc-product-grid figcaption, .dggc-gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 16px; background: linear-gradient(transparent, rgba(0,0,0,.78)); color: #fff; font-size: .86rem; font-weight: 700; }
.dggc-fashion-detail { padding: clamp(78px, 9vw, 132px) 0; background: #171717; color: #fff; }
.dggc-fashion-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); height: 560px; gap: 12px; }
.dggc-fashion-mosaic img { width: 100%; height: 100%; object-fit: cover; }

.dggc-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.dggc-gallery-grid figure { min-height: 390px; }
.dggc-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.dggc-gallery-grid-wide { grid-template-columns: 1.4fr .8fr .8fr; }
.dggc-gallery-products { grid-template-columns: repeat(5, 1fr); }
.dggc-gallery-products figure { min-height: 300px; }
.dggc-event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dggc-event-grid figure { margin: 0; }
.dggc-event-grid img { width: 100%; height: 420px; object-fit: cover; }
.dggc-event-grid figcaption { margin-top: 10px; color: rgba(255,255,255,.7); }

.dggc-contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.dggc-contact-layout aside h2 { font-size: 2rem; }
.dggc-contact-block { display: flex; flex-direction: column; padding: 22px 0; border-top: 1px solid var(--dggc-line); }
.dggc-contact-block span { margin-bottom: 6px; color: var(--dggc-muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dggc-contact-block a { overflow-wrap: anywhere; font-weight: 700; }
.dggc-contact-block a:hover { color: var(--dggc-gold-deep); }
.dggc-form-card { padding: clamp(36px, 6vw, 70px); background: var(--dggc-paper); }
.dggc-form-card h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.dggc-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.dggc-form-grid label { color: var(--dggc-muted); font-size: .83rem; font-weight: 700; }
.dggc-form-wide { grid-column: 1 / 3; }
.dggc-form-grid input:not([type="submit"]), .dggc-form-grid textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #cfc8ba; border-radius: 0; background: #fff; color: #222; font: inherit; }
.dggc-form-grid textarea { min-height: 170px; resize: vertical; }
.dggc-form-grid input:focus, .dggc-form-grid textarea:focus { outline: 2px solid var(--dggc-gold); outline-offset: 1px; }
.dggc-form-grid input[type="submit"] { min-height: 54px; padding: 0 28px; border: 0; border-radius: 0; background: var(--dggc-charcoal); color: #fff; font-weight: 800; cursor: pointer; }
.wpcf7 form .wpcf7-response-output { margin: 24px 0 0; padding: 12px 15px; }
.dggc-contact-prompt { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.dggc-contact-prompt ul { margin: 0; padding: 0; list-style: none; }
.dggc-contact-prompt li { padding: 15px 0 15px 27px; border-bottom: 1px solid var(--dggc-line); position: relative; }
.dggc-contact-prompt li::before { content: ""; position: absolute; left: 0; top: 26px; width: 8px; height: 8px; background: var(--dggc-gold); }

.dggc-not-found { min-height: 72vh; display: grid; place-items: center; padding: 110px 0; background: #171717; color: #fff; text-align: center; }
.dggc-not-found h1 { max-width: 900px; margin-inline: auto; }
.dggc-not-found p:not(.dggc-eyebrow) { color: rgba(255,255,255,.72); }
.dggc-not-found .dggc-actions { justify-content: center; }
.dggc-prose { max-width: 850px; }
.dggc-prose h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.dggc-prose article { margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--dggc-line); }
.dggc-prose article h2 { font-size: 2rem; }

.dggc-footer { padding: 78px 0 26px; background: #0e0e0e; color: #fff; }
.dggc-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .7fr; gap: 50px; }
.dggc-footer-grid h2 { margin-bottom: 18px; color: var(--dggc-gold); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.dggc-footer-grid p, .dggc-footer-grid li { color: rgba(255,255,255,.64); font-size: .9rem; }
.dggc-footer-grid a:hover { color: var(--dggc-gold); }
.dggc-footer-brand { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; font-family: "Manrope", sans-serif; font-weight: 800; }
.dggc-footer-brand img { width: 62px; height: 62px; padding: 4px; border-radius: 50%; background: #fff; }
.dggc-footer-menu li { margin-bottom: 6px; }
.dggc-copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .76rem; }

@media (max-width: 1050px) {
  .dggc-header-cta { display: none; }
  .dggc-brand { min-width: 230px; }
  .dggc-eight-grid, .dggc-business-grid, .dggc-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .dggc-fashion-grid { grid-template-columns: 1.2fr .8fr; }
  .dggc-fashion-grid > img:last-child { display: none; }
  .dggc-gallery-products { grid-template-columns: repeat(3, 1fr); }
  .dggc-footer-grid { grid-template-columns: 1.4fr .8fr 1fr; }
  .dggc-footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .dggc-container { width: min(100% - 34px, 1180px); }
  .dggc-header-inner { min-height: 82px; }
  .dggc-brand img { width: 58px; height: 58px; }
  .dggc-menu-toggle { display: block; }
  .dggc-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: 14px 18px 22px; border-top: 1px solid #ddd; background: #fff; }
  .dggc-nav.is-open { display: block; }
  .dggc-menu { display: block; }
  .dggc-menu a { padding: 15px 8px; border-bottom: 1px solid #eee; font-size: .86rem; }
  .dggc-menu a::after { display: none; }
  .dggc-hero { min-height: 700px; }
  .dggc-hero-content { padding: 85px 0 145px; }
  .dggc-hero-marker { width: 78%; padding: 20px 24px; }
  .dggc-split, .dggc-section-heading, .dggc-product-layout, .dggc-impact-layout, .dggc-image-story, .dggc-contact-layout, .dggc-contact-prompt { grid-template-columns: 1fr; gap: 40px; }
  .dggc-section-heading { align-items: start; }
  .dggc-progress-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 370px 230px; }
  .dggc-progress-grid figure:first-child { grid-column: 1 / 3; grid-row: 1; }
  .dggc-product-stack { min-height: 520px; }
  .dggc-fashion-grid { grid-template-columns: 1fr 1fr; }
  .dggc-fashion-copy { grid-column: 1 / 3; padding-right: 0; }
  .dggc-gallery-preview { grid-template-columns: repeat(2, 1fr); height: auto; }
  .dggc-gallery-preview img { height: 260px; }
  .dggc-project-facts { gap: 20px; flex-wrap: wrap; }
  .dggc-component-list { grid-template-columns: 1fr; }
  .dggc-component-list article:nth-child(odd) { border-right: 0; }
  .dggc-component-list article:nth-child(even) { padding-left: 0; }
  .dggc-fashion-mosaic { grid-template-columns: repeat(2, 1fr); height: auto; }
  .dggc-fashion-mosaic img { height: 460px; }
  .dggc-gallery-grid, .dggc-gallery-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .dggc-gallery-products { grid-template-columns: repeat(2, 1fr); }
  .dggc-footer-grid { grid-template-columns: 1.4fr .8fr; }
  .dggc-footer-grid > div:nth-child(3) { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  .dggc-container { width: min(100% - 28px, 1180px); }
  .dggc-brand { min-width: 0; }
  .dggc-brand span { display: none; }
  .dggc-hero { min-height: 650px; }
  .dggc-hero-content { padding-top: 65px; }
  .dggc-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .dggc-hero-shade { background: rgba(8,8,8,.73); }
  .dggc-hero-marker { width: calc(100% - 28px); }
  .dggc-actions { flex-direction: column; align-items: stretch; }
  .dggc-eight-grid, .dggc-business-grid, .dggc-flow-grid, .dggc-progress-grid, .dggc-product-stack, .dggc-values, .dggc-mission-grid, .dggc-gallery-grid, .dggc-gallery-grid-wide, .dggc-gallery-products, .dggc-event-grid { grid-template-columns: 1fr; }
  .dggc-eight-grid article { min-height: 190px; }
  .dggc-progress-grid { grid-template-rows: repeat(3, 260px); }
  .dggc-progress-grid figure:first-child { grid-column: 1; grid-row: auto; }
  .dggc-product-stack { grid-template-rows: repeat(3, 270px); }
  .dggc-product-stack img:first-child { grid-row: auto; }
  .dggc-fashion-grid { display: block; }
  .dggc-fashion-grid > img { height: 470px; }
  .dggc-fashion-grid > img:last-child { display: block; }
  .dggc-gallery-preview { grid-template-columns: 1fr; }
  .dggc-gallery-preview img { height: 330px; }
  .dggc-project-hero { min-height: 650px; }
  .dggc-project-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .dggc-project-facts span:last-child { grid-column: 1 / 3; }
  .dggc-component-list article { grid-template-columns: 40px 1fr; padding-right: 0; }
  .dggc-fashion-mosaic { grid-template-columns: 1fr; }
  .dggc-gallery-grid figure, .dggc-gallery-products figure { min-height: 380px; }
  .dggc-form-card { padding: 30px 20px; }
  .dggc-form-grid { grid-template-columns: 1fr; }
  .dggc-form-wide { grid-column: 1; }
  .dggc-footer-grid { grid-template-columns: 1fr; }
  .dggc-footer-grid > div:nth-child(3) { grid-column: 1; }
  .dggc-copyright { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Template 48830-inspired presentation layer: contained canvas, warm grey
   masthead, image-led hero and modular colour panels. */
body {
  padding: 0 28px 32px;
  background-color: #31261f;
  background-image:
    repeating-linear-gradient(92deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px),
    repeating-linear-gradient(2deg, rgba(0,0,0,.09) 0 1px, transparent 1px 7px),
    linear-gradient(90deg, #281e19, #44342a 45%, #2a201a);
}
.dggc-header, body > main, .dggc-footer { width: min(1210px, 100%); margin-inline: auto; }
body > main { overflow: hidden; background: #fff; }
.dggc-container { width: min(1080px, calc(100% - 64px)); }
.dggc-section { padding: clamp(64px, 7vw, 96px) 0; }

.dggc-header { border: 0; border-bottom: 1px solid #e4e0d7; background: rgba(255,255,255,.98); color: #242424; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.dggc-header-inner { min-height: 144px; padding-inline: 30px; }
.dggc-brand { min-width: 410px; gap: 20px; }
.dggc-brand img { width: 86px; height: 86px; padding: 5px; border-radius: 50%; background: #fff; }
.dggc-brand strong { color: #242424; font-size: clamp(1.8rem, 2.8vw, 3rem); font-weight: 700; letter-spacing: -.055em; text-transform: uppercase; }
.dggc-brand small { margin-top: 5px; color: #8c682f; font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.dggc-menu { gap: clamp(20px, 2.5vw, 42px); }
.dggc-menu a { padding: 58px 0; color: #282828; font-size: .88rem; letter-spacing: .01em; }
.dggc-menu a::after { display: none; }
.dggc-menu a:hover, .dggc-menu .current-menu-item > a, .dggc-menu .current_page_item > a { color: #e1a15f; }
.dggc-header-cta { display: none; }

.dggc-hero { min-height: 520px; align-items: end; }
.dggc-hero-media { object-position: center 42%; filter: saturate(.76) contrast(1.04); }
.dggc-hero-slider, .dggc-slide, .dggc-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.dggc-hero-slider { overflow: hidden; }
.dggc-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s ease, visibility 1.1s ease; }
.dggc-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.dggc-slide img { object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); transform: scale(1.035); transition: transform 6.8s ease; }
.dggc-slide.is-active img { transform: scale(1); }
.dggc-slide figcaption { position: absolute; top: 28px; right: 30px; padding: 9px 13px; background: rgba(15,15,15,.66); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dggc-hero-shade { z-index: 2; background: linear-gradient(0deg, rgba(13,13,13,.82) 0%, rgba(13,13,13,.25) 55%, rgba(13,13,13,.06) 100%); }
.dggc-hero-content { z-index: 3; padding: 35px 0 75px; }
.dggc-hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.7rem, 4.2vw, 4rem); }
.dggc-hero-content > p:not(.dggc-eyebrow) { max-width: 650px; margin-bottom: 22px; font-size: 1.02rem; }
.dggc-hero-marker { display: none; }
.dggc-slider-controls { position: absolute; z-index: 5; right: max(32px, calc((100% - 1080px) / 2)); bottom: 70px; display: flex; gap: 9px; }
.dggc-slider-controls button { width: 12px; height: 12px; padding: 0; border: 2px solid #fff; border-radius: 50%; background: transparent; box-shadow: 0 1px 5px rgba(0,0,0,.4); cursor: pointer; }
.dggc-slider-controls button.is-active { background: #e5b844; border-color: #e5b844; }
.dggc-slider-controls button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.dggc-demo-panels { position: relative; z-index: 4; width: min(1080px, calc(100% - 64px)); margin: -64px auto 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.dggc-demo-panel { min-height: 380px; background: #f8f8f5; }
.dggc-demo-panel:not(.dggc-demo-panel-welcome) { padding: 0 27px 30px; border-right: 1px solid #dedbd3; }
.dggc-demo-panel h2 { font-size: 2rem; letter-spacing: -.045em; }
.dggc-demo-panel:not(.dggc-demo-panel-welcome) h2 { margin: 0 -27px 28px; padding: 27px 24px; color: #fff; }
.dggc-demo-panel p { color: #66635e; font-size: .92rem; line-height: 1.65; }
.dggc-demo-panel a { display: inline-block; margin-top: 16px; padding: 10px 15px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dggc-demo-panel-welcome { display: grid; grid-template-rows: 190px 1fr; background: #2c2b27; color: #fff; }
.dggc-demo-panel-welcome img { width: 100%; height: 190px; object-fit: cover; }
.dggc-demo-panel-welcome > div { padding: 27px; }
.dggc-demo-panel-welcome h2 { margin-bottom: 13px; color: #e5b844; }
.dggc-demo-panel-welcome p { color: rgba(255,255,255,.72); }
.dggc-demo-panel-welcome a { background: #d5b63a; color: #171717; }
.dggc-demo-panel-gold h2, .dggc-demo-panel-gold a { background: #d4b637; }
.dggc-demo-panel-rust h2, .dggc-demo-panel-rust a { background: #bd7044; }
.dggc-demo-panel-green h2, .dggc-demo-panel-green a { background: #7d9d38; }

.dggc-cube-feature { padding: 58px 0; }
.dggc-cube-feature .dggc-section-heading { margin-bottom: 32px; }
.dggc-eight-grid { margin: 12px 0 32px; }
.dggc-eight-grid article { min-height: 165px; padding: 24px 26px; }
.dggc-eight-grid h3 { margin: 0 0 8px; }

.dggc-ecosystem-section { padding: 56px 0; }
.dggc-ecosystem-section .dggc-section-heading { margin-bottom: 32px; }
.dggc-business-grid article { min-height: 210px; padding: 24px 28px; }
.dggc-business-grid h3 { margin: 22px 0 9px; }

.dggc-impact-section { padding: 52px 0; }
.dggc-impact-section .dggc-impact-layout { gap: 62px; align-items: start; }
.dggc-impact-section .dggc-eyebrow { margin-bottom: 14px; }
.dggc-impact-section .dggc-impact-layout > div:first-child h2 { max-width: 480px; margin-bottom: 22px; font-size: clamp(1.9rem, 2.9vw, 2.8rem); font-weight: 500; line-height: 1.1; }
.dggc-impact-section .dggc-lead { max-width: 470px; font-size: 1.06rem; line-height: 1.55; }
.dggc-impact-section .dggc-values article { padding: 21px 26px 23px; }
.dggc-impact-section .dggc-values h3 { margin: 0 0 8px; }

.dggc-section-soft { background: #f3f1ec; }
.dggc-section-dark, .dggc-fashion-band { background: #2d2c28; }
.dggc-business-grid article, .dggc-mission-grid article, .dggc-flow-grid article { box-shadow: 0 4px 18px rgba(0,0,0,.06); }
.dggc-cta { background: #b96f43; }
.dggc-page-hero { background: linear-gradient(120deg, #5f6059, #32332f); }
.dggc-footer { padding-inline: 0; background: #2c2c29; }

@media (max-width: 1100px) {
  .dggc-brand { min-width: 310px; }
  .dggc-brand strong { font-size: 1.8rem; }
  .dggc-menu { gap: 18px; }
}

@media (max-width: 820px) {
  body { padding: 0; }
  .dggc-header, body > main, .dggc-footer { width: 100%; }
  .dggc-header-inner { min-height: 88px; padding-inline: 18px; }
  .dggc-brand { min-width: 0; }
  .dggc-brand img { width: 60px; height: 60px; }
  .dggc-brand strong { font-size: 1.28rem; }
  .dggc-brand small { color: #8c682f; }
  .dggc-menu-toggle span { background: #242424; }
  .dggc-nav { top: 88px; border-top-color: #e4e0d7; background: #fff; }
  .dggc-menu a { padding: 15px 8px; border-bottom-color: #eeeae2; color: #242424; }
  .dggc-hero { min-height: 530px; }
  .dggc-hero-content { padding: 55px 0 80px; }
  .dggc-slide figcaption { top: 18px; right: 18px; }
  .dggc-slider-controls { right: 22px; bottom: 58px; }
  .dggc-demo-panels { width: min(100% - 34px, 720px); margin-top: -44px; grid-template-columns: repeat(2, 1fr); }
  .dggc-impact-section .dggc-impact-layout { gap: 34px; }
  .dggc-impact-section { padding: 44px 0; }
}

@media (max-width: 560px) {
  .dggc-brand span { display: flex; }
  .dggc-brand strong { font-size: 1rem; }
  .dggc-brand small { font-size: .54rem; }
  .dggc-hero { min-height: 560px; }
  .dggc-hero-content { padding: 35px 0 55px; }
  .dggc-hero h1 { font-size: clamp(2.45rem, 11vw, 3.25rem); }
  .dggc-slider-controls { right: 18px; bottom: 35px; }
  .dggc-demo-panels { width: 100%; margin: -30px auto 54px; grid-template-columns: 1fr; box-shadow: none; }
  .dggc-demo-panel { min-height: auto; }
}
