/* =========================
   Andyruu – Minimal Site CSS
   ========================= */

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600;700&display=swap');

/* Base */
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { font-family: 'Roboto Slab', serif; color:#2b2b2b; background:#fff; }
img { max-width:100%; height:auto; display:block; }
a { color: inherit; text-decoration: none; }

/* Anchor offsets so fixed nav doesn’t cover titles */
#hero, #services, #about, #certifications, #contact { scroll-margin-top: 90px; }

/* =========================
   NAVBAR
   ========================= */
#navbar {
  position: fixed; top:0; left:0; right:0; z-index:1030;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(6px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: padding .25s ease, background-color .25s ease, box-shadow .25s ease;
}
#navbar .navbar-brand { color:#1f1f1f !important; font-weight:800; letter-spacing:.08em; text-transform: uppercase; }
#navbar .nav-link { color:#2b2b2b !important; text-transform: uppercase; font-weight:600; }
#navbar .nav-link:hover { color:#000 !important; }

/* =========================
   HERO
   ========================= */
.section-1 {
  background:#F2F2F2;
  padding-top: 96px;   /* account for fixed nav */
  padding-bottom: 18px;
  text-align:center;
}
.section-1-inner-col { position:relative; min-height: 220px; }
.image-frame{
  width: 300px; height: 300px;
  margin: 24px auto 8px;
  background-image: url(../images/andyruuDigital.jpg);
  background-position:center; background-size:cover;
  border:8px solid #fff; border-radius:50%;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}
.primary-heading{
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight:300; letter-spacing:4px; text-transform:uppercase; line-height:1.2;
}
.primary-heading-bold { display:block; font-weight:700; }
.paragraph{ width:min(720px, 90%); margin:10px auto 0; font-size:18px; }

/* =========================
   FEATURE PHOTO BAND
   ========================= */
.feature-band { padding: 36px 12px 8px; }
.shadow-soft { box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.image-card img { border-radius:14px; transition: transform .25s ease; }
.image-card img:hover { transform: scale(1.01); }

/* =========================
   SHARED SECTION UTILS
   ========================= */
.section-pad { padding: 70px 0; }
.section-title { font-size: clamp(28px, 3.2vw, 40px); color:#1f1f1f; }
.lead { font-size: 1.1rem; color:#333; }
.max-w { max-width: 760px; }

/* =========================
   SERVICE CARDS
   ========================= */
.card-soft {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card-soft:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.10); }
.card-soft .card-body { padding: 22px 20px; }
.card-icon { font-size: 28px; margin-bottom: 8px; color:#111; }
.card-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color:#1f1f1f; }
.card-list { padding-left: 18px; margin: 0; }
.card-list li { margin: 6px 0; }

/* =========================
   STEPPER (How I work)
   ========================= */
.subhead { font-size: 1.1rem; color:#111; }
.stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.step {
  display:flex; align-items:flex-start; gap:10px;
  padding: 14px; background:#fff; border:1px solid rgba(0,0,0,.06);
  border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.step-num {
  width:28px; height:28px; flex:0 0 28px; border-radius:50%;
  display:grid; place-items:center;
  font-weight:700; color:#fff; background:#111;
}
.step-text { font-size:.98rem; line-height:1.35; }

/* Stack stepper on small screens */
@media (max-width: 992px){ .stepper{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px){ .stepper{ grid-template-columns: 1fr; } }

/* CTA link */
.link-cta { text-decoration: underline; text-underline-offset: 3px; }

/* =========================
   ABOUT
   ========================= */
.portrait-card img { border-radius: 18px; }
#about p { margin-bottom: 12px; }

/* =========================
   CERTIFICATIONS
   ========================= */
#certifications{}
.certifications-heading{ font-size:2rem; font-weight:700; text-align:center; color:#1f1f1f; }
.certifications-grid{
  display:grid; grid-template-columns: repeat(4, 1fr);
  gap:30px; align-items:center; justify-content:center; margin-top:24px;
}
.certification-item{ display:flex; align-items:center; justify-content:center; padding:12px; }
.certification-img{ max-width:150px; height:auto; }
@media (max-width:1200px){ .certifications-grid{ grid-template-columns: repeat(3,1fr); } }
@media (max-width:992px){ .certifications-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width:768px){ .certifications-grid{ grid-template-columns: 1fr; } }
@media (max-width:320px){ .certification-img{ max-width:120px; } }

/* =========================
   CONTACT
   ========================= */
#contact{ padding: 40px 0 10px; }
.contact-heading{ font-size: clamp(32px, 6vw, 62px); font-weight:800; text-align:center; color:#1f1f1f; }
.contact-para{ font-size:18px; letter-spacing:4px; margin-top:10px; text-align:center; }
.contact-para2{ font-size:18px; letter-spacing:2px; margin-top:10px; text-align:center; }
.section-7-icons{ font-size: 56px; margin: 26px 0 36px; text-align:center; }
.social-icons{ color:#000; margin:0 10px; display:inline-block; }
.social-icons:hover{ color:#C5C5C5; }

/* =========================
   FOOTER
   ========================= */
.footer{ background:#000; color:#fff; padding: 36px 24px 24px !important; }
.footer-rule{ border-bottom: 1px solid rgba(255,255,255,.35); margin: 14px 0 10px; }
.section-footer-inner{ color:#fff; }
.footer a{ text-decoration: underline; }
@media (max-width:426px){ .footer{ padding: 24px 16px 16px !important; } }
