/*
Theme Name: Fort Collins Shower Door & Glass
Description: Custom theme built from the 2026 site redesign.
Version: 1.1
Author: GarlicBreadTheProducer
*/


  :root {
    --btn-navy: #16355c;        /* buttons / icon circles */
    --btn-navy-hover: #1d4272;
    --dark: #0f1722;            /* hero overlay / footer / cta */
    --heading: #1b2733;
    --text: #3d4b59;
    --text-soft: #6b7885;
    --blue: #2472b8;            /* eyebrows + links */
    --line: #e7ebef;
    --bg-soft: #f3f5f7;
    --gold: #f5a623;
    --white: #fff;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; font-size: 15px; -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  ul { list-style: none; }
  .container { width: min(1280px, 94%); margin: 0 auto; }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font); font-weight: 600; font-size: 13px; letter-spacing: .04em; border-radius: 6px; padding: 14px 24px; cursor: pointer; border: none; transition: background .18s ease; text-transform: uppercase; }
  .btn svg { flex: none; }
  .btn-navy { background: var(--btn-navy); color: #fff; }
  .btn-navy:hover { background: var(--btn-navy-hover); }
  .btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.55); }
  .btn-outline:hover { background: rgba(255,255,255,0.08); }
  .btn-white { background: #fff; color: var(--heading); }
  .btn-white:hover { background: #eef1f4; }

  .eyebrow { letter-spacing: .14em; text-transform: uppercase; font-size: 12px; font-weight: 600; color: var(--blue); }

  /* ================= Header ================= */
  .topbar { background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 0 rgba(0,0,0,0.05); }
  .topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 12px 0; width: min(1280px, 94%); margin: 0 auto; }
  .brand { display: flex; align-items: center; gap: 11px; flex: none; }
  .brand-mark { width: 44px; height: 50px; margin-left: -3px; color: var(--heading); }
  .brand-top { font-size: 10px; letter-spacing: .18em; font-weight: 600; color: var(--heading); }
  .brand-name { font-size: 16px; font-weight: 700; color: var(--heading); line-height: 1.2; letter-spacing: .02em; }

  nav.main-nav { display: flex; align-items: center; gap: 26px; flex-wrap: nowrap; white-space: nowrap; justify-content: center; flex: 1; }
  nav.main-nav a { font-size: 14.5px; font-weight: 500; color: var(--heading); }
  nav.main-nav a:hover { color: var(--blue); }
  nav.main-nav .caret { font-size: 9px; margin-left: 2px; color: var(--text-soft); }
  .nav-more { position: relative; }
  .nav-more-btn { font-family: var(--font); font-size: 14.5px; font-weight: 500; color: var(--heading); background: none; border: none; cursor: pointer; padding: 8px 0; }
  .nav-more-btn:hover { color: var(--blue); }
  .nav-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 34px rgba(15,23,34,0.14); padding: 8px 0; min-width: 168px; display: none; z-index: 60; }
  .nav-more:hover .nav-dropdown, .nav-more:focus-within .nav-dropdown { display: block; }
  .nav-dropdown a { display: block; padding: 9px 18px; font-size: 13px; font-weight: 500; color: var(--heading); white-space: nowrap; }
  .nav-dropdown a:hover { background: var(--bg-soft); color: var(--blue); }

  .header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex: none; }
  .header-phone { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--heading); font-size: 15px; }
  .header-phone svg { color: var(--btn-navy); }
  .header-right .btn { padding: 11px 20px; font-size: 12px; }
  .menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 6px; padding: 8px 10px; cursor: pointer; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--heading); margin: 4px 0; }

  /* ================= Hero ================= */
  .hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; }
  .hero-photo { position: absolute; inset: 0; background-color: #0f1722; }
  .hero-photo::before { content: ""; position: absolute; top: 0; bottom: 0; right: 0; aspect-ratio: 2048 / 1658;
    background:
      linear-gradient(90deg,
        rgba(15,23,34,1) 0%,
        rgba(15,23,34,1) 12%,
        rgba(15,23,34,0.92) 32%,
        rgba(15,23,34,0.66) 54%,
        rgba(15,23,34,0.28) 76%,
        rgba(15,23,34,0.05) 100%),
      url('images/img-01.jpg') center / cover no-repeat; }
  .hero-inner { position: relative; padding: 104px 0 78px; max-width: 660px; }
  .hero-eyebrow { display: flex; align-items: center; gap: 14px; letter-spacing: .16em; font-size: 12.5px; font-weight: 600; text-transform: uppercase; color: #e8edf2; }
  .hero-eyebrow::after { content: ""; width: 34px; height: 2px; background: var(--blue); }
  .hero h1 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.12; font-weight: 600; letter-spacing: -0.01em; margin: 22px 0 20px; color: #fff; }
  .hero p.lede { font-size: 17px; font-weight: 400; color: #c9d2da; max-width: 530px; margin-bottom: 34px; }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
  .btn-quote { flex-direction: row; text-transform: none; padding: 10px 20px; }
  .btn-quote .stack { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.35; }
  .btn-quote .line1 { font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .btn-quote .line2 { font-size: 11px; font-weight: 400; color: #b9c4ce; letter-spacing: .01em; text-transform: none; }

  .trust-row { display: grid; grid-template-columns: repeat(4, auto); gap: 30px; align-items: center; justify-content: start; }
  .trust-item { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 500; color: #eef2f6; line-height: 1.35; }
  .trust-badge { width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.75); display: flex; align-items: center; justify-content: center; }
  .trust-badge svg { width: 16px; height: 16px; }

  /* ================= Services ================= */
  .services { padding: 68px 0 60px; }
  .section-eyebrow { text-align: center; display: flex; align-items: center; justify-content: center; gap: 12px; }
  .section-eyebrow::after { content: ""; width: 26px; height: 1.5px; background: var(--blue); opacity: .6; }
  .services-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
  .service-photo { height: 190px; position: relative; }
  .service-icon { position: absolute; left: 20px; bottom: -25px; width: 50px; height: 50px; border-radius: 50%; background: var(--btn-navy); color: #fff; display: flex; align-items: center; justify-content: center; border: 3px solid #fff; }
  .service-icon svg { width: 21px; height: 21px; }
  .service-body { padding: 38px 22px 24px; display: flex; flex-direction: column; flex: 1; }
  .service-body h3 { font-size: 19px; font-weight: 600; color: var(--heading); margin-bottom: 9px; letter-spacing: -0.005em; }
  .service-body p { font-size: 14.5px; color: var(--text-soft); flex: 1; line-height: 1.6; }
  .service-link { margin-top: 20px; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--blue); display: inline-flex; align-items: center; gap: 8px; }
  .service-link:hover { text-decoration: underline; }
  .ph-shower  { background: url('images/card-shower-01.jpg') center / cover no-repeat; }
  .ph-foggy   { background: url('images/card-foggy-01.jpg') center / cover no-repeat; }
  .ph-window  { background: url('images/card-window-01.jpg') center 35% / cover no-repeat; }
  .ph-mirror  { background: url('images/card-specialty-01.jpg') center 42% / cover no-repeat; }

  /* ================= Reviews ================= */
  .reviews { padding: 0 0 8px; }
  .reviews-card { display: grid; grid-template-columns: 1fr 265px; background: var(--bg-soft); border-radius: 4px; overflow: hidden; }
  .reviews-main { padding: 42px 40px; display: grid; grid-template-columns: 190px repeat(3, 1fr); gap: 34px; align-items: start; }
  .score .num { font-size: 42px; font-weight: 700; color: var(--heading); line-height: 1; letter-spacing: -0.01em; }
  .stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; margin: 6px 0 12px; }
  .score h4 { font-size: 16px; font-weight: 600; color: var(--heading); }
  .score > p { font-size: 13.5px; color: var(--text-soft); margin-top: 3px; line-height: 1.5; }
  .google-line { margin-top: 14px; font-size: 13px; color: var(--text-soft); display: flex; align-items: center; gap: 7px; }
  .g-logo { font-weight: 500; font-size: 15px; letter-spacing: -0.02em; }
  .g-logo .b1{color:#4285F4}.g-logo .b2{color:#EA4335}.g-logo .b3{color:#FBBC05}.g-logo .b4{color:#4285F4}.g-logo .b5{color:#34A853}.g-logo .b6{color:#EA4335}
  .quote .qmark { font-size: 30px; color: var(--btn-navy); font-weight: 700; line-height: .6; font-family: Georgia, serif; }
  .quote p { font-size: 14.5px; color: var(--text); margin: 12px 0 14px; line-height: 1.7; }
  .quote cite { font-style: normal; font-size: 13px; color: var(--text-soft); }
  .reviews-photo { background: url('images/team-01.jpg') center 30% / cover no-repeat; min-height: 220px; }

  /* ================= Process ================= */
  .process { padding: 66px 0 72px; }
  .process h2 { text-align: center; font-size: clamp(26px, 3vw, 34px); font-weight: 600; color: var(--heading); margin-top: 14px; letter-spacing: -0.01em; }
  .steps { margin-top: 50px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; position: relative; }
  .steps::before { content: ""; position: absolute; top: 46px; left: 10%; right: 10%; height: 1px; background: #d9dfe5; }
  .step { text-align: center; position: relative; }
  .step-photo { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto; position: relative; background: linear-gradient(140deg, #b9c4cc, #e9eef1 55%, #a3b2bc); box-shadow: 0 0 0 7px #fff; }
  .step-title { display: flex; align-items: flex-start; justify-content: center; gap: 8px; margin-top: 20px; font-size: 15px; font-weight: 600; color: var(--heading); line-height: 1.35; }
  .step-num { width: 19px; height: 19px; flex: none; margin-top: 1px; border-radius: 50%; background: var(--heading); color: #fff; font-size: 10.5px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
  .sp-send { background: url('images/step-send-01.jpg') center / cover no-repeat !important; }
  .sp-ordered { background: url('images/step-ordered-01.jpg') center / cover no-repeat !important; }
  .sp-enjoy { background: url('images/step-enjoy-01.jpg') center / cover no-repeat !important; }
  .sp-confirm { background: url('images/step-confirm-01.jpg') center / cover no-repeat !important; }
  .sp-install { background: url('images/step-install-01.jpg') center / cover no-repeat !important; }
  .step p { margin-top: 10px; font-size: 13.5px; color: var(--text-soft); line-height: 1.6; max-width: 210px; margin-left: auto; margin-right: auto; }

  /* ================= CTA band ================= */
  .cta-band { position: relative; background: var(--dark); color: #fff; overflow: hidden; }
  .cta-photo { position: absolute; left: 0; top: 0; bottom: 0; width: 44%; z-index: 0;
    background:
      linear-gradient(90deg,
        rgba(15,23,34,0) 0%,
        rgba(15,23,34,0.08) 45%,
        rgba(15,23,34,0.55) 75%,
        rgba(15,23,34,1) 100%),
      url('images/cta-bath-01.jpg') center 42% / cover no-repeat; }
  .cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: flex-end; gap: 44px; padding: 76px 0; flex-wrap: wrap; }
  .cta-copy h2 { font-size: clamp(22px, 2.6vw, 28px); font-weight: 600; letter-spacing: -0.01em; }
  .cta-copy p { margin-top: 7px; color: #c3cdd7; font-size: 15px; font-weight: 400; }
  .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .cta-actions .btn-white { border: 1px solid transparent; }

  /* ================= Footer ================= */
  footer { background: var(--dark); color: #a7b3c0; }
  .footer-main { display: grid; grid-template-columns: 1.45fr 0.9fr 1.15fr 1.45fr 1.15fr; gap: 34px; padding: 50px 0 44px; }
  .footer-brand .brand-mark, .footer-brand .brand-top, .footer-brand .brand-name { color: #fff; }
  .footer-brand p { margin-top: 16px; font-size: 12.5px; max-width: 210px; line-height: 1.65; }
  footer h5 { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #fff; font-weight: 600; margin-bottom: 16px; }
  footer li { margin-bottom: 8px; font-size: 13px; font-weight: 400; }
  footer li a:hover { color: #fff; }
  .serving-list { columns: 2; column-gap: 22px; }
  .col-divider { border-left: 1px solid rgba(255,255,255,0.08); padding-left: 34px; }
  .contact-li { display: flex; align-items: flex-start; gap: 10px; }
  .contact-li svg { flex: none; margin-top: 3px; opacity: .75; width: 14px; height: 14px; }
  .socials { display: flex; gap: 11px; margin-bottom: 24px; }
  .socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.28); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 14px; }
  .socials a:hover { background: rgba(255,255,255,0.1); }
  .badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
  .bbb { display: flex; align-items: center; gap: 9px; background: #fff; color: #0a4a72; border-radius: 4px; padding: 7px 11px; font-size: 9.5px; font-weight: 700; letter-spacing: .05em; line-height: 1.3; }
  .bbb svg { width: 18px; height: 18px; }
  .nga { display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; padding: 7px 11px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
  .nga span { font-size: 9.5px; font-weight: 500; color: #a7b3c0; line-height: 1.3; letter-spacing: .04em; }
  .aplus { font-size: 16px; color: #fff; font-weight: 600; }
  .aplus span { font-size: 12px; font-weight: 400; color: #a7b3c0; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: #7e8b99; }
  .footer-bottom .links { display: flex; gap: 26px; }
  .footer-bottom a:hover { color: #fff; }

  /* ================= Responsive ================= */
  @media (max-width: 1250px) {
    nav.main-nav a, .nav-more-btn { font-size: 13px; }
    nav.main-nav { gap: 18px; }
    .topbar-inner { gap: 18px; }
    .header-right .btn { padding: 10px 14px; font-size: 11px; }
    .header-phone { font-size: 14px; }
  }
  @media (max-width: 1059px) {
    nav.main-nav { display: none; }
    .menu-toggle { display: block; }
    .header-right { flex-direction: row; align-items: center; }
    nav.main-nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; gap: 2px; padding: 18px 5%; margin: 0; box-shadow: 0 12px 24px rgba(15,23,34,0.12); white-space: normal; }
    nav.main-nav.open a { padding: 8px 0; }
    nav.main-nav.open .nav-dropdown { position: static; transform: none; display: block; border: none; box-shadow: none; padding: 0 0 0 16px; }
    nav.main-nav.open .nav-more-btn { padding: 8px 0; }
  }
  @media (max-width: 1080px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-card { grid-template-columns: 1fr; }
    .reviews-main { grid-template-columns: 1fr 1fr; padding: 36px 30px; }
    .reviews-photo { min-height: 170px; }
    .steps { display: flex; flex-wrap: wrap; justify-content: center; row-gap: 42px; column-gap: 26px; }
    .step { flex: 0 0 29%; }
    .steps::before { display: none; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .serving-list { columns: 2; column-gap: 22px; }
  .col-divider { border-left: none; padding-left: 0; }
  }
  @media (max-width: 640px) {
    .header-right .header-phone span { display: none; }
    .header-right .btn { font-size: 11px; padding: 10px 14px; }
    .services-grid { grid-template-columns: 1fr; }
    .reviews-main { grid-template-columns: 1fr; }
    .steps { column-gap: 18px; }
    .step { flex: 0 0 45%; }
    .footer-main { grid-template-columns: 1fr; }
    .hero-inner { padding: 60px 0 50px; }
    .trust-row { grid-template-columns: repeat(2, auto); gap: 18px 26px; }
    .hero-photo::before { aspect-ratio: auto; left: 0; background-size: cover; background-position: 0 0, 68% center; }
    .cta-inner { justify-content: flex-start; }
    .cta-photo { aspect-ratio: auto; right: 0; opacity: .3; background-size: cover, cover; background-position: 0 0, center 40%; }
  }
  @media (prefers-reduced-motion: reduce) {
    * { transition: none !important; }
    html { scroll-behavior: auto; }
  }

  /* ===== Mobile polish ===== */
  @media (max-width: 780px) {
    .header-right { gap: 10px; }
    .header-right .btn { padding: 10px 12px; font-size: 10.5px; letter-spacing: .04em; }
    .brand-mark { width: 36px; height: 42px; }
    .brand-name { font-size: 13.5px; }
    .header-phone { font-size: 0; gap: 0; border: 1px solid var(--line); border-radius: 8px; padding: 9px; }
    .header-phone svg { width: 19px; height: 19px; }
  }
  @media (max-width: 560px) {
    .header-right .btn { display: none; }
  }
  @media (max-width: 900px) {
    .reviews-photo { height: 330px; min-height: 0; background-position: center 42%; }
  }
  @media (max-width: 640px) {
    .cta-photo { width: 100%; }
  }
  @media (max-width: 700px) {
    .page-hero-photo::after { content: ""; position: absolute; inset: 0; background: rgba(15,23,34,0.5); }
    .page-hero-inner, .page-hero .container { position: relative; z-index: 1; }
  }

  /* ===== Contact Form 7 styling ===== */
  .wpcf7 { max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 36px 34px; }
  .wpcf7 label { display: block; font-size: 13px; font-weight: 600; color: var(--heading); margin-bottom: 14px; }
  .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 select, .wpcf7 textarea { width: 100%; padding: 12px 14px; border: 1px solid #d5dde4; border-radius: 8px; font-family: var(--font); font-size: 14.5px; color: var(--text); background: #fff; margin-top: 6px; }
  .wpcf7 textarea { min-height: 96px; }
  .wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { outline: 2px solid rgba(36,114,184,0.35); border-color: var(--blue); }
  .wpcf7 input[type=file] { margin-top: 6px; font-size: 13px; }
  .wpcf7 input[type=submit] { width: 100%; margin-top: 10px; padding: 15px; font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--btn-navy); border: none; border-radius: 8px; cursor: pointer; font-family: var(--font); }
  .wpcf7 input[type=submit]:hover { background: #1d4370; }
  .wpcf7 form .wpcf7-response-output { border-radius: 8px; font-size: 14px; padding: 12px 16px; margin: 16px 0 0; }
