@import url("images/font-faces.css");

:root {
  --brown: #7a3f18;
  --orange: #f47a1f;
  --gold: #ffc247;
  --green: #16a34a;
  --teal: #0f766e;
  --navy: #111827;
  --text: #1a1a1a;
  --muted: #4c4c4c;
  --footer: #1a1a1a;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: #fffaf2;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h3, h5, h6, p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1224px, calc(100% - 32px));
  min-height: 81px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo img { width: 184px; height: auto; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 16px;
  color: #1f1f1f;
}

.main-nav a:not(.pill-button):hover { color: var(--orange); }

.pill-button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 3px solid transparent;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--orange), var(--brown));
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 12px 22px rgba(122, 63, 24, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pill-button:hover,
.footer-button:hover {
  transform: translateY(-1px);
  border-color: var(--orange);
  box-shadow: 0 16px 28px rgba(122, 63, 24, 0.24);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: #111;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("images/photo-1512719994953-eabf50895df7.jpg") center / cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 20, 0.92), rgba(8, 12, 20, 0.58), rgba(8, 12, 20, 0.86));
}

.hero-content {
  position: relative;
  width: min(1224px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: 46px;
  align-items: center;
  text-align: left;
  color: #fff;
}

.hero-copy { position: relative; z-index: 2; }

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
  font-weight: 600;
}

h5 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
}

.hero p {
  width: min(600px, 100%);
  margin: 0 0 28px;
  font-size: 18px;
}

.hero-button { border-color: #fff; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--brown);
  border-color: rgba(122, 63, 24, 0.16);
  background: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
}

.hero-phone {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.hero-phone img {
  position: relative;
  z-index: 2;
  width: min(76%, 320px);
  border-radius: 34px;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.45));
}

.phone-glow {
  position: absolute;
  width: min(78%, 340px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 194, 71, 0.28);
  filter: blur(24px);
}

