/* ============================================================
   Our Glass & Mirrors — site styles
   Palette: navy #0e2438 / #0a1826 · blue #2b7de0 · light #7fb3ef
   Fonts: Barlow (body), Barlow Condensed (headings), Kaushan Script (accent)
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Barlow', system-ui, -apple-system, sans-serif;
  color: #1b2733;
  background: #f4f6f9;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { color: #2b7de0; text-decoration: none; }
a:hover { color: #1a5fb4; }
img { display: block; max-width: 100%; }
::selection { background: #2b7de0; color: #fff; }

h1, h2, h3, .cond {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.script { font-family: 'Kaushan Script', cursive; text-transform: none; letter-spacing: 0; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  color: #2b7de0; font-weight: 700; font-size: 15px;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px;
}
.section-head { text-align: center; margin-bottom: 50px; }
.section-head h2 { font-size: 46px; color: #0e2438; }
.section-head p { font-size: 17px; color: #5a6673; max-width: 620px; margin: 14px auto 0; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 19px; letter-spacing: .04em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 7px; cursor: pointer;
  border: 1.5px solid transparent; transition: all .18s ease;
}
.btn-primary { background: #2b7de0; color: #fff; }
.btn-primary:hover { background: #1a5fb4; color: #fff; }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.btn-ghost:hover { border-color: #2b7de0; color: #7fb3ef; }
.btn-outline { background: transparent; border-color: #2b7de0; color: #2b7de0; }
.btn-outline:hover { background: #2b7de0; color: #fff; }

/* top bar */
.topbar { background: #0c1c2c; color: #c7d2dd; font-size: 13.5px; letter-spacing: .02em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.topbar .area { display: flex; align-items: center; gap: 10px; }
.topbar .dot { width: 7px; height: 7px; border-radius: 50%; background: #2b7de0; }
.topbar .phones { display: flex; align-items: center; gap: 20px; }
.topbar .phones a { color: #fff; font-weight: 600; }

/* header / nav */
.site-header { position: sticky; top: 0; z-index: 50; background: #0e2438; box-shadow: 0 2px 18px rgba(0,0,0,.18); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.logo img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: #dbe4ec; font-weight: 600; font-size: 15px; letter-spacing: .03em; }
.nav a:hover, .nav a.active { color: #fff; }
.nav .btn { font-size: 15px; padding: 11px 20px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: #dbe4ec; border-radius: 2px; }

/* hero banner (home) */
.hero-banner { position: relative; line-height: 0; }
.hero-banner img { width: 100%; height: auto; }
.hero-banner a.hot { position: absolute; }

/* generic page header (subpages) */
.page-hero { background: #0e2438; color: #fff; padding: 66px 0; text-align: center; }
.page-hero .eyebrow { color: #7fb3ef; }
.page-hero h1 { font-size: 52px; }
.page-hero p { font-size: 18px; color: #c2cedb; max-width: 620px; margin: 16px auto 0; }

/* trust strip */
.trust { background: #fff; border-bottom: 1px solid #e4e9ef; }
.trust .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 22px; padding-bottom: 22px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-ic { width: 34px; height: 34px; border-radius: 7px; background: #eaf2fd; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.diamond { background: #2b7de0; transform: rotate(45deg); }
.trust-item .t { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .03em; }
.trust-item .s { font-size: 13px; color: #66727f; }

/* services grid */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.svc-card {
  background: #fff; border: 1px solid #e4e9ef; border-radius: 12px; padding: 28px 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: block; color: inherit;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(14,36,56,.12); border-color: #c7dcf6; color: inherit; }
.svc-ic {
  width: 52px; height: 52px; border-radius: 9px; margin-bottom: 18px;
  background: linear-gradient(150deg, #2b7de0, #0e2438);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(43,125,224,.28);
}
.svc-ic .pane { width: 22px; height: 26px; border-radius: 2px; transform: skewX(-11deg);
  background: linear-gradient(160deg, rgba(255,255,255,.85), rgba(255,255,255,.35)); }
.svc-card h3 { font-size: 22px; color: #0e2438; margin-bottom: 8px; }
.svc-card p { font-size: 14.5px; color: #5a6673; }

/* dark section (about / why) */
.dark { background: #0e2438; color: #fff; }
.dark .eyebrow { color: #7fb3ef; }
.about-intro { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; margin-bottom: 70px; }
.about-intro h2 { font-size: 28px; color: #7fb3ef; margin-bottom: 22px; }
.about-intro .lead { font-size: 36px; color: #fff; margin-bottom: 6px; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; font-weight: 700; line-height: 1.05; }
.about-intro p { font-size: 17px; line-height: 1.65; color: #c2cedb; margin-bottom: 18px; }
.about-intro strong { color: #fff; }
.about-photo { border-radius: 12px; overflow: hidden; border: 1px solid rgba(127,179,239,.25); box-shadow: 0 20px 50px rgba(0,0,0,.35); min-height: 420px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.apart { max-width: 900px; margin: 0 auto; }
.apart h3 { font-size: 34px; margin-bottom: 24px; }
.apart ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.apart li { display: flex; gap: 14px; align-items: flex-start; }
.apart .bullet { width: 9px; height: 9px; background: #2b7de0; transform: rotate(45deg); margin-top: 9px; flex: 0 0 auto; }
.apart p { font-size: 17px; line-height: 1.6; color: #c2cedb; }
.apart p strong { color: #fff; font-weight: 600; }
.promise { margin-top: 56px; text-align: center; border-radius: 14px; padding: 48px 32px;
  background: linear-gradient(120deg, rgba(43,125,224,.16), rgba(43,125,224,.04)); border: 1px solid rgba(127,179,239,.28); }
.promise .script { font-size: 38px; color: #fff; line-height: 1.2; margin-bottom: 20px; }
.promise p { font-size: 17px; line-height: 1.65; color: #c2cedb; max-width: 760px; margin: 0 auto; }

/* process */
.step { position: relative; padding: 22px 18px; border-radius: 12px; display: block; color: inherit; }
a.step { border: 1px solid #e4e9ef; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
a.step:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(14,36,56,.12); border-color: #c7dcf6; color: inherit; }
.step .num { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 52px; color: #dfe7f0; line-height: 1; margin-bottom: 10px; }
.step h3 { font-size: 22px; color: #0e2438; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: #5a6673; }
.step .go { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: #2b7de0; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, #2b7de0, #0e2438); }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding-top: 56px; padding-bottom: 56px; }
.cta-band h2 { font-size: 40px; color: #fff; line-height: 1.05; }
.cta-band p { font-size: 17px; color: #dbe8f7; margin-top: 8px; }
.phone-cards { display: flex; gap: 26px; flex-wrap: wrap; }
.phone-card { display: flex; flex-direction: column; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); padding: 16px 26px; border-radius: 9px; color: #fff; }
.phone-card:hover { background: rgba(255,255,255,.2); color: #fff; }
.phone-card span.l { font-size: 13px; color: #c9dcf3; letter-spacing: .05em; }
.phone-card span.n { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 26px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-methods { display: flex; flex-direction: column; gap: 18px; }
.method { display: flex; align-items: center; gap: 14px; }
.method-ic { width: 44px; height: 44px; border-radius: 8px; background: #0e2438; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.method-ic .diamond { width: 15px; height: 15px; }
.method-ic .mail { width: 16px; height: 11px; border: 2px solid #2b7de0; border-radius: 2px; }
.method .l { font-size: 13px; color: #66727f; letter-spacing: .04em; }
.method .v { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #0e2438; }
.form-card { background: #fff; border: 1px solid #e4e9ef; border-radius: 14px; padding: 34px; box-shadow: 0 12px 34px rgba(14,36,56,.07); }
.form-card label { display: block; font-size: 13px; font-weight: 600; color: #3a4652; margin-bottom: 6px; letter-spacing: .02em; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #d4dbe3; border-radius: 8px;
  font-family: inherit; font-size: 15px; background: #fff; margin-bottom: 16px;
}
.form-card textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card button { width: 100%; margin-top: 6px; }
.form-note { text-align: center; font-size: 12.5px; color: #8a95a1; margin-top: 12px; }

/* footer */
.site-footer { background: #0a1826; color: #8fa0b1; padding: 52px 0 34px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand { max-width: 420px; }
.footer-brand img { height: 60px; width: auto; margin-bottom: 16px; }
.footer-brand .script { font-size: 21px; color: #7fb3ef; margin-bottom: 10px; }
.footer-brand p { font-size: 14px; line-height: 1.6; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col .h { font-family: 'Barlow Condensed', sans-serif; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 16px; margin-bottom: 14px; }
.footer-col .links { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; }
.footer-col a { color: #8fa0b1; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    align-items: stretch; gap: 0; background: #0e2438; padding: 8px 24px 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,.25); display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav .btn { margin-top: 12px; justify-content: center; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2, .about-intro, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-photo { min-height: 300px; }
  .section-head h2, .page-hero h1 { font-size: 38px; }
  .cta-band h2 { font-size: 32px; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .page-hero h1, .section-head h2 { font-size: 32px; }
}
