:root {
  color-scheme: light;
  --ink: #171b24;
  --muted: #5b6373;
  --line: #d9dde5;
  --paper: #f6f3ed;
  --white: #ffffff;
  --gold: #b87528;
  --steel: #27313f;
  --green: #697767;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(39, 49, 63, 0.1), rgba(105, 119, 103, 0.14)),
    var(--paper);
}

.site-shell {
  width: min(1040px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  align-content: center;
  gap: 14px;
}

.masthead {
  display: block;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 27, 36, 0.1);
  box-shadow: 0 16px 44px rgba(23, 27, 36, 0.09);
  overflow: hidden;
}

.masthead img {
  width: 100%;
  height: auto;
  display: block;
}

.hero {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(170px, 235px) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 27, 36, 0.1);
  box-shadow: 0 24px 70px rgba(23, 27, 36, 0.12);
}

.brand-panel {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(39, 49, 63, 0.95), rgba(39, 49, 63, 0.82)),
    var(--steel);
  color: var(--white);
}

.brand-lines {
  display: grid;
  gap: 12px;
}

.brand-lines span {
  display: block;
  height: 6px;
  background: var(--gold);
}

.brand-lines span:last-child {
  width: 58%;
  background: rgba(255, 255, 255, 0.84);
}

.brand-panel p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-content {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.8vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--steel);
}

.slogan {
  margin: 12px 0 0;
  color: var(--gold);
  font-size: clamp(1.22rem, 2.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.15;
}

.lead {
  max-width: 600px;
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-link {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 11px 15px;
  border: 1px solid rgba(184, 117, 40, 0.5);
  color: var(--ink);
  background: rgba(184, 117, 40, 0.08);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: var(--gold);
  background: rgba(184, 117, 40, 0.14);
  outline: none;
}

.details {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.85fr;
  gap: 14px;
}

.detail-block {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 27, 36, 0.1);
}

.detail-block h2 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: var(--steel);
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-block p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.brand-break {
  display: block;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 27, 36, 0.1);
  box-shadow: 0 18px 48px rgba(23, 27, 36, 0.12);
  overflow: hidden;
}

.brand-break img {
  display: block;
  width: 100%;
  max-height: 245px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: var(--steel);
}

.section-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.family-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.5vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.standard-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 27, 36, 0.1);
}

.standard-heading h2 {
  margin: 0;
  color: var(--steel);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.standard-list {
  display: grid;
  gap: 12px;
}

.standard-list div {
  padding: 15px 18px;
  border-left: 5px solid var(--gold);
  background: linear-gradient(90deg, rgba(184, 117, 40, 0.09), rgba(105, 119, 103, 0.06));
}

.standard-list h3 {
  margin: 0 0 7px;
  color: var(--steel);
  font-size: 1rem;
  letter-spacing: 0;
}

.standard-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.family-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 520px);
  gap: 26px;
  align-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(184, 117, 40, 0.12), rgba(105, 119, 103, 0.16)),
    rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 27, 36, 0.1);
}

.family-copy p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.52;
}

.family-slogan {
  margin: 14px 0 0;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 800;
}

.family-section img {
  width: min(100%, 520px);
  max-height: 285px;
  justify-self: end;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(23, 27, 36, 0.12);
  box-shadow: 0 18px 38px rgba(23, 27, 36, 0.16);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 27, 36, 0.1);
}

.contact-section h2 {
  margin: 0;
  color: var(--steel);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-section p:last-child {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.52;
}

.contact-row-end {
  justify-content: flex-end;
}

@media (max-width: 820px) {
  .site-shell {
    width: min(100% - 28px, 640px);
    padding: 22px 0;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px;
  }

  .brand-panel {
    min-height: 150px;
    padding: 22px;
  }

  .lead {
    font-size: 1.05rem;
  }

  .details {
    grid-template-columns: 1fr;
  }

  .standard-section,
  .family-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .standard-section,
  .family-section,
  .contact-section {
    padding: 28px 24px;
  }

  .details {
    grid-template-columns: 1fr;
  }

  .family-section img {
    justify-self: start;
    width: 100%;
  }

  .contact-row-end {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .site-shell {
    width: min(100% - 20px, 420px);
  }

  .hero {
    padding: 24px 18px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .contact-link {
    width: 100%;
  }
}
