:root {
  color-scheme: light;
  background: #e7e7e3;
  color: #090908;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #e7e7e3;
  color: #090908;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100svh;
}

.site-header,
.site-footer {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 18px;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
}

.brand span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 0.95;
}

.brand small {
  color: #4c4a45;
  font-size: 0.85rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a,
.button-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #070706;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.site-nav a:hover,
.button-link:hover {
  background: #d7d8c9;
}

.button-link.primary {
  background: #070706;
  color: #f5f5f0;
}

.hero,
.content-band {
  border-top: 1px solid #070706;
}

.hero-inner,
.content-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(34px, 7vw, 72px) 18px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: clamp(26px, 5vw, 56px);
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  color: #4c4a45;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 950;
  line-height: 0.94;
}

h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 11vw, 5.5rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 6vw, 3.5rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.2;
}

p,
li {
  color: #37352f;
  font-size: 1rem;
}

.lead {
  max-width: 66ch;
  color: #24231f;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-art {
  display: grid;
  gap: 12px;
}

.hero-art img {
  width: 100%;
  border: 1px solid #070706;
  border-radius: 8px;
  object-fit: cover;
}

.hero-note {
  margin: 0;
  border-left: 4px solid #2f803d;
  padding-left: 12px;
  color: #4c4a45;
  font-size: 0.92rem;
  font-weight: 750;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 54px);
}

.panel {
  border: 1px solid #070706;
  border-radius: 8px;
  padding: 18px;
}

.numbered-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2rem;
}

.plain-list {
  list-style: disc;
}

.score-table {
  width: 100%;
  border-collapse: collapse;
  overflow-wrap: anywhere;
}

.score-table th,
.score-table td {
  border: 1px solid #070706;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.score-table th {
  background: #d7d8c9;
  color: #090908;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  border: 1px solid #070706;
  border-radius: 8px;
  padding: 14px;
}

.muted {
  color: #4c4a45;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #070706;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  color: #4c4a45;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: #090908;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .site-header,
  .hero-inner,
  .content-inner,
  .site-footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-header,
  .hero-inner,
  .two-column,
  .grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(2.8rem, 18vw, 4.2rem);
  }
}
