
:root{
  --dch-header:#fbfaf6;
  --dch-footer:#f7f4ec;
}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#171717;font-family:"Ysabeau Office",system-ui,-apple-system,"Segoe UI",sans-serif}
a{color:inherit}
img{max-width:100%}
.site-main{display:block;width:100%;min-height:55vh}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;z-index:99999;top:8px;left:8px;width:auto;height:auto;padding:12px 16px;margin:0;clip:auto;background:#fff;color:#111;border:2px solid #111}
.site-header{position:relative;z-index:100;background:var(--dch-header);border-bottom:1px solid rgba(0,0,0,.06)}
.site-header__inner{width:min(1380px,calc(100% - 48px));min-height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-brand{font-family:"Ysabeau Office",system-ui,sans-serif;font-size:1.26rem;line-height:1;font-weight:800;letter-spacing:.14em;text-decoration:none;color:#111}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,2vw,34px);font-weight:600}
.site-nav>a{text-decoration:none;color:#111;white-space:nowrap;transition:color .2s ease,transform .2s ease,background .2s ease}
.site-nav>a:hover,.site-nav>a:focus-visible{color:#9b7010}
.site-nav__quote{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:999px;background:#d8aa3a;color:#0b0b0b!important;font-weight:800}
.site-nav__quote:hover,.site-nav__quote:focus-visible{background:#f1ce72;transform:translateY(-1px)}
.site-nav-toggle{display:none;align-items:center;gap:9px;border:1px solid #cfc7b8;border-radius:999px;background:#fff;padding:9px 14px;color:#111;font:inherit;font-weight:700;cursor:pointer}
.site-footer{background:var(--dch-footer);border-top:1px solid #e5dece;padding:58px 0 24px;color:#171717}
.site-footer__inner{width:min(1380px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(300px,1.4fr) .7fr 1fr;gap:56px;align-items:start}
.site-footer__brand{display:flex;gap:20px;align-items:center}.site-footer__brand img{width:92px;height:92px;border-radius:14px}.site-footer__brand strong{font-family:"Platypi",Georgia,serif;font-size:1.35rem;letter-spacing:.06em}.site-footer__brand p{margin:8px 0 0;color:#5f5b52}
.site-footer__links,.site-footer__contact{display:grid;gap:9px}.site-footer__links strong,.site-footer__contact strong{font-family:"Platypi",Georgia,serif;font-size:1.05rem}.site-footer__links a,.site-footer__contact a{color:#171717;text-decoration-thickness:1px;text-underline-offset:3px}.site-footer__contact span{color:#5f5b52}
.site-footer__bottom{width:min(1380px,calc(100% - 48px));margin:42px auto 0;padding-top:20px;border-top:1px solid #ded5c3;display:flex;justify-content:space-between;gap:20px;color:#6a655b;font-size:.9rem}
.generic-page{padding:90px 0}.generic-page__inner{width:min(900px,calc(100% - 48px));margin:0 auto}.generic-page h1{font-family:"Platypi",Georgia,serif;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.05}.generic-page__content{font-size:1.1rem;line-height:1.75}
:root{
  --dch-black:#090909;
  --dch-charcoal:#151515;
  --dch-gold:#d8aa3a;
  --dch-gold-light:#f1ce72;
  --dch-cream:#f7f4ec;
  --dch-paper:#ffffff;
  --dch-ink:#171717;
  --dch-muted:#626262;
  --dch-line:#e4ddcf;
  --dch-shadow:0 24px 70px rgba(0,0,0,.13);
}

.dch-site,
.dch-site *{box-sizing:border-box}
.dch-site{
  position:relative;
  left:0!important;
  right:auto!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  transform:none!important;
  overflow:hidden;
  background:var(--dch-paper);
  color:var(--dch-ink);
  font-family:"Ysabeau Office",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:17px;
  line-height:1.58;
}
.dch-site img{display:block;max-width:100%;height:auto}
.dch-site figure{margin:0}
.dch-site p{margin-top:0}
.dch-site .dch-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.dch-hero-grid>*,.dch-split>*,.dch-person>*,.dch-intro>*{min-width:0}
body .site-main>.dch-site.dch-about{
  position:relative!important;
  left:0!important;
  right:auto!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  transform:none!important;
}
.dch-site .dch-section{padding:88px 0}
.dch-site .dch-cream{background:var(--dch-cream)}
.dch-site .dch-dark{background:var(--dch-charcoal);color:#fff}
.dch-site .dch-light{background:var(--dch-paper);color:var(--dch-ink)}
.dch-site .dch-light.dch-cream{background:var(--dch-cream)}

/* Explicit heading colours prevent theme.json element styles from making black text on black sections. */
.dch-site :is(h1,h2,h3,h4,h5,h6){font-family:"Platypi",Georgia,serif;font-weight:800;text-wrap:balance}
.dch-site .dch-dark :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-hero :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-cta :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-card--dark :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-contact-card :is(h1,h2,h3,h4,h5,h6){color:#fff!important}
.dch-site .dch-light :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-card:not(.dch-card--dark) :is(h1,h2,h3,h4,h5,h6),
.dch-site .dch-doc-card :is(h1,h2,h3,h4,h5,h6){color:var(--dch-ink)!important}

.dch-eyebrow{margin:0 0 18px!important;color:var(--dch-gold)!important;font-size:.78rem;line-height:1.25;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.dch-heading{margin:0!important;color:#fff!important;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:-.045em}
.dch-heading span{color:var(--dch-gold-light)!important}
.dch-h2{margin:0 0 20px!important;font-size:clamp(2.05rem,3.5vw,3.55rem);line-height:1.06;letter-spacing:-.035em}
.dch-h3{margin:0 0 10px!important;font-size:1.38rem;line-height:1.2}
.dch-lead{max-width:760px;margin:24px 0 0!important;color:inherit;font-size:clamp(1.06rem,1.35vw,1.22rem);line-height:1.7}
.dch-muted{color:var(--dch-muted)!important}
.dch-dark .dch-muted{color:#d3d3d3!important}
.dch-role{margin:-8px 0 24px!important;color:var(--dch-gold-light)!important;font-weight:800}

.dch-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}
.dch-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;background:var(--dch-gold);color:#0c0c0c!important;text-decoration:none!important;font-weight:850;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.dch-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(216,170,58,.27);background:var(--dch-gold-light);color:#0c0c0c!important}
.dch-button--ghost{border-color:rgba(255,255,255,.34);background:transparent;color:#fff!important}
.dch-button--ghost:hover{border-color:var(--dch-gold);background:rgba(216,170,58,.1);color:#fff!important}
.dch-button--dark{background:var(--dch-black);color:#fff!important}
.dch-button--dark:hover{background:#242424;color:#fff!important}

.dch-hero{position:relative;background:radial-gradient(circle at 72% 32%,#262626 0,#111 34%,#050505 78%)}
.dch-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--dch-gold),transparent)}
.dch-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);align-items:center;gap:58px;min-height:690px;padding-top:82px;padding-bottom:82px}
.dch-hero-copy{position:relative;z-index:2}
.dch-hero-media{position:relative;min-height:430px;border-radius:30px;overflow:hidden;background:#0a0a0a;box-shadow:0 40px 90px rgba(0,0,0,.38)}
.dch-hero-media img{width:100%;height:100%;min-height:430px;object-fit:cover}
.dch-hero-media--contain img{object-fit:contain;padding:18px}
.dch-chip-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.dch-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#f2f2f2;font-size:.88rem;font-weight:750}

.dch-proofbar{background:#111;color:#fff;border-bottom:1px solid #252525}
.dch-proofgrid{display:grid;grid-template-columns:repeat(5,1fr)}
.dch-proof{padding:24px 18px;border-right:1px solid #292929;text-align:center}
.dch-proof:last-child{border-right:0}
.dch-proof strong{display:block;color:var(--dch-gold-light);font-size:1.08rem}
.dch-proof span{display:block;margin-top:3px;color:#c5c5c5;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}

.dch-intro{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:70px;align-items:start}
.dch-kicker-line{width:64px;height:3px;margin:22px 0;background:var(--dch-gold)}
.dch-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.dch-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.dch-card{position:relative;padding:30px;border:1px solid var(--dch-line);border-radius:22px;background:#fff;box-shadow:0 13px 36px rgba(22,22,22,.055)}
.dch-card--dark{border-color:#333;background:#111;color:#fff}
.dch-card-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background:var(--dch-gold);color:#0a0a0a;font-weight:900}
.dch-card p{margin:0;color:var(--dch-muted)}
.dch-card--dark p,.dch-card--dark span{color:#d1d1d1}
.dch-card--dark b{color:#fff!important}
.dch-spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:22px 0 0;padding:0;list-style:none}
.dch-spec-list li{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--dch-line);font-size:.95rem}
.dch-card--dark .dch-spec-list li{border-color:#404040}
.dch-spec-list b{color:var(--dch-ink);white-space:nowrap}

.dch-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.dch-split--reverse .dch-split-media{order:2}
.dch-split-media{overflow:hidden;border-radius:26px;box-shadow:var(--dch-shadow)}
.dch-split-media img{width:100%;height:100%;min-height:460px;object-fit:cover}
.dch-checks{display:grid;gap:13px;margin:26px 0 0;padding:0;list-style:none}
.dch-checks li{position:relative;padding-left:30px}
.dch-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--dch-gold);font-weight:900}

.dch-app-card{position:relative;min-height:340px;overflow:hidden;border-radius:22px;background:#111}
.dch-app-card img{width:100%;height:340px;object-fit:cover;transition:transform .45s ease}
.dch-app-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.88) 100%)}
.dch-app-card:hover img{transform:scale(1.035)}
.dch-app-card figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff!important;font-size:1.05rem;font-weight:800}

.dch-note{padding:22px 25px;border-left:4px solid var(--dch-gold);border-radius:0 16px 16px 0;background:#f0eadc;color:#39352c}
.dch-dark .dch-note{background:#222;color:#e7e7e7}
.dch-table-wrap{overflow-x:auto;border:1px solid var(--dch-line);border-radius:22px;background:#fff}
.dch-table{width:100%;border-collapse:collapse;min-width:760px}
.dch-table th,.dch-table td{padding:18px 20px;border-bottom:1px solid var(--dch-line);text-align:left;vertical-align:top}
.dch-table th{background:#111;color:#fff;font-size:.83rem;letter-spacing:.07em;text-transform:uppercase}
.dch-table tr:last-child td{border-bottom:0}
.dch-table td:first-child{font-weight:800}
.dch-table-dark{border-color:#333;background:#161616}
.dch-table-dark .dch-table td{border-color:#333;color:#fff}
.dch-table-dark .dch-table th{background:#050505}

.dch-gallery{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:250px 250px;gap:16px}
.dch-gallery figure{overflow:hidden;border-radius:20px;background:#ddd}
.dch-gallery figure:first-child{grid-row:1 / span 2}
.dch-gallery img{width:100%;height:100%;object-fit:cover}
.dch-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dch-doc-card{display:flex;flex-direction:column;min-height:290px;padding:28px;border:1px solid var(--dch-line);border-radius:22px;background:#fff}
.dch-doc-type{color:var(--dch-gold);font-size:.75rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dch-doc-card h3{margin:14px 0 10px!important;font-size:1.35rem}
.dch-doc-card p{margin:0;color:var(--dch-muted)}
.dch-doc-card a{margin-top:auto;padding-top:22px;color:#111;font-weight:900;text-decoration:none}
.dch-doc-card a:hover{color:#9b7010}

.dch-cta{padding:64px 0;background:linear-gradient(135deg,#070707,#1d1d1d);color:#fff}
.dch-cta-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}
.dch-cta h2{margin:0!important;font-size:clamp(2rem,3vw,3.15rem)}
.dch-cta p{margin:10px 0 0;color:#c7c7c7}
.dch-price{display:inline-flex;align-items:baseline;gap:8px;margin-top:20px;color:#fff}
.dch-price strong{color:var(--dch-gold-light);font-size:clamp(2.25rem,4.5vw,4.4rem);line-height:1}
.dch-price span{color:#d0d0d0}

.dch-form{position:relative;padding:34px;border:1px solid var(--dch-line);border-radius:24px;background:#fff;box-shadow:var(--dch-shadow)}
.dch-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dch-field{display:grid;gap:7px}
.dch-field--full{grid-column:1/-1}
.dch-field label{font-size:.9rem;font-weight:800}
.dch-field input,.dch-field select,.dch-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #ccc5b8;border-radius:12px;background:#fff;color:#171717;font:inherit}
.dch-field textarea{min-height:150px;resize:vertical}
.dch-field input:focus,.dch-field select:focus,.dch-field textarea:focus{outline:3px solid rgba(216,170,58,.22);border-color:var(--dch-gold)}
.dch-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.dch-alert{margin-bottom:20px;padding:15px 18px;border-radius:12px;font-weight:700}
.dch-alert--success{background:#e7f7ed;color:#185c32}
.dch-alert--error{background:#fdeaea;color:#8d2525}
.dch-small{font-size:.85rem;color:var(--dch-muted)}
.dch-contact-card{padding:30px;border-radius:22px;background:#111;color:#fff}
.dch-contact-card a{color:var(--dch-gold-light)!important;text-decoration:none}
.dch-contact-card .dch-small{color:#aaa}

.dch-logo-panel{display:flex;align-items:center;justify-content:center;padding:40px;border-radius:26px;background:#090909}
.dch-logo-panel img{max-width:340px}
.dch-person{display:grid;grid-template-columns:360px 1fr;gap:46px;align-items:center}
.dch-person-photo{overflow:hidden;border-radius:24px;background:#eee}
.dch-person-photo img{width:100%;height:520px;object-fit:cover}
.dch-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dch-value{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px;border:1px solid var(--dch-line);border-radius:18px;background:#fff}
.dch-value>b{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#111;color:var(--dch-gold-light);font-size:1.25rem}
.dch-value p{margin:5px 0 0;color:var(--dch-muted)}

.dch-mt0{margin-top:0!important}.dch-mt18{margin-top:18px!important}.dch-mt24{margin-top:24px!important}.dch-mt30{margin-top:30px!important}.dch-mt32{margin-top:32px!important}.dch-mt34{margin-top:34px!important}.dch-mt35{margin-top:35px!important}.dch-mt36{margin-top:36px!important}.dch-mt38{margin-top:38px!important}.dch-mt42{margin-top:42px!important}.dch-mt48{margin-top:48px!important}.dch-align-start{align-items:start!important}

@media(max-width:1050px){
  .dch-site .dch-shell{width:min(100% - 36px,1180px)}
  .dch-hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:72px;padding-bottom:72px}
  .dch-hero-media{min-height:360px}
  .dch-hero-media img{min-height:360px}
  .dch-intro,.dch-split,.dch-person{grid-template-columns:1fr;gap:38px}
  .dch-split--reverse .dch-split-media{order:0}
  .dch-proofgrid{grid-template-columns:repeat(2,1fr)}
  .dch-proof:nth-child(2n){border-right:0}
  .dch-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dch-grid-3,.dch-doc-grid{grid-template-columns:1fr}
  .dch-gallery{grid-template-columns:1fr 1fr;grid-template-rows:320px 220px}
  .dch-gallery figure:first-child{grid-column:1/-1;grid-row:auto}
  .dch-cta-inner{grid-template-columns:1fr}
  .dch-person-photo{max-width:520px}
  .dch-person-photo img{height:auto}
}

@media(max-width:700px){
  header.wp-block-template-part a.wp-block-navigation-item__content[href*="request-a-quote"],
  header.wp-block-template-part a.wp-block-navigation-item__content[href*="/quote"]{display:flex;width:100%;justify-content:center;margin-top:8px}
  .dch-site{font-size:16px}
  .dch-site .dch-shell{width:min(100% - 26px,1180px)}
  .dch-site .dch-section{padding:62px 0}
  .dch-heading{font-size:clamp(2.35rem,12vw,3.7rem)}
  .dch-h2{font-size:clamp(1.85rem,8vw,2.5rem)}
  .dch-hero-grid{gap:34px;padding-top:54px;padding-bottom:54px}
  .dch-hero-media{min-height:250px;border-radius:20px}
  .dch-hero-media img{min-height:250px}
  .dch-proofgrid{grid-template-columns:1fr}
  .dch-proof{border-right:0;border-bottom:1px solid #292929}
  .dch-proof:last-child{border-bottom:0}
  .dch-grid-4,.dch-grid-3,.dch-values{grid-template-columns:1fr}
  .dch-card{padding:24px}
  .dch-gallery{grid-template-columns:1fr;grid-template-rows:260px}
  .dch-gallery figure:first-child{grid-column:auto}
  .dch-gallery figure{height:260px}
  .dch-form{padding:22px}
  .dch-form-grid{grid-template-columns:1fr}
  .dch-field--full{grid-column:auto}
  .dch-actions{align-items:stretch}
  .dch-button{width:100%}
  .dch-spec-list{grid-template-columns:1fr}
  .dch-split-media img{min-height:320px}
  .dch-app-card,.dch-app-card img{height:310px;min-height:310px}
  .dch-cta{padding:52px 0}
}


.dch-site .dch-dark,
.dch-site .dch-dark p,
.dch-site .dch-dark li,
.dch-site .dch-dark span:not(.dch-card-number):not(.dch-chip),
.dch-site .dch-dark strong,
.dch-site .dch-dark b{color:#fff}
.dch-site .dch-dark .dch-muted,
.dch-site .dch-dark p.dch-muted{color:#d3d3d3!important}
.dch-site .dch-contact-card,
.dch-site .dch-contact-card h1,
.dch-site .dch-contact-card h2,
.dch-site .dch-contact-card h3,
.dch-site .dch-contact-card p,
.dch-site .dch-contact-card strong{color:#fff!important}
.dch-site .dch-contact-card .dch-small{color:#b9b9b9!important}

@media(max-width:920px){
  .site-header__inner{min-height:72px;width:min(100% - 30px,1380px)}
  .site-nav-toggle{display:inline-flex}
  .site-nav{display:none;position:absolute;top:72px;left:0;right:0;padding:18px 20px 24px;background:#fbfaf6;border-bottom:1px solid #ddd5c7;box-shadow:0 18px 35px rgba(0,0,0,.1);flex-direction:column;align-items:stretch;gap:4px}
  .site-nav.is-open{display:flex}.site-nav>a{padding:12px 10px}.site-nav__quote{margin-top:8px}
  .site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1}
}
@media(max-width:640px){
  .site-footer__inner{grid-template-columns:1fr;width:min(100% - 28px,1380px)}.site-footer__brand{grid-column:auto;align-items:flex-start}.site-footer__bottom{width:min(100% - 28px,1380px);flex-direction:column}.site-footer{padding-top:44px}
}
