/*
Theme Name: Atlas One-Page PDF Match (Editable)
Theme URI: https://atlasnow.com/
Author: Alexis Callahan
Description: One-page WordPress theme styled to match the provided Atlas PDF layout. All key text, links, and images are editable in WP Admin via Appearance → Customize. Includes sticky anchor navigation.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: atlas-editable
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Inter:wght@400;500;600&family=Cinzel:wght@500;600&display=swap');

:root{
  --black:#0b0f14;
  --ink:#0b1220;
  --white:#ffffff;
  --gold:#caa55a;
  --yellow:#f4cf2f;
  --max:1200px;
  --header-h:76px;
}

html{scroll-behavior:smooth; scroll-padding-top: var(--header-h);}
*{box-sizing:border-box;}
body{margin:0; color:var(--ink); background:#fff; font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;}
a{color:inherit;}
.container{max-width:var(--max); margin:0 auto; padding:0 22px;}

/* Sticky nav */
.atlas-header{position:sticky; top:0; z-index:1000; background:rgba(14,14,14,.92); border-bottom:1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px);}
.atlas-header-inner{height:var(--header-h); display:flex; align-items:center; justify-content:space-between; gap:14px;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; color:#fff; font-family:Oswald, sans-serif; letter-spacing:.7px; font-weight:700;}
.brand img{height:38px; width:auto; display:block;}
.nav{display:flex; gap:18px; flex-wrap:wrap; align-items:center; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.16px; font-size:13px;}
.nav a{color:rgba(255,255,255,.86); text-decoration:none;}
.nav a:hover{color:var(--gold);}
.nav a.cta{background:var(--gold); color:#000; padding:10px 14px; border-radius:2px;}

/* Stripe */
.stripe{height:14px; background: repeating-linear-gradient(135deg, var(--yellow) 0, var(--yellow) 14px, #000 14px, #000 28px);}

/* TOP split */
.top-grid{display:grid; grid-template-columns:45% 55%; gap:0;}
.top-left{padding:34px 22px 0;}
.top-left .logo{max-width:260px; height:auto; display:block; margin-bottom:10px;}
.top-left h1{margin:0; font-family:Cinzel, serif; font-weight:600; letter-spacing:.6px; font-size:34px;}
.top-left .quote{margin:12px 0 0; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:1px; font-size:14px;}
.top-left .sub{margin:6px 0 0; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:1px; font-size:12px; color:#111;}
.top-cta{margin-top:16px; background:#000; color:#fff; padding:20px 22px 22px;}
.top-cta p{margin:0; line-height:1.7; font-size:14px; color:rgba(255,255,255,.86);}
.top-cta .phone{margin-top:14px; font-family:Oswald, sans-serif; letter-spacing:.7px; font-size:16px; font-weight:700;}
.btn{display:inline-block; margin-top:12px; background:var(--yellow); color:#000; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.7px; font-weight:700; padding:12px 18px; border-radius:2px; text-decoration:none;}
.top-right img{width:100%; height:520px; object-fit:cover; display:block; filter: grayscale(100%) contrast(1.08);}

/* Supplies split */
.supplies-grid{display:grid; grid-template-columns:50% 50%; gap:0;}
.supplies-left{position:relative; min-height:480px; overflow:hidden;}
.supplies-left img{width:100%; height:480px; object-fit:cover; display:block;}
.supplies-left .big{position:absolute; left:18px; top:14px; right:18px; font-family:Oswald, sans-serif; font-weight:800; text-transform:uppercase; letter-spacing:.7px; font-size: clamp(44px, 5vw, 74px); line-height:.9; color:rgba(255,255,255,.96); text-shadow:0 10px 28px rgba(0,0,0,.35);}
.supplies-right{padding:34px 22px; background:#fff;}
.list{margin:0; padding:0; list-style:none; display:grid; gap:10px;}
.list li{font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.7px; font-weight:600; color:#111;}
.list li:before{content:"■"; margin-right:10px; display:inline-block;}
.actions{margin-top:18px; display:flex; gap:14px; flex-wrap:wrap;}
.btn2{display:inline-block; background:var(--yellow); color:#000; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.7px; font-weight:700; padding:12px 16px; border-radius:2px; text-decoration:none;}

/* About */
.section{padding:70px 0;}
.about h2{margin:0 0 12px; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:1.1px; font-size:16px; color:#0b1b2b;}
.about-grid{display:grid; grid-template-columns:36% 64%; gap:24px; align-items:start;}
.about-grid img{width:100%; height:260px; object-fit:cover; border:1px solid rgba(0,0,0,.10);}
.about p{margin:0 0 12px; line-height:1.85; font-size:14px; color:#1f2937;}

/* Projects */
.projects{background:#000; color:#fff; padding:80px 0 86px;}
.projects h2{margin:0; text-align:center; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:1.2px; font-size:24px;}
.projects p{text-align:center; max-width:980px; margin:10px auto 26px; color:rgba(255,255,255,.78); line-height:1.7; font-size:14px;}
.tiles{display:grid; grid-template-columns: repeat(3, 1fr); gap:22px;}
.tile{border:1px solid rgba(255,255,255,.10); overflow:hidden; background:#000;}
.tile img{width:100%; height:150px; object-fit:cover; display:block; filter: contrast(1.06);}
.tile .cap{padding:14px 12px; text-align:center; background:#000; color:var(--gold); font-family:Cinzel, serif; text-transform:uppercase; letter-spacing:.9px; font-weight:600; font-size:14px;}

/* Footer rebar */
.footer-hero{background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.55)), var(--footerbg); background-size:cover; background-position:center; padding:86px 0 96px; color:#fff;}
.footer-box{background:rgba(0,0,0,.78); padding:28px; max-width:840px;}
.footer-box h2{margin:0 0 14px; font-family:Cinzel, serif; font-weight:600;}
.footer-box p{margin:0; color:rgba(255,255,255,.86); line-height:1.7; font-size:14px;}
.footer-actions{margin-top:18px; display:flex; gap:12px; flex-wrap:wrap;}
.btn-outline{display:inline-block; padding:12px 16px; border:2px solid rgba(255,255,255,.22); color:#fff; text-decoration:none; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.7px; font-weight:700; border-radius:2px;}
.footer-bottom{background:#000; color:rgba(255,255,255,.75); padding:22px 0; text-align:center; font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.8px; font-size:12px;}

@media (max-width: 980px){
  :root{--header-h:92px;}
  .top-grid,.supplies-grid,.about-grid{grid-template-columns:1fr;}
  .top-right img{height:360px;}
  .supplies-left img{height:360px;}
  .supplies-left{min-height:360px;}
  .tiles{grid-template-columns:1fr;}
}
