/* ============ Debwill Inc — styles ============ */
*{box-sizing:border-box}
body{margin:0;background:#FAF7F2;color:#201D18;font-family:'Instrument Sans',sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
summary::-webkit-details-marker{display:none}

.wrap{max-width:1200px;margin:0 auto;padding-left:clamp(20px,5vw,32px);padding-right:clamp(20px,5vw,32px)}

/* ============ Nav ============ */
.nav{position:sticky;top:0;z-index:20;background:rgba(250,247,242,.94);backdrop-filter:blur(8px);border-bottom:1px solid #E5DFD4}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(20px,4vw,32px)}
.logo{display:flex;align-items:center;gap:11px;transition:opacity .15s ease}
.logo:hover{opacity:.6}
.logo-name{font-family:'Source Serif 4',serif;font-weight:700;font-size:22px;letter-spacing:-.01em}
.nav-links{display:flex;align-items:center;gap:30px;font-size:14.5px;color:#4D473D}
.nav-links a:not(.btn-dark):hover{color:#C05B21;text-decoration:underline}
.nav-links a.act{color:#C05B21;font-weight:600}

.btn-dark{background:#201D18;color:#FAF7F2;padding:10px 20px;border-radius:3px;font-weight:500;white-space:nowrap;transition:all .15s ease}
.btn-dark:hover{background:#C05B21;transform:translateY(-2px);box-shadow:0 4px 14px rgba(192,91,33,.45);text-decoration:none}
.btn-dark:active{transform:scale(.96)}

.burger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:44px;height:44px;cursor:pointer;background:none;border:none;padding:0}
.burger span{display:block;width:22px;height:2px;background:#201D18}
.burger span.s3{width:14px;background:#C05B21}
.mobile-menu{display:none;flex-direction:column;padding:6px 20px 20px;border-top:1px solid #E5DFD4;background:#FAF7F2;min-height:100dvh}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:22px 2px;font-size:16.5px;font-weight:500;color:#201D18;border-bottom:1px solid #EFE9DE}
.mobile-menu a:hover{color:#C05B21;text-decoration:underline}
.mobile-menu a.act{color:#C05B21;font-weight:600}
.mobile-menu a.mm-cta{margin-top:32px;background:#C05B21;color:#FAF7F2;padding:15px;border-radius:3px;text-align:center;font-weight:600;font-size:15.5px;white-space:nowrap;border-bottom:none;transition:all .15s ease}
.mobile-menu a.mm-cta:hover{background:#A34D1B;color:#FAF7F2;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 14px rgba(163,77,27,.45)}
.mobile-menu a.mm-cta:active{transform:scale(.97)}

/* ============ Buttons ============ */
.btn-primary{display:inline-block;background:#C05B21;color:#FAF7F2;padding:15px 28px;border-radius:3px;font-weight:600;font-size:15px;white-space:nowrap;border:none;cursor:pointer;font-family:'Instrument Sans',sans-serif;transition:all .15s ease}
.btn-primary:hover{background:#A34D1B;transform:translateY(-2px);box-shadow:0 4px 14px rgba(163,77,27,.45)}
.btn-primary:active{transform:scale(.96)}
.btn-outline{display:inline-block;border:1px solid #C9C2B4;color:#201D18;padding:15px 28px;border-radius:3px;font-weight:500;font-size:15px;white-space:nowrap;transition:all .15s ease}
.btn-outline:hover{background:#201D18;color:#FAF7F2;border-color:#201D18}
.btn-outline:active{transform:scale(.96)}

/* ============ Type helpers ============ */
.eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#C05B21;font-weight:600}
.t-link{color:#C05B21;font-weight:600}
.t-link:hover{text-decoration:underline;color:#A34D1B}

/* ============ Hero ============ */
.hero{padding:clamp(56px,10vw,88px) 0 clamp(44px,8vw,68px)}
.hero .eyebrow{margin-bottom:22px}
.hero-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(40px,7vw,68px);line-height:1.05;letter-spacing:-.015em;margin:0;max-width:860px;text-wrap:pretty}
.hero-body{display:flex;flex-direction:column;align-items:flex-start;gap:30px;margin-top:32px}
.lead{font-size:18px;line-height:1.6;color:#5A5347;max-width:540px;margin:0;text-wrap:pretty}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}

/* ============ Stats ============ */
.stats{border-top:1px solid #E5DFD4;border-bottom:1px solid #E5DFD4}
.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#E5DFD4}
.stat{padding:clamp(20px,4vw,30px) clamp(18px,4vw,32px);background:#FAF7F2}
.stat-num{font-family:'Source Serif 4',serif;font-weight:600;font-size:38px}
.stat-label{font-size:13.5px;color:#8A8172;margin-top:4px}

/* ============ Sections ============ */
.section{padding:clamp(48px,8vw,76px) 0 clamp(44px,8vw,72px)}
.sec-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 32px;margin-bottom:40px}
.sec-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(29px,5vw,38px);margin:0}
.sec-sub{font-size:18px;color:#8A8172}
.dark{background:#201D18;color:#FAF7F2}
.beige{background:#F3EEE5}

/* ============ Services ============ */
.cards3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:28px}
.svc{border-top:2px solid #201D18;padding-top:22px}
.svc-head{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}
.svc-num{font-family:'Source Serif 4',serif;font-weight:700;font-size:21px;color:#C05B21}
.svc-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:23px}
.svc p{font-size:18px;line-height:1.6;color:#5A5347;margin:0 0 16px;text-wrap:pretty}
.svc-list{display:flex;flex-direction:column;gap:10px;font-size:18px;color:#4D473D}
.li{display:flex;gap:9px;align-items:baseline}
.li b{color:#C05B21;font-weight:400;flex:none}

/* ============ Industries ============ */
.ind-head{margin-bottom:44px}
.ind-head .eyebrow{color:#D98A57;margin-bottom:16px}
.ind-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(29px,5vw,38px);margin:0;max-width:640px}
.ind-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:28px}
.ind-card{border:1px solid #3B362C;border-radius:4px;padding:clamp(24px,4vw,34px)}
.ind-card h3{font-family:'Source Serif 4',serif;font-weight:600;font-size:26px;margin:0 0 12px}
.ind-card p{font-size:18px;line-height:1.65;color:#B5AC9C;margin:0 0 20px;text-wrap:pretty}
.chips{display:flex;flex-wrap:wrap;gap:8px;font-size:16px}
.chip{border:1px solid #3B362C;border-radius:100px;padding:8px 16px;color:#D8D0C2}

/* ============ Process ============ */
.proc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:24px}
.proc-card{background:#F3EEE5;border-radius:4px;padding:26px}
.proc-head{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}
.proc-week{font-family:'Source Serif 4',serif;font-weight:700;font-size:15px;color:#C05B21;white-space:nowrap}
.proc-title{font-weight:600;font-size:19px}
.proc-card p{font-size:18px;line-height:1.6;color:#5A5347;margin:0;text-wrap:pretty}

/* ============ Results ============ */
.res-card{background:#FAF7F2;border:1px solid #E5DFD4;border-radius:4px;padding:30px}
.res-tag{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8A8172;font-weight:600;margin-bottom:18px}
.res-num{font-family:'Source Serif 4',serif;font-weight:600;font-size:44px;color:#C05B21}
.res-sub{font-weight:600;font-size:19px;margin:6px 0 12px}
.res-card p{font-size:18px;line-height:1.6;color:#5A5347;margin:0;text-wrap:pretty}

/* ============ Why ============ */
.why-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:44px 64px;align-items:start}
.why-grid .eyebrow{margin-bottom:16px}
.why-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(29px,5vw,38px);line-height:1.15;margin:0;text-wrap:pretty}
.why-intro{font-size:18px;line-height:1.65;color:#5A5347;margin:20px 0 0;text-wrap:pretty}
.why-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1px;background:#E5DFD4;border:1px solid #E5DFD4}
.why-card{padding:26px 28px;background:#FAF7F2}
.why-card h3{font-weight:600;font-size:19px;margin:0 0 8px;font-family:'Instrument Sans',sans-serif}
.why-card p{font-size:18px;line-height:1.6;color:#5A5347;margin:0}

/* ============ About ============ */
.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:44px 64px;align-items:start}
.about-grid .eyebrow{margin-bottom:16px}
.about-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(29px,5vw,38px);line-height:1.15;margin:0;text-wrap:pretty}
.about-grid p{font-size:18px;line-height:1.65;color:#5A5347;margin:20px 0 0;text-wrap:pretty}
.facts{display:flex;flex-direction:column;border-top:2px solid #201D18}
.fact{display:flex;justify-content:space-between;align-items:baseline;gap:4px 24px;padding:20px 0;border-bottom:1px solid #E5DFD4}
.fact-k{font-size:18px;color:#8A8172}
.fact-v{font-weight:600;font-size:18px}

/* ============ FAQ ============ */
.faq-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:40px 64px;align-items:start}
.faq-note{font-size:18px;line-height:1.6;color:#5A5347;margin:16px 0 0}
.faq-list{display:flex;flex-direction:column}
.faq-list details{border-bottom:1px solid #DDD5C6}
.faq-list details:last-child{border-bottom:none}
.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:20px 0;font-weight:600;font-size:18px}
.faq-plus{color:#C05B21;font-size:24px;line-height:1;font-weight:500;flex:none;align-self:center;transition:transform .25s ease}
details[open] .faq-plus{transform:rotate(45deg)}
.faq-list p{font-size:18px;line-height:1.65;color:#5A5347;margin:0 0 20px;max-width:620px}

/* ============ Forms ============ */
.prop-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:44px 64px;align-items:start;padding:clamp(48px,8vw,76px) 0 clamp(52px,9vw,84px)}
.prop-grid .eyebrow{margin-bottom:16px}
.prop-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(30px,5vw,40px);line-height:1.12;margin:0;text-wrap:pretty}
.prop-grid .prop-text{font-size:18px;line-height:1.65;color:#5A5347;margin:20px 0 28px;text-wrap:pretty}
.prop-contacts{display:flex;flex-direction:column;gap:10px;font-size:18px;color:#4D473D}
.prop-contacts a{font-weight:500}
.prop-contacts a:hover{color:#C05B21;text-decoration:underline}
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-box{background:#F3EEE5;border-radius:4px;padding:clamp(22px,4.5vw,34px)}
.form-title{grid-column:1/-1;font-family:'Source Serif 4',serif;font-weight:600;font-size:24px;margin-bottom:4px}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:15px;font-weight:600;color:#4D473D}
.field input,.field select,.field textarea{font-family:'Instrument Sans',sans-serif;font-size:17px;padding:13px 14px;border:1px solid #C9C2B4;border-radius:3px;background:#FFFFFF;color:#201D18;outline:none;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#C05B21}
.span2{grid-column:1/-1}
.form-foot{grid-column:1/-1;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.form-note{font-size:13px;color:#8A8172;max-width:420px}
.form-note span{display:block}
.form-note a{color:#C05B21}
.form-note a:hover{text-decoration:underline;color:#A34D1B}
.success{background:#F3EEE5;border-radius:4px;padding:48px;text-align:center}
.success h3{font-family:'Source Serif 4',serif;font-weight:600;font-size:28px;margin:0 0 10px}
.success p{font-size:18px;line-height:1.6;color:#5A5347;margin:0}

/* ============ Contact page ============ */
.page-head{border-bottom:1px solid #E5DFD4}
.page-head-inner{max-width:1200px;margin:0 auto;padding:clamp(48px,8vw,76px) clamp(20px,5vw,32px) clamp(36px,7vw,56px)}
.page-head .eyebrow{margin-bottom:20px}
.page-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(38px,7vw,56px);line-height:1.08;letter-spacing:-.015em;margin:0;max-width:760px;text-wrap:pretty}
.page-lead{font-size:18px;line-height:1.6;color:#5A5347;max-width:560px;margin:22px 0 0;text-wrap:pretty}
.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:44px 64px;align-items:start;padding:clamp(40px,7vw,64px) 0 clamp(52px,9vw,84px)}
.cdetails{display:flex;flex-direction:column;border-top:2px solid #201D18}
.crow{padding:24px 0;border-bottom:1px solid #E5DFD4}
.ck{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8A8172;font-weight:600;margin-bottom:8px}
.cv{font-family:'Source Serif 4',serif;font-weight:600;font-size:22px}
a.cv:hover{color:#C05B21;text-decoration:underline}
.chint{font-size:16px;color:#8A8172;margin-top:6px}
.cbody{font-size:18px;line-height:1.7;color:#5A5347;margin-top:4px}

/* ============ Legal pages ============ */
.legal-head{border-bottom:1px solid #E5DFD4}
.legal-head-inner{max-width:820px;margin:0 auto;padding:clamp(44px,8vw,64px) clamp(20px,5vw,32px) 44px}
.legal-head .eyebrow{margin-bottom:18px}
.legal-title{font-family:'Source Serif 4',serif;font-weight:600;font-size:clamp(33px,6vw,46px);letter-spacing:-.015em;margin:0}
.legal-date{font-size:14px;color:#8A8172;margin-top:14px}
.legal-body{max-width:820px;margin:0 auto;padding:48px clamp(20px,5vw,32px) 80px}
.legal-sec{margin-bottom:36px}
.legal-sec h2{font-family:'Source Serif 4',serif;font-weight:600;font-size:24px;margin:0 0 12px}
.legal-sec p{font-size:18px;line-height:1.7;color:#4D473D;margin:0 0 12px}
.legal-list{display:flex;flex-direction:column;gap:10px;font-size:18px;line-height:1.7;color:#4D473D}
.legal-list .li{gap:12px}
.legal-contact{background:#F3EEE5;border-radius:4px;padding:28px 32px}
.legal-contact h2{font-family:'Source Serif 4',serif;font-weight:600;font-size:24px;margin:0 0 12px}
.legal-contact p{font-size:18px;line-height:1.7;color:#4D473D;margin:0}
.cookie-card{border:1px solid #E5DFD4;border-radius:4px;padding:20px 24px;margin-bottom:16px}
.cookie-card h3{font-weight:600;font-size:19px;margin:0 0 6px;font-family:'Instrument Sans',sans-serif}
.cookie-card h3 small{font-weight:400;font-size:13px;color:#8A8172}
.cookie-card p{font-size:18px;line-height:1.65;color:#4D473D;margin:0}

/* ============ Footer ============ */
.footer{background:#201D18;color:#FAF7F2}
.footer-inner{max-width:1200px;margin:0 auto;padding:clamp(40px,7vw,56px) clamp(20px,5vw,32px) 28px}
.f-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:40px;padding-bottom:40px;border-bottom:1px solid #3B362C}
.f-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.f-brand span{font-family:'Source Serif 4',serif;font-weight:700;font-size:20px}
.f-about{font-size:14px;line-height:1.65;color:#B5AC9C;margin:0;max-width:300px}
.f-col{display:flex;flex-direction:column;gap:11px;font-size:14px}
.f-head{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8A8172;font-weight:600;margin-bottom:4px}
.f-col a{color:#D8D0C2}
.f-col a:hover{color:#FAF7F2;text-decoration:underline}
.f-col span{color:#D8D0C2}
.f-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 24px;padding-top:22px;font-size:13px;color:#8A8172}

/* ============ Mobile ============ */
@media (max-width:860px){
  .nav-links{display:none}
  .burger{display:flex}
  .hide-mobile{display:none}
  .stats-grid{grid-template-columns:1fr 1fr}
  .why-grid,.about-grid,.faq-grid,.prop-grid,.contact-grid{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  .fact{flex-direction:column;align-items:flex-start}
}
