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

:root {
  --forest: #16301c;
  --forest-mid: #234d2b;
  --forest-light: #2f6b38;
  --sage: #4a8f5c;
  --moss: #6db56a;
  --leaf: #a8d5a2;
  --gold: #c9a84c;
  --gold-light: #e8cc7a;
  --cream: #f5f1e8;
  --cream-dark: #e3ddd0;
  --brown: #5c3d2e;
  --text: #1a1a18;
  --text-muted: #4a4a44;
  --white: #ffffff;
  --shadow: 0 8px 32px rgba(22, 48, 28, 0.18);
  --shadow-lg: 0 20px 60px rgba(22, 48, 28, 0.28);
  --radius: 14px;
  --radius-lg: 22px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --header-h: 96px;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

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

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

.container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.site-header--hero {
  background: linear-gradient(180deg, rgba(22, 48, 28, 0.85) 0%, rgba(22, 48, 28, 0.4) 70%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header--hero .nav-brand strong,
.site-header--hero .nav-brand small,
.site-header--hero .nav-links a:not(.nav-cta) {
  color: var(--white);
}

.site-header--hero .nav-links a:not(.nav-cta):hover {
  color: var(--gold-light);
}

.site-header--hero .nav-toggle span {
  background: var(--white);
}

.site-header.scrolled {
  background: rgba(245, 241, 232, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(22, 48, 28, 0.1);
  box-shadow: var(--shadow);
}

.site-header.scrolled .nav-brand strong { color: var(--forest); }
.site-header.scrolled .nav-brand small { color: var(--sage); }
.site-header.scrolled .nav-links a:not(.nav-cta) { color: var(--text-muted); }
.site-header.scrolled .nav-links a:not(.nav-cta):hover { color: var(--forest); }
.site-header.scrolled .nav-toggle span { background: var(--forest); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-logo-img {
  height: 72px;
  width: auto;
  border-radius: 10px;
  background: var(--white);
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
  flex-shrink: 0;
}

.site-header--hero .nav-logo-img {
  height: 80px;
}

.site-header.scrolled .nav-logo-img {
  border-color: rgba(22, 48, 28, 0.18);
  box-shadow: 0 4px 18px rgba(22, 48, 28, 0.18);
}

.nav-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.nav-brand strong {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.35s;
}

.nav-brand small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  transition: color 0.35s;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.nav-cta {
  background: var(--gold) !important;
  color: var(--forest) !important;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.4);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;
}

.nav-cta:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.5);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 160;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s, background 0.35s;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2rem) 0 5rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('assets/img/hero-poster.jpg') center/cover no-repeat;
}

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(22, 48, 28, 0.92) 0%,
    rgba(22, 48, 28, 0.75) 45%,
    rgba(22, 48, 28, 0.35) 100%
  );
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  color: var(--white);
}

.hero-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-light);
  background: rgba(201, 168, 76, 0.18);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  margin-bottom: 1.75rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-title em {
  font-style: italic;
  color: var(--leaf);
}

.hero-tagline {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-desc {
  max-width: 520px;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}

.btn-primary {
  background: var(--gold);
  color: var(--forest);
  border-color: var(--gold);
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.45);
}

.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(201, 168, 76, 0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
  transform: translateY(-3px);
}

.btn-full { width: 100%; }

.hero-stats {
  display: flex;
  gap: clamp(2rem, 5vw, 3.5rem);
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat { display: flex; flex-direction: column; }

.stat-num {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}

.stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.hero-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: min(300px, 38vw);
  height: auto;
  border-radius: 50%;
  opacity: 0.5;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* ── Sections ── */
section { padding: 0; }

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}

.section-header--light h2 { color: var(--cream); }
.section-header--light p { color: rgba(255, 255, 255, 0.75); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sage);
  margin-bottom: 0.75rem;
}

.eyebrow--light { color: var(--gold-light); }

.section-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.1rem;
}

/* ── Services ── */
.services-banner {
  background: var(--forest);
  padding: 4rem 0 3rem;
  text-align: center;
}

.services-banner h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: var(--white);
}

.services-body {
  padding: 3.5rem 0 5rem;
  background: var(--white);
}

