:root {
  --ink: #161410;
  --ink-soft: #3a352e;
  --cream: #f4efe6;
  --cream-deep: #ebe3d4;
  --paper: #faf7f1;
  --white: #fffdf8;
  --gold: #b8956a;
  --gold-deep: #9a7548;
  --gold-soft: #e8d5b5;
  --sage: #3d5a4c;
  --sage-deep: #1f332b;
  --terracotta: #b85c38;
  --muted: #6e675e;
  --line: rgba(22, 20, 16, 0.12);
  --shadow: 0 18px 50px rgba(22, 20, 16, 0.12);
  --radius: 18px;
  --header-h: 86px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-deep); }

.serif { font-family: var(--serif); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3, .display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}
.display {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}
h1 { font-size: clamp(2.2rem, 4.6vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
h3 { font-size: 1.45rem; }
.lede {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 42rem;
}
.muted { color: var(--muted); }
.gold { color: var(--gold-deep); }
.italic { font-style: italic; }

.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }
.section-ink {
  background: var(--sage-deep);
  color: var(--cream);
}
.section-ink h2, .section-ink h3, .section-ink .display { color: var(--cream); }
.section-sage { background: var(--sage); color: var(--cream); }
.section-paper { background: var(--paper); }
.section-cream { background: var(--cream); }

.divider-gold {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 18px 0 22px;
}

/* Buttons */
.btn {
  --bs-btn-padding-x: 1.4rem;
  --bs-btn-padding-y: 0.78rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.86rem;
  text-transform: uppercase;
}
.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.btn-gold:hover, .btn-gold:focus {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  color: var(--white);
}
.btn-ink {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}
.btn-ink:hover { background: #000; color: var(--cream); }
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.45);
  color: var(--cream);
}
.btn-ghost:hover { background: var(--cream); color: var(--ink); }
.btn-outline-ink {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}
.btn-outline-ink:hover { background: var(--ink); color: var(--cream); }
.btn-outline-gold {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold-deep);
}
.btn-outline-gold:hover { background: var(--gold); color: var(--ink); }

/* Header */
.site-header {
  background-color: #fff;
  padding: 10px 0;
}
.site-header.scrolled,
.site-header.is-solid {
  background: rgba(244, 239, 230, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(22,20,16,0.08);
  padding: 10px 0;
}
.site-header .nav-link {
  color: #000 !important;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.5rem 0.85rem !important;
  text-transform: uppercase;
}
.site-header.scrolled .nav-link,
.site-header.is-solid .nav-link {
  color: #000 !important;
}
.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--gold) !important;
}
.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active,
.site-header.is-solid .nav-link:hover,
.site-header.is-solid .nav-link.active {
  color: var(--gold-deep) !important;
}
.navbar-toggler {
  border: 1px solid rgba(255,255,255,0.35);
  padding: 0.4rem 0.55rem;
}
.site-header.scrolled .navbar-toggler,
.site-header.is-solid .navbar-toggler {
  border-color: var(--line);
}
.navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(244,239,230,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-header.scrolled .navbar-toggler-icon,
.site-header.is-solid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(22,20,16,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.brand img{
  width: 250px;
}
.site-header.scrolled .brand,
.site-header.is-solid .brand { color: var(--ink); }
.brand-mark {
  width: 42px; height: 42px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-text strong {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}
.brand-text span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-top: 3px;
}

.dropdown-menu {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
  min-width: 280px;
}
.dropdown-item {
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
  color: var(--ink);
}
.dropdown-item:hover { background: var(--cream-deep); color: var(--ink); }

.header-cta { margin-left: 10px; }
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--sage-deep);
    margin-top: 12px;
    padding: 16px;
    border-radius: 16px;
  }
  .site-header.scrolled .navbar-collapse,
  .site-header.is-solid .navbar-collapse {
    background: var(--paper);
  }
  .header-cta { margin: 12px 0 0; }
}

/* Hero */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--cream);
  background: #1a1a16 center/cover no-repeat;
  padding: 140px 0 72px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22,20,16,0.25) 0%, rgba(22,20,16,0.55) 45%, rgba(22,20,16,0.78) 100%),
    linear-gradient(90deg, rgba(22,20,16,0.45), transparent 55%);
}
.hero .container { position: relative; z-index: 2; }
.hero-kicker {
  font-style: italic;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--gold-soft);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-meta {
  display: flex;
  gap: 28px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(244,239,230,0.18);
  flex-wrap: wrap;
}
.hero-meta b { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.hero-meta span { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.75; }

.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 64px;
  color: var(--cream);
  background: var(--sage-deep) center/cover no-repeat;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,51,43,0.35), rgba(22,20,16,0.72));
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb-nav {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
}
.breadcrumb-nav a { color: var(--gold-soft); }

