body {
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, sans-serif;
  --bg: #fffdfa;
  --card: #ffffff;
  --text: #2a2b2a;
  --muted: #6e6a65;
  --accent: #d56638;
  --primary: #2a2b2a;
  --secondary: #fbf3ee;
  --border: #ddd4cb;
  --page-bg: linear-gradient(180deg, #fffdfa 0%, #fbf8f3 100%);
  --header-bg: rgba(255, 253, 250, 0.92);
  --footer-bg: #f4eee7;
  --input-bg: #ffffff;
  --button-bg: #2a2b2a;
  --button-text: #ffffff;
  --button-shadow: none;
  --card-shadow: 0 24px 56px rgba(82, 59, 40, 0.08);
  --cta-bg: #f7efe8;
  --radius-card: 22px;
  --radius-button: 999px;
  --radius-input: 16px;
  --section-pad: 72px;
  --hero-pad: 72px;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf8f3 100%);
  color: #2a2b2a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: min(1180px, calc(100vw - 56px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid rgba(221, 212, 203, 0.8);
  box-shadow: 0 8px 28px rgba(89, 62, 39, 0.05);
}

.header-inner {
  min-height: 82px;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-logo {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 999px;
}

.site-nav ul {
  gap: 14px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5e5750;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: #f6ece4;
  color: #2a2b2a;
}

.page-content {
  padding-top: 16px;
}

.section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-header {
  text-align: left;
  margin-bottom: 22px;
}

.eyebrow {
  color: #d56638;
  font-family: "Space Mono", monospace;
  font-size: 0.77rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.03em;
  color: #2a2b2a;
}

.lead,
.muted,
.card p,
.contact-form label,
.contact-row .label {
  color: #6e6a65;
}

.hero {
  padding-top: 24px;
  padding-bottom: 36px;
}

.hero-grid {
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(24px, 3vw, 42px);
  background: linear-gradient(180deg, rgba(251, 243, 238, 0.92) 0%, rgba(255, 255, 255, 0.88) 100%);
  border: 1px solid rgba(221, 212, 203, 0.8);
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(89, 62, 39, 0.08);
}

.hero-copy h1,
.hero-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.1rem, 6.6vw, 5.8rem);
  line-height: 0.9;
}

.hero-copy .lead {
  max-width: 38rem;
  margin-top: 1rem;
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-copy .cta-row {
  margin-top: 1.2rem;
}

.hero-media img {
  width: 100%;
  min-height: 560px;
  border-radius: 28px;
  border: 1px solid rgba(221, 212, 203, 0.85);
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(89, 62, 39, 0.12);
}

.hero .button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
}

.hero .button.ghost {
  background: transparent;
  color: #2a2b2a;
  border-color: rgba(42, 43, 42, 0.18);
}

.grid {
  gap: 18px;
}

.grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid.cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  border: 1px solid rgba(221, 212, 203, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 56px rgba(82, 59, 40, 0.08);
}

.card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.02;
}

.card-body,
.card__body {
  gap: 12px;
}

.card--media,
.services .card,
.feature-grid .card,
.blog-list .card {
  overflow: hidden;
}

.card--media .card-media {
  aspect-ratio: 4 / 3;
  min-height: 250px;
  border-bottom: 1px solid rgba(221, 212, 203, 0.72);
}

.card-media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.card--media .card-media img,
.card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list .card h3,
.services .card h3,
.feature-grid .card h3 {
  max-width: 15ch;
}

.gallery .grid {
  align-items: stretch;
}

.gallery .gallery-item {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(221, 212, 203, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 56px rgba(82, 59, 40, 0.08);
}

.gallery .gallery-item img {
  display: block;
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
}

.gallery .gallery-item:has(img[src=""]) {
  display: none;
}

.cta-shell,
.cta-card,
.cta .card,
.cta-box {
  background: linear-gradient(135deg, #f6ece4 0%, #fffdf9 100%);
  border: 1px solid rgba(221, 212, 203, 0.9);
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(82, 59, 40, 0.08);
}

.cta-box {
  padding: 24px;
}

.cta h2,
.cta h3 {
  max-width: 14ch;
}

.button {
  background: #2a2b2a;
  color: #ffffff;
  border: 1px solid #2a2b2a;
  box-shadow: none;
  font-weight: 700;
}

.button:hover {
  background: #3a3b39;
}

.button.ghost {
  background: transparent;
  color: #2a2b2a;
  border-color: rgba(42, 43, 42, 0.18);
}

.contact-form,
.contact-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(221, 212, 203, 0.92);
  border-radius: 22px;
}

.site-footer {
  background: #f4eee7;
  border-top: 1px solid rgba(221, 212, 203, 0.85);
}

.site-footer .brand,
.site-footer a {
  color: #2a2b2a;
}

@media (max-width: 920px) {
  .container {
    width: min(100vw - 28px, 100%);
  }

  .hero-media img {
    min-height: 360px;
  }

  .hero-copy h1,
  .hero-copy h2 {
    max-width: none;
    font-size: clamp(2.8rem, 11vw, 4.5rem);
  }
}
