:root{
  --black:#171816;
  --black2:#232420;
  --cream:#f4eee6;
  --cream2:#ebe0d3;
  --white:#fffaf4;
  --copper:#a9653b;
  --copper2:#c18152;
  --brown:#5f351f;
  --ink:#1d1e1b;
  --muted:#68645e;
  --line:#d9c7b4;
  --shadow:0 20px 50px rgba(29,30,27,.14);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.05;letter-spacing:-.03em;margin:0 0 .7rem}
h1{font-size:clamp(3rem,5.7vw,5.55rem)}
h2{font-size:clamp(2.25rem,4vw,4rem)}
h3{font-size:1.55rem}
p{margin:0 0 1.1rem}
.container{width:min(calc(100% - 36px),var(--max));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.overline{color:var(--copper);font-size:.77rem;font-weight:900;letter-spacing:.18em;margin-bottom:14px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(23,24,22,.97);color:var(--white);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.header-row{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.header-brand,.footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.header-brand img,.footer-brand img{width:48px;height:48px;object-fit:contain;padding:3px;background:#f4eee6;border-radius:8px;border:1px solid rgba(193,129,82,.45)}
.header-brand span,.footer-brand span{display:flex;flex-direction:column}
.header-brand strong,.footer-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500}
.header-brand small,.footer-brand small{color:#d8c9ba;font-size:.75rem}
.nav{display:flex;align-items:center;gap:28px}
.nav a{text-decoration:none;font-size:.88rem;font-weight:700}
.nav a:hover{color:var(--copper2)}
.nav-quote{background:var(--copper);color:white;padding:11px 18px;border-radius:8px}
.menu-button{display:none;width:48px;height:48px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:11px}
.menu-button span{display:block;height:2px;background:white;margin:5px 0}
.hero{padding:68px 0 34px;background:
  radial-gradient(circle at 82% 10%,rgba(193,129,82,.10),transparent 28%),
  linear-gradient(135deg,#f8f2ea,#efe4d8)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:56px}
.hero-text{max-width:650px;color:var(--muted);font-size:1.11rem}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 21px;border-radius:8px;border:1px solid transparent;text-decoration:none;font:inherit;font-weight:800;cursor:pointer;transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.button-copper{background:var(--copper);color:white}
.button-copper:hover{background:#8c4f2e}
.button-outline{border-color:#9e8067;background:transparent;color:var(--ink)}
.dark-outline{border-color:#90725d}
.hero-points{display:flex;flex-wrap:wrap;gap:9px 24px;margin-top:30px;color:#5e554c;font-size:.85rem;font-weight:800}
.hero-points span:before{content:"★";color:var(--copper);margin-right:7px;font-size:.68rem}
.photo-frame{position:relative;padding:14px;background:#e5d7c9;border-radius:22px;box-shadow:var(--shadow)}
.photo-frame>img{width:100%;height:530px;object-fit:cover;object-position:center;border-radius:14px}
.photo-note{position:absolute;right:-18px;top:42px;display:flex;align-items:center;gap:10px;padding:12px 16px;color:white;background:var(--black);border-radius:10px;box-shadow:var(--shadow)}
.photo-note img{width:38px;height:38px;border-radius:6px}
.photo-note span{display:flex;flex-direction:column}
.photo-note small{color:#d7c8ba;font-size:.72rem}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;background:rgba(255,250,244,.7);border:1px solid #e3d5c6;border-radius:14px;overflow:hidden}
.trust-strip article{display:flex;gap:13px;align-items:center;padding:20px;border-right:1px solid #dfcfbf}
.trust-strip article:last-child{border-right:0}
.icon{color:var(--copper);font-size:1.7rem}
.trust-strip div{display:flex;flex-direction:column}
.trust-strip small{color:var(--muted);font-size:.75rem}
.dark-section{background:linear-gradient(160deg,var(--black),#0f100f);color:var(--white)}
.builds-section{padding:78px 0}
.section-title{max-width:760px;margin-bottom:34px}
.section-title>p:last-child{color:var(--muted)}
.light-title>p:last-child{color:#c8bcb1}
.light-title .overline{color:var(--copper2)}
.build-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
.build-card{overflow:hidden;background:#282925;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.build-visual{position:relative;background:#111}
.build-visual img{width:100%;height:360px;object-fit:cover}
.illustration img{object-fit:contain;padding:10px}
.photo-tag{position:absolute;left:14px;bottom:14px;background:rgba(23,24,22,.9);padding:8px 11px;border-radius:7px;font-size:.72rem;font-weight:900}
.build-body{padding:26px}
.build-body p{color:#c8bcb1}
.status{display:inline-block;margin-bottom:12px;color:#e2aa7e;font-size:.69rem;font-weight:900;letter-spacing:.14em}
.build-body>a{color:#e3aa7f;font-weight:800;text-decoration:none}
.mini-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}
.mini-prices span{display:flex;flex-direction:column;padding:11px;border-radius:10px;background:#171816;border:1px solid rgba(255,255,255,.12);font-size:.72rem;color:#d8c9ba}
.mini-prices b{color:white;font-size:1.1rem}
.pricing-note{display:block;padding:12px 14px;background:#171816;color:#dccfc3;border-radius:9px;font-size:.84rem}
.pricing-section{padding:78px 0;background:#f6f0e8}
.pricing-frame{position:relative;text-align:center;padding:42px;border:4px double var(--brown);box-shadow:inset 0 0 0 8px #f6f0e8,inset 0 0 0 10px var(--copper)}
.pricing-logo img{width:175px;margin:0 auto 16px}
.pricing-frame h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(1.5rem,3vw,2.7rem);font-weight:900;letter-spacing:-.02em;text-transform:uppercase}
.price-grid{display:grid;grid-template-columns:.78fr 1.45fr .78fr;gap:18px;margin:30px 0}
.price-grid article{display:flex;min-height:205px;flex-direction:column;justify-content:center;padding:22px;border:2px solid #bc916d;border-radius:16px;background:rgba(255,255,255,.36)}
.price-grid .main-price{border-color:var(--brown);box-shadow:0 8px 25px rgba(95,53,31,.12)}
.price-grid span{font-weight:900;letter-spacing:.05em}
.price-grid strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(4rem,8vw,7rem);line-height:.95;color:var(--brown)}
.price-grid small{font-weight:900;letter-spacing:.06em}
.pricing-tagline{display:flex;align-items:center;justify-content:center;gap:18px;font-size:1.15rem;font-weight:900;letter-spacing:.18em;margin:20px 0}
.pricing-tagline:before,.pricing-tagline:after{content:"";height:2px;width:90px;background:var(--brown)}
.text-order{display:flex;align-items:center;justify-content:center;gap:22px;padding:18px 24px;background:linear-gradient(90deg,#3d1f10,#6d3a1c,#3d1f10);color:white;border-radius:14px;text-decoration:none}
.text-order span{font-weight:900;letter-spacing:.14em}
.text-order strong{font-size:clamp(1.8rem,4vw,3.4rem)}
.why-section{padding:82px 0;background:#f5eee5}
.why-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}
.why-photo img{width:100%;height:470px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}
.why-copy ul{list-style:none;padding:0;margin:26px 0 0}
.why-copy li{position:relative;padding:0 0 18px 34px;color:#5f5952}
.why-copy li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;display:grid;place-items:center;color:white;background:var(--copper);border-radius:50%;font-size:.72rem;font-weight:900}
.process-section{padding:70px 0}
.compact-title{margin-bottom:25px;text-align:center;margin-inline:auto}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.process-grid article{position:relative;padding:27px 22px;background:#292a27;border:1px solid rgba(255,255,255,.12);border-radius:14px;text-align:center}
.process-grid article>span{position:absolute;top:12px;left:12px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#ece1d5;color:var(--black);font-weight:900;font-size:.8rem}
.process-grid h3{font-size:1.35rem;margin-top:19px}
.process-grid p{color:#c7bbb0;font-size:.88rem}
.gallery-section{padding:80px 0;background:#fffaf4}
.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.gallery-grid figure{margin:0;overflow:hidden;border-radius:17px;background:white;border:1px solid #ddcdbd;box-shadow:0 12px 30px rgba(29,30,27,.08)}
.gallery-grid img{width:100%;height:290px;object-fit:cover}
.gallery-main{grid-row:span 2}
.gallery-main img{height:660px}
.gallery-grid figcaption{padding:14px 18px;font-weight:800}
.quote-section{padding:76px 0;background:linear-gradient(135deg,#eee1d4,#f9f3eb)}
.quote-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px}
.contact-panel{padding:34px;color:white;background:var(--black);border-radius:18px}
.contact-panel>img{width:76px;height:76px;border-radius:12px;margin-bottom:22px}
.contact-panel .overline{color:#d89a6c}
.contact-panel h2{font-size:2.4rem}
.contact-panel>p:not(.overline){color:#cfc1b5}
.big-phone{display:block;margin:14px 0;color:#df9d6d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.2rem);text-decoration:none}
.quote-form{padding:34px;background:#fffaf4;border:1px solid #dccbbb;border-radius:18px;box-shadow:var(--shadow)}
.quote-form h2{font-size:2rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:7px;margin-bottom:15px;font-size:.85rem;font-weight:900}
input,select,textarea{width:100%;padding:13px 14px;background:white;border:1px solid #d8c7b7;border-radius:8px;color:var(--ink);font:inherit}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(169,101,59,.16);border-color:var(--copper)}
.form-buttons{display:flex;gap:12px;flex-wrap:wrap}
.form-status{min-height:22px;margin-top:13px;color:#824824;font-weight:800}
footer{padding:30px 0;background:#111210;color:white}
.footer-row{display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:25px}
.footer-row>p{margin:0;color:#bfb3a7;font-size:.8rem}
.error-page{display:grid;min-height:100vh;place-items:center;text-align:center}
.error-page main{max-width:600px;padding:30px}
.error-page img{width:330px;margin:0 auto 25px}
@media(max-width:920px){
  .menu-button{display:block}
  .nav{position:absolute;top:82px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#20211f;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:var(--shadow)}
  .nav.open{display:flex}
  .nav a{padding:13px}
  .nav-quote{text-align:center;margin-top:6px}
  .hero-grid,.why-grid,.quote-grid{grid-template-columns:1fr}
  .hero-media{order:-1}
  .photo-frame>img{height:500px}
  .build-grid{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:1fr 1fr}
  .trust-strip article:nth-child(2){border-right:0}
  .trust-strip article:nth-child(-n+2){border-bottom:1px solid #dfcfbf}
  .process-grid{grid-template-columns:1fr 1fr}
  .footer-row{grid-template-columns:1fr 1fr}
  .footer-row>p:last-child{grid-column:1/-1}
}
@media(max-width:680px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .header-brand strong{font-size:.9rem}
  .header-brand small{font-size:.68rem}
  .hero{padding-top:34px}
  .photo-frame>img{height:420px}
  .photo-note{right:8px;top:20px}
  .trust-strip{grid-template-columns:1fr}
  .trust-strip article{border-right:0;border-bottom:1px solid #dfcfbf}
  .trust-strip article:last-child{border-bottom:0}
  .mini-prices{grid-template-columns:1fr}
  .pricing-frame{padding:27px 16px}
  .price-grid{grid-template-columns:1fr}
  .price-grid article{min-height:170px}
  .pricing-tagline{font-size:.85rem;letter-spacing:.1em}
  .pricing-tagline:before,.pricing-tagline:after{width:30px}
  .text-order{flex-direction:column;gap:4px}
  .process-grid,.gallery-grid,.two-col{grid-template-columns:1fr}
  .gallery-main{grid-row:auto}
  .gallery-main img,.gallery-grid img{height:330px}
  .footer-row{grid-template-columns:1fr}
  .footer-row>p:last-child{grid-column:auto}
  .actions .button,.form-buttons .button{width:100%}
}


.outdoor-fastener-note{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:24px;
  padding:20px 24px;
  color:#f7eee5;
  background:#292a27;
  border:1px solid rgba(193,129,82,.45);
  border-radius:14px;
}
.outdoor-fastener-note span{
  flex:0 0 auto;
  padding:8px 11px;
  color:#171816;
  background:#d69a6d;
  border-radius:7px;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
}
.outdoor-fastener-note p{
  margin:0;
  color:#ded0c3;
  font-size:.92rem;
}
@media(max-width:680px){
  .outdoor-fastener-note{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}
