:root {
  --ink: #111111;
  --soft-ink: #2f312f;
  --paper: #f7f5f1;
  --white: #ffffff;
  --copper: #b87549;
  --copper-dark: #9b6039;
  --oak-green: #33483a;
  --oak-green-soft: #e4ebe2;
  --line: #dedbd5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
}

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

.site-header {
  min-height: 104px;
  padding: 20px clamp(24px, 6vw, 90px);
  background: rgba(248, 247, 244, 0.96);
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-grid;
  justify-items: start;
  width: max-content;
  font-family: "Barlow", Arial, sans-serif;
  text-transform: uppercase;
}

.brand-name {
  font-size: 29px;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 1;
}

.brand-name b {
  color: var(--copper);
}

.oak-word {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18em;
  letter-spacing: 0;
  margin-left: 0.16em;
  vertical-align: baseline;
}

.oak-a {
  position: relative;
  display: inline-block;
  width: 0.68em;
  height: 0.74em;
  background: currentColor;
  clip-path: polygon(39% 0, 61% 0, 100% 100%, 70% 100%, 50% 42%, 30% 100%, 0 100%);
  vertical-align: 0;
}

.brand-sub {
  margin-top: 7px;
  justify-self: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 4px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote-button,
.dark-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 0 34px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote-button {
  background: var(--copper);
  color: var(--white);
}

.dark-button {
  background: var(--ink);
  color: var(--white);
}

.outline-button {
  border: 1px solid var(--white);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  padding: 80px clamp(26px, 7vw, 98px);
  color: var(--white);
  background: url("iron-oak-hero-house-clean.png") center / cover;
}

.hero-content {
  position: relative;
  max-width: 610px;
  opacity: 1;
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--copper);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 12px;
  background: currentColor;
}

.centered {
  text-align: center;
}

.centered::after {
  margin-inline: auto;
}

.hero h1,
.about-copy h2,
.services-section h2,
.cta-band h2 {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 7px;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(58px, 8vw, 108px);
}

.hero h1 span,
.about-copy h2 span {
  color: var(--copper);
}

.hero-copy {
  max-width: 430px;
  margin: 34px 0 38px;
  font-size: 17px;
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 46px clamp(24px, 6vw, 90px);
  background: #101010;
  color: var(--white);
}

.promise-strip article {
  min-height: 116px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.promise-strip article:first-child {
  padding-left: 0;
}

.promise-strip article:last-child {
  border-right: 0;
  padding-right: 0;
}

.promise-strip svg,
.service-card svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promise-strip h2,
.service-card h3,
.site-footer h2 {
  margin: 0 0 18px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.promise-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.about-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  padding: 86px clamp(26px, 7vw, 98px);
  background: linear-gradient(90deg, rgba(214, 226, 211, 0.58), rgba(247, 245, 241, 0) 56%), var(--paper);
}

.about-section::before {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  top: 50%;
  width: min(390px, 44vw);
  aspect-ratio: 1;
  background: var(--oak-green);
  opacity: 0.12;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath d='M120 20c-18 0-34 10-42 25-18-1-34 12-38 29-19 6-31 24-27 44 3 18 17 31 34 35 2 20 19 35 39 35 10 0 20-4 27-10v42h14v-43c8 7 18 11 30 11 20 0 37-15 39-35 17-4 31-18 34-36 3-20-9-38-28-44-5-17-20-29-38-28-9-15-25-25-44-25zm-7 77-28-28 10-10 18 18V46h14v49l21-21 10 10-31 31v19l35-35 10 10-45 45v52h-14v-50l-43-43 10-10 33 33V97z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath d='M120 20c-18 0-34 10-42 25-18-1-34 12-38 29-19 6-31 24-27 44 3 18 17 31 34 35 2 20 19 35 39 35 10 0 20-4 27-10v42h14v-43c8 7 18 11 30 11 20 0 37-15 39-35 17-4 31-18 34-36 3-20-9-38-28-44-5-17-20-29-38-28-9-15-25-25-44-25zm-7 77-28-28 10-10 18 18V46h14v49l21-21 10 10-31 31v19l35-35 10 10-45 45v52h-14v-50l-43-43 10-10 33 33V97z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.about-copy,
.about-image {
  position: relative;
  z-index: 1;
}

.about-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 4vw, 52px);
}

