:root {
  --bg: #fffaf3;
  --bg-soft: #fef1e2;
  --surface: #ffffff;
  --border: #f0e2cf;
  --text: #2b2420;
  --text-muted: #6f6259;
  --accent: #e8622c;
  --accent-dark: #c94f1f;
  --accent-soft: rgba(232, 98, 44, 0.12);
  --teal: #1f7a63;
  --teal-soft: rgba(31, 122, 99, 0.12);
  --amber: #d99a1b;
  --amber-soft: rgba(217, 154, 27, 0.14);
  --pink: #c14a6a;
  --pink-soft: rgba(193, 74, 106, 0.12);
  --footer-bg: #2b2420;
  --footer-text: #f3ece3;
  --footer-muted: #b8aa9c;
  --font-display: 'Poppins', 'Inter', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle at 15% 10%, rgba(232,98,44,0.08), transparent 40%),
                     radial-gradient(circle at 85% 0%, rgba(31,122,99,0.06), transparent 35%);
}

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

img, svg { max-width: 100%; }

h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(232, 98, 44, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--accent-dark); }
.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: var(--surface);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-dark); }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 243, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  gap: 16px;
}
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--text);
  flex-shrink: 0;
}
.logo span {
  display: block;
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  font-weight: 600;
}
.main-nav {
  display: flex;
  gap: 28px;
}
.main-nav a {
  font-size: 14.5px;
  color: var(--text-muted);
  font-weight: 500;
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--accent-dark); }

.nav-cta { padding: 10px 20px; font-size: 13.5px; }

.header-phone {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.header-phone:hover { color: var(--accent-dark); }
.nav-phone-mobile { display: none; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-shrink: 0;
}
.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* HERO */
.hero {
  position: relative;
  padding: 96px 0 80px;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.section-eyebrow {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.hero h1 {
  font-size: clamp(34px, 5.6vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--text);
}
.hero h1 .highlight { color: var(--accent); }
.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 34px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-grid {
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 620px;
  background: radial-gradient(circle at 75% 25%, rgba(232,98,44,0.16), transparent 55%),
              radial-gradient(circle at 15% 60%, rgba(31,122,99,0.12), transparent 50%),
              radial-gradient(circle at 55% 85%, rgba(217,154,27,0.12), transparent 45%);
  z-index: 0;
}

/* TRUST STRIP */
.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
  background: var(--surface);
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.trust-inner p {
  font-size: 13.5px;
  color: var(--text-muted);
  white-space: nowrap;
}
.trust-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}
.trust-list li {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  background: var(--bg-soft);
  border: 1px solid var(--border);
  padding: 7px 14px;
  border-radius: 999px;
}

/* SECTION HEADINGS */
.section-title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  max-width: 720px;
  margin-bottom: 16px;
  line-height: 1.2;
  color: var(--text);
}

/* SERVICES */
.services { padding: 90px 0; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 4px 16px rgba(43, 36, 32, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.service-card:hover {
  box-shadow: 0 12px 28px rgba(43, 36, 32, 0.1);
  transform: translateY(-4px);
}
.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon.icon-teal { background: var(--teal-soft); color: var(--teal); }
.service-icon.icon-amber { background: var(--amber-soft); color: var(--amber); }
.service-icon.icon-pink { background: var(--pink-soft); color: var(--pink); }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: var(--text);
}
.service-card p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin-bottom: 16px;
}
.service-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-card li {
  font-size: 13.5px;
  color: var(--text-muted);
  padding-left: 18px;
  position: relative;
}
.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* PROCESS */
.process {
  padding: 90px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.process-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-step { position: relative; }
.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  font-family: var(--font-display);
  color: var(--accent-dark);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.process-step h3 {
  font-size: 19px;
  margin-bottom: 8px;
  color: var(--text);
}
.process-step p {
  color: var(--text-muted);
  font-size: 14.5px;
}

/* WORK */
.work { padding: 90px 0; }
.work-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.work-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 4px 16px rgba(43, 36, 32, 0.05);
}
.work-card:nth-child(2) { border-top-color: var(--teal); }
.work-card:nth-child(3) { border-top-color: var(--amber); }
.work-card:nth-child(4) { border-top-color: var(--pink); }
.work-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--text);
}
.work-card p {
  color: var(--text-muted);
  font-size: 14px;
}

/* SERVICE AREAS */
.areas {
  padding: 90px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.areas-intro {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 640px;
  margin-top: 6px;
  margin-bottom: 28px;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-bottom: 20px;
}
.area-list li {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 10px 18px;
  border-radius: 999px;
}
.areas-note {
  color: var(--text-muted);
  font-size: 14px;
}

/* FAQ */
.faq { padding: 90px 0; }
.faq-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
}
.faq-item {
  border-top: 1px solid var(--border);
  padding-top: 18px;
}
.faq-item h3 {
  font-size: 16.5px;
  margin-bottom: 8px;
  color: var(--text);
}
.faq-item p {
  color: var(--text-muted);
  font-size: 14.5px;
}

/* ABOUT */
.about {
  padding: 90px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.about-copy {
  color: var(--text-muted);
  font-size: 16px;
  margin-top: 6px;
}
.about-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-points li {
  font-size: 15px;
  color: var(--text-muted);
  padding-left: 30px;
  position: relative;
}
.about-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.about-points strong { color: var(--text); }

/* CONTACT */
.contact { padding: 90px 0; }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-copy p { color: var(--text-muted); font-size: 16px; margin-top: 6px; }
.contact-details {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-detail span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.contact-detail a {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-dark);
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(43, 36, 32, 0.06);
  width: 100%;
  min-width: 0;
}
.form-row { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.form-row label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.form-row input,
.form-row select,
.form-row textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  max-width: 100%;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.form-row textarea { resize: vertical; }
.form-submit { margin-top: 4px; width: 100%; }
.form-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.form-status {
  font-size: 13.5px;
  color: var(--teal);
  min-height: 18px;
}

/* FOOTER */
.site-footer {
  padding: 48px 0 32px;
  background: var(--footer-bg);
  color: var(--footer-text);
}
.site-footer .logo { color: var(--footer-text); }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-note {
  font-size: 12.5px;
  color: var(--footer-muted);
  margin-top: 8px;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-size: 13.5px;
  color: var(--footer-muted);
}
.footer-nav a:hover { color: var(--footer-text); }
.footer-copy {
  font-size: 12.5px;
  color: var(--footer-muted);
  width: 100%;
  text-align: center;
  padding-top: 22px;
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .service-grid, .process-list, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner, .contact-inner { grid-template-columns: 1fr; }
  .contact-form { max-width: 480px; }
  .faq-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .main-nav, .nav-cta, .header-phone { display: none; }
  .menu-toggle { display: flex; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 20px 24px;
    gap: 18px;
    box-shadow: 0 12px 24px rgba(43, 36, 32, 0.08);
  }
  .main-nav.open .nav-phone-mobile {
    display: block;
    font-weight: 700;
    color: var(--accent-dark);
    padding-top: 4px;
  }
  .container { padding: 0 20px; }
  .service-grid, .process-list, .work-grid { grid-template-columns: 1fr; }
  .hero { padding: 76px 0 56px; }
  .services, .process, .work, .areas, .faq, .about, .contact { padding: 64px 0; }
  .contact-form { padding: 24px 20px; max-width: 100%; }
  .about-inner, .contact-inner { gap: 36px; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
  .footer-inner > div { display: flex; flex-direction: column; align-items: center; }
  .footer-nav { justify-content: center; }
}

@media (max-width: 400px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}
