:root {
  --forest: #18352b;
  --green: #294e3b;
  --copper: #a94c23;
  --cream: #f0e2c9;
  --paper: #faf6ed;
  --charcoal: #202622;
  --gray: #b8b0a2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--charcoal); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  height: 246px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px;
  padding: 0 clamp(24px, 5vw, 84px); background: var(--forest); color: var(--cream); position: relative; z-index: 10;
}
.wordmark { width: 154px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: 33px 18px; column-gap: 9px; align-items: end; }
.roof-mark { grid-row: 1 / 3; position: relative; width: 46px; height: 42px; }
.roof-mark i, .roof-mark b { position: absolute; display: block; background: var(--cream); height: 4px; border-radius: 2px; }
.roof-mark i { width: 34px; left: 0; top: 18px; transform: rotate(-39deg); }
.roof-mark b { width: 34px; left: 23px; top: 18px; transform: rotate(39deg); }
.brand-name { font-family: Georgia, serif; font-size: 31px; line-height: .95; letter-spacing: .08em; font-weight: 700; }
.brand-sub { color: var(--cream); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; align-self: start; }
.logo-link { width: 230px; height: 230px; display: flex; align-items: center; }
.header-logo { display: block; width: 230px; height: 230px; object-fit: contain; }
nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 46px); }
nav a { font-size: 14px; font-weight: 700; letter-spacing: .04em; opacity: .9; }
nav a:hover { color: #fff; }
.header-call { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); background: var(--cream); padding: 13px 18px; font-weight: 800; font-size: 14px; }
.mobile-menu { display: none; }