.services-intro {
  text-align: center;
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 3rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  border-left: 4px solid var(--sage);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-left-color: var(--gold);
}

.service-num {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(74, 143, 92, 0.25);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.65rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ── About ── */
.about {
  padding: 5.5rem 0;
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

.about-image { position: relative; }

.about-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
}

.about-accent {
  position: absolute;
  bottom: -1.75rem;
  right: -1.75rem;
  width: 45%;
  height: 45%;
  background: var(--sage);
  border-radius: var(--radius-lg);
  z-index: -1;
}

.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.about-list {
  list-style: none;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}

.about-list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  color: var(--forest);
  font-size: 0.95rem;
}

.about-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

/* ── Gallery ── */
.work {
  padding: 5.5rem 0;
  background: var(--white);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px 260px;
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0;
}

.gallery-item--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(transparent, rgba(22, 48, 28, 0.92));
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ── Testimonials ── */
.testimonials {
  padding: 5.5rem 0;
  background: var(--forest);
  color: var(--cream);
}

.testimonials .eyebrow { color: var(--gold-light); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin: 0;
}

.testimonial p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-style: italic;
  opacity: 0.92;
}

.testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testimonial footer strong { font-size: 1rem; color: var(--gold-light); }
.testimonial footer span { font-size: 0.82rem; opacity: 0.6; }

/* ── Contact ── */
.contact {
  padding: 5.5rem 0;
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.contact-info > p {
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-item { display: flex; flex-direction: column; gap: 0.25rem; }

.contact-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sage);
}

.contact-item a {
  color: var(--forest);
  font-weight: 700;
  font-size: 1.1rem;
  transition: color 0.2s;
}

.contact-item a:hover { color: var(--sage); }

.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 4px solid var(--sage);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form label span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: var(--font-sans);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 2px solid var(--cream-dark);
  border-radius: 10px;
  background: var(--cream);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(74, 143, 92, 0.15);
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.form-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}

/* ── Footer ── */
.site-footer {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
}

.footer-brand img {
  border-radius: 50%;
  margin-bottom: 1.25rem;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 2px solid rgba(201, 168, 76, 0.4);
}

.footer-brand p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--gold-light);
  letter-spacing: 0.06em;
}

.footer-links h4 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--white);
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.6rem; }

.footer-links a {
  font-size: 0.95rem;
  opacity: 0.75;
  transition: opacity 0.2s, color 0.2s;
}

.footer-links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.82rem;
  opacity: 0.55;
}

.footer-demo { font-style: italic; }

