:root {
  --orange: #f0701c;
  --orange-dark: #d95f10;
  --black: #1a1a1a;
  --cream: #fdfbf7;
  --cream-tint: #fff6ec;
  --border: #ececea;
  --muted: #6b6b68;
  --muted-2: #a8a8a5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Work Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Sora', system-ui, sans-serif; margin: 0; }
p { margin: 0; }
a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-dark); }
img { max-width: 100%; display: block; }

.brand-orange { color: var(--orange); }
.brand-black { color: var(--black); }
.brand-white { color: #ffffff; }
.logo-text { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 23px; letter-spacing: -0.3px; }
.logo-img { height: 40px; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--black); border: 1.5px solid var(--black); }
.btn-outline:hover { background: var(--black); color: #fff; }
.btn-sm { padding: 12px 22px; font-size: 14px; }

/* HEADER */
.site-header { border-bottom: 1px solid var(--border); background: var(--cream); position: sticky; top: 0; z-index: 40; }
.header-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 20px 32px; gap: 24px; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a { color: var(--black); font-weight: 500; font-size: 15px; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.header-cta { margin-left: auto; }
.nav-toggle { display: none; background: none; border: none; color: var(--black); cursor: pointer; padding: 4px; }

@media (max-width: 860px) {
  .main-nav { position: fixed; top: 73px; left: 0; right: 0; background: var(--cream); flex-direction: column; align-items: flex-start; padding: 20px 24px; border-bottom: 1px solid var(--border); gap: 18px; display: none; }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
}

/* HERO */
.hero { text-align: center; padding: 90px 24px 70px; max-width: 840px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fdece0; color: var(--orange-dark); padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.hero h1 { font-size: 52px; line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.hero p.lead { font-size: 18px; line-height: 1.6; color: var(--muted); margin-top: 22px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.page-hero { text-align: center; padding: 76px 24px 50px; max-width: 720px; margin: 0 auto; }
.page-hero h1 { font-size: 42px; font-weight: 800; letter-spacing: -0.5px; }
.eyebrow { color: var(--orange); font-weight: 600; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px; display: block; }

@media (max-width: 640px) {
  .hero { padding: 56px 20px 44px; }
  .hero h1 { font-size: 32px; }
  .page-hero h1 { font-size: 30px; }
}

/* VIDEO SECTION */
.video-section { max-width: 860px; margin: 0 auto; padding: 0 24px 80px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #1a1a1a; box-shadow: 0 20px 40px rgba(26,26,26,0.14); }
.video-frame iframe, .video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: #f5f4f1; color: var(--muted-2); }
.video-placeholder svg { color: var(--orange); }
.video-placeholder p { font-size: 13.5px; }

@media (max-width: 640px) {
  .video-section { padding: 0 20px 56px; }
  .video-frame { border-radius: 12px; }
}

/* SERVICES GRID (image-banner cards) */
.services-section { max-width: 1180px; margin: 0 auto; padding: 40px 64px 100px; }
.services-heading { text-align: center; margin-bottom: 52px; }
.services-heading h2 { font-size: 36px; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.service-card:hover { box-shadow: 0 16px 32px rgba(26,26,26,0.1); transform: translateY(-3px); }
.service-card-banner { height: 128px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-card-banner svg { width: 40px; height: 40px; }
.service-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.service-icon { width: 46px; height: 46px; border-radius: 11px; background: #fdece0; color: var(--orange); display: flex; align-items: center; justify-content: center; }
.service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin-bottom: 16px; }
.service-card-link { font-size: 13.5px; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.service-card-link svg { width: 15px; height: 15px; transition: transform .15s; }
.service-card:hover .service-card-link svg { transform: translateX(3px); }

.service-card-banner svg { color: #ffffff; }
.services-grid .service-card:nth-child(6n+1) .service-card-banner { background: linear-gradient(135deg, #f0701c, #ffab6b); }
.services-grid .service-card:nth-child(6n+2) .service-card-banner { background: linear-gradient(135deg, #1a1a1a, #3f3f3c); }
.services-grid .service-card:nth-child(6n+4) .service-card-banner { background: linear-gradient(135deg, #c85a12, #f0701c); }
.services-grid .service-card:nth-child(6n+5) .service-card-banner { background: linear-gradient(135deg, #2b2b29, #52524e); }
.services-grid .service-card:nth-child(6n+3) .service-card-banner { background: linear-gradient(135deg, #fdece0, #fbd7ac); }
.services-grid .service-card:nth-child(6n+3) .service-card-banner svg { color: var(--orange-dark); }
.services-grid .service-card:nth-child(6n+6) .service-card-banner { background: linear-gradient(135deg, #fff6ec, #fde2c8); }
.services-grid .service-card:nth-child(6n+6) .service-card-banner svg { color: var(--black); }

@media (max-width: 860px) {
  .services-section { padding: 20px 24px 60px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .service-card-banner { height: 84px; }
  .service-card-banner svg { width: 28px; height: 28px; }
  .service-card-body { padding: 16px; }
  .service-card h3 { font-size: 13px; margin-bottom: 4px; }
  .service-card p, .service-card-link { display: none; }
}

/* LOGOS STRIP */
.logos-section { padding: 60px 24px; text-align: center; }
.logos-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; max-width: 1000px; margin: 32px auto 0; }
.logo-slot { width: 140px; height: 72px; border-radius: 12px; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; padding: 12px; }
.logo-slot img { max-height: 100%; max-width: 100%; object-fit: contain; }
.logo-slot-placeholder { color: var(--muted-2); font-size: 11px; font-weight: 600; text-align: center; }

/* PROJECTS */
.projects-section { max-width: 1180px; margin: 0 auto; padding: 20px 64px 100px; }
.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.project-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.project-card:hover { box-shadow: 0 16px 32px rgba(26,26,26,0.1); transform: translateY(-3px); }
.project-thumb { height: 180px; background: linear-gradient(135deg, #f5f4f1, #e8e7e3); display: flex; align-items: center; justify-content: center; color: var(--muted-2); }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; }
.project-body { padding: 22px 24px; }
.project-category { display: inline-block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--orange); margin-bottom: 10px; }
.project-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.project-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.projects-footer { text-align: center; margin-top: 40px; }

@media (max-width: 860px) {
  .projects-section { padding: 0 24px 70px; }
  .projects-grid { grid-template-columns: 1fr; }
}

/* TESTIMONIALS */
.testimonials-section { background: var(--cream-tint); padding: 90px 64px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; max-width: 1180px; margin: 48px auto 0; }
.testimonial-card { background: #fff; border-radius: 16px; padding: 30px; display: flex; flex-direction: column; }
.testimonial-card .quote-icon { color: #fdd8b6; margin-bottom: 14px; }
.testimonial-card .quote-icon svg { width: 30px; height: 30px; }
.testimonial-card blockquote { margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: #3a3a38; font-style: normal; }
.testimonial-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: #fdece0; color: var(--orange); display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-person .name { font-size: 14px; font-weight: 700; }
.testimonial-person .title { font-size: 12.5px; color: var(--muted-2); }

@media (max-width: 860px) {
  .testimonials-section { padding: 60px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-section { max-width: 800px; margin: 0 auto; padding: 20px 24px 100px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { color: var(--orange); transition: transform .2s; flex-shrink: 0; }
.faq-item summary .chev svg { width: 18px; height: 18px; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-answer { padding: 0 4px 22px; font-size: 14.5px; line-height: 1.65; color: var(--muted); max-width: 680px; }

/* CTA BAND */
.cta-band { background: var(--black); padding: 90px 24px; text-align: center; }
.cta-band-inner { max-width: 640px; margin: 0 auto; }
.cta-band h2 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 14px; }
.cta-band p { color: #b8b8b5; font-size: 16px; margin-bottom: 32px; }

/* FOOTER NEWSLETTER */
.footer-newsletter-sub { font-size: 13px; color: #a3a3a0; margin-bottom: 14px; max-width: 260px; }
.footer-newsletter-form { display: flex; gap: 8px; max-width: 300px; }
.footer-newsletter-form input { flex: 1; padding: 11px 14px; border-radius: 8px; border: 1px solid #3a3a38; background: #262624; color: #fff; font-size: 13.5px; font-family: 'Work Sans', sans-serif; }
.footer-newsletter-form input::placeholder { color: #7a7a77; }
.footer-newsletter-form button { background: var(--orange); border: none; color: #fff; border-radius: 8px; width: 42px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
.footer-newsletter-form button:hover { background: var(--orange-dark); }
.footer-newsletter-msg { font-size: 13px; color: #7ed3a0; }
.footer-newsletter-msg.error { color: #f0a0a0; }

/* ABOUT TEASER / SECTIONS */
.section-tint { background: var(--cream-tint); padding: 88px 64px; }
.section-tint .inner { max-width: 720px; margin: 0 auto; text-align: center; }
.section-tint h2 { font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.section-tint p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 28px; }
.link-underline { color: var(--black); font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--black); padding-bottom: 2px; }

.story { max-width: 760px; margin: 0 auto; padding: 0 24px 90px; }
.story p { font-size: 18px; line-height: 1.8; color: #3a3a38; }
.story p + p { margin-top: 24px; }

.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; max-width: 1000px; margin: 0 auto; }
.value-card { background: #fff; border-radius: 14px; padding: 32px 26px; }
.value-card .service-icon { margin-bottom: 18px; }
.value-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }

@media (max-width: 860px) {
  .values-grid, .team-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* TEAM */
.team-section { padding: 90px 64px 20px; text-align: center; }
.team-section h2 { font-size: 32px; font-weight: 700; margin-bottom: 48px; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; max-width: 1000px; margin: 0 auto; }
.team-card { display: flex; flex-direction: column; align-items: center; }
.team-avatar { width: 96px; height: 96px; border-radius: 50%; background: #fdece0; color: var(--orange); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.team-card p { font-size: 13.5px; color: var(--muted-2); }

/* CTA */
.cta-section { padding: 96px 24px; text-align: center; }
.cta-section h2 { font-size: 34px; font-weight: 700; margin-bottom: 16px; }
.cta-section p { font-size: 16px; color: var(--muted); margin-bottom: 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.site-footer { background: var(--black); color: #fff; padding: 64px 64px 28px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; max-width: 1180px; margin: 0 auto; }
.footer-brand .logo-text { margin-bottom: 14px; display: inline-block; }
.footer-tagline { font-size: 14px; line-height: 1.6; color: #a3a3a0; max-width: 280px; }
.footer-heading { font-size: 13px; font-weight: 600; color: #a3a3a0; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: #e5e5e2; font-size: 14px; }
.footer-bottom { max-width: 1180px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid #333330; display: flex; justify-content: space-between; align-items: center; color: #8a8a87; font-size: 13px; }

@media (max-width: 700px) {
  .site-footer { padding: 48px 24px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* FLOATING BUTTON */
.floating-btn {
  position: fixed; bottom: 24px; right: 24px;
  display: flex; align-items: center; gap: 10px;
  background: var(--orange); color: #fff;
  padding: 15px 24px; border-radius: 999px;
  box-shadow: 0 14px 28px rgba(240,112,28,0.38);
  font-weight: 600; font-size: 14.5px; z-index: 50;
}
.floating-btn:hover { background: var(--orange-dark); color: #fff; }
@media (max-width: 640px) {
  .floating-btn { bottom: 16px; right: 16px; padding: 13px 18px; font-size: 12.5px; }
}

/* FORMS (careers / book a meeting) */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 40px; }
.form-card h2 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.form-card > p.form-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field { margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: #3a3a38; display: block; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid #e2e2df; border-radius: 8px;
  font-family: 'Work Sans', sans-serif; font-size: 14.5px; color: var(--black);
}
.field textarea { resize: vertical; }
.file-drop { border: 1.5px dashed #d8d8d4; border-radius: 8px; padding: 22px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted-2); text-align: center; }
.file-drop input[type=file] { margin-top: 6px; }

.roles-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.role-chip { background: #fff; border: 1.5px solid var(--border); border-radius: 999px; padding: 12px 22px; font-size: 14.5px; font-weight: 600; }

.book-grid { max-width: 1040px; margin: 0 auto; padding: 0 24px 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.calendar-placeholder { background: #fff; border: 1.5px dashed #d8d8d4; border-radius: 16px; padding: 40px 28px; min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; }
.calendar-placeholder .service-icon { width: 52px; height: 52px; border-radius: 12px; }

@media (max-width: 860px) {
  .book-grid, .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 26px; }
}

.alert { padding: 14px 18px; border-radius: 8px; font-size: 14px; margin-bottom: 20px; }
.alert-success { background: #e8f7ee; color: #1b6b3a; border: 1px solid #bfe8cf; }
.alert-error { background: #fdeaea; color: #a3271f; border: 1px solid #f5c5c1; }
