/* ============ DunRite inner-page styles ============ */

/* page hero (compact) */
.page-hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.page-hero .hero-media { position: absolute; inset: 0; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) contrast(1.05) brightness(.5); }
.page-hero .hero-media::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(15,15,15,.92), rgba(15,15,15,.55) 70%, rgba(15,15,15,.35)); }
.page-hero .inner { position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(48px,6vw,80px); }
.page-hero h1 { margin-top: 18px; max-width: 18ch; }
.page-hero .lead { color: #cfccc5; margin-top: 22px; }
.crumb { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--concrete); }
.crumb a { color: var(--concrete); } .crumb a:hover { color: var(--accent); }
.crumb b { color: var(--accent); font-weight: 500; }

/* generic two-col */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px,5vw,80px); align-items: center; }
.split img.feat { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; border-radius: var(--radius); filter: grayscale(.1) contrast(1.03); }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; } }

/* services detail rows */
.svc-row { display: grid; grid-template-columns: 88px 1.1fr .9fr; gap: clamp(20px,3vw,48px); align-items: start; padding: clamp(36px,4vw,56px) 0; border-top: 2px solid var(--ink); }
.svc-row:last-child { border-bottom: 2px solid var(--ink); }
.svc-row .rn { font-family: var(--cond); font-size: 58px; font-weight: 800; line-height: .8; color: var(--accent-deep); }
.svc-row h3 { font-size: clamp(26px,3vw,40px); text-transform: uppercase; }
.svc-row .who { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); margin: 12px 0 16px; }
.svc-row p { color: var(--steel-2); line-height: 1.6; font-size: 16px; margin: 0 0 18px; max-width: 52ch; }
.svc-row .feats { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.svc-row .feats li { font-size: 14.5px; color: var(--steel); display: flex; gap: 10px; align-items: flex-start; }
.svc-row .feats li::before { content: "\2014"; color: var(--accent-deep); font-weight: 700; }
.svc-row .rimg { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); filter: grayscale(.15) contrast(1.04); }
@media (max-width: 860px){ .svc-row { grid-template-columns: 1fr; gap: 18px; } .svc-row .rn { font-size: 44px; } .svc-row .rimg { order: -1; } }

/* stat strip (light) */
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.stat-strip .c { padding: 30px 26px; border-right: 2px solid var(--ink); }
.stat-strip .c:last-child { border-right: none; }
.stat-strip .n { font-family: var(--cond); font-size: clamp(38px,4vw,56px); font-weight: 800; line-height: .9; }
.stat-strip .n .u { color: var(--accent-deep); }
.stat-strip .l { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--concrete); margin-top: 8px; }
@media (max-width: 720px){ .stat-strip { grid-template-columns: 1fr 1fr; } .stat-strip .c:nth-child(2){ border-right:none; } .stat-strip .c:nth-child(1),.stat-strip .c:nth-child(2){ border-bottom:2px solid var(--ink); } }

/* values grid (about) */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.values .v { background: var(--paper); padding: 32px 28px; }
.values .v .vi { width: 44px; height: 44px; border-radius: var(--radius); background: var(--ink); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.values .v .vi svg { width: 22px; height: 22px; }
.values .v h4 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 19px; margin: 0 0 10px; }
.values .v p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--steel-2); }
@media (max-width: 820px){ .values { grid-template-columns: 1fr; } }

/* timeline (about) */
.timeline { display: grid; gap: 0; }
.tl { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 26px 0; border-top: 1px solid var(--line-dark); }
.tl:last-child { border-bottom: 1px solid var(--line-dark); }
.tl .yr { font-family: var(--cond); font-size: 30px; font-weight: 800; color: var(--accent-deep); }
.tl .tx h4 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 18px; margin: 0 0 8px; }
.tl .tx p { margin: 0; color: var(--steel-2); line-height: 1.55; font-size: 15px; max-width: 60ch; }
@media (max-width: 620px){ .tl { grid-template-columns: 1fr; gap: 6px; } }

