
:root{
  --red:#c90818;
  --red-dark:#9f0713;
  --charcoal:#232323;
  --black:#111;
  --white:#fff;
  --off:#f6f4f1;
  --line:#dedede;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--charcoal);
  background:#fff;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
}
.header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  min-height:88px;
}
.brand{display:flex;align-items:center;gap:12px;font-family:"Barlow Condensed",sans-serif;font-weight:800;letter-spacing:.18em}
.brand img{width:72px;height:72px;object-fit:contain}
.site-nav{display:flex;justify-content:center;gap:30px;font-family:"Barlow Condensed",sans-serif;font-weight:700;text-transform:uppercase}
.site-nav a{padding:34px 0 28px;border-bottom:3px solid transparent}
.site-nav a:hover{color:var(--red);border-color:var(--red)}
.call-box{
  background:var(--red);
  color:#fff;
  padding:16px 22px;
  display:flex;
  flex-direction:column;
  min-width:185px;
}
.call-box small{font-weight:700;letter-spacing:.08em;margin-bottom:5px}
.call-box strong{font-size:15px}
.menu-toggle{display:none;background:none;border:0;font-size:28px}

.hero{background:linear-gradient(110deg,#fff 0%,#f8f8f8 55%,#fff 55%)}
.hero-grid{
  display:grid;
  grid-template-columns:1.03fr 1fr;
  align-items:stretch;
}
.hero-copy{padding:70px 42px 70px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{
  color:var(--red);
  font-family:"Barlow Condensed",sans-serif;
  font-weight:800;
  font-size:20px;
  letter-spacing:.03em;
  margin:0 0 8px;
}
.hero h1,
.section-heading h2,
.about-card h2,
.idea-card h2,
.quote-section h2{
  font-family:"Barlow Condensed",sans-serif;
  font-weight:800;
  text-transform:uppercase;
  line-height:.92;
  margin:0;
}
.hero h1{font-size:72px;max-width:560px}
.hero h1 span{display:block;color:var(--red);font-size:.72em;letter-spacing:.02em}
.hero-text{font-size:19px;line-height:1.6;max-width:580px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 28px;
  font-family:"Barlow Condensed",sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
  border:2px solid transparent;
  cursor:pointer;
}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-outline{border-color:var(--red);color:var(--charcoal);background:#fff}
.btn-dark{background:#111;color:#fff}
.hero-media{min-height:470px;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}
.hero-media img{width:100%;height:100%;object-fit:cover}


.split-section{display:grid;grid-template-columns:1.75fr 1fr}
.about-card{padding:70px max(5vw,40px)}
.about-card h2,.idea-card h2,.quote-section h2,.section-heading h2{font-size:48px}
.about-card p{line-height:1.7}
.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.trust-row span{border:1px solid var(--line);padding:10px 14px;font-weight:700}
.idea-card{
  background:
  linear-gradient(rgba(180,0,17,.94),rgba(180,0,17,.94)),
  radial-gradient(circle at 90% 20%,rgba(255,255,255,.15),transparent 30%);
  color:#fff;padding:70px 55px;
}
.script-line{font-size:32px;font-style:italic;margin:0 0 6px}
.idea-card p{line-height:1.65}

.gallery-section{padding:80px 0}
.section-heading{max-width:720px;margin-bottom:32px}
.section-heading p:last-child{color:#666}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-placeholder{
  aspect-ratio:1/1;
  background:
    linear-gradient(145deg,#ececec,#fafafa);
  border:1px dashed #aaa;
  display:flex;
  align-items:flex-end;
  padding:18px;
  font-family:"Barlow Condensed",sans-serif;
  font-size:24px;
  font-weight:800;
  text-transform:uppercase;
}

.quote-section{background:#161616;color:#fff;padding:80px 0}
.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.light{color:#ff6570}
.quote-section p{color:#d7d7d7;line-height:1.7}
.quote-form{background:#fff;color:#222;padding:28px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.quote-form label{display:grid;gap:8px;font-size:14px;font-weight:700;margin-bottom:16px}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;padding:13px 14px;border:1px solid #ccc;font:inherit;background:#fff
}
.form-note{font-size:12px;color:#666!important;margin-bottom:0}

.site-footer{background:#0e0e0e;color:#eee}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1fr;gap:35px;padding:48px 0}
.footer-brand{display:grid;grid-template-columns:95px 1fr;gap:18px;align-items:start}
.footer-brand img{width:95px;background:#fff}
.footer-grid h4{margin:0 0 10px;color:#ff2d3b;font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:20px}
.footer-grid p{margin:0;line-height:1.7;color:#d5d5d5}
.copyright{text-align:center;border-top:1px solid #2b2b2b;padding:16px;color:#999;font-size:13px}

@media (max-width: 950px){
  .header-inner{grid-template-columns:1fr auto;min-height:74px}
  .brand img{width:58px;height:58px}
  .call-box{display:none}
  .menu-toggle{display:block}
  .site-nav{
    display:none;position:absolute;left:0;right:0;top:74px;background:#fff;
    flex-direction:column;gap:0;border-top:1px solid #eee;padding:8px 5%;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:14px 0;border-bottom:1px solid #eee}
  .hero-grid,.split-section,.quote-grid{grid-template-columns:1fr}
  .hero-copy{padding:54px 0}
  .hero h1{font-size:58px}
  .hero-media{min-height:340px;clip-path:none}
  .service-cards{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 620px){
  .brand span{display:none}
  .hero h1{font-size:48px}
  .hero-text{font-size:17px}
  .service-cards,.gallery-grid,.field-row,.footer-grid{grid-template-columns:1fr}
  .about-card,.idea-card{padding:50px 6%}
  .about-card h2,.idea-card h2,.quote-section h2,.section-heading h2{font-size:38px}
  .footer-brand{grid-template-columns:80px 1fr}
}


.services-section{
  padding:76px 0 82px;
  background:#f4f2ef;
  border-top:1px solid #e4e0dc;
  border-bottom:1px solid #e4e0dc;
}
.services-heading{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:34px;
  align-items:end;
  margin-bottom:30px;
}
.services-heading .eyebrow{
  grid-column:1 / -1;
  margin-bottom:7px;
}
.services-heading h2{
  margin:0;
  font-family:"Barlow Condensed",sans-serif;
  font-size:44px;
  line-height:.95;
  font-weight:800;
  text-transform:uppercase;
}
.services-heading > p:last-child{
  max-width:530px;
  margin:0 0 2px auto;
  color:#666;
  line-height:1.6;
}
.service-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.service-card{
  position:relative;
  min-height:285px;
  background:#fff;
  border:1px solid #dedad6;
  padding:26px 24px 24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:var(--red);
}
.service-card:hover{
  transform:translateY(-4px);
  border-color:#cfc8c2;
  box-shadow:0 14px 30px rgba(0,0,0,.08);
}
.service-mark{
  font-family:"Barlow Condensed",sans-serif;
  font-size:58px;
  font-weight:800;
  line-height:1;
  color:#e6e1dd;
  letter-spacing:-.03em;
  margin-bottom:24px;
}
.service-copy h3{
  margin:0 0 12px;
  font-family:"Barlow Condensed",sans-serif;
  font-size:28px;
  line-height:1;
  text-transform:uppercase;
}
.service-copy p{
  margin:0 0 18px;
  color:#555;
  line-height:1.55;
  font-size:14px;
}
.service-copy a{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--red);
  font-family:"Barlow Condensed",sans-serif;
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.service-copy a span{
  transition:transform .2s ease;
}
.service-copy a:hover span{
  transform:translateX(4px);
}

@media (max-width: 950px){
  .services-heading{grid-template-columns:1fr;gap:10px}
  .services-heading > p:last-child{margin:0;max-width:620px}
}
@media (max-width: 620px){
  .services-section{padding:56px 0}
  .services-heading h2{font-size:38px}
  .service-card{min-height:240px}
}
