:root { --ink:#20282b; --paper:#f2efe8; --paper-2:#e5e0d6; --line:rgba(32,40,43,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
a:focus-visible { outline:2px solid currentColor; outline-offset:5px; }
.shell { width:min(1380px,calc(100% - 80px)); margin:0 auto; }
.section { padding:120px 0; }
.section-index { font-size:11px; font-weight:700; letter-spacing:.18em; color:#667074; }
.section-index.light,.light { color:rgba(255,255,255,.68); }
h1,h2,h3,p { margin-top:0; }
h1,h2 { letter-spacing:-.045em; font-weight:500; }
h2 { font-size:clamp(45px,5.2vw,82px); line-height:.98; }
.lead { font-size:clamp(20px,2vw,29px); line-height:1.36; letter-spacing:-.025em; }

.hero { min-height:820px; height:100svh; position:relative; background:#30393b; color:white; display:flex; flex-direction:column; overflow:hidden; }
.hero-media { position:absolute; inset:0; background:url('/assets/drycrest-hero.png') center/cover; transform:scale(1.01); }
.hero-media:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(17,23,25,.84) 0%,rgba(17,23,25,.56) 39%,rgba(17,23,25,.06) 72%); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.36),transparent 25%,transparent 72%,rgba(0,0,0,.35)); }
.site-header { height:108px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; position:relative; z-index:2; border-bottom:1px solid rgba(255,255,255,.22); }
.brand { display:inline-flex; width:max-content; align-items:center; gap:15px; }
.brand-mark { width:43px; height:auto; }
.brand-rule { width:1px; height:35px; background:currentColor; opacity:.62; }
.brand-name { font-size:20px; font-weight:700; letter-spacing:.14em; }
.site-header nav { display:flex; gap:34px; font-size:13px; }
.site-header nav a { opacity:.78; }
.header-cta { justify-self:end; border-bottom:1px solid rgba(255,255,255,.7); padding-bottom:5px; font-size:13px; }
.hero-copy { position:relative; z-index:1; margin-top:auto; margin-bottom:auto; padding-top:80px; }
.eyebrow { font-size:11px; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }
.hero h1 { max-width:920px; font-size:clamp(58px,7.2vw,112px); line-height:.91; margin:26px 0 32px; }
.hero-lede { max-width:630px; font-size:clamp(18px,1.55vw,24px); line-height:1.5; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:38px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; min-width:248px; gap:28px; padding:18px 20px; font-size:13px; font-weight:700; transition:transform .2s; }
.button:hover { transform:translateY(-2px); }
.button-light { background:#f7f4ed; color:var(--ink); }
.button-dark { background:var(--ink); color:white; }
.text-link { font-size:13px; font-weight:700; border-bottom:1px solid currentColor; padding-bottom:5px; }
.light-link { color:rgba(255,255,255,.83); }
.hero-foot { position:relative; z-index:1; display:flex; justify-content:space-between; padding:22px 0; border-top:1px solid rgba(255,255,255,.22); color:rgba(255,255,255,.63); font-size:11px; letter-spacing:.1em; text-transform:uppercase; }

.standard-intro { display:grid; grid-template-columns:1.05fr .8fr; gap:10%; margin:52px 0 100px; }
.standard-intro h2 { margin-bottom:0; }
.standard-intro p:last-child { max-width:650px; margin:28px 0 0; font-size:16px; line-height:1.7; color:#667074; }
.standards-grid { border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); }
.standards-grid article { padding:30px 28px 0 0; border-right:1px solid var(--line); min-height:260px; }
.standards-grid article:not(:first-child) { padding-left:28px; }
.standards-grid article:last-child { border-right:0; }
.standards-grid span,.process-steps span { font-size:11px; color:#7b8487; }
.standards-grid h3 { margin:58px 0 18px; font-size:22px; }
.standards-grid p { color:#626b6e; line-height:1.65; font-size:14px; }

.craft-section { background:var(--ink); color:#f6f3ed; padding:120px 0; }
.craft-grid { display:grid; grid-template-columns:1.25fr .9fr; grid-template-rows:auto auto; gap:30px 7%; }
.image-frame { position:relative; overflow:hidden; }
.craft-main { min-height:650px; grid-row:1/span 2; }
.image-placeholder { position:absolute; inset:0; background-size:cover; background-position:center; transition:transform .6s ease; }
.image-frame:hover .image-placeholder { transform:scale(1.018); }
.tile-image { background-image:url('/assets/drycrest-craft-tile.png'); }
.drainage-image { background-image:url('/assets/drycrest-craft-drainage.png'); }
.image-label { position:absolute; left:0; right:0; bottom:0; display:flex; justify-content:space-between; padding:18px 20px; background:rgba(15,20,21,.74); backdrop-filter:blur(10px); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.craft-copy { padding:10px 0 48px; }
.craft-copy h2 { margin:38px 0; }
.craft-copy p:not(.section-index) { color:rgba(255,255,255,.66); line-height:1.7; max-width:610px; }
.craft-copy .lead { color:rgba(255,255,255,.92)!important; line-height:1.38!important; }
.craft-copy .text-link { display:inline-block; margin-top:24px; }
.craft-secondary { min-height:360px; }

.services-head { display:grid; grid-template-columns:1.2fr .8fr; gap:8%; margin:50px 0 100px; align-items:end; }
.services-head h2,.services-head p { margin-bottom:0; }
.service-list { border-top:1px solid var(--line); }
.service-list article { display:grid; grid-template-columns:100px 1fr auto; gap:24px; align-items:start; padding:42px 0; border-bottom:1px solid var(--line); }
.service-number { font-size:11px; color:#7b8487; }
.service-list h3 { font-size:clamp(27px,3vw,44px); font-weight:500; letter-spacing:-.035em; margin-bottom:14px; }
.service-list p { color:#626b6e; line-height:1.6; max-width:760px; margin:0; }
.service-arrow { font-size:25px; }
.commitment-band { margin-top:70px; padding:48px; background:var(--ink); color:white; }
.commitment-band h3 { max-width:900px; margin:32px 0 42px; font-size:clamp(26px,3vw,45px); line-height:1.15; font-weight:500; letter-spacing:-.035em; }
.commitment-band>div { display:flex; flex-wrap:wrap; gap:8px; }
.commitment-band span { padding:10px 13px; border:1px solid rgba(255,255,255,.25); color:rgba(255,255,255,.72); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.project-types { display:grid; grid-template-columns:100px 1fr; gap:24px; padding-top:32px; color:#626b6e; }
.project-types span { font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.project-types p { margin:0; font-size:14px; }

.process { background:#697375; color:white; padding:120px 0; }
.process-title { display:flex; justify-content:space-between; align-items:end; margin:50px 0 80px; }
.process-title h2,.process-title p { margin:0; }
.process-title p { color:rgba(255,255,255,.67); }
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.3); }
.process-steps article { min-height:250px; padding:28px 28px 0 0; border-right:1px solid rgba(255,255,255,.22); }
.process-steps article:not(:first-child) { padding-left:28px; }
.process-steps article:last-child { border-right:0; }
.process-steps span { color:rgba(255,255,255,.6); }
.process-steps h3 { margin:55px 0 17px; font-size:22px; }
.process-steps p { max-width:260px; font-size:14px; line-height:1.65; color:rgba(255,255,255,.65); }

.work { display:grid; grid-template-columns:1fr .8fr; gap:10%; }
.work-copy h2 { margin:48px 0 38px; }
.work-copy p:not(.section-index) { max-width:680px; color:#626b6e; line-height:1.7; }
.work-copy .lead { color:var(--ink)!important; line-height:1.4!important; }
.work-copy .button { margin-top:30px; }
.work-card { background:var(--paper-2); min-height:570px; padding:50px; display:flex; flex-direction:column; }
.work-card .brand-mark { width:72px; }
.work-card blockquote { margin:auto 0; font-size:clamp(30px,3vw,50px); line-height:1.12; letter-spacing:-.04em; }
.work-tags { display:flex; flex-wrap:wrap; gap:8px; }
.work-tags span { border:1px solid var(--line); padding:10px 13px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }

.contract-note { background:var(--paper-2); padding:100px 0; border-top:1px solid var(--line); }
.contract-grid { display:grid; grid-template-columns:.45fr 1.2fr; gap:9%; align-items:start; }
.contract-grid h2 { font-size:clamp(40px,4.5vw,68px); margin-bottom:28px; }
.contract-grid p:last-child { max-width:850px; color:#596366; font-size:17px; line-height:1.75; }

.contact { background:#151c1e; color:white; padding-top:120px; }
.contact-inner { display:grid; grid-template-columns:1.15fr .6fr; gap:10%; align-items:end; padding-bottom:100px; }
.contact h2 { margin:48px 0 0; }
.contact-side p { color:rgba(255,255,255,.65); line-height:1.65; margin-bottom:34px; }
.contact footer { border-top:1px solid rgba(255,255,255,.2); padding:30px 0; display:grid; grid-template-columns:1fr auto auto auto; gap:50px; align-items:center; font-size:11px; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.09em; }
.contact footer .brand { color:white; }

@media(max-width:900px){
  .shell{width:min(100% - 40px,680px)} .section,.craft-section,.process{padding:82px 0}.site-header{height:86px;grid-template-columns:1fr auto}.site-header nav{display:none}.brand-mark{width:36px}.brand-name{font-size:17px}.brand-rule{height:29px}.hero{min-height:760px}.hero h1{font-size:clamp(55px,14vw,84px)}.hero-copy{padding-top:40px}.hero-actions{align-items:flex-start;flex-direction:column}.standard-intro,.services-head,.work,.contact-inner,.contract-grid{grid-template-columns:1fr;gap:45px}.standard-intro{margin-bottom:60px}.standards-grid,.process-steps{grid-template-columns:1fr 1fr}.standards-grid article:nth-child(2),.process-steps article:nth-child(2){border-right:0}.standards-grid article,.process-steps article{border-bottom:1px solid var(--line)}.craft-grid{grid-template-columns:1fr;grid-template-rows:auto}.craft-main{grid-row:auto;min-height:560px}.craft-copy{padding:35px 0}.process-title{align-items:start;flex-direction:column;gap:20px}.contract-note{padding:82px 0}.contact footer{grid-template-columns:1fr;gap:25px}
}
@media(max-width:560px){
  .shell{width:calc(100% - 32px)}.header-cta{font-size:11px}.hero-foot{gap:20px}.hero-foot span:last-child{text-align:right}.standards-grid,.process-steps{grid-template-columns:1fr}.standards-grid article,.standards-grid article:not(:first-child),.process-steps article,.process-steps article:not(:first-child){padding:28px 0;border-right:0;min-height:220px}.standards-grid h3,.process-steps h3{margin-top:36px}.craft-main{min-height:470px}.craft-secondary{min-height:300px}.service-list article{grid-template-columns:44px 1fr}.service-arrow{display:none}.commitment-band{padding:30px;margin-top:50px}.project-types{grid-template-columns:1fr;gap:12px}.work-card{min-height:470px;padding:30px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.image-placeholder{transition:none}}
