:root {
  --primary: #191510;
  --primary-light: #2c241c;
  --accent: #b58a48;
  --accent-dark: #936c34;
  --accent-light: #d9c29b;
  --white: #fffdf9;
  --off-white: #f7f2e9;
  --text: #201a15;
  --text-light: #665c51;
  --text-muted: #948679;
  --border: #ded4c5;
  --border-light: #ebe4d9;
  --shadow: 0 8px 24px rgba(58, 44, 30, 0.08);
  --shadow-lg: 0 16px 36px rgba(58, 44, 30, 0.12);
  --section-padding: 4rem 0;
  --max-width: 1320px;
}
body {
  background: #f4eee5;
  font-size: 14px;
}
p {
  font-size: 0.92rem;
  line-height: 1.75;
}
h1 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 500;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
}
h3 {
  font-weight: 500;
}
.container {
  padding-inline: 2.2rem;
}
header {
  position: sticky;
  padding: 0.55rem 0;
  background: rgba(255, 253, 249, 0.97);
  border-bottom: 1px solid #eee5d8;
  box-shadow: none;
}
header.scrolled {
  padding: 0.45rem 0;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 5px 18px rgba(55, 40, 20, 0.07);
}
.logo-img {
  width: 190px;
  height: 48px;
}
.nav-bar {
  min-height: 52px;
}
.nav-links {
  margin-left: auto;
  gap: 0.25rem;
}
.nav-links a {
  color: #312820;
  padding: 0.65rem 0.75rem;
  font-size: 0.76rem;
  border-radius: 0;
}
.nav-links a::after {
  height: 1px;
}
.nav-links .nav-consult {
  margin-left: 0.8rem;
  padding: 0.75rem 1.15rem;
  color: #fff;
  background: var(--accent);
}
.nav-links .nav-consult:hover {
  color: #fff;
  background: var(--accent-dark);
}
.nav-links .nav-consult::after {
  display: none;
}
.theme-toggle {
  order: 3;
  width: 34px;
  height: 34px;
  margin: 0 0 0 0.45rem;
  border: 0;
}
.mobile-menu-btn {
  order: 4;
}
.btn-primary,
.btn-small,
.btn-outline {
  border-radius: 2px;
  padding: 0.82rem 1.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: none;
}
.btn-outline {
  color: var(--text);
  border: 1px solid #b9aa99;
  background: rgba(255, 255, 255, 0.7);
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

/* Home */
.hero {
  min-height: auto;
  display: block;
  padding: 0 0 2.8rem;
  background: var(--off-white);
  overflow: visible;
}
.hero::before,
.hero::after,
.hero-light,
.hero-bg-shapes {
  display: none;
}
.hero-grid {
  max-width: none;
  padding: 0;
  grid-template-columns: 40% 60%;
  min-height: 590px;
  gap: 0;
  background: #fbf8f2;
}
.hero-content {
  padding: 7rem clamp(2.5rem, 5vw, 6.5rem);
  color: var(--text);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-badge {
  display: none;
}
.hero h1 {
  color: var(--text);
  max-width: 620px;
  margin-bottom: 1.4rem;
  line-height: 1.03;
}
.hero-highlight {
  display: block;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  background: none;
}
.hero-content p {
  color: var(--text-light);
  max-width: 500px;
  font-size: 0.98rem;
}
.hero-buttons {
  margin: 0;
}
.hero-visual {
  min-height: 590px;
  background:
    linear-gradient(90deg, rgba(247, 242, 233, 0.1), transparent),
    url("../assets/hero-reception.jpeg") center center / cover no-repeat;
}
.hero-stats {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 0 2rem;
  min-height: 102px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fffdf9;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}
.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.4rem;
  border: 0;
  border-right: 1px solid var(--border-light);
  background: transparent;
  border-radius: 0;
  text-align: left;
  backdrop-filter: none;
}
.stat:last-child {
  border-right: 0;
}
.stat:hover {
  transform: none;
  background: #faf5ec;
}
.stat i {
  color: var(--accent);
  font-size: 1.65rem;
}
.stat-number,
.stat-percent {
  display: inline;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
}
.stat-label {
  color: var(--text-muted);
  font-size: 0.7rem;
  margin: 0;
}
.brands {
  display: none;
}
.featured-projects {
  background: #f7f2e9;
  padding: 3rem 0 4rem;
}
.section-header {
  margin-bottom: 2rem;
}
.section-header .section-tag,
.section-header p {
  display: none;
}
.featured-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.featured-card {
  height: 330px;
  border-radius: 5px;
  box-shadow: none;
}
.featured-overlay {
  padding: 1.25rem;
  background: linear-gradient(transparent 35%, rgba(15, 12, 9, 0.9));
}
.featured-overlay h3 {
  font-size: 1.2rem;
}
.featured-overlay .btn-small {
  padding: 0.38rem 0.7rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
#services {
  background: #fffdf9;
}
.services-row {
  gap: 0.8rem;
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  border-radius: 2px;
  box-shadow: none;
  padding: 1.6rem 1.2rem;
  text-align: left;
}
.service-icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-card h3 {
  font-size: 1.05rem;
}
.home-process {
  padding: 3.8rem 0;
  background: #fffdf9;
}
.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.timeline-item {
  position: relative;
  padding: 0 2rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.timeline-item:last-child {
  border: 0;
}
.timeline-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.9rem;
  border: 1px solid var(--accent-light);
  border-radius: 50%;
  color: var(--accent);
  font-size: 1.25rem;
}
.timeline-item strong {
  display: block;
  color: var(--accent);
  font-size: 0.72rem;
}
.timeline-item h3 {
  margin: 0.25rem 0;
  font-size: 1rem;
}
.timeline-item p {
  max-width: 180px;
  margin: auto;
  font-size: 0.72rem;
}
#testimonials {
  background: #f7f2e9;
}
.testimonials-slider {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.testimonial {
  padding: 1.5rem;
  background: #fffdf9;
  border-radius: 2px;
}
.testimonial-brand {
  margin: 0 0 0.8rem;
}
.testimonial-avatar {
  width: 42px;
  height: 42px;
  font-size: 0.72rem;
}
.testimonial-logo {
  width: 36px;
  height: 36px;
}
.testimonial-quote {
  display: none;
}
blockquote.testimonial-text {
  font-size: 0.78rem;
}
.cta-section {
  position: relative;
  overflow: hidden;
  margin: 3.5rem 0 1rem;
  padding: 3.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(rgba(20, 16, 12, 0.8), rgba(20, 16, 12, 0.84)),
    url("../assets/bg2.jpg") center 70% / cover;
}
.cta-section h2,
.cta-section p {
  color: #fff;
}
.cta-section h2 {
  margin-bottom: 0.4rem;
  font-size: 1.75rem;
}
.cta-section p {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Inner pages */
.page-header {
  padding: 8.2rem 0;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(16, 13, 10, 0.88), rgba(16, 13, 10, 0.45)),
    url("../assets/bg3.webp") center 55% / cover;
}
.page-header h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.page-header p {
  color: rgba(255, 255, 255, 0.72);
}
.about-section,
.contact-section,
.projects-section {
  background: #fffdf9;
  padding: 3rem 0 4rem;
}
.about-grid {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: stretch;
}
.about-content {
  padding: 2.5rem;
  background: url("../assets/Boardroom.jpg") center/cover;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.about-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(15, 12, 9, 0.85));
}
.about-content > * {
  position: relative;
  color: #fff !important;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.value-card {
  margin: 0;
  padding: 1.5rem;
  display: block;
  text-align: center;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: #fbf7f0;
}
.value-card i {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.value-card h4 {
  font-size: 1rem;
}
.value-card p {
  font-size: 0.75rem;
}
.founder-card {
  margin-top: 2rem;
  border-radius: 2px;
  background: var(--primary);
  color: #fff;
}
.founder-card h3,
.founder-card p {
  color: #fff;
}
.projects-filter {
  margin-bottom: 2rem;
}
.filter-btn {
  border-radius: 2px;
  padding: 0.55rem 1.3rem;
}
.projects-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.project-card {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid var(--border-light);
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.project-img {
  height: 220px;
}
.project-info {
  padding: 1.25rem;
}
.project-info h3 {
  font-size: 1.05rem;
}
.project-desc {
  font-size: 0.76rem;
}
.contact-grid {
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.contact-info-panel,
.contact-form-panel {
  background: #fbf7f0;
  border: 1px solid var(--border-light);
  padding: 1.5rem;
}
.info-card,
.process-step {
  padding: 1rem;
  margin-bottom: 0.75rem;
  box-shadow: none;
  border: 1px solid var(--border-light);
  border-left: 2px solid var(--accent);
  border-radius: 2px;
}
.contact-form {
  position: static;
  padding: 1.5rem;
  border-radius: 2px;
  box-shadow: none;
  background: #fffdf9;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid var(--border);
  border-radius: 1px;
  background: #fff;
  padding: 0.72rem;
  margin-bottom: 1rem;
}

footer {
  margin-top: 0;
  padding-top: 3rem;
  background: #16130f;
}
.footer-grid {
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1.2fr;
  gap: 2rem;
}
.footer-logo {
  width: 190px;
  height: 50px;
}
.footer-col p,
.footer-col a {
  font-size: 0.74rem;
}
.whatsapp-float {
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  bottom: 1rem;
  right: 1rem;
}

[data-theme="dark"] .hero-grid,
[data-theme="dark"] .hero-stats,
[data-theme="dark"] .home-process {
  background: #17130f;
}
[data-theme="dark"] .hero-content,
[data-theme="dark"] .featured-projects,
[data-theme="dark"] #services,
[data-theme="dark"] #testimonials {
  background: #1c1712;
}
[data-theme="dark"] .hero h1,
[data-theme="dark"] .stat-number,
[data-theme="dark"] .stat-label {
  color: var(--text);
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-content {
    padding: 4.5rem 2rem 3rem;
    text-align: left;
  }
  .hero-visual {
    min-height: 430px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
  .featured-grid,
  .services-row,
  .projects-grid,
  .testimonials-slider {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .container {
    padding-inline: 1rem;
  }
  .nav-bar {
    padding-inline: 1rem;
  }
  .nav-bar {
    width: 100%;
    min-width: 0;
  }
  .logo-img {
    width: 150px;
    height: 42px;
  }
  .nav-links {
    background: #fffdf9;
  }
  .nav-links .nav-consult {
    margin: 0.5rem 0 0;
  }
  .theme-toggle {
    margin-left: auto;
  }
  .mobile-menu-btn {
    margin-left: 0.2rem;
    font-size: 1.35rem;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid,
  .hero-content {
    width: 100%;
    min-width: 0;
  }
  .hero-grid {
    padding-inline: 0;
  }
  .hero-content {
    padding: 4rem 1.5rem 3rem;
    overflow: hidden;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 11vw, 3.25rem);
    overflow-wrap: anywhere;
  }
  .hero-content p,
  .hero-content h1,
  .hero-buttons {
    width: calc(100vw - 3rem);
    max-width: calc(100vw - 3rem);
  }
  .hero-content p {
    overflow-wrap: anywhere;
  }
  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .hero-buttons a {
    justify-content: center;
    width: 100%;
  }
  .hero-visual {
    width: 100vw;
    min-height: 320px;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .stat {
    padding: 1rem 0.6rem;
    gap: 0.6rem;
  }
  .featured-grid,
  .services-row,
  .projects-grid,
  .testimonials-slider,
  .about-values {
    grid-template-columns: 1fr;
  }
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .timeline-item {
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
