
:root{
  --red:#c81d12;
  --red-dark:#9f160e;
  --green:#087a42;
  --green-dark:#04532d;
  --ink:#17202a;
  --muted:#647180;
  --snow:#f5f9fd;
  --ice:#dfefff;
  --line:#dbe5ef;
  --white:#ffffff;
  --shadow:0 18px 55px rgba(15,35,55,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(215,225,235,.85);
}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:baseline;gap:8px;font-weight:800}
.brand-mark{font-family:Oswald,sans-serif;font-size:30px;letter-spacing:2px;color:var(--red)}
.brand-text{font-family:Georgia,serif;font-size:25px;font-style:italic;color:var(--red)}
.desktop-nav{display:flex;gap:30px;font-weight:600;font-size:14px}
.desktop-nav a:hover{color:var(--red)}
.btn{
  display:inline-flex;justify-content:center;align-items:center;
  min-height:50px;padding:0 22px;border-radius:10px;
  font-weight:800;border:1px solid transparent;cursor:pointer;
  transition:.2s ease;font-family:inherit;font-size:15px;
}
.btn:hover{transform:translateY(-1px)}
.btn-small{min-height:42px;padding:0 16px}
.btn-red{background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(200,29,18,.22)}
.btn-red:hover{background:var(--red-dark)}
.btn-outline{border-color:#cbd6df;background:#fff}
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.95) 0 2px,transparent 3px),
    radial-gradient(circle at 75% 15%,rgba(255,255,255,.9) 0 2px,transparent 3px),
    linear-gradient(180deg,#d9ecff 0%,#f8fbff 82%);
  background-size:64px 64px,83px 83px,auto;
  padding:92px 0 84px;
}
.hero:after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-60px;height:150px;
  background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0;
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;gap:64px;align-items:center}
.eyebrow{
  font-size:12px;letter-spacing:2px;text-transform:uppercase;
  font-weight:800;color:var(--green);margin-bottom:14px;
}
.hero h1,.section-heading h2,.contact-section h2,.quote-card h2{
  font-family:Oswald,sans-serif;margin:0;line-height:1.03;letter-spacing:-.6px;
}
.hero h1{font-size:clamp(52px,6vw,82px);max-width:760px}
.hero h1 span{color:var(--red)}
.hero-copy>p{font-size:19px;line-height:1.65;color:#526170;max-width:650px;margin:25px 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}
.trust-row div{border-left:3px solid var(--red);padding-left:12px}
.trust-row strong,.trust-row span{display:block}
.trust-row strong{font-size:14px}
.trust-row span{font-size:12px;color:var(--muted);margin-top:4px}
.hero-card{
  background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);
  border-radius:24px;box-shadow:var(--shadow);overflow:hidden;
}
.roof-scene{
  height:260px;position:relative;background:linear-gradient(#b9dcff,#eaf5ff);
  overflow:hidden;
}
.roof-scene:after{
  content:"";position:absolute;inset:0;
  background-image:radial-gradient(#fff 1.5px,transparent 1.5px);
  background-size:28px 28px;opacity:.7;
}
.roof{position:absolute;background:#222;height:12px;transform-origin:left center;z-index:3}
.roof-a{width:240px;left:15px;top:145px;transform:rotate(-24deg)}
.roof-b{width:250px;left:235px;top:48px;transform:rotate(24deg)}
.chimney{position:absolute;right:76px;top:48px;width:38px;height:110px;border:12px solid #222;border-bottom:none;z-index:4}
.bulbs{position:absolute;left:45px;right:28px;top:72px;height:130px;z-index:5;display:flex;justify-content:space-between;align-items:flex-start;transform:rotate(-4deg)}
.bulbs i{display:block;width:15px;height:27px;border-radius:60% 60% 52% 52%;box-shadow:0 0 12px currentColor}
.bulbs i:nth-child(even){transform:translateY(12px)}
.bulbs .r{background:#e32219;color:#e32219}
.bulbs .w{background:#fff;border:1px solid #d7dce2;color:#fff}
.hero-card-copy{padding:27px 30px 32px}
.season-tag{font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--green)}
.hero-card h2{font-family:Oswald,sans-serif;font-size:40px;margin:7px 0 5px}
.hero-card p{color:var(--muted);line-height:1.6}
.text-link{color:var(--red);font-weight:800}
.section{padding:92px 0}
.section-heading{max-width:760px;margin-bottom:40px}
.section-heading h2,.contact-section h2,.quote-card h2{font-size:clamp(38px,4vw,56px)}
.section-heading p{color:var(--muted);font-size:17px;line-height:1.7}
.cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}
.service-card .icon{font-size:27px;color:var(--red);margin-bottom:24px}
.service-card h3{font-size:18px;margin:0 0 10px}
.service-card p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}
.dark{background:#111a22;color:white}
.section-heading.light .eyebrow{color:#70d79f}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{border-top:1px solid #39434c;padding-top:22px}
.step span{display:block;font-family:Oswald,sans-serif;font-size:42px;color:#e63a2e;margin-bottom:22px}
.step h3{font-size:18px}
.step p{color:#b7c2cc;line-height:1.6;font-size:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-card{aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#e8f2fb}
.placeholder{
  height:100%;display:grid;place-items:end start;padding:22px;
  background:
    linear-gradient(180deg,rgba(9,28,44,.04),rgba(9,28,44,.42)),
    linear-gradient(135deg,#cfe7fb,#84bfe9);
  color:white;font-weight:800;font-size:18px;
}
.testimonial-section{padding-top:20px}
.quote-card{
  border-radius:24px;background:linear-gradient(135deg,#f5f9fd,#e9f4ff);
  padding:48px;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center
}
.quote-card p{font-size:20px;line-height:1.7;color:#526170}
.contact-section{background:#f6f9fc}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:start}
.contact-section>div>div>p{font-size:17px;line-height:1.7;color:var(--muted)}
.contact-cards{display:grid;gap:12px;margin-top:28px}
.contact-card{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;background:white;border:1px solid var(--line);border-radius:12px}
.contact-card span{font-weight:700}
.contact-card strong{color:var(--green)}
.lead-form{background:white;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:var(--shadow)}
.lead-form h3{font-family:Oswald,sans-serif;font-size:30px;margin-top:0}
.lead-form label{display:block;font-size:13px;font-weight:700;margin-bottom:15px}
.lead-form input,.lead-form select,.lead-form textarea{
  width:100%;margin-top:7px;border:1px solid #cfd9e2;border-radius:9px;padding:13px 14px;font:inherit;background:white
}
.lead-form textarea{resize:vertical}
.lead-form .btn{width:100%}
.form-note{font-size:11px!important;line-height:1.5!important;color:#7e8994!important;margin:12px 0 0}
footer{background:#0f171e;color:#d8e0e7;padding:48px 0 24px}
.footer-wrap{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer-brand .brand-mark,.footer-brand .brand-text{color:white}
.footer-wrap p{color:#8fa0ae;font-size:14px}
.footer-links{display:grid;gap:8px;font-weight:700}
.copyright{border-top:1px solid #2c3741;margin-top:32px;padding-top:20px;color:#71808d;font-size:12px}

@media (max-width:900px){
  .desktop-nav{display:none}
  .hero-grid,.contact-grid,.quote-card{grid-template-columns:1fr}
  .hero-card{max-width:640px}
  .cards.four,.steps{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .site-header .btn-small{display:none}
  .hero{padding-top:62px}
  .hero h1{font-size:48px}
  .hero-copy>p{font-size:17px}
  .trust-row{grid-template-columns:1fr}
  .cards.four,.steps{grid-template-columns:1fr}
  .section{padding:68px 0}
  .quote-card{padding:30px}
  .contact-card{flex-direction:column;gap:5px}
  .footer-wrap{flex-direction:column}
}


/* Real TNT Lighting project photography */
.hero-photo-card{overflow:hidden}
.hero-project-photo{
  width:100%;height:315px;display:block;object-fit:cover;object-position:center;
  background:#0b0d10;
}
.real-gallery{grid-template-columns:1fr 1fr .72fr}
.photo-card{position:relative;background:#0b0d10}
.photo-card img{width:100%;height:100%;display:block;object-fit:cover}
.photo-card figcaption{
  position:absolute;left:16px;bottom:14px;margin:0;padding:8px 11px;
  background:rgba(8,15,21,.78);backdrop-filter:blur(6px);
  border-radius:8px;color:white;font-size:13px;font-weight:700;
}
.gallery-cta{
  display:flex;align-items:center;padding:30px;
  background:linear-gradient(145deg,#eef7ff,#dceeff);
}
.gallery-cta h3{font-family:Oswald,sans-serif;font-size:34px;margin:8px 0}
.gallery-cta p{color:var(--muted);line-height:1.6;margin-bottom:22px}
@media (max-width:900px){
  .real-gallery{grid-template-columns:1fr}
  .hero-project-photo{height:300px}
}

.portfolio-grid{grid-template-columns:repeat(3,1fr)}
.portfolio-grid .photo-card{aspect-ratio:4/3}
.portfolio-grid .gallery-cta{aspect-ratio:4/3}
@media (max-width:900px){.portfolio-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.portfolio-grid{grid-template-columns:1fr}}

.ownership-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.ownership-grid h2{font-family:Oswald,sans-serif;font-size:clamp(38px,4vw,56px);margin:0 0 18px;line-height:1.05}
.ownership-grid p{color:var(--muted);font-size:17px;line-height:1.7}
.included-list{display:grid;gap:12px}
.included-list div{padding:17px 18px;border:1px solid var(--line);border-radius:12px;background:#f8fbfd}
.included-list strong,.included-list span{display:block}
.included-list strong{color:var(--green);margin-bottom:4px}
.included-list span{font-size:13px;color:var(--muted)}
.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lead-form small{display:block;color:#7e8994;font-weight:400;margin-top:5px;line-height:1.4}
.service-area-section{padding-top:70px;padding-bottom:70px}
.area-pills{display:flex;gap:10px;flex-wrap:wrap}
.area-pills span{padding:10px 14px;border-radius:999px;background:#edf5fb;border:1px solid #d7e6f1;font-weight:700;font-size:13px}
.btn-facebook{margin-top:14px;background:#1877f2;color:#fff}
.btn-facebook:hover{background:#1267d6}
@media(max-width:900px){.ownership-grid{grid-template-columns:1fr}}
@media(max-width:600px){.form-two{grid-template-columns:1fr}}

/* TNT black/white/gold brand logo */
.brand-logo { display:block; width:260px; max-width:42vw; height:auto; object-fit:contain; }
.site-header .brand { padding:4px 0; }
.footer-logo { width:300px; max-width:100%; }
@media (max-width: 700px) { .brand-logo { width:190px; max-width:52vw; } .footer-logo { width:260px; max-width:100%; } }

.quote-measurements{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:4px;
}
.measurement-field{
  display:flex;
  align-items:center;
  border:1px solid #cfd9e2;
  border-radius:9px;
  overflow:hidden;
  margin-top:7px;
  background:#fff;
}
.measurement-field input{
  border:0 !important;
  border-radius:0 !important;
  margin:0 !important;
  min-width:0;
  flex:1;
}
.measurement-field span{
  padding:0 12px;
  color:#6e7b87;
  font-size:12px;
  white-space:nowrap;
  border-left:1px solid #e1e7ec;
}
@media(max-width:600px){
  .quote-measurements{grid-template-columns:1fr}
}


/* Light of Christmas + About TNT Lighting */
.christmas-light-section, .about-section { padding-top: 36px; padding-bottom: 36px; }
.christmas-light-card, .about-card { max-width: 920px; text-align: center; padding: 46px; border: 1px solid rgba(230, 184, 64, .28); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.christmas-light-card h2, .about-card h2 { margin: 8px 0 6px; }
.christmas-light-card p, .about-card p { max-width: 760px; margin: 14px auto 0; line-height: 1.75; }
.scripture-reference { font-weight: 700; opacity: .8; margin-bottom: 20px; }
.christmas-blessing, .about-signoff { font-weight: 700; }
@media (max-width: 700px) { .christmas-light-card, .about-card { padding: 30px 22px; } }