/* ---- contact / quote form ---- */
.quote-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(36px,5vw,72px); align-items: start; }
@media (max-width: 900px){ .quote-wrap { grid-template-columns: 1fr; } }
.quote-aside h2 { font-size: clamp(28px,3.4vw,46px); text-transform: uppercase; }
.quote-aside .lead { margin-top: 18px; }
.qa-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 16px; }
.qa-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--steel-2); line-height: 1.45; }
.qa-list .qi { width: 40px; height: 40px; flex: none; border-radius: var(--radius); background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-weight: 800; }
.qa-contact { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line-dark); display: grid; gap: 12px; font-family: var(--mono); font-size: 13px; letter-spacing: .04em; }
.qa-contact a { display: flex; gap: 10px; align-items: center; }
.qa-contact a:hover { color: var(--accent-deep); }
.qa-contact svg { width: 16px; height: 16px; color: var(--accent-deep); }

.form-card { background: var(--white); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: clamp(24px,3vw,40px); box-shadow: 0 30px 70px rgba(0,0,0,.07); }
.steps { display: flex; gap: 0; margin-bottom: 30px; }
.steps .st { flex: 1; text-align: center; position: relative; }
.steps .st .dot { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--line-dark); background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; font-family: var(--cond); font-weight: 800; font-size: 16px; color: var(--concrete); transition: all .25s; }
.steps .st .sl { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--concrete); }
.steps .st::after { content:""; position:absolute; top:17px; left:50%; width:100%; height:2px; background: var(--line-dark); z-index:-1; }
.steps .st:last-child::after { display:none; }
.steps .st.active .dot, .steps .st.done .dot { border-color: var(--accent); background: var(--accent); color: var(--on-accent); }
.steps .st.active .sl { color: var(--ink); }

.fstep { display: none; animation: fadein .35s ease; }
.fstep.on { display: block; }
@keyframes fadein { from { opacity:0; transform: translateY(8px);} to{opacity:1; transform:none;} }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--steel-2); margin-bottom: 8px; }
.field label .req { color: var(--accent-deep); }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--body); font-size: 16px; color: var(--ink);
  padding: 14px 16px; border: 1.5px solid var(--line-dark); border-radius: var(--radius);
  background: var(--paper); transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); background: var(--white); }
.field textarea { min-height: 120px; resize: vertical; }
.field.err input, .field.err textarea, .field.err select { border-color: #d23b2e; background: #fdf3f2; }
.field .msg { display: none; color: #d23b2e; font-size: 12.5px; margin-top: 6px; font-family: var(--mono); }
.field.err .msg { display: block; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px){ .frow { grid-template-columns: 1fr; } }

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 11px 16px; border: 1.5px solid var(--line-dark); border-radius: var(--radius); background: var(--paper); cursor: pointer; transition: all .18s; user-select: none; }
.chip:hover { border-color: var(--concrete); }
.chip.sel { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip.sel::before { content: "\2713 "; color: var(--accent); }

.form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
.form-actions .spacer { flex: 1; }

.form-success { display: none; text-align: center; padding: 24px 0; }
.form-success.on { display: block; animation: fadein .4s ease; }
.form-success .ck { width: 76px; height: 76px; border-radius: 50%; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.form-success .ck svg { width: 38px; height: 38px; }
.form-success h3 { font-size: 30px; text-transform: uppercase; }
.form-success p { color: var(--steel-2); margin: 14px 0 0; line-height: 1.55; }
.recap { margin-top: 22px; text-align: left; background: var(--paper); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 18px 20px; font-size: 14px; }
.recap .r { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px dashed var(--line-dark); }
.recap .r:last-child { border-bottom: none; }
.recap .r b { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--concrete); font-weight: 500; }
.recap .r span { text-align: right; color: var(--ink); }

/* mini CTA reuse spacing already in styles.css */
