:root {
  --charcoal: #3b3835;
  --charcoal-dark: #2f2c2a;
  --charcoal-light: #4a4643;
  --cream: #ece7de;
  --cream-dim: #cfc9bf;
  --taupe: #a88f80;
  --taupe-soft: #b89e8f;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--charcoal);
  color: var(--cream);
  font-family: 'Roboto Slab', serif;
  line-height: 1.7;
}
h1, h2, h3, .nav-links a, .btn {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- Nav ---------- */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(47, 44, 42, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(236, 231, 222, 0.1);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--cream);
  text-decoration: none;
  letter-spacing: 0.05em;
}
.nav-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--cream-dim);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--taupe); }
@media (max-width: 640px) {
  .nav-links { gap: 0.9rem; }
  .nav-links a { font-size: 0.72rem; }
}

/* ---------- Hero ---------- */
header.hero {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(168, 143, 128, 0.08), transparent 60%),
    var(--charcoal);
}
.hero-mark {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(5rem, 18vw, 11rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--cream);
  letter-spacing: 0.02em;
  user-select: none;
}
@media (max-width: 640px) {
  .hero-mark { -webkit-text-stroke-width: 2px; }
}
.hero h1 {
  margin-top: 1.2rem;
  font-size: clamp(1rem, 3.2vw, 1.6rem);
  font-weight: 600;
  color: var(--taupe);
  letter-spacing: 0.14em;
}
.hero-services {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 0.9rem;
}
.hero-services a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--cream-dim);
  padding: 0.45rem 1.1rem;
  border: 1px solid rgba(236, 231, 222, 0.25);
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.hero-services a:hover { border-color: var(--taupe); color: var(--taupe); }
.hero-cta {
  margin-top: 2.8rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.85rem 2.2rem;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.12em;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: var(--taupe);
  color: var(--charcoal-dark);
}
.btn-primary:hover { background: var(--cream); }
.btn-outline {
  border: 1.5px solid var(--cream-dim);
  color: var(--cream);
  background: transparent;
}
.btn-outline:hover { border-color: var(--taupe); color: var(--taupe); }

/* ---------- Page hero (subpages) ---------- */
.page-hero {
  text-align: center;
  padding: 4.5rem 1.5rem 3.5rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(168, 143, 128, 0.1), transparent 65%),
    var(--charcoal);
  border-bottom: 1px solid rgba(236, 231, 222, 0.08);
}
.page-hero .crumb {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  color: var(--taupe);
}
.page-hero .crumb a { color: var(--taupe); text-decoration: none; }
.page-hero .crumb a:hover { color: var(--cream); }
.page-hero h1 {
  margin-top: 0.7rem;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 600;
}
.page-hero p {
  max-width: 620px;
  margin: 1rem auto 0;
  color: var(--cream-dim);
}

/* ---------- Sections ---------- */
section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.5rem 1.5rem;
}
section.tight { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.section-label {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: var(--taupe);
  margin-bottom: 0.6rem;
}
h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 1.2rem;
}
.section-intro {
  max-width: 640px;
  color: var(--cream-dim);
  margin-bottom: 3rem;
}
.rule-top { border-top: 1px solid rgba(236, 231, 222, 0.08); }

/* ---------- Cards / services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}
.card {
  background: var(--charcoal-light);
  border: 1px solid rgba(236, 231, 222, 0.08);
  border-radius: 6px;
  padding: 2rem 1.7rem;
  transition: transform 0.2s, border-color 0.2s;
  text-decoration: none;
  display: block;
  color: inherit;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 143, 128, 0.5);
}
.card .icon {
  font-size: 1.9rem;
  display: block;
  margin-bottom: 1rem;
}
.card h3 {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--taupe);
  margin-bottom: 0.8rem;
}
.card p {
  font-size: 0.92rem;
  color: var(--cream-dim);
}
.card .more {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: var(--taupe);
}

/* ---------- Placeholder tag ---------- */
.placeholder-tag {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.62rem;
  color: var(--charcoal-dark);
  background: var(--taupe);
  border-radius: 3px;
  padding: 0.1rem 0.5rem;
  vertical-align: middle;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.4rem;
}
.gallery-item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(236, 231, 222, 0.1);
  background: var(--charcoal-light);
}
.gallery-item img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-item figcaption {
  padding: 0.8rem 1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

/* ---------- Badges ---------- */
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(168, 143, 128, 0.5);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: var(--cream);
}
.badge::before { content: "✓"; color: var(--taupe); font-weight: 700; }
.badge-note {
  margin-top: 0.8rem;
  font-size: 0.75rem;
  color: rgba(207, 201, 191, 0.6);
  font-style: italic;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 760px) {
  .about-grid { grid-template-columns: 1fr; }
}
.about-grid p { color: var(--cream-dim); margin-bottom: 1rem; }
.about-grid strong { color: var(--cream); }
.about-facts {
  background: var(--charcoal-dark);
  border-radius: 6px;
  padding: 2rem 1.7rem;
  border: 1px solid rgba(236, 231, 222, 0.08);
}
.about-facts h3 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--taupe);
  margin-bottom: 1.2rem;
}
.about-facts ul { list-style: none; }
.about-facts li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(236, 231, 222, 0.07);
  font-size: 0.92rem;
  color: var(--cream-dim);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.about-facts li:last-child { border-bottom: none; }
