.simple-home {
  --simple-ink: #13272f;
  --simple-navy: #0b3a4a;
  --simple-green: #2c765b;
  --simple-gold: #c99b4b;
  --simple-muted: #66767d;
  --simple-line: #dce4e2;
  --simple-soft: #f4f7f6;
  color: var(--simple-ink);
  background: #fff;
}

.simple-home .simple-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.simple-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  border-bottom: 1px solid rgba(11, 58, 74, 0.1);
  background: rgba(255, 255, 255, 0.98);
}

.simple-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.simple-brand,
.simple-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.simple-brand {
  margin-left: auto;
}

.simple-brand img,
.simple-footer-brand img {
  width: 50px;
  height: 50px;
  border: 1px solid var(--simple-line);
  object-fit: cover;
}

.simple-brand span,
.simple-footer-brand span {
  display: grid;
  line-height: 1.35;
}

.simple-brand strong,
.simple-footer-brand strong {
  color: var(--simple-navy);
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
}

.simple-brand small,
.simple-footer-brand small {
  color: var(--simple-muted);
  font-size: 12px;
}

.simple-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.simple-nav a {
  color: #3d5159;
  font-size: 14px;
  font-weight: 600;
}

.simple-nav a:hover,
.simple-nav a:focus-visible {
  color: var(--simple-green);
}

.simple-quote-link,
.simple-button,
.simple-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
}

.simple-quote-link {
  padding: 10px 18px;
  color: #fff;
  background: var(--simple-navy);
}

.simple-menu-button {
  display: none;
}

.simple-hero {
  position: relative;
  display: flex;
  min-height: min(660px, calc(100svh - 118px));
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.simple-hero > img,
.simple-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.simple-hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.simple-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 31, 40, 0.28), rgba(6, 31, 40, 0.92) 72%);
}

.simple-hero-content {
  padding-block: 72px;
  color: #fff;
}

.simple-eyebrow,
.simple-label {
  margin: 0 0 14px;
  color: var(--simple-gold);
  font-size: 13px;
  font-weight: 700;
}

.simple-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.25;
  letter-spacing: 0;
}

.simple-hero-content > p:not(.simple-eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.simple-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.simple-button {
  min-width: 150px;
  padding: 11px 20px;
}

.simple-button-primary {
  color: #102d37;
  background: var(--simple-gold);
}

.simple-button-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.simple-products,
.simple-about,
.simple-contact {
  padding-block: 88px;
}

.simple-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.simple-section-heading span,
.simple-label {
  color: var(--simple-green);
}

.simple-section-heading h2,
.simple-about h2,
.simple-contact h2 {
  margin: 8px 0 0;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.4;
  letter-spacing: 0;
}

.simple-section-heading > a,
.simple-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--simple-green);
  font-weight: 700;
  white-space: nowrap;
}

.simple-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--simple-line);
}

.simple-product {
  min-height: 260px;
  padding: 30px 24px;
  border-left: 1px solid var(--simple-line);
}

.simple-product:last-child {
  border-left: 0;
}

.simple-product > svg {
  width: 32px;
  height: 32px;
  color: var(--simple-green);
}

.simple-product h3 {
  margin: 24px 0 10px;
  font-family: "Alexandria", sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.simple-product p {
  margin: 0;
  color: var(--simple-muted);
  font-size: 14px;
}

.simple-product > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  color: var(--simple-navy);
  font-size: 13px;
  font-weight: 700;
}

.simple-product:hover {
  background: var(--simple-soft);
}

.simple-about {
  background: var(--simple-soft);
}

.simple-about-grid,
.simple-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 72px;
}

.simple-about figure {
  height: 520px;
  margin: 0;
  overflow: hidden;
}

.simple-about figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-about-copy > p,
.simple-contact-copy > p {
  margin: 20px 0 0;
  color: var(--simple-muted);
  font-size: 17px;
}

.simple-values {
  display: grid;
  gap: 18px;
  margin: 30px 0;
}

.simple-values > div,
.simple-contact-details > * {
  display: flex;
  align-items: center;
  gap: 14px;
}