/* ── Toast ── */
.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: var(--forest);
  color: var(--white);
  padding: 1rem 1.75rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: var(--shadow-lg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 200;
  pointer-events: none;
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-desc { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-brand { order: -1; }
  .hero-logo { width: min(220px, 50vw); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-accent { display: none; }
  .about-list { grid-template-columns: 1fr; }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-item--wide { grid-column: span 2; grid-row: span 1; }
  .gallery-item, .gallery-item--wide { height: 240px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-details { grid-template-columns: 1fr; }

  .nav-toggle { display: flex; }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 150;
    background: var(--forest);
    flex-direction: column;
    padding: 1rem 1.25rem 1.5rem;
    gap: 0;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
    box-shadow: var(--shadow-lg);
  }

  .site-header.scrolled .nav-links,
  .site-header:not(.site-header--hero) .nav-links {
    background: var(--cream);
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li { width: 100%; }

  .nav-links a {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white) !important;
    font-size: 1.05rem;
  }

  .site-header.scrolled .nav-links a:not(.nav-cta),
  .site-header:not(.site-header--hero) .nav-links a:not(.nav-cta) {
    color: var(--text-muted) !important;
    border-bottom-color: rgba(22, 48, 28, 0.08);
  }

  .nav-cta {
    text-align: center;
    margin-top: 0.75rem;
    padding: 0.85rem 1.25rem !important;
  }

  .nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(22, 48, 28, 0.45);
    z-index: 140;
  }

  .nav-backdrop.show { display: block; }
}

@media (max-width: 640px) {
  :root { --header-h: 76px; }

  .container { width: min(1200px, 94vw); }

  .nav-logo { gap: 0.65rem; min-width: 0; }
  .nav-logo-img { height: 50px; }
  .site-header--hero .nav-logo-img { height: 54px; }
  .nav-brand strong { font-size: 1.1rem; }
  .nav-brand small { font-size: 0.6rem; letter-spacing: 0.12em; }

  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 1.5rem) 0 3rem;
  }

  .hero-title { font-size: clamp(2rem, 9vw, 2.5rem); }
  .hero-desc { font-size: 1rem; }
  .hero-logo { width: min(200px, 62vw); }

  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 1.5rem; justify-content: space-around; width: 100%; }
  .stat-num { font-size: 2.25rem; }

  .page-hero {
    padding: calc(var(--header-h) + 2.5rem) 0 3rem;
  }

  .page-hero h1 { font-size: clamp(2rem, 8vw, 2.75rem); }
  .page-content { padding: 3rem 0; }
  .page-cta { padding: 3rem 0; }
  .page-cta .btn { width: 100%; max-width: 320px; }

  .services-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; }
  .gallery-item, .gallery-item--wide { height: 220px; min-height: 220px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .service-page-card img { height: 200px; }
  .contact-form { padding: 1.5rem; }
  .detail-main h2 { font-size: 1.65rem; }

  .chatbot {
    right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    left: auto;
  }

  .chatbot-toggle {
    position: fixed;
    right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    z-index: 310;
  }

  .chatbot-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: min(82vh, 580px);
    border-radius: 20px 20px 0 0;
    z-index: 305;
  }

  .chatbot--open .chatbot-toggle {
    bottom: min(82vh, 580px);
    margin-bottom: 0.5rem;
  }

  .toast {
    width: calc(100% - 2rem);
    text-align: center;
    font-size: 0.85rem;
  }
}

@media (max-width: 380px) {
  .nav-brand small { display: none; }
  .hero-badge { font-size: 0.68rem; letter-spacing: 0.08em; }
}

/* ── Inner pages ── */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 4rem) 0 4.5rem;
  background: var(--forest) center/cover no-repeat;
  color: var(--white);
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 48, 28, 0.92), rgba(22, 48, 28, 0.7));
}

.page-hero .container { position: relative; z-index: 1; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.82rem;
  margin-bottom: 1.25rem;
  opacity: 0.75;
}

.breadcrumbs a:hover { color: var(--gold-light); }
.breadcrumbs span { opacity: 0.5; }

.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.page-hero p {
  font-size: 1.15rem;
  max-width: 560px;
  opacity: 0.88;
  line-height: 1.65;
}

.page-content { padding: 5rem 0; background: var(--white); }

.detail-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.detail-main h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--forest);
  margin-bottom: 1rem;
}

.detail-main h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--forest);
  margin: 2rem 0 1rem;
}

.detail-main p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.detail-list, .process-steps {
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.detail-list li, .process-steps li {
  margin-bottom: 0.65rem;
  line-height: 1.6;
}

.process-steps li::marker { color: var(--sage); font-weight: 700; }

.detail-sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: calc(var(--header-h) + 1.5rem); }

.sidebar-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border-top: 4px solid var(--sage);
}

.sidebar-card--cta {
  background: var(--forest);
  color: var(--white);
  border-top-color: var(--gold);
}

.sidebar-card h4 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.sidebar-card p { font-size: 0.95rem; opacity: 0.85; margin-bottom: 1.25rem; }

.sidebar-card--cta p { color: rgba(255, 255, 255, 0.8); }

.sidebar-links { list-style: none; }

.sidebar-links li { margin-bottom: 0.5rem; }

.sidebar-links a {
  font-weight: 600;
  color: var(--forest);
  transition: color 0.2s;
}

.sidebar-links a:hover { color: var(--sage); }

.page-cta {
  padding: 4.5rem 0;
  background: var(--forest);
  color: var(--white);
  text-align: center;
}

.page-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.page-cta p {
  max-width: 520px;
  margin: 0 auto 2rem;
  opacity: 0.85;
  font-size: 1.1rem;
}

.page-cta .btn-primary { margin-top: 0.5rem; }

