/* Jordan Darby Design — static rebuild
   Palette matched to existing site */
:root{
  --navy:#182946;
  --navy-deep:#141F38;
  --cream:#FCF5DE;
  --orange:#F0A03C;
  --green:#72BE44;
  --ink:#3E4A63;
  --ink-light:#5A6478;
  --white:#FFFFFF;
  --radius:14px;
  --shadow:0 10px 30px rgba(20,31,56,.12);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Poppins',system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.7;font-size:17px}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}

h1,h2,h3,h4{color:var(--navy);font-weight:700;line-height:1.15}
h1{font-size:clamp(2.4rem,5.5vw,4.2rem)}
h2{font-size:clamp(1.9rem,4vw,2.8rem)}
.section{padding:90px 0}
.section-head{text-align:center;max-width:700px;margin:0 auto 56px}
.section-head p{color:var(--ink-light);margin-top:10px;font-size:1.05rem}

/* ---------- Nav ---------- */
.nav{position:sticky;top:0;z-index:50;background:var(--cream);border-bottom:1px solid rgba(24,41,70,.06)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:600;color:var(--navy)}
.nav-brand img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.nav-links{display:flex;gap:28px;list-style:none;align-items:center}
.nav-links a{text-decoration:none;font-weight:500;color:var(--navy);transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--orange)}
.nav-linkedin img{width:26px;height:26px;border-radius:4px}
.nav-toggle{display:none;background:none;border:0;font-size:1.6rem;color:var(--navy);cursor:pointer}

/* ---------- Hero ---------- */
.hero{background:var(--cream);padding:80px 0 90px}
.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero-sub{color:#9aa3b5;font-weight:600;font-size:clamp(1.05rem,2vw,1.35rem);margin:22px 0 26px}
.hero-bio{max-width:560px}
.hero-photo{position:relative}
.hero-photo img{border-radius:18px;box-shadow:10px 12px 0 var(--navy-deep);width:100%;object-fit:cover}
.stats{display:flex;gap:48px;margin:44px 0 34px;flex-wrap:wrap}
.stat h3{font-size:1.6rem}
.stat span{color:var(--ink-light);font-size:.95rem}
.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;border-radius:10px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;border:0;cursor:pointer;font-size:1rem}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(20,31,56,.18)}
.btn-orange{background:var(--orange);color:var(--navy-deep)}
.btn-green{background:var(--green);color:#fff}
.btn-outline{border:2px solid #fff;color:#fff;background:transparent}

/* ---------- Services ---------- */
.services{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;text-align:center}
.service{display:flex;flex-direction:column;align-items:center;gap:16px}
.service-icon{width:74px;height:74px;border:2.5px solid var(--navy);border-radius:20px;display:flex;align-items:center;justify-content:center}
.service-icon svg{width:32px;height:32px;stroke:var(--navy)}
.service p{font-weight:600;color:var(--navy);font-size:.98rem;line-height:1.4}

/* ---------- Work grid ---------- */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid a{overflow:hidden;border-radius:6px;display:block}
.grid img{aspect-ratio:1/1;object-fit:cover;transition:transform .45s ease}
.grid a:hover img{transform:scale(1.045)}
.work-cta-line{text-align:center;margin-top:64px;font-size:1.35rem;font-weight:700;color:var(--navy)}
.work-cta-line a{color:var(--navy);text-decoration:underline;text-underline-offset:4px}
.work-cta-line a:hover{color:var(--orange)}

/* ---------- Testimonials ---------- */
.testimonials{background:var(--navy);color:#fff}
.testimonials .headshot{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 40px}
.testimonials h2{color:var(--orange)}
.testimonials .section-head p{color:#e7ebf3}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;color:var(--ink);border-radius:var(--radius);padding:34px 30px;box-shadow:var(--shadow)}
.card .quote-mark{color:var(--orange);font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:14px}
.card h4{margin-top:20px;font-size:1.1rem}
.card small{color:var(--ink-light);display:block;margin-top:6px;line-height:1.5}

/* ---------- Process ---------- */
.process{display:grid;grid-template-columns:1fr 1fr;gap:22px 60px;align-items:center;max-width:1000px;margin:0 auto}
.process h3{font-size:clamp(1.5rem,3vw,2.2rem);padding:18px 0}
.process p{color:var(--ink);padding:18px 0}

/* ---------- CTA ---------- */
.cta{background:var(--navy);color:#fff}
.cta .wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center}
.cta h2{color:#fff}
.cta p{margin:22px 0 30px;color:#e7ebf3}
.cta-buttons{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.cta-thumb img{border-radius:6px}
.cta-form{display:flex;flex-direction:column;gap:16px;background:rgba(255,255,255,.06);padding:30px;border-radius:var(--radius);box-shadow:var(--shadow)}
.cta-form label{display:flex;flex-direction:column;gap:7px;font-size:.9rem;font-weight:600;color:#e7ebf3}
.cta-form input,.cta-form textarea{font-family:inherit;font-size:1rem;padding:13px 15px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#fff;color:var(--ink);width:100%}
.cta-form input:focus,.cta-form textarea:focus{outline:2px solid var(--orange);outline-offset:1px;border-color:transparent}
.cta-form textarea{resize:vertical;min-height:120px}
.cta-form button{margin-top:4px;justify-content:center;width:100%}
.cta-form input[name="_gotcha"]{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.form-status{font-size:.95rem;color:#e7ebf3;min-height:1px}
.form-status.error{color:#ffd7c2}
.cta-form.sent{align-items:center;text-align:center}
.cta-form.sent > *{display:none}
.cta-form.sent .form-status{display:block;color:#fff;font-size:1.15rem;font-weight:600}

/* ---------- About ---------- */
.about .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.about img{border-radius:6px}
.about p{margin-top:22px}

/* ---------- Inspiration page ---------- */
.inspo-hero{background:var(--cream);text-align:center;padding:70px 0}
.inspo-hero p{color:var(--ink-light);margin-top:10px}
.inspo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 26px}
.inspo-item img{border-radius:6px;aspect-ratio:1/1;object-fit:cover;transition:transform .45s ease}
.inspo-item:hover img{transform:scale(1.03)}
.inspo-item figcaption{font-style:italic;color:var(--ink-light);font-size:.88rem;margin-top:10px}

/* ---------- Footer ---------- */
footer{background:var(--white);border-top:1px solid rgba(24,41,70,.08);padding:34px 0}
footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
footer ul{display:flex;gap:24px;list-style:none}
footer a{text-decoration:none;color:var(--navy);font-weight:500}
footer a:hover{color:var(--orange)}
footer .copy{color:var(--ink-light);font-size:.95rem}
footer .fa-linkedin img{width:28px;height:28px;border-radius:4px}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .grid img,.inspo-item img{transition:none}
  html{scroll-behavior:auto}
}

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .services{grid-template-columns:repeat(3,1fr);gap:36px}
  .grid,.cards,.inspo-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .hero .wrap,.cta .wrap,.about .wrap{grid-template-columns:1fr}
  .hero-photo{order:-1}
  .process{grid-template-columns:1fr;gap:0}
  .process h3{padding-bottom:4px}
  .process p{padding-top:0}
  .nav-links{position:absolute;top:72px;left:0;right:0;background:var(--cream);flex-direction:column;padding:20px 0;display:none;border-bottom:1px solid rgba(24,41,70,.08)}
  .nav-links.open{display:flex}
  .nav-toggle{display:block}
}
@media (max-width:560px){
  .services{grid-template-columns:repeat(2,1fr)}
  .grid,.cards,.inspo-grid{grid-template-columns:1fr}
  .stats{gap:28px}
}