.simple-values svg,
.simple-contact-details svg {
  width: 23px;
  height: 23px;
  color: var(--simple-green);
}

.simple-values span,
.simple-contact-details span {
  display: grid;
}

.simple-values small,
.simple-contact-details small {
  color: var(--simple-muted);
}

.simple-contact {
  color: #fff;
  background: var(--simple-navy);
}

.simple-contact-grid {
  align-items: start;
}

.simple-contact .simple-label {
  color: var(--simple-gold);
}

.simple-contact-copy > p,
.simple-contact-details small {
  color: rgba(255, 255, 255, 0.7);
}

.simple-contact-details {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.simple-contact-details svg {
  color: var(--simple-gold);
}

.simple-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 6px;
  color: var(--simple-ink);
  background: #fff;
}

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

.simple-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.simple-form input,
.simple-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--simple-line);
  border-radius: 3px;
  color: var(--simple-ink);
  background: #fff;
}

.simple-form textarea {
  min-height: 88px;
  resize: vertical;
}

.simple-submit {
  gap: 9px;
  padding: 11px 20px;
  color: #fff;
  background: var(--simple-green);
  cursor: pointer;
}

.simple-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.simple-footer {
  padding-block: 24px;
  border-top: 1px solid var(--simple-line);
  background: #fff;
}

.simple-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.simple-footer p {
  margin: 0;
  color: var(--simple-muted);
  font-size: 13px;
}

.simple-footer > div > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--simple-navy);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .simple-nav {
    position: fixed;
    top: 78px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 16px;
    border: 1px solid var(--simple-line);
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 58, 74, 0.14);
  }

  .simple-nav.is-open {
    display: grid;
    gap: 0;
  }

  .simple-nav a {
    padding: 12px;
    border-bottom: 1px solid var(--simple-line);
  }

  .simple-nav a:last-child {
    border-bottom: 0;
  }

  .simple-menu-button {
    display: inline-grid;
  }

  .simple-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-product:nth-child(2) {
    border-left: 0;
  }

  .simple-product:nth-child(-n + 2) {
    border-bottom: 1px solid var(--simple-line);
  }

  .simple-about-grid,
  .simple-contact-grid {
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .simple-home .simple-container {
    width: min(100% - 28px, 1160px);
  }

  .simple-header {
    height: 68px;
  }

  .simple-brand img {
    width: 44px;
    height: 44px;
  }

  .simple-brand strong {
    font-size: 16px;
  }

  .simple-brand small,
  .simple-quote-link {
    display: none;
  }

  .simple-nav {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  .simple-hero {
    min-height: 560px;
    align-items: end;
  }

  .simple-hero-shade {
    background: linear-gradient(to top, rgba(6, 31, 40, 0.95), rgba(6, 31, 40, 0.28));
  }

  .simple-hero-content {
    padding-block: 56px;
  }

  .simple-hero h1 {
    font-size: 38px;
  }

  .simple-hero-content > p:not(.simple-eyebrow) {
    font-size: 16px;
  }

  .simple-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-button {
    min-width: 0;
    padding-inline: 12px;
    font-size: 13px;
  }

  .simple-products,
  .simple-about,
  .simple-contact {
    padding-block: 60px;
  }

  .simple-section-heading {
    display: grid;
    margin-bottom: 26px;
  }

  .simple-section-heading h2,
  .simple-about h2,
  .simple-contact h2 {
    font-size: 27px;
  }

  .simple-product-grid,
  .simple-about-grid,
  .simple-contact-grid,
  .simple-field-row {
    grid-template-columns: 1fr;
  }

  .simple-product,
  .simple-product:nth-child(2) {
    min-height: 0;
    padding: 26px 4px;
    border-bottom: 1px solid var(--simple-line);
    border-left: 0;
  }

  .simple-product:last-child {
    border-bottom: 0;
  }

  .simple-about-grid {
    gap: 36px;
  }

  .simple-about figure {
    height: 360px;
  }

  .simple-form {
    padding: 22px 18px;
  }

  .simple-footer-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }
}
