.header,
.header *,
.footer,
.footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  font-kerning: normal;
  font-variant-ligatures: none;
  text-rendering: auto;
}

.header {
  width: 100%;
  padding: 24px 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
}

.header .container.header-container,
.header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media (min-width: 768px) {
  .header .container.header-container,
  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #1c1917;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo:hover,
.logo:focus-visible {
  color: #9b2c2c;
  opacity: 0.92;
  transform: translateY(-1px);
  outline: none;
}

.logo:hover .logo-icon,
.logo:focus-visible .logo-icon {
  transform: translateY(-1px);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .nav-links {
    gap: 32px;
  }
}

.nav-links li,
.nav-links li + li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #57534e;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #9b2c2c;
  opacity: 0.92;
  transform: translateY(-1px);
  outline: none;
}

.text-caption {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
  font-weight: 500;
}

.text-lead {
  font-size: 20px;
  line-height: 1.8;
  color: #57534e;
  font-weight: 300;
}

.section {
  padding: 96px 0;
}

.section-lg {
  padding: 128px 0;
}

.bg-light {
  background-color: #fdfcf9;
}

.hero-shell {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(155, 44, 44, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(244, 241, 234, 0.7));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(51.2px, 7vw, 89.6px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #1c1917;
}

.hero-description {
  max-width: 760px;
  margin: 0 auto 40px;
}

.footer {
  background-color: #1a1a1a;
  color: #fdfcf9;
  padding: 48px 0 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.2;
}

.footer > .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-compact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 14px;
}

.footer-logo {
  display: inline-block;
  margin: 0;
  color: #fdfcf9;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17.6px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-slash {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-inline-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 16px 24px;
}

.footer-link,
.footer-inline-link {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-link {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.footer-inline-link {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.footer-link:hover,
.footer-link:focus-visible,
.footer-inline-link:hover,
.footer-inline-link:focus-visible {
  color: #fdfcf9;
  opacity: 0.92;
  transform: translateY(-1px);
  outline: none;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom p {
  display: inline-block;
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .footer-compact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
