:root {
  --evergreen: #143c32;
  --deep-green: #0c2b24;
  --olive: #83966b;
  --bright-olive: #a9bd88;
  --mist: #eef2eb;
  --paper: #f8f7f2;
  --ink: #17241f;
  --muted: #56635d;
  --line: rgba(20, 60, 50, .16);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 92px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-logo { display: block; width: clamp(220px, 19vw, 260px); height: auto; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .9rem; font-weight: 600; }
nav a { text-decoration: none; }
nav a:not(.nav-contact):hover { color: var(--olive); }
.nav-contact { padding: .7rem 1.05rem; border: 1px solid var(--evergreen); border-radius: 999px; }
.nav-contact:hover { background: var(--evergreen); color: white; }

.hero { min-height: 680px; height: calc(100vh - 92px); max-height: 850px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url("assets/pearl-landscape-hero.png") center 54% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,25,.91) 0%, rgba(8,31,25,.74) 46%, rgba(8,31,25,.16) 78%), linear-gradient(0deg, rgba(8,31,25,.45), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(710px, 82vw); margin-left: clamp(1.5rem, 9vw, 9rem); color: white; }
.eyebrow, .section-label { margin: 0 0 1.25rem; text-transform: uppercase; letter-spacing: .18em; font-size: .77rem; font-weight: 700; color: var(--olive); }
.eyebrow { color: var(--bright-olive); }
h1, h2, h3, blockquote { font-family: "Libre Franklin", Arial, sans-serif; }
h1 { margin: 0; max-width: 750px; font-size: clamp(3.1rem, 6.7vw, 6.6rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.hero-copy { max-width: 610px; margin: 2rem 0; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; color: rgba(255,255,255,.87); }
.hero-actions { display: flex; align-items: center; gap: 1.65rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.35rem; border-radius: 3px; text-decoration: none; font-weight: 700; line-height: 1.25; }
.button-primary { background: var(--bright-olive); color: var(--deep-green); }
.button-primary:hover { background: white; }
.text-link { color: white; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .2rem; }
.hero-note { position: absolute; z-index: 1; right: clamp(1.5rem, 5vw, 5rem); bottom: 2.5rem; color: white; display: grid; text-align: right; line-height: 1.45; }
.hero-note span { color: var(--bright-olive); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 700; }
.hero-note strong { font-size: .9rem; }

.section-wrap { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.intro { padding: clamp(5rem, 9vw, 9rem) 0; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro h2, .section-heading h2, .about h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.1vw, 4.1rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.intro-grid p { margin-top: 0; font-size: 1.08rem; color: var(--muted); }

.services { background: var(--evergreen); color: white; padding: clamp(5rem, 8vw, 8rem) 0; }
.section-label.light { color: var(--bright-olive); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.section-heading h2 { max-width: 670px; }
.section-heading > p { color: rgba(255,255,255,.7); max-width: 410px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-grid article { min-height: 275px; padding: 2.4rem 3rem 2.4rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.service-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.17); }
.service-grid article:nth-child(even) { padding-left: 3rem; }
.service-number { display: block; margin-bottom: 2rem; color: var(--bright-olive); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.service-grid h3 { margin: 0 0 .8rem; font-size: 1.55rem; }
.service-grid p { max-width: 430px; margin: 0; color: rgba(255,255,255,.68); }

.approach { padding: clamp(5rem, 9vw, 9rem) 0; }
.approach-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 500px; background: var(--mist); border: 1px solid var(--line); }
.approach-statement { padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: space-between; }
blockquote { margin: 5rem 0 0; max-width: 680px; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.1; letter-spacing: -.045em; color: var(--evergreen); }
.approach-steps { padding: clamp(2rem, 4vw, 4rem); background: white; display: flex; flex-direction: column; justify-content: center; }
.approach-steps div { padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.approach-steps div:last-child { border: 0; }
.approach-steps span { font: 600 1.3rem/1.3 "Libre Franklin", sans-serif; color: var(--evergreen); }
.approach-steps p { margin: .45rem 0 0; color: var(--muted); }

.about { padding: clamp(5rem, 9vw, 9rem) 0; background: white; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); }
.about-title h2 { max-width: 480px; }
.about-copy p { color: var(--muted); font-size: 1.06rem; }
.about-copy .lead { color: var(--ink); font-size: 1.35rem; font-weight: 600; }
.signature { margin-top: 2.5rem !important; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--evergreen) !important; font-weight: 700; }
.signature span { display: block; color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-top: .25rem; }

.contact { padding: clamp(4rem, 7vw, 7rem) 0; }
.contact-panel { padding: clamp(2.3rem, 5vw, 5rem); background: var(--deep-green); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; }
.contact h2 { max-width: 700px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
.button-light { width: 100%; background: white; color: var(--deep-green); overflow-wrap: anywhere; }
.button-light:hover { background: var(--bright-olive); }
.phone-link { color: white; font-size: 1.3rem; font-weight: 700; text-decoration: none; }

footer { min-height: 120px; padding: 2rem clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); background: var(--white); }
.brand-footer .brand-logo { width: 230px; }
footer p { margin: 0; color: var(--muted); font-size: .85rem; }
footer p:last-child { text-align: right; }

@media (max-width: 820px) {
  .site-header { height: 78px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { height: auto; min-height: 700px; }
  .hero-content { margin: auto 1.5rem 8rem; width: auto; }
  .hero-note { left: 1.5rem; right: auto; text-align: left; bottom: 2rem; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,31,25,.9), rgba(8,31,25,.45)), linear-gradient(0deg, rgba(8,31,25,.65), transparent 50%); }
  .intro-grid, .section-heading, .approach-card, .about-grid, .contact-panel { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(even) { min-height: 0; padding: 2.2rem 0; border-right: 0; }
  blockquote { margin-top: 3rem; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 520px) {
  .brand-logo { width: 180px; }
  .nav-contact { font-size: .82rem; padding: .55rem .8rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-wrap { width: min(100% - 2rem, 1180px); }
  .contact-panel { margin-inline: -.15rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