.hero { min-height: 670px; position: relative; display: flex; align-items: center; background: url("/ark-hero.png") center / cover no-repeat; color: var(--cream); overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,53,43,.98) 0%, rgba(24,53,43,.83) 36%, rgba(24,53,43,.12) 70%); }
.hero-content { position: relative; z-index: 1; width: min(650px, 82vw); margin-left: clamp(24px, 8vw, 140px); padding: 90px 0; }
.eyebrow { color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow.light { color: var(--cream); opacity: .82; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 102px); font-weight: 400; line-height: .93; letter-spacing: -.045em; margin-bottom: 28px; }
.hero h1 em { color: var(--cream); font-weight: 400; }
.hero-copy { max-width: 600px; font-size: 19px; line-height: 1.72; color: rgba(240,226,201,.9); margin-bottom: 36px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; font-weight: 800; font-size: 14px; letter-spacing: .02em; border: 1px solid transparent; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.copper { background: var(--copper); color: #fff; }
.button.outline { border-color: rgba(240,226,201,.7); color: var(--cream); }
.button.cream { background: var(--cream); color: var(--forest); }
.hero-stamp { position: absolute; right: clamp(24px, 5vw, 80px); bottom: 0; width: 168px; height: 112px; background: var(--copper); z-index: 2; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 13px; font-weight: 800; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.trust-strip { min-height: 76px; padding: 18px clamp(24px, 7vw, 120px); background: var(--cream); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--forest); }
.trust-strip span { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.trust-strip svg { width: 17px; color: var(--copper); }

.section { padding: 112px clamp(24px, 8vw, 140px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .reputation h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); font-size: clamp(40px, 4.4vw, 68px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; margin-bottom: 0; }
.section-heading > p { color: #5f665f; font-size: 17px; line-height: 1.75; margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 285px; background: #fff; border: 1px solid #e4dbcb; padding: 30px; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(24,53,43,.04); }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; color: var(--copper); }
.service-top svg { width: 25px; height: 25px; }
.service-top span { color: var(--gray); font-family: Georgia, serif; font-size: 13px; }
.service-card h3 { color: var(--forest); font-family: Georgia, serif; font-size: 25px; margin-bottom: 14px; }
.service-card p { color: #666b66; line-height: 1.65; font-size: 15px; margin-bottom: 0; }

.reputation { display: grid; grid-template-columns: 1fr 1fr; background: var(--forest); color: var(--cream); }
.reputation-copy { padding: 110px clamp(24px, 7vw, 120px); border-right: 1px solid rgba(240,226,201,.16); }
.reputation h2 { color: var(--cream); font-size: clamp(42px, 4.3vw, 66px); margin-bottom: 30px; }
.reputation-copy > p:not(.eyebrow) { color: rgba(240,226,201,.75); line-height: 1.8; font-size: 17px; max-width: 590px; }
.text-link { display: inline-flex; gap: 18px; color: var(--cream); margin-top: 24px; padding-bottom: 7px; border-bottom: 2px solid var(--copper); font-weight: 800; }
.text-link span { color: var(--copper); }
.values-grid { padding: 90px clamp(24px, 7vw, 110px); display: grid; align-content: center; }
.values-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(240,226,201,.14); }
.values-grid article:last-child { border: 0; }
.values-grid svg { color: var(--copper); margin-top: 2px; }
.values-grid h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 20px; }
.values-grid p { margin: 0; color: rgba(240,226,201,.67); font-size: 14px; line-height: 1.55; }

.process-section { background: var(--cream); }
.section-heading.compact { grid-template-columns: 1fr .55fr; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(24,53,43,.24); }
.process-grid article { position: relative; padding: 38px 30px 15px 0; min-height: 190px; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; right: 30px; top: 39px; width: calc(100% - 84px); border-top: 1px solid var(--copper); opacity: .55; }
.process-grid span { display: inline-flex; position: relative; z-index: 1; background: var(--cream); padding-right: 14px; color: var(--copper); font-size: 13px; font-weight: 800; }
.process-grid h3 { margin-top: 42px; font-family: Georgia, serif; color: var(--forest); font-size: 24px; }
.process-grid p { color: #666b66; line-height: 1.6; max-width: 220px; }

.contact { padding: 100px clamp(24px, 8vw, 140px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--copper); color: var(--cream); }
.contact .eyebrow { color: var(--cream); }
.contact h2 { color: var(--cream); }
.contact-card { border-left: 1px solid rgba(240,226,201,.35); padding-left: clamp(28px, 5vw, 85px); }
.contact-card > p { max-width: 520px; font-size: 18px; line-height: 1.65; color: rgba(240,226,201,.86); }
.phone-number { display: block; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); margin: 20px 0 29px; }

footer { min-height: 190px; padding: 22px clamp(24px, 5vw, 84px); display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--charcoal); color: var(--cream); font-size: 13px; }
.footer-logo-link { display: block; width: 155px; height: 155px; }
.footer-logo { display: block; width: 155px; height: 155px; object-fit: contain; }
.footer-brand { display: flex; align-items: baseline; gap: 10px; text-transform: uppercase; letter-spacing: .11em; }
.footer-brand strong { font-family: Georgia, serif; font-size: 28px; }
footer p { margin: 0; color: rgba(240,226,201,.64); }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; }
  .hero { min-height: 610px; }
  .trust-strip { flex-wrap: wrap; justify-content: center; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 24px; }
  .service-card, .service-card:nth-child(4) { grid-column: span 3; }
  .reputation { grid-template-columns: 1fr; }
  .reputation-copy { border-right: 0; border-bottom: 1px solid rgba(240,226,201,.16); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; gap: 40px; }
  .contact-card { border-left: 0; border-top: 1px solid rgba(240,226,201,.35); padding: 35px 0 0; }
  footer { gap: 24px; }
}

@media (max-width: 640px) {
  .site-header { height: 184px; padding: 0 20px; }
  .header-call { display: none; }
  .wordmark { transform: none; }
  .logo-link, .header-logo { width: 168px; height: 168px; }
  .hero { min-height: 660px; background-position: 62% center; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(24,53,43,.98) 0%, rgba(24,53,43,.78) 60%, rgba(24,53,43,.26) 100%); }
  .hero-content { width: auto; margin: 0; padding: 80px 24px 120px; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-stamp { right: 0; width: 148px; height: 94px; }
  .trust-strip { justify-content: flex-start; }
  .section { padding: 80px 24px; }
  .service-grid { display: block; }
  .service-card { min-height: 0; margin-bottom: 15px; }
  .service-top { margin-bottom: 28px; }
  .reputation-copy, .values-grid { padding: 75px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 155px; }
  .contact { padding: 75px 24px; }
  .phone-number { font-size: 37px; }
  .contact-actions .button { width: 100%; }
  footer { padding: 28px 24px; flex-direction: column; text-align: center; }
}