.about-copy p:not(.eyebrow) {
  max-width: 470px;
  margin: 30px 0 0;
  color: var(--soft-ink);
  font-size: 17px;
}

.about-copy .oak-promise {
  max-width: 500px;
  padding: 18px 20px;
  border-left: 3px solid var(--oak-green);
  background: rgba(228, 235, 226, 0.62);
  color: var(--oak-green);
  font-weight: 600;
}

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

.about-actions .quote-button,
.about-actions .dark-button {
  min-width: 190px;
}

.about-image {
  min-height: 460px;
  background: url("iron-oak-about-kitchen.png") center / cover;
}

.services-section {
  padding: 82px clamp(26px, 7vw, 98px) 96px;
  background: #fbfaf8;
  text-align: center;
}

.services-section h2 {
  margin-bottom: 42px;
  font-size: clamp(32px, 4vw, 44px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.service-card {
  min-height: 270px;
  padding: 42px 26px 34px;
  border: 1px solid var(--line);
  background: #fbfaf8;
  display: grid;
  justify-items: center;
  align-content: start;
}

.service-card h3 {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 16px;
}

.service-card p {
  max-width: 210px;
  margin: 0 0 28px;
  color: var(--soft-ink);
  font-size: 14px;
}

.service-card a {
  margin-top: auto;
  color: var(--copper-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-band {
  min-height: 160px;
  padding: 36px clamp(26px, 7vw, 98px);
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 22%),
    #101010;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) 1px minmax(260px, 0.75fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
}

.cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(185px, 1fr));
  gap: 16px;
  justify-content: end;
  align-items: start;
}

.cta-action-column {
  display: grid;
  gap: 14px;
}

.cta-action-column .quote-button,
.cta-action-column .outline-button {
  width: 100%;
  min-width: 0;
}

.cta-band h2 {
  font-size: clamp(35px, 4vw, 50px);
}

.cta-rule {
  width: 1px;
  height: 84px;
  background: rgba(255, 255, 255, 0.55);
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.site-footer {
  padding: 56px clamp(26px, 7vw, 98px);
  background: var(--paper);
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr) 0.7fr;
  gap: 48px;
  align-items: start;
}

.site-footer .brand-name {
  font-size: 34px;
}

.site-footer h2 {
  margin-bottom: 16px;
  font-size: 13px;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-top: 8px;
  color: var(--soft-ink);
  font-size: 14px;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
}

.copyright {
  padding: 18px 24px;
  background: #101010;
  color: var(--white);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.simple-page {
  background: #fbfaf8;
}

.page-hero {
  padding: clamp(70px, 10vw, 130px) clamp(26px, 7vw, 98px);
  background: #101010;
  color: var(--white);
}

.page-hero .eyebrow {
  margin-bottom: 18px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 800;
  letter-spacing: 7px;
  line-height: 1.05;
  text-transform: uppercase;
}

.page-content {
  max-width: 980px;
  padding: 70px clamp(26px, 7vw, 98px) 90px;
}

.page-content h2 {
  margin: 0 0 18px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.page-content p,
.page-content li {
  color: var(--soft-ink);
  font-size: 17px;
}

.page-content ul,
.process-list {
  margin: 26px 0 36px;
  padding-left: 22px;
}

.process-list li {
  margin-bottom: 18px;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 38px;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 18px 20px;
  border-left: 3px solid var(--copper);
  background: var(--white);
}

.contact-form {
  display: grid;
  gap: 18px;
  max-width: 680px;
  margin-top: 30px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-form select {
  min-height: 51px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  width: max-content;
  border: 0;
  cursor: pointer;
}

.volunteer-thanks {
  max-width: 780px;
  margin-top: 34px;
  padding: clamp(28px, 5vw, 46px);
  border-left: 5px solid var(--copper);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.volunteer-thanks h2 {
  margin-bottom: 16px;
}

.volunteer-thanks .dark-button {
  margin-top: 18px;
}

.project-grid,
.faq-list,
.community-grid {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.project-card,
.faq-item,
.community-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.project-card h2,
.faq-item h2,
.community-card h2 {
  margin-bottom: 12px;
}

.project-meta {
  margin: 0 0 18px;
  color: var(--copper-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial {
  margin-top: 22px;
  padding-left: 18px;
  border-left: 3px solid var(--copper);
  color: var(--soft-ink);
  font-style: italic;
}

.community-card {
  border-left: 4px solid var(--oak-green);
}

.community-card h2 {
  color: var(--oak-green);
}

.awareness-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.awareness-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: var(--oak-green-soft);
  color: var(--oak-green);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .promise-strip,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-strip article {
    border-right: 0;
    padding: 24px;
  }

  .about-section,
  .cta-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .cta-rule {
    width: 100%;
    height: 1px;
  }

  .cta-actions {
    width: min(100%, 560px);
    justify-content: stretch;
  }

  .social-links {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 18px 20px 22px;
    gap: 18px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 9px;
    row-gap: 12px;
    font-size: 10px;
    width: 100%;
  }

  .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 6px;
  }

  .brand-name {
    font-size: 25px;
    letter-spacing: 6px;
  }

  .brand-sub {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .site-header > .quote-button {
    width: min(100%, 260px);
  }

  .hero {
    min-height: 650px;
    align-items: end;
    padding: 44px 24px 54px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.9)),
      url("iron-oak-hero-house-clean.png") 75% center / auto 100% no-repeat;
  }

  .hero-content {
    opacity: 1;
    pointer-events: auto;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 48px;
    letter-spacing: 4px;
  }

  .hero-copy {
    max-width: 320px;
    margin: 24px 0 28px;
    font-size: 15px;
  }

  .outline-button,
  .dark-button,
  .quote-button {
    min-height: 50px;
    padding-inline: 24px;
  }

  .promise-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .promise-strip {
    padding-block: 30px;
  }

  .promise-strip article {
    min-height: auto;
    grid-template-columns: 40px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .promise-strip article:last-child {
    border-bottom: 0;
  }

  .about-section,
  .services-section,
  .cta-band,
  .site-footer {
    padding-inline: 24px;
  }

  .about-section {
    gap: 34px;
    padding-block: 58px;
  }

  .about-section::before {
    left: auto;
    right: -42px;
    top: 170px;
    width: 240px;
    opacity: 0.085;
  }

  .about-copy h2,
  .services-section h2,
  .cta-band h2 {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .about-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-copy .oak-promise {
    padding: 16px 18px;
  }

  .about-actions {
    gap: 12px;
  }

  .about-actions .quote-button,
  .about-actions .dark-button {
    width: min(100%, 230px);
    min-width: 0;
  }

  .about-image {
    min-height: 330px;
  }

  .services-section {
    padding-block: 56px 64px;
  }

  .service-grid {
    gap: 18px;
  }

  .service-card {
    min-height: 235px;
    padding: 34px 22px 30px;
  }

  .cta-band {
    gap: 24px;
    padding-block: 42px;
  }

  .cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    gap: 12px;
  }

  .cta-actions .quote-button,
  .cta-actions .outline-button {
    width: 100%;
    min-height: 48px;
    gap: 10px;
    padding-inline: 12px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .site-footer {
    gap: 30px;
    padding-block: 42px;
  }

  .site-footer .brand-name {
    font-size: 29px;
  }

  .copyright {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .page-hero {
    padding: 58px 24px;
  }

  .page-hero h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .page-content {
    padding: 48px 24px 64px;
  }

  .project-card,
  .faq-item,
  .community-card {
    padding: 22px;
  }

  .contact-form button {
    width: min(100%, 300px);
  }

  .volunteer-thanks {
    padding: 24px;
  }

  .awareness-list span {
    width: 100%;
  }
}
