/* ============================================================
   Mickeymutt Photography — For Schools
   Design System: clean, trustworthy, administrator-facing.
   Structurally inspired by Lifetouch's school photography
   positioning (safety, secure portals, full service range,
   picture-day tradition) — deliberately distinct from the
   rustic homepage since this speaks to a different audience.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

:root{
  --navy: #14314F;
  --navy-deep: #0D2237;
  --sky: #2E7FB8;
  --sky-light: #E9F2F9;
  --gold: #E0A233;
  --paper: #F5F8FA;
  --panel: #FFFFFF;
  --ink: #16232E;
  --ink-soft: #5A6B7A;
  --line: rgba(22,35,46,0.12);
  --line-soft: rgba(22,35,46,0.06);

  --font-display: 'Manrope', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --radius: 10px;
  --shadow-card: 0 14px 34px rgba(20,49,79,0.10);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
h1,h2,h3,h4{ font-family: var(--font-display); font-weight:700; margin:0 0 0.4em; line-height:1.15; letter-spacing:-0.01em; }
p{ margin:0 0 1em; color: var(--ink-soft); }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }

:focus-visible{ outline: 2px solid var(--sky); outline-offset: 3px; }

.wrap{ max-width: 1180px; margin: 0 auto; padding: 0 32px; }

.eyebrow{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.72rem;
  color: var(--sky);
  font-weight: 700;
}

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-display); font-weight:700; font-size:0.95rem;
  padding: 14px 28px; border-radius: 999px;
  border: 2px solid var(--navy); background: var(--navy); color: #FFFFFF;
  transition: all 0.2s ease;
}
.btn:hover{ background: var(--navy-deep); border-color: var(--navy-deep); }
.btn.btn-gold{ background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.btn.btn-gold:hover{ background: #C88E27; border-color: #C88E27; }
.btn.btn-outline{ background: transparent; color: var(--navy); }
.btn.btn-outline:hover{ background: var(--navy); color: #FFFFFF; }
.btn.btn-sm{ padding: 10px 20px; font-size:0.85rem; }
.btn.btn-block{ width:100%; justify-content:center; }

/* ---------------- Nav (recolored for this page) ---------------- */
.site-header{
  position: sticky; top:0; z-index:50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding: 18px 0; gap:24px; }
