:root {
  --paper: #faf7f1;
  --paper-deep: #f0e9dd;
  --ink: #18181b;
  --muted: #667085;
  --line: rgba(24, 24, 27, .13);
  --orange: #c2410c;
  --orange-soft: #ffedd5;
  --night: #251711;
  --serif: "New York", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.dt-page { min-height: 100dvh; overflow: hidden; background: radial-gradient(circle at 86% 0%, rgba(249,115,22,.08), transparent 27rem), var(--paper); }
.dt-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(250,247,241,.9); backdrop-filter: blur(16px); }
.dt-header-inner { max-width: 1180px; min-height: 72px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dt-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.dt-brand img { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 2px 7px rgba(24,24,27,.12); }
.dt-nav { display: flex; align-items: center; gap: 18px; font-size: .86rem; color: #52525b; }
.dt-nav a { text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.dt-nav a:hover { color: var(--ink); }
.dt-nav .dt-nav-cta { color: #fff; background: var(--orange); padding: 0 16px; border-radius: 12px; font-weight: 700; box-shadow: 0 7px 16px rgba(194,65,12,.18); }
.dt-nav .dt-nav-cta:hover { color: #fff; background: #9a3412; }
.dt-main { max-width: 1180px; margin: 0 auto; padding: 0 24px 88px; }
.dt-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: center; gap: clamp(40px, 8vw, 110px); padding: clamp(72px, 10vw, 128px) 0 92px; }
.dt-kicker { margin: 0 0 18px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.dt-display { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 6.8rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.dt-display em { color: var(--orange); font-style: italic; font-weight: 500; }
.dt-lead { max-width: 60ch; margin: 26px 0 0; color: #52525b; font-size: clamp(1.05rem, 1.6vw, 1.27rem); line-height: 1.65; }
.dt-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.dt-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: 14px; font: 700 .95rem var(--sans); text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.dt-button:hover { transform: translateY(-2px); }
.dt-button:active { transform: translateY(1px) scale(.98); }
.dt-button:focus-visible, .dt-nav a:focus-visible, .dt-card:focus-visible { outline: 3px solid rgba(194,65,12,.42); outline-offset: 3px; }
.dt-button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 25px rgba(194,65,12,.2); }
.dt-button-primary:hover { background: #9a3412; }
.dt-button-secondary { color: var(--ink); background: rgba(255,255,255,.58); border-color: var(--line); }
.dt-button-secondary:hover { background: #fff; }
.dt-note { margin-top: 17px; color: #66666f; font-size: .82rem; }
.dt-phone-wrap { position: relative; justify-self: center; width: min(100%, 330px); }
.dt-phone-wrap::before { content: ""; position: absolute; inset: 12% -18% -10%; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(249,115,22,.22), transparent 66%); filter: blur(18px); }
.dt-phone { position: relative; z-index: 1; padding: 7px; border-radius: 44px; background: linear-gradient(145deg,#fff,#e5ded2); box-shadow: 0 28px 60px rgba(72,37,16,.23), 0 3px 6px rgba(24,24,27,.13); transform: rotate(3deg); transition: transform .5s cubic-bezier(.22,1,.36,1); }
.dt-phone:hover { transform: rotate(0deg) translateY(-7px); }
.dt-phone img { width: 100%; aspect-ratio: 1290/2796; object-fit: cover; object-position: top; border-radius: 38px; }
.dt-rule { height: 1px; background: var(--line); }
.dt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dt-stat strong { display: block; font: 700 clamp(1.8rem,4vw,3.1rem)/1 var(--serif); letter-spacing: -.05em; }
.dt-stat span { display: block; margin-top: 6px; color: #66666f; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.dt-section { padding: 104px 0; }
.dt-section-head { max-width: 700px; margin-bottom: 42px; }
.dt-section-head h2 { margin: 0; font: 700 clamp(2.35rem,5vw,4.6rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.dt-section-head h2 em { color: var(--orange); font-style: italic; font-weight: 500; }
.dt-section-head p { max-width: 60ch; margin: 18px 0 0; color: #61616a; font-size: 1.05rem; }
.dt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dt-card { padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.68); box-shadow: 0 12px 28px rgba(24,24,27,.035); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.dt-card:hover { transform: translateY(-5px); border-color: rgba(194,65,12,.35); box-shadow: 0 20px 40px rgba(24,24,27,.09); }
.dt-card h3 { margin: 0 0 8px; font: 700 1.25rem/1.15 var(--serif); letter-spacing: -.025em; }
.dt-card p { margin: 0; color: #66666f; font-size: .94rem; line-height: 1.6; }
.dt-card-mark { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 13px; color: var(--orange); background: var(--orange-soft); font: 700 .8rem var(--sans); letter-spacing: .05em; }
.dt-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(36px, 7vw, 100px); }
.dt-split-copy h2 { margin: 0; font: 700 clamp(2.4rem,5vw,4.5rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.dt-split-copy h2 em { color: var(--orange); font-style: italic; font-weight: 500; }
.dt-split-copy p { color: #64646d; font-size: 1.04rem; line-height: 1.7; }
.dt-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.dt-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; color: #47474f; }
.dt-list b { color: var(--orange); font: 700 .75rem var(--sans); letter-spacing: .12em; padding-top: 4px; }
.dt-shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 16px; }
.dt-shot-grid .dt-shot:nth-child(2) { transform: translateY(-30px); }
.dt-shot { padding: 5px; border-radius: 28px; background: #f5f0e8; box-shadow: 0 18px 38px rgba(72,37,16,.17); }
.dt-shot img { width: 100%; border-radius: 24px; aspect-ratio: 1290/2796; object-fit: cover; object-position: top; }
.dt-band { margin: 0 calc(50% - 50vw); padding: 92px max(24px, calc((100vw - 1132px)/2)); color: #fff; background: linear-gradient(145deg,#3a2418,#20140f 68%,#120d0a); }
.dt-band h2 { margin: 0; max-width: 750px; font: 700 clamp(2.5rem,6vw,5.2rem)/.96 var(--serif); letter-spacing: -.06em; }
.dt-band h2 em { color: #ffb26d; font-style: italic; font-weight: 500; }
.dt-band p { max-width: 58ch; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.dt-quote { margin-top: 34px; padding-left: 18px; border-left: 2px solid #f97316; color: rgba(255,255,255,.86); font: italic 1.2rem/1.5 var(--serif); }
.dt-contact { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); gap: 40px; align-items: start; }
.dt-form { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #f5eee4; }
.dt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dt-form label { display: block; margin-bottom: 7px; color: #585860; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dt-form input, .dt-form select, .dt-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(24,24,27,.14); border-radius: 12px; padding: 11px 13px; color: var(--ink); background: #fff; font: 16px/1.45 var(--sans); }
.dt-form textarea { min-height: 140px; resize: vertical; }
.dt-form input:focus, .dt-form select:focus, .dt-form textarea:focus { outline: 3px solid rgba(194,65,12,.18); border-color: var(--orange); }
.dt-form-field { margin-bottom: 16px; }
.dt-form-status { margin: 14px 0 0; font-size: .9rem; }
.dt-form-status[data-state="error"] { color: #b42318; }
.dt-form-status[data-state="success"] { color: #087443; }
.dt-aside { padding: 28px; border-radius: 24px; color: #fff; background: var(--night); }
.dt-aside h3 { margin: 0 0 10px; font: 700 2rem/1.05 var(--serif); letter-spacing: -.04em; }
.dt-aside p { color: rgba(255,255,255,.68); }
.dt-aside a { color: #ffb26d; }
.dt-footer { padding: 32px 24px 48px; border-top: 1px solid var(--line); color: #6e6e77; font-size: .82rem; }
.dt-footer-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.dt-footer nav { display: flex; gap: 16px; flex-wrap: wrap; }
.dt-footer a { text-decoration: none; }
.dt-footer a:hover { color: var(--ink); }
/* BFS ownership line - micro tag + "owned by BFS Development LLC · Created by
   Ben Sachwitz" under every static page's footer row. */
.dt-footer-owner { max-width: 1180px; margin: 16px auto 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dt-footer-owner img { border-radius: 6px; display: block; }
@media (max-width: 840px) {
  .dt-nav a:not(.dt-nav-cta) { display: none; }
  .dt-hero, .dt-split, .dt-contact { grid-template-columns: 1fr; }
  .dt-hero { padding-top: 70px; }
  .dt-phone-wrap { order: -1; width: min(72vw, 310px); }
  .dt-hero-copy { text-align: center; }
  .dt-lead { margin-left: auto; margin-right: auto; }
  .dt-actions { justify-content: center; }
  .dt-stats { grid-template-columns: repeat(2,1fr); }
  .dt-grid { grid-template-columns: repeat(2,1fr); }
  .dt-shot-grid { max-width: 620px; margin: 0 auto; }
}
@media (max-width: 560px) {
  .dt-header-inner { padding: 9px 16px; }
  .dt-main { padding-left: 16px; padding-right: 16px; }
  .dt-brand { font-size: 1rem; }
  .dt-brand img { width: 30px; height: 30px; }
  .dt-display { font-size: clamp(2.85rem, 16vw, 4.2rem); }
  .dt-section { padding: 72px 0; }
  .dt-grid, .dt-form-grid, .dt-shot-grid { grid-template-columns: 1fr; }
  .dt-shot-grid .dt-shot:nth-child(2) { transform: none; }
  .dt-shot-grid .dt-shot { max-width: 230px; margin: 0 auto; }
  .dt-form { padding: 19px; }
  .dt-footer { padding-left: 16px; padding-right: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .dt-phone, .dt-card, .dt-button { transform: none !important; }
}