/* Services overview */
.services-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.service-page-card {
  display: block;
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(22, 48, 28, 0.08);
}

.service-page-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-page-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-page-card-body { padding: 1.75rem; }

.service-page-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--forest);
  margin-bottom: 0.5rem;
}

.service-page-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.service-page-card span {
  font-weight: 700;
  color: var(--sage);
  font-size: 0.9rem;
}

/* About page */
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-page-grid h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 1.25rem;
}

.about-page-grid p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.value-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border-bottom: 4px solid var(--sage);
}

.value-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--forest);
  margin-bottom: 0.5rem;
}

.value-card p { color: var(--text-muted); font-size: 0.95rem; }

.team-strip {
  padding: 5rem 0;
  background: var(--cream);
}

.nav-links a.active:not(.nav-cta) {
  color: var(--gold-light) !important;
}

.site-header.scrolled .nav-links a.active:not(.nav-cta) {
  color: var(--forest) !important;
  box-shadow: inset 0 -2px 0 var(--sage);
}

/* ── Chatbot ── */
.chatbot {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 300;
  font-family: var(--font-sans);
}

.chatbot-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: var(--forest);
  color: var(--white);
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.25s;
}

.chatbot-toggle:hover {
  transform: scale(1.06);
  background: var(--forest-mid);
}

.chatbot-toggle svg { width: 26px; height: 26px; }

.chatbot-icon-close { display: none; }

.chatbot--open .chatbot-icon-open { display: none; }
.chatbot--open .chatbot-icon-close { display: block; }

.chatbot-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  animation: chatPulse 2.5s ease-out infinite;
  pointer-events: none;
}

.chatbot--open .chatbot-pulse { display: none; }

@keyframes chatPulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.35); opacity: 0; }
}

.chatbot-panel {
  position: absolute;
  bottom: 76px;
  right: 0;
  width: min(380px, calc(100vw - 2rem));
  height: 520px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(22, 48, 28, 0.1);
}

.chatbot-panel.is-open {
  display: flex;
}

.chatbot-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: var(--forest);
  color: var(--white);
}

.chatbot-header img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.chatbot-header strong { display: block; font-size: 0.95rem; }
.chatbot-header span { font-size: 0.75rem; opacity: 0.7; }

.chatbot-close {
  margin-left: auto;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  line-height: 1;
}

.chatbot-close:hover { opacity: 1; }

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--cream);
}

.chatbot-msg {
  max-width: 88%;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.55;
  white-space: pre-line;
}

.chatbot-msg--bot {
  background: var(--white);
  color: var(--text);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 8px rgba(22, 48, 28, 0.08);
}

.chatbot-msg--user {
  background: var(--forest);
  color: var(--white);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chatbot-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-self: flex-start;
}

.chatbot-chip {
  background: var(--white);
  border: 1.5px solid var(--sage);
  color: var(--forest);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-sans);
}

.chatbot-chip:hover {
  background: var(--sage);
  color: var(--white);
  border-color: var(--sage);
}

.chatbot-typing {
  display: flex;
  gap: 4px;
  padding: 0 1rem 0.5rem;
  background: var(--cream);
}

.chatbot-typing span {
  width: 7px;
  height: 7px;
  background: var(--sage);
  border-radius: 50%;
  animation: typingBounce 1.2s ease-in-out infinite;
}

.chatbot-typing span:nth-child(2) { animation-delay: 0.15s; }
.chatbot-typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-6px); opacity: 1; }
}

.chatbot-input {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid var(--cream-dark);
  background: var(--white);
}

.chatbot-input input {
  flex: 1;
  border: 2px solid var(--cream-dark);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}

.chatbot-input input:focus { border-color: var(--sage); }

.chatbot-input button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--gold);
  color: var(--forest);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.chatbot-input button:hover { background: var(--gold-light); }
.chatbot-input button svg { width: 18px; height: 18px; }

.chatbot-disclaimer {
  font-size: 0.68rem;
  color: var(--text-muted);
  text-align: center;
  padding: 0.4rem 0.75rem 0.6rem;
  background: var(--white);
}

@media (max-width: 900px) {
  .detail-grid, .about-page-grid { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; }
  .services-page-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}