.about-facts li span:first-child {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: var(--taupe-soft);
  align-self: center;
}

/* ---------- Testimonials ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
}
.quote-card {
  background: var(--charcoal-dark);
  border: 1px solid rgba(236, 231, 222, 0.08);
  border-radius: 6px;
  padding: 2rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.quote-card blockquote {
  font-size: 0.95rem;
  color: var(--cream-dim);
  font-style: italic;
}
.quote-card blockquote::before { content: "\201C"; color: var(--taupe); font-size: 1.6rem; }
.quote-card cite {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-style: normal;
  color: var(--taupe);
  margin-top: auto;
}

/* ---------- Checklist (service pages) ---------- */
.content-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 760px) {
  .content-cols { grid-template-columns: 1fr; }
}
.content-cols p { color: var(--cream-dim); margin-bottom: 1rem; }
.checklist { list-style: none; }
.checklist li {
  padding: 0.55rem 0 0.55rem 1.8rem;
  position: relative;
  color: var(--cream-dim);
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(236, 231, 222, 0.06);
}
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--taupe);
  font-weight: 700;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--charcoal-dark);
  border-top: 1px solid rgba(236, 231, 222, 0.08);
  border-bottom: 1px solid rgba(236, 231, 222, 0.08);
  text-align: center;
}
.cta-band .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
}
.cta-band h2 { margin-bottom: 0.8rem; }
.cta-band p { color: var(--cream-dim); margin-bottom: 1.8rem; }

/* ---------- Contact ---------- */
#contact { text-align: center; }
#contact .section-intro { margin-left: auto; margin-right: auto; }
.contact-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1rem;
}
.contact-item {
  background: var(--charcoal-light);
  border: 1px solid rgba(236, 231, 222, 0.08);
  border-radius: 6px;
  padding: 1.6rem 2.2rem;
  min-width: 240px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.contact-item:hover { border-color: rgba(168, 143, 128, 0.5); }
.contact-item .label {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: var(--taupe);
  display: block;
  margin-bottom: 0.4rem;
}
.contact-item .value {
  color: var(--cream);
  font-size: 1.05rem;
  font-weight: 500;
}

/* ---------- Quote form ---------- */
.quote-form {
  max-width: 680px;
  margin: 3.5rem auto 0;
  text-align: left;
  background: var(--charcoal-dark);
  border: 1px solid rgba(236, 231, 222, 0.08);
  border-radius: 6px;
  padding: 2.2rem 2rem;
}
.quote-form h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--taupe);
  margin-bottom: 1.4rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
@media (max-width: 600px) {
  .form-grid { grid-template-columns: 1fr; }
}
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  color: var(--cream-dim);
}
.form-field input,
.form-field select,
.form-field textarea {
  background: var(--charcoal);
  border: 1px solid rgba(236, 231, 222, 0.18);
  border-radius: 4px;
  padding: 0.75rem 0.9rem;
  color: var(--cream);
  font-family: 'Roboto Slab', serif;
  font-size: 0.95rem;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--taupe);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-actions {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.form-note {
  font-size: 0.78rem;
  color: rgba(207, 201, 191, 0.6);
  font-style: italic;
}
.form-status { font-size: 0.9rem; color: var(--taupe); }

/* ---------- Footer ---------- */
footer {
  background: var(--charcoal-dark);
  border-top: 1px solid rgba(236, 231, 222, 0.08);
  text-align: center;
  padding: 2.5rem 1.5rem;
}
footer .footer-mark {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--cream-dim);
  letter-spacing: 0.05em;
}
footer .footer-links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
footer .footer-links a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--cream-dim);
  text-decoration: none;
}
footer .footer-links a:hover { color: var(--taupe); }
footer p {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(207, 201, 191, 0.6);
}