.floating-note {
  position: absolute;
  z-index: 3;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.floating-note.top { top: 88px; right: 16px; }
.floating-note.bottom { bottom: 94px; left: 0; background: #ecfdf5; color: #065f46; }

.section {
  width: min(1224px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.welcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.phone-pair {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}

.phone-pair img {
  width: min(46%, 220px);
  border-radius: 28px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.16));
}

.welcome-copy p,
.service-heading p,
.service-card p,
.join p { color: var(--muted); }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.stat-row div {
  padding: 16px;
  border: 1px solid rgba(122, 63, 24, 0.12);
  border-radius: 14px;
  background: #fff;
}

.stat-row strong,
.stat-row span { display: block; }
.stat-row strong { color: var(--brown); font-size: 22px; line-height: 1.1; }
.stat-row span { color: var(--muted); font-size: 13px; }

.wide-image {
  width: min(1224px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 40px;
}

.wide-image img {
  width: 100%;
  height: min(42vw, 480px);
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.14);
}

.services { padding-top: 34px; }

.service-heading {
  width: min(650px, 100%);
  margin: 0 auto 52px;
  text-align: center;
}

.service-heading .pill-button { margin-bottom: 30px; }

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.service-card {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(17, 24, 39, 0.08);
}

.service-card img,
.gallery img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.service-card img { height: 280px; }

.join {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  align-items: start;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery img { height: 224px; }

.detail-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.detail-grid strong {
  color: var(--brown);
  font-size: 18px;
}

.detail-grid span {
  color: var(--muted);
  font-size: 14px;
}

.contact-band {
  position: relative;
  min-height: 335px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("images/photo-1684910729313-3fb8a9045560.jpg") center / cover fixed;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.86), rgba(15, 118, 110, 0.76));
}

.contact-content {
  position: relative;
  width: min(640px, calc(100% - 32px));
  text-align: center;
  color: #fff;
}

.contact-content p {
  margin-bottom: 24px;
  font-size: 18px;
}

.contact-content .outline { border-color: #fff; }

.site-footer {
  background: linear-gradient(135deg, #111827, var(--footer));
  color: #fff;
}

.footer-inner {
  width: min(1224px, calc(100% - 32px));
  min-height: 529px;
  margin: 0 auto;
  padding: 70px 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 54px;
  align-content: start;
}

.site-footer p,
.site-footer label {
  color: #fff;
  font-size: 14px;
}

.site-footer a { font-weight: 600; }

.email-form { display: grid; gap: 12px; }

.email-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #b8c0cc;
  border-radius: 10px;
  font: inherit;
}

.email-form button {
  justify-self: start;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 50px;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.copyright {
  grid-column: 1 / 3;
  align-self: end;
  margin-top: 70px;
}

.whatsapp-popup {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  max-width: min(520px, calc(100% - 40px));
  min-height: 62px;
  padding: 10px 12px 10px 18px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.94);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.22) 0 12px 30px;
  font-weight: 500;
}

.whatsapp-popup span {
  font-weight: 700;
}

.whatsapp-popup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), #087f3a);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .header-inner { min-height: 75px; }
  .logo img { width: 150px; }
  .menu-toggle { display: block; }

  .main-nav {
    position: absolute;
    top: 75px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 6px; font-weight: 600; }
  .main-nav .pill-button { margin-top: 10px; }

  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-phone {
    min-height: 360px;
    order: -1;
  }

  .hero-phone img { width: min(54%, 280px); }
  .floating-note.top { top: 54px; right: 16%; }
  .floating-note.bottom { bottom: 58px; left: 15%; }

  .welcome,
  .detail-section,
  .service-grid,
  .join,
  .footer-inner { grid-template-columns: 1fr; }

  .footer-inner { min-height: auto; gap: 34px; }
  .copyright { grid-column: auto; margin-top: 12px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .header-inner { width: min(100% - 24px, 1224px); min-height: 68px; }
  .logo img { width: 132px; }
  .main-nav { top: 68px; right: 12px; left: 12px; }

  .hero {
    min-height: auto;
    place-items: start;
    padding: 32px 0 42px;
    background-position: 54% center;
  }

  .hero-overlay { background: linear-gradient(180deg, rgba(8, 8, 8, 0.22), rgba(8, 8, 8, 0.86)); }
  h1 { margin-bottom: 16px; font-size: 38px; line-height: 1.02; }
  h3 { font-size: 30px; }
  h5 { font-size: 19px; }
  .hero p { margin-bottom: 22px; font-size: 16px; }
  .hero-actions { display: grid; gap: 12px; }
  .ghost-button { width: 100%; }
  .trust-strip { display: grid; grid-template-columns: 1fr; margin-top: 18px; }
  .trust-strip span { justify-content: center; }
  .hero-phone { min-height: 300px; margin-bottom: 2px; }
  .hero-phone img { width: min(66%, 230px); border-radius: 26px; }
  .floating-note { min-height: 36px; padding: 8px 11px; font-size: 12px; }
  .floating-note.top { top: 42px; right: 2px; }
  .floating-note.bottom { bottom: 42px; left: 2px; }

  .section { width: min(100% - 28px, 1224px); padding: 48px 0; }
  .phone-pair { order: 2; gap: 10px; }
  .phone-pair img { width: 48%; }
  .stat-row { grid-template-columns: 1fr; }
  .wide-image { width: min(100% - 28px, 1224px); padding-bottom: 12px; }
  .service-heading { margin-bottom: 30px; text-align: left; }
  .service-heading .pill-button { margin-bottom: 22px; }
  .service-grid { gap: 18px; }
  .service-card { padding: 14px; gap: 14px; border-radius: 16px; }
  .gallery,
  .detail-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery img,
  .service-card img,
  .wide-image img { height: auto; aspect-ratio: 328 / 224; }
  .pill-button,
  .footer-button,
  .whatsapp-popup { width: auto; white-space: normal; text-align: center; }
  .pill-button,
  .footer-button,
  .ghost-button { min-height: 50px; padding-right: 18px; padding-left: 18px; }
  .contact-band { min-height: 380px; background-attachment: scroll; }
  .footer-inner { width: min(100% - 28px, 1224px); padding: 44px 0 116px; }
  .whatsapp-popup {
    right: 14px;
    left: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .whatsapp-popup a { width: 100%; }
}
