/* inrgNW — original site styling; no external libraries or image services. */
:root {
  --ink: #17332f;
  --muted: #5d706c;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --pine: #234d42;
  --pine-dark: #112e2a;
  --mist: #dfe8e1;
  --accent: #c18b43;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 46, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  color: white;
}
.nav-wrap, .footer-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wrap { padding: 25px 0; }
.brand {
  text-decoration: none;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -.04em;
}
.brand-mark { color: #d7e5da; }
nav { display: flex; gap: 28px; font-size: .92rem; }
nav a { text-decoration: none; opacity: .9; }
nav a:hover { opacity: 1; }

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  color: white;
  background: #163c38;
  display: grid;
  align-items: center;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("assets/puget-sound-rainier.jpg");
  background-size: cover;
  background-position: center 47%;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 42, 39, .77) 0%, rgba(12, 42, 39, .47) 38%, rgba(12, 42, 39, .08) 72%),
    linear-gradient(0deg, rgba(8, 34, 32, .28) 0%, transparent 38%, rgba(255,255,255,.05) 100%);
}
.orca {
  position: absolute;
  z-index: 2;
  width: 280px;
  right: 18%;
  bottom: 15%;
  opacity: .95;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.18));
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: auto;
  padding: 105px 0 90px;
  max-width: 1120px;
}
.eyebrow {
  margin: 0 0 13px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .17em;
}
.hero h1, h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.hero h1 { font-size: clamp(3.1rem, 7vw, 5.8rem); margin: 0; max-width: 760px; }
.hero h1 span { color: #d8e6da; }
.hero-copy { max-width: 580px; font-size: 1.15rem; color: #e5eeea; margin: 25px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-block; padding: 13px 20px; border-radius: 5px;
  text-decoration: none; font-weight: 700; font-size: .92rem;
}
.primary { background: var(--accent); color: #fff; }
.primary:hover { filter: brightness(1.05); }
.secondary { border: 1px solid rgba(255,255,255,.55); color: white; background: rgba(0,0,0,.08); }

.intro {
  width: min(850px, calc(100% - 40px)); margin: auto; padding: 105px 0 85px; text-align: center;
}
.intro h2, .section-heading h2, .about h2, .cta h2, .contact h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem); margin: 0 0 20px;
}
.intro p:last-child { color: var(--muted); font-size: 1.08rem; }

.section { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 25px 0 110px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 650px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  padding: 30px; min-height: 260px; background: white; border: 1px solid #e6e7df;
  border-radius: 7px; box-shadow: 0 8px 25px rgba(17,46,42,.04);
}
.card.featured { background: var(--pine); color: white; }
.card p { color: var(--muted); }
.card.featured p { color: #d8e4df; }
.icon {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--mist); color: var(--pine); font-weight: 800; font-size: .72rem; margin-bottom: 24px;
}
.featured .icon { background: #496b61; color: white; }
.card h3 { margin: 0 0 10px; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.25rem; }

.about {
  background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; min-height: 580px;
}
.about-art {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17,46,42,.12), rgba(17,46,42,0)),
    url("assets/sailboats.jpg");
  background-size: cover;
  background-position: center 46%;
}
.about-content { padding: 90px max(40px, 7vw); }
.about-content p { color: var(--muted); max-width: 580px; }
.proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 35px; }
.proof div { border-top: 2px solid var(--accent); padding-top: 12px; }
.proof strong, .proof span { display: block; }
.proof strong { font-size: .95rem; }
.proof span { color: var(--muted); font-size: .8rem; }

.cta {
  width: min(850px, calc(100% - 40px)); text-align: center; margin: auto; padding: 110px 0 70px;
}
.cta p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }

.contact {
  width: min(1120px, calc(100% - 40px)); margin: auto; padding: 30px 0 105px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
}
.contact p:not(.eyebrow) { color: var(--muted); }
.contact-card {
  background: var(--pine-dark); color: white; padding: 34px; border-radius: 7px; box-shadow: var(--shadow);
}
.contact-card > span {
  display: block; font-size: .72rem; letter-spacing: .15em; font-weight: 700; color: #b9cbc3;
}
.email-button {
  margin-top: 9px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 5px;
  border: 1px solid #9dbb44;
  background: transparent;
  color: white;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.email-button:hover, .email-button:focus-visible {
  background: rgba(157,187,68,.12);
  outline: none;
}
.email-button:active { transform: translateY(1px); }
.mail-icon { margin-right: 9px; }
.email-reveal {
  min-height: 33px;
  padding-top: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.email-reveal a { color: white; text-decoration: none; }
.email-reveal a:hover { text-decoration: underline; }
.contact-card small { color: #b9cbc3; }

footer { background: var(--pine-dark); color: #cbd9d4; }
.footer-wrap { padding: 27px 0; gap: 20px; font-size: .8rem; }
footer .brand { color: white; }

@media (max-width: 800px) {
  nav { gap: 15px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .about, .contact { grid-template-columns: 1fr; }
  .about-art { min-height: 360px; }
  .about-content { padding: 70px 20px; }
  .contact { gap: 30px; }
  .orca { right: 8%; bottom: 14%; width: 220px; }
}
@media (max-width: 560px) {
  .nav-wrap { width: calc(100% - 30px); }
  nav a:nth-child(1) { display: none; }
  .hero-content, .section, .intro, .cta, .contact { width: calc(100% - 30px); }
  .hero-photo { background-position: 53% 45%; }
  .hero-shade {
    background: linear-gradient(90deg, rgba(12,42,39,.78), rgba(12,42,39,.32)),
                linear-gradient(0deg, rgba(8,34,32,.34), transparent 45%);
  }
  .cards { grid-template-columns: 1fr; }
  .proof { grid-template-columns: 1fr; }
  .footer-wrap { width: calc(100% - 30px); flex-wrap: wrap; }
  .orca { right: 3%; bottom: 11%; width: 175px; opacity: .85; }
}
