/* ===================================================
   PHK Development LLC — Homepage Clone
   Plain CSS, desktop-first, traditional business layout
   =================================================== */

/* --- Reset ---------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
  background: #ffffff;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

/* --- Centered container --------------------------- */
.phk-wrap {
  width: 100%;
}

.phk-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================================================
   1. TOP PHONE BAR
   =================================================== */
.phk-topbar {
  background-color: #3d3d3d;
  color: #dddddd;
  font-size: 13px;
  padding: 8px 0;
  text-align: right;
}

.phk-topbar a {
  color: #ffffff;
  font-weight: bold;
}

.phk-topbar a:hover {
  text-decoration: underline;
}

/* ===================================================
   2. HERO SECTION
   =================================================== */
.phk-hero {
  position: relative;
  background-image: url("assets/phk-banner_1773359977511.jpg");
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.phk-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 0;
}

.phk-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-top: 36px;
  padding-bottom: 80px;
  gap: 0;
}

.phk-hero-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}

.phk-hero-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.phk-hero-tagline {
  font-size: 16px;
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

.phk-hero-cta-label {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.phk-hero-phone {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 0;
  background-color: transparent;
  transition: opacity 0.2s;
}

.phk-hero-phone:hover {
  opacity: 0.8;
}

/* ===================================================
   3. FOUR SERVICE IMAGE TILES
   =================================================== */
.phk-services-tiles {
  background: #f5f5f5;
  margin-top:-70px;
  padding: 0;
}

.phk-tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.phk-tile {
  position: relative;
  
}

.phk-tile:last-child {
  border-right: none;
}

.phk-tile img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s;
}

.phk-tile img:hover {
  opacity: 0.88;
}

.phk-tile p {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 10px 12px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===================================================
   4. WELCOME SECTION
   =================================================== */
.phk-welcome {
  padding: 46px 0 42px;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.phk-welcome-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.phk-welcome-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.phk-welcome h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.phk-welcome p {
  font-size: 15px;
  color: #444444;
  line-height: 1.75;
  margin: 0;
}

.phk-welcome-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.phk-welcome-thumbs img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.phk-welcome-right img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

/* ===================================================
   6. EXPERT SERVICES SECTION
   =================================================== */
.phk-expert {
  background-image: url("assets/phk-banner_1773359977511.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.phk-expert-card {
  background: rgba(30, 30, 30, 0.72);
  padding: 40px 40px;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.phk-expert-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.phk-expert-card p {
  font-size: 14px;
  color: #e8e8e8;
  line-height: 1.75;
  margin: 0;
}

/* ===================================================
   7. CONFIDENCE SECTION
   =================================================== */
.phk-confidence {
  padding: 46px 0 0;
  background: #ffffff;
  text-align: center;
}

.phk-confidence h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 14px;
}

.phk-confidence p {
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* ===================================================
   8. CONTACT CTA SECTION
   =================================================== */
.phk-contact-cta {
  background-color: #ffffff;
  padding: 36px 0 52px;
  text-align: center;
}

.phk-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.phk-contact-cta h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111111;
  max-width: 720px;
  line-height: 1.4;
}

.phk-contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.phk-cta-phone {
  font-size: 26px;
  font-weight: 700;
  color: #1a6b7a;
  text-decoration: none;
  transition: color 0.2s;
}

.phk-cta-phone:hover {
  color: #134f5c;
}

.phk-cta-email {
  font-size: 24px;
  font-weight: 700;
  color: #1a6b7a;
  text-decoration: none;
  transition: color 0.2s;
}

.phk-cta-email:hover {
  color: #134f5c;
}

/* ===================================================
   MAP SECTION
   =================================================== */
.phk-map {
  line-height: 0;
  font-size: 0;
}

/* ===================================================
   9. FACEBOOK / SOCIAL AREA
   =================================================== */
.phk-social {
  background: #ececec;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
  text-align: center;
}

.phk-fb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3b5998;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 2px;
  transition: background 0.2s;
}

.phk-fb-btn:hover {
  background: #2d4373;
}

.phk-fb-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ===================================================
   10. FOOTER
   =================================================== */
.phk-footer {
  background: #2e2e2e;
  color: #cccccc;
}

.phk-footer-cols {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 36px;
}

.phk-footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.phk-fcol h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #505050;
}

.phk-fcol p,
.phk-fcol address p {
  font-size: 13px;
  color: #b8b8b8;
  margin-bottom: 6px;
  line-height: 1.65;
}

.phk-fcol address a {
  color: #b8b8b8;
  text-decoration: underline;
}

.phk-fcol address a:hover {
  color: #ffffff;
}

.phk-hours {
  list-style: none;
}

.phk-hours li {
  font-size: 13px;
  color: #b8b8b8;
  margin-bottom: 5px;
  line-height: 1.5;
}

.phk-hours li b {
  color: #dddddd;
  display: inline-block;
  width: 36px;
}

/* ===================================================
   11. COPYRIGHT LINE
   =================================================== */
.phk-copyright {
  background: #1c1c1c;
  padding: 13px 0;
  border-top: 1px solid #444444;
}

.phk-copyright p {
  font-size: 12px;
  color: #888888;
  text-align: center;
  line-height: 1.5;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 860px) {
  .phk-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .phk-footer-cols {
    grid-template-columns: 1fr 1fr;
  }

  .phk-footer-cols .phk-fcol:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .phk-hero-logo {
    max-width: 220px;
  }

  .phk-hero-title {
    font-size: 22px;
  }

  .phk-hero-tagline {
    font-size: 15px;
  }

  .phk-hero-phone {
    font-size: 22px;
    padding: 9px 22px;
  }

  .phk-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .phk-gallery-grid {
    grid-template-columns: 1fr;
  }

  .phk-footer-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .phk-contact-details {
    flex-direction: column;
    gap: 12px;
  }

  .phk-cta-phone {
    font-size: 22px;
  }

  .phk-contact-cta h2 {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .phk-tiles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phk-tile img {
    height: 140px;
  }

  .phk-gallery-img img {
    height: 180px;
  }
}
