:root {
  --bg: #111812;
  --panel: rgba(23, 32, 26, 0.9);
  --panel-strong: #1b261f;
  --text: #f0ede2;
  --muted: #c6c1af;
  --line: rgba(211, 198, 161, 0.18);
  --accent: #c8a96d;
  --accent-dark: #8d6a2e;
  --shadow: 0 28px 70px rgba(3, 7, 5, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(200, 169, 109, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 115, 76, 0.16), transparent 28%),
    linear-gradient(165deg, #0d130f 0%, #182019 55%, #111712 100%);
  font-family: "Gill Sans", "Segoe UI", Calibri, sans-serif;
}

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

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

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 24px auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(10, 15, 12, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.site-header,
.hero,
.site-footer {
  display: flex;
  gap: 24px;
}

.site-header,
.site-footer {
  align-items: center;
  justify-content: space-between;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-mark {
  width: clamp(110px, 18vw, 180px);
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.brand-copy h1,
.hero h2,
.section-heading h2,
.specialty-card h3,
.info-card h3 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.eyebrow,
.section-tag,
.card-label,
.site-nav a,
.site-footer p:last-child {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow,
.section-tag,
.card-label {
  color: var(--accent);
}

.lede,
.body-text,
.hero-copy p,
.info-card p,
.approach-points p,
.approach-columns p,
.site-footer p,
.footer-detail,
.section-intro,
.specialty-card p,
.detail-line {
  color: var(--muted);
  line-height: 1.65;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--accent);
}

.hero,
.content-block,
.logo-panel,
.info-card,
.specialty-card {
  position: relative;
  overflow: hidden;
}

.hero {
  margin-top: 44px;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(27, 38, 31, 0.94), rgba(17, 25, 20, 0.9));
  align-items: stretch;
}

.seal-section::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  background: url("Image-1.jpg") center/contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.hero-copy,
.hero-card,
.content-block,
.info-card,
.logo-panel,
.specialty-card {
  border: 1px solid var(--line);
}

.hero-copy,
.hero-card,
.section-heading,
.approach-columns,
.approach-points,
.logo-grid,
.site-footer > *,
.specialty-grid {
  position: relative;
  z-index: 1;
}

.hero-copy {
  flex: 1.4;
}

.hero-card {
  flex: 0.8;
  min-width: 280px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(15, 22, 17, 0.82);
}

.seal-badge-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.seal-badge {
  width: 92px;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.hero-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.hero h2 {
  margin-top: 8px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

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

.button-primary {
  background: var(--accent-dark);
  color: #f8f2e4;
}

.button-secondary {
  color: var(--accent);
  background: transparent;
}

.content-block,
.logo-panel {
  margin-top: 28px;
  padding: 30px;
  border-radius: 22px;
  background: var(--panel);
}

.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: end;
}

.section-intro {
  margin: 0;
  max-width: 620px;
}

.card-grid,
.specialty-grid,
.logo-grid,
.approach-columns {
  display: grid;
  gap: 20px;
}

.service-grid {
  margin-top: 26px;
}

.capability-grid,
.specialty-grid,
.logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.specialty-card {
  padding: 24px;
  border-radius: 22px;
  background: var(--panel-strong);
}

.info-card h3,
.specialty-card h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.detail-line {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.96rem;
}

.specialty-grid {
  margin-top: 26px;
}

.approach-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 24px;
}

.approach-columns p,
.specialty-card p {
  margin: 0;
}

.approach-columns p {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.logo-grid {
  margin-top: 26px;
}

.logo-option {
  margin: 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.logo-option img {
  width: 100%;
  border-radius: 16px;
}

.logo-option figcaption {
  margin-top: 12px;
  color: var(--muted);
}

.site-footer {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.footer-detail {
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .site-footer,
  .brand-lockup {
    flex-direction: column;
    align-items: start;
  }

  .section-heading-wide,
  .capability-grid,
  .specialty-grid,
  .logo-grid,
  .approach-columns {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: min(100% - 20px, 1120px);
    padding: 18px;
  }

  .hero,
  .content-block,
  .logo-panel {
    padding: 22px;
  }

  .seal-section::after {
    width: 130px;
    height: 130px;
  }
}
