/*
Theme Name: Secura Contracting Group
Theme URI: https://example.com/
Author: Secura Contracting Group
Description: A custom WordPress theme for commercial renovation, restoration, remodeling, and damage restoration services.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: secura
*/

:root {
  --secura-navy: #0b2744;
  --secura-navy-2: #123858;
  --secura-gold: #c48a32;
  --secura-gold-soft: #d4ad6c;
  --secura-ink: #17212b;
  --secura-slate: #5f6c78;
  --secura-line: #dfe4e8;
  --secura-mist: #f5f7f8;
  --secura-white: #ffffff;
  --secura-max: 1180px;
  --secura-radius: 3px;
  --secura-shadow: 0 18px 50px rgba(11,39,68,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--secura-ink);
  background: var(--secura-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--secura-max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--secura-gold); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 0; color: var(--secura-navy); font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.04em; font-weight: 500; }
.section-title { margin: 0 0 18px; color: var(--secura-navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; }
.lead { max-width: 760px; margin: 0; color: var(--secura-slate); font-size: clamp(1.04rem, 1.7vw, 1.22rem); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid var(--secura-gold); border-radius: 2px; background: var(--secura-gold); color: #fff; text-decoration: none; font-size: .8rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); background: #b47a27; border-color: #b47a27; }
.btn-outline { background: transparent; color: var(--secura-navy); border-color: var(--secura-navy); }
.btn-outline:hover { background: var(--secura-navy); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(11,39,68,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: min(340px, 44vw); max-height: 72px; object-fit: contain; object-position: left center; }
.primary-menu { list-style: none; display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; }
.primary-menu a { text-decoration: none; color: var(--secura-navy); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-menu a:hover { color: var(--secura-gold); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--secura-navy); font-size: 1.7rem; cursor: pointer; }
.header-phone { white-space: nowrap; text-decoration: none; color: var(--secura-navy); font-weight: 750; font-size: .9rem; }
.header-phone span { color: var(--secura-gold); margin-right: 6px; }

.hero { overflow: hidden; position: relative; padding: clamp(72px, 10vw, 130px) 0 90px; background: linear-gradient(112deg,#fff 0%,#fff 62%,#f1f5f7 62%,#eef3f5 100%); }
.hero::after { content:""; position:absolute; right:-100px; top:-110px; width:520px; height:520px; border:1px solid rgba(196,138,50,.28); transform:rotate(18deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.hero-copy .lead { margin-top: 28px; max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-card { align-self: stretch; min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--secura-navy); color: #fff; box-shadow: var(--secura-shadow); position: relative; }
.hero-card::before { content:""; position:absolute; inset:26px; border-top:1px solid rgba(255,255,255,.18); border-left:1px solid rgba(255,255,255,.18); }
.hero-card .number { color: var(--secura-gold-soft); font-size: clamp(2.1rem,4vw,3.6rem); line-height:1; font-weight:500; letter-spacing:-.04em; }
.hero-card p { margin: 16px 0 0; color: rgba(255,255,255,.74); }

.trust-strip { border-top: 1px solid var(--secura-line); border-bottom: 1px solid var(--secura-line); background:#fff; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { padding: 22px 24px; border-right:1px solid var(--secura-line); color:var(--secura-navy); font-size:.77rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.trust-item:first-child{ padding-left:0; }
.trust-item:last-child{ border-right:0; }

.section { padding: clamp(76px, 9vw, 120px) 0; }
.section.alt { background: var(--secura-mist); }
.section.dark { background: var(--secura-navy); color: #fff; }
.section.dark .section-title { color:#fff; }
.section.dark .lead { color:rgba(255,255,255,.72); }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:44px; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--secura-line); border:1px solid var(--secura-line); }
.service-card { min-height:290px; padding:34px; background:#fff; }
.service-card .index { color:var(--secura-gold); font-size:.75rem; font-weight:800; letter-spacing:.14em; }
.service-card h3 { margin:56px 0 12px; color:var(--secura-navy); font-size:1.35rem; line-height:1.15; font-weight:600; }
.service-card p { margin:0; color:var(--secura-slate); font-size:.96rem; }
.service-card a { display:inline-block; margin-top:22px; color:var(--secura-navy); text-decoration:none; font-weight:750; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.arch-panel { min-height:470px; position:relative; background:linear-gradient(145deg,var(--secura-navy),#1a496b); overflow:hidden; }
.arch-panel::before,.arch-panel::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.23); }
.arch-panel::before { width:62%; height:66%; left:10%; top:17%; }
.arch-panel::after { width:47%; height:80%; right:7%; top:8%; border-color:rgba(196,138,50,.55); }
.arch-panel .arch-label { position:absolute; left:32px; bottom:30px; color:#fff; font-size:.74rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.check-list { list-style:none; padding:0; margin:26px 0 0; }
.check-list li { padding:13px 0 13px 27px; position:relative; border-bottom:1px solid var(--secura-line); color:var(--secura-navy); font-weight:600; }
.check-list li::before { content:""; position:absolute; left:0; top:22px; width:9px; height:9px; border:2px solid var(--secura-gold); transform:rotate(45deg); }

.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:48px; }
.process-step { padding-top:20px; border-top:1px solid rgba(255,255,255,.22); }
.process-step .num { color:var(--secura-gold-soft); font-size:.75rem; font-weight:800; letter-spacing:.14em; }
.process-step h3 { margin:34px 0 12px; font-size:1.4rem; font-weight:500; }
.process-step p { margin:0; color:rgba(255,255,255,.68); }

.projects-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:22px; }
.project-card { min-height:410px; position:relative; overflow:hidden; background:#e8edf0; }
.project-card:nth-child(2) { min-height:410px; }
.project-card:nth-child(n+3) { min-height:310px; }
.project-thumb, .project-placeholder { width:100%; height:100%; min-height:inherit; object-fit:cover; display:block; }
.project-placeholder { display:flex; align-items:center; justify-content:center; padding:30px; color:#6d7a86; background:linear-gradient(135deg,#edf1f3,#dde5e9); font-size:.77rem; font-weight:750; letter-spacing:.12em; text-transform:uppercase; text-align:center; }
.project-meta { position:absolute; left:0; bottom:0; right:0; padding:42px 28px 26px; color:#fff; background:linear-gradient(transparent,rgba(7,28,48,.88)); }
.project-meta h3 { margin:0; font-size:1.35rem; }
.project-meta p { margin:5px 0 0; color:rgba(255,255,255,.72); font-size:.9rem; }

.cta-band { padding:58px 0; background:var(--secura-gold); color:#fff; }
.cta-inner { display:flex; justify-content:space-between; align-items:center; gap:28px; }
.cta-inner h2 { margin:0; font-size:clamp(1.8rem,3vw,2.7rem); line-height:1.05; font-weight:500; }
.cta-band .btn { background:var(--secura-navy); border-color:var(--secura-navy); }

.page-hero { padding:86px 0 62px; background:var(--secura-mist); border-bottom:1px solid var(--secura-line); }
.page-hero h1 { margin:0; color:var(--secura-navy); font-size:clamp(2.6rem,5vw,4.8rem); line-height:1; font-weight:500; letter-spacing:-.04em; }
.page-hero p { max-width:760px; margin:22px 0 0; color:var(--secura-slate); font-size:1.1rem; }
.content-wrap { padding:72px 0 100px; }
.content-wrap h2 { color:var(--secura-navy); font-weight:550; }
.content-wrap h3 { color:var(--secura-navy); }
.content-wrap p { color:var(--secura-slate); }

.contact-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:70px; }
.contact-card { background:var(--secura-navy); padding:36px; color:#fff; }
.contact-card h2 { color:#fff; margin-top:0; }
.contact-card a { color:#fff; text-decoration:none; }
.contact-card .label { margin-top:26px; color:var(--secura-gold-soft); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; font-weight:800; }
.secura-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.secura-form .full { grid-column:1/-1; }
.secura-form label { display:block; color:var(--secura-navy); font-size:.75rem; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.secura-form input,.secura-form textarea,.secura-form select { width:100%; margin-top:7px; border:1px solid #cfd7dd; padding:14px 14px; border-radius:2px; background:#fff; color:var(--secura-ink); font:inherit; }
.secura-form textarea { min-height:160px; resize:vertical; }
.secura-form .hp { position:absolute; left:-9999px; }
.notice { margin-bottom:24px; padding:14px 16px; background:#eef7ef; border-left:3px solid #4f8a55; color:#2f5e34; }

.site-footer { padding:66px 0 24px; background:#071d31; color:rgba(255,255,255,.75); }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:60px; }
.footer-logo { max-width:330px; filter:brightness(0) invert(1); opacity:.95; }
.site-footer h4 { margin:0 0 16px; color:#fff; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; }
.site-footer p { margin:0; }
.site-footer a { color:rgba(255,255,255,.78); text-decoration:none; }
.site-footer a:hover { color:#fff; }
.footer-nav { list-style:none; padding:0; margin:0; }
.footer-nav li { margin:7px 0; }
.copyright { margin-top:46px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); font-size:.8rem; }

@media (max-width: 960px) {
  .header-phone { display:none; }
  .menu-toggle { display:block; }
  .primary-nav { position:absolute; left:0; right:0; top:90px; display:none; padding:20px; background:#fff; border-bottom:1px solid var(--secura-line); box-shadow:0 14px 30px rgba(11,39,68,.08); }
  .primary-nav.open { display:block; }
  .primary-menu { display:block; }
  .primary-menu li { margin:14px 0; }
  .hero-grid,.split,.contact-grid { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(2) { border-right:0; }
  .process-grid { grid-template-columns:1fr; }
  .projects-grid { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px), var(--secura-max)); }
  .header-inner { min-height:76px; }
  .primary-nav { top:76px; }
  .brand img { width:min(285px,68vw); }
  .hero { padding-top:58px; }
  .hero-card { min-height:280px; }
  .trust-grid,.services-grid,.footer-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--secura-line); padding-left:0; }
  .section-head,.cta-inner { align-items:flex-start; flex-direction:column; }
  .secura-form { grid-template-columns:1fr; }
  .secura-form .full { grid-column:auto; }
}

/* Bundled Secura project photography */
.hero-photo-card {
  background-size: cover !important;
  background-position: center !important;
}
.hero-photo-card::before {
  border-color: rgba(255,255,255,.34);
}
.hero-photo-card .number,
.hero-photo-card p {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 18px rgba(0,0,0,.28);
}