.brand strong{ font-family: var(--font-display); font-weight:800; font-size:1.15rem; display:block; color: var(--navy); }
.brand small{ display:block; font-family: var(--font-body); font-size:0.66rem; letter-spacing:1.5px; text-transform:uppercase; color: var(--ink-soft); margin-top:1px; }
.nav-links{ display:flex; align-items:center; gap:32px; }
.nav-links a{
  font-family: var(--font-display); font-weight:600; font-size:0.92rem; position:relative; padding:4px 1px;
  color: var(--ink-soft);
}
.nav-links a::after{
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:2px;
  background: var(--sky); transform:scaleX(0); transform-origin:left; transition: transform 0.2s ease;
}
.nav-links a:hover, .nav-links a.active{ color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after{ transform:scaleX(1); }
.nav-cta{ display:flex; gap:12px; align-items:center; flex:none; }
.nav-toggle{ display:none; }

@media (max-width: 900px){
  .nav-links{
    position:absolute; top:100%; left:0; right:0; background: var(--panel);
    border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; gap:0;
    max-height:0; overflow:hidden; transition:max-height 0.25s ease;
  }
  .nav-links.open{ max-height: 380px; }
  .nav-links a{ padding: 15px 32px; width:100%; }
  .nav-toggle{
    display:flex; align-items:center; justify-content:center; width:40px; height:40px;
    border:1px solid var(--line); background: transparent; border-radius: var(--radius); color: var(--navy);
  }
  .nav-cta .btn-sm-hide{ display:none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding: 84px 0 90px;
  position: relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute; z-index:0;
  width:480px; height:480px; border-radius:50%;
  background: var(--sky); opacity:0.18; filter: blur(90px);
  top:-180px; right:-120px;
}
.hero-grid{ display:grid; grid-template-columns: 1.05fr 0.95fr; gap:56px; align-items:center; position:relative; z-index:1; }
.hero h1{ font-size: clamp(2.3rem, 4.2vw, 3.4rem); color:#FFFFFF; }
.hero h1 .gold-word{ color: var(--gold); }
.hero-sub{ font-size:1.08rem; color: rgba(255,255,255,0.82); max-width:480px; }
.hero-actions{ display:flex; gap:14px; margin-top:28px; flex-wrap:wrap; }
.hero-badges{ display:flex; gap:28px; margin-top:38px; flex-wrap:wrap; }
.hero-badges div{ display:flex; align-items:center; gap:10px; }
.hero-badges .ico{ width:34px; height:34px; border-radius:50%; background: rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; font-size:1rem; flex:none; }
.hero-badges span{ font-family: var(--font-display); font-weight:600; font-size:0.85rem; color:#FFFFFF; }

.hero-visual{ background:#FFFFFF; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-card); }
.hero-visual img{ width:100%; border-radius: 6px; aspect-ratio: 4/3; object-fit:cover; }
.hero-visual .cap{ margin-top:14px; font-family: var(--font-display); font-weight:600; font-size:0.9rem; color: var(--navy); }

/* ============================================================
   Layout utility
   ============================================================ */
.section{ padding: 90px 0; }
.section-tight{ padding: 60px 0; }
.bg-white{ background: var(--panel); }
.bg-sky-light{ background: var(--sky-light); }
.center{ text-align:center; }
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media (max-width:900px){ .grid-2, .grid-4{ grid-template-columns:1fr 1fr; } .grid-3{ grid-template-columns:1fr; } }
@media (max-width:600px){ .grid-2, .grid-4{ grid-template-columns:1fr; } }

/* ============================================================
   Trust badges
   ============================================================ */
.trust-badge{
  background: var(--panel); border:1px solid var(--line); border-radius: var(--radius);
  padding: 28px 22px; text-align:center; box-shadow: var(--shadow-card);
}
.trust-badge .ico{
  width:52px; height:52px; border-radius:50%; margin:0 auto 14px;
  background: var(--sky-light); color: var(--sky);
  display:flex; align-items:center; justify-content:center; font-size:1.4rem;
}
.trust-badge h3{ font-size:1rem; margin-bottom:6px; }
.trust-badge p{ font-size:0.88rem; margin-bottom:0; }

/* ============================================================
   Services grid
   ============================================================ */
.service-card{
  background: var(--panel); border:1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-card);
}
.service-card .ico{
  width:48px; height:48px; border-radius:12px; margin-bottom:16px;
  background: var(--navy); color:#FFFFFF;
  display:flex; align-items:center; justify-content:center; font-size:1.3rem;
}
.service-card h3{ font-size:1.1rem; }
.service-card p{ font-size:0.92rem; margin-bottom:0; }

/* ============================================================
   Process steps
   ============================================================ */
.process-row{ display:grid; grid-template-columns: repeat(4,1fr); gap:0; position:relative; }
@media (max-width:860px){ .process-row{ grid-template-columns:1fr; gap:30px; } }
.process-step{ text-align:center; padding: 0 16px; position:relative; }
.process-step .num{
  width:56px; height:56px; border-radius:50%; margin:0 auto 16px;
  background: var(--navy); color:#FFFFFF; font-family:var(--font-display); font-weight:800; font-size:1.2rem;
  display:flex; align-items:center; justify-content:center;
}
.process-step h3{ font-size:1rem; }
.process-step p{ font-size:0.88rem; }
.process-row .process-step:not(:last-child)::after{
  content:"";
  position:absolute; top:28px; left:calc(50% + 45px); right:calc(-50% + 45px);
  height:2px; background: var(--line);
}
@media (max-width:860px){ .process-row .process-step::after{ display:none; } }

/* ============================================================
   Gallery finder portal (demo login)
   ============================================================ */
.portal-card{
  background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow-card);
  padding: 40px; max-width: 480px; margin: 0 auto;
  border-top: 4px solid var(--sky);
}
.field{ margin-bottom:18px; }
.field label{ display:block; font-family: var(--font-display); font-weight:600; font-size:0.82rem; margin-bottom:7px; color: var(--ink); }
.field input, .field select, .field textarea{
  width:100%; padding: 12px 14px; border-radius: 8px; border: 1.5px solid var(--line);
  font-family: var(--font-body); font-size:1rem; background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color: var(--sky); background:#FFFFFF; }
.field select option{ background: var(--panel); }
.field-hint{ font-size:0.82rem; color: var(--ink-soft); margin-top:6px; }
.form-msg{ display:none; margin-top:16px; padding: 13px 16px; border-radius: 8px; border:1.5px solid var(--line); font-family: var(--font-body); font-size:0.85rem; }
.form-msg.show{ display:block; }
.form-msg.success{ background: #E6F4EA; color:#1E7A3D; border-color:#1E7A3D; }
.form-msg.error{ background: #FBEAEA; color:#B23A2E; border-color:#B23A2E; }
.demo-note{ font-size:0.8rem; color: var(--ink-soft); background: var(--sky-light); border-radius: 8px; padding: 12px 14px; margin-top: 18px; }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonial-card{
  background: var(--panel); border:1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-card);
}
.testimonial-card p{ font-size:0.95rem; color: var(--ink); font-style:italic; }
.testimonial-who{ font-family: var(--font-display); font-weight:700; font-size:0.88rem; color: var(--navy); }
.testimonial-who span{ display:block; font-family: var(--font-body); font-weight:400; font-size:0.78rem; color: var(--ink-soft); margin-top:2px; }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band{
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: var(--radius);
  padding: 54px 50px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.cta-band h2{ color:#FFFFFF; max-width:520px; font-size: clamp(1.5rem,2.8vw,2rem); }
.cta-band p{ color: rgba(255,255,255,0.78); max-width:480px; margin-bottom:0; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer{ background: var(--navy-deep); color:#FFFFFF; padding: 56px 0 26px; margin-top:0; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:34px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,0.14); }
.footer-grid h4{ font-family:var(--font-display); font-size:0.95rem; color: var(--gold); margin-bottom:0.8em; }
.footer-grid p, .footer-grid li{ color: rgba(255,255,255,0.72); font-size:0.9rem; margin-bottom:0.6em; }
.footer-grid a:hover{ color: var(--gold); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:20px; font-family: var(--font-body); font-size:0.78rem; color: rgba(255,255,255,0.55); flex-wrap:wrap; gap:10px; }
@media (max-width:760px){ .footer-grid{ grid-template-columns:1fr 1fr; } }