/* Cards */
.service-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--gold-soft);
}
.service-card .thumb {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.service-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.service-card:hover .thumb img { transform: scale(1.06); }
.service-card .body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.service-card .num {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--gold-deep);
  text-transform: uppercase;
}
.service-card h3 { margin: 8px 0 10px; font-size: 1.35rem; }
.service-card p { color: var(--muted); flex: 1; }
.service-card .more {
  margin-top: 12px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
}

.stat-card {
  padding: 8px 8px 8px 0;
}
.stat-card b {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 500;
  display: block;
  line-height: 1;
}
.stat-card span { color: var(--muted); font-size: 0.92rem; }

.process-item {
  padding: 28px 24px;
  border-top: 1px solid var(--line);
  height: 100%;
}
.process-item .step {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 1.1rem;
}
.media-frame {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame.tall { min-height: 520px; }
.badge-float {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--paper);
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.badge-float b { display: block; font-family: var(--serif); font-size: 1.4rem; }

.project-tile {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 360px;
  display: block;
  color: var(--cream) !important;
}
.project-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.project-tile:hover img { transform: scale(1.05); }
.project-tile .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(22,20,16,0.8));
  z-index: 1;
}
.project-tile.tall { min-height: 540px; }

.testimonial {
  background: var(--paper);
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  border: 1px solid var(--line);
}
.testimonial q {
  color: #000;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 22px;
}
.stars { color: var(--gold-deep); letter-spacing: 2px; margin-bottom: 10px; }
.who b { display: block; color: #121611; }

.blog-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card .meta {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}
.blog-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.blog-card p { color: var(--muted); flex: 1; }

.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li {
  position: relative;
  padding: 9px 0 9px 28px;
  border-bottom: 1px solid var(--line);
}
.list-check li::before {
  content: "";
  width: 10px; height: 10px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: absolute;
  left: 0; top: 16px;
}

.icon-tile {
  width: 52px; height: 52px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--gold-deep);
}

/* Forms */
.form-panel {
  background: var(--paper);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.form-control, .form-select, textarea.form-control {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  color: var(--ink);
}
.form-control:focus, .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(184,149,106,0.18);
}
.form-label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
}
.form-error {
  color: var(--terracotta);
  font-size: 0.82rem;
  display: none;
  margin-top: 4px;
}
.is-invalid + .form-error, .is-invalid ~ .form-error { display: block; }
.form-success {
  display: none;
  background: #e8f0ea;
  border: 1px solid #b7d0bf;
  color: var(--sage-deep);
  padding: 18px 20px;
  border-radius: 14px;
  margin-bottom: 16px;
}
.form-success.show { display: block; }

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mini-toast {
  background: var(--ink);
  color: var(--cream);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  min-width: 240px;
}

/* Footer */
.site-footer {
  background: #121611;
  color: #d8d0c4;
  padding: 72px 0 24px;
}
.site-footer h3, .site-footer h4 {
  color: var(--cream);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.site-footer a { color: #d8d0c4; }
.site-footer a:hover { color: var(--gold); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(244,239,230,0.1);
  margin-top: 40px;
  padding-top: 18px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-brand strong {
  font-family: var(--serif);
  color: var(--cream);
  font-size: 1.4rem;
}
.newsletter-mini .form-control {
  background: #1c211d;
  border-color: rgba(244,239,230,0.15);
  color: var(--cream);
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: var(--cream-deep);
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.accordion-button {
  background: transparent;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink);
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--sage);
}
.accordion-body { color: var(--muted); }

.map-embed {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 20px;
  filter: grayscale(0.35) contrast(1.05);
}

.legal h2 { font-size: 1.5rem; margin-top: 32px; }
.legal p, .legal li { color: var(--ink-soft); }

.cta-band {
  background: var(--sage-deep) center/cover no-repeat;
  position: relative;
  color: var(--cream);
  padding: 88px 0;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31,51,43,0.78);
}
.cta-band .container { position: relative; z-index: 1; }

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

.contact-chip {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.contact-chip b { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); }

@media (max-width: 767.98px) {
  .section { padding: 64px 0; }
  .media-frame.tall { min-height: 320px; }
  .project-tile, .project-tile.tall { min-height: 280px; }
  .hero { min-height: 92vh; padding-bottom: 48px; }
}

.page-hero h1{
  color: #fff;
}

.blog-content {
  text-align: justify;
}