/* Portland H2O — modern.css
   Layered ON TOP of main.css + cinematic.css. Refines type, components,
   and grid for a 2026-editorial direction. Pure overrides — main.css and
   cinematic.css are untouched, so reverting is one stylesheet removal.
   All colors continue to flow from main.css :root tokens. */

/* ─── Type refresh ─────────────────────────────────────────────────── */
body { font-size: 16.5px; }

h1 {
  font-size: clamp(40px, 6.6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 600;
}
h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
}
.lede {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
}

.eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  padding: 0;
  color: var(--primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.6;
}

/* ─── Header refinement (tighter, more editorial) ──────────────────── */
.site-header {
  background: rgba(251, 252, 253, 0.78);
  border-bottom: 1px solid rgba(227, 233, 240, 0.6);
}
.site-header .wrap { padding-top: 18px; padding-bottom: 18px; }
.brand-mark { font-size: 22px; letter-spacing: -0.02em; }
.nav a { font-size: 14.5px; }
.nav .btn--primary { padding: 11px 18px; font-size: 14px; letter-spacing: -0.005em; }

/* ─── Buttons (refined) ────────────────────────────────────────────── */
.btn {
  letter-spacing: -0.005em;
  border-radius: 999px;          /* pill — modern look */
  padding: 13px 24px;
  font-weight: 500;
  font-size: 15px;
}
.btn--lg { padding: 17px 30px; font-size: 16px; }
.btn--primary { background: var(--ink); color: #fff; }
.btn--primary:hover { background: #000; }
.btn--secondary {
  background: transparent;
  border-color: rgba(15,27,45,0.18);
  color: var(--ink);
}
.btn--secondary:hover { border-color: var(--ink); background: rgba(15,27,45,0.04); }

/* ─── Photo hero (full-bleed) ──────────────────────────────────────── */
.mod-hero {
  position: relative;
  min-height: clamp(640px, 92vh, 920px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.mod-hero::before {
  /* Edge-fade vignette + bottom legibility gradient */
  content: "";
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(6,15,28,0.28) 0%,
      rgba(6,15,28,0.0)  18%,
      rgba(6,15,28,0.0)  52%,
      rgba(6,15,28,0.55) 88%,
      rgba(6,15,28,0.78) 100%
    );
  pointer-events: none;
}
.mod-hero-img {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  will-change: transform;
  transform: scale(1.06);   /* baseline so Ken Burns zoom-out reveals more */
  transition: transform 12s linear;
}
.mod-hero-content {
  position: relative;
  z-index: 3;
  padding: clamp(48px, 12vw, 160px) 0 clamp(48px, 8vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(640px, 92vh, 920px);
}
.mod-hero h1 {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
  max-width: 16ch;
  margin-bottom: 24px;
}
.mod-hero .lede {
  color: rgba(255,255,255,0.90);
  text-shadow: 0 1px 14px rgba(0,0,0,0.45);
  max-width: 56ch;
  font-weight: 400;
}
.mod-hero .eyebrow {
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
}
.mod-hero .eyebrow::before { background: rgba(255,255,255,0.55); }
.mod-hero .ctas { margin-top: 32px; }
.mod-hero .btn--primary {
  background: #fff; color: var(--ink);
}
.mod-hero .btn--primary:hover { background: #fff; color: var(--primary-deep); }
.mod-hero .btn--secondary {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}
.mod-hero .btn--secondary:hover {
  background: rgba(255,255,255,0.10);
  border-color: #fff;
}
.mod-hero .muted {
  color: rgba(255,255,255,0.72);
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  margin-top: 28px;
}

/* Tiny scroll-cue at the very bottom */
.mod-hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 10px;
}
.mod-hero-scroll::after {
  content: "";
  width: 1px; height: 28px;
  background: rgba(255,255,255,0.7);
  animation: mod-scroll-line 1.8s ease-in-out infinite;
  transform-origin: top;
}
@keyframes mod-scroll-line {
  0%, 100% { transform: scaleY(1); opacity: 0.7; }
  50%      { transform: scaleY(1.4); opacity: 1; }
}

/* ─── Asymmetric feature rows with photos ──────────────────────────── */
.mod-feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  margin-bottom: clamp(64px, 9vw, 128px);
}
.mod-feature:nth-child(even) { grid-template-columns: 1fr 1.05fr; }
.mod-feature:nth-child(even) .mod-feature-art { order: -1; }
@media (max-width: 860px) {
  .mod-feature, .mod-feature:nth-child(even) { grid-template-columns: 1fr; }
  .mod-feature:nth-child(even) .mod-feature-art { order: 0; }
}
.mod-feature h2 { margin-bottom: 16px; }
.mod-feature p  { font-size: 17px; max-width: 52ch; }
.mod-feature-art {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(6,61,107,0.28);
  aspect-ratio: 4 / 5;
  background: var(--primary-soft);
}
.mod-feature-art img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.4s var(--ease, cubic-bezier(0.2,0.8,0.2,1));
}
.mod-feature:hover .mod-feature-art img { transform: scale(1.08); }
.mod-feature-art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(0,0,0,0) 60%, rgba(6,61,107,0.22) 100%);
  pointer-events: none;
}

/* ─── Refined cards (steps) ────────────────────────────────────────── */
.card {
  border: 0;
  background: var(--surface-card);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 1px 0 rgba(15,27,45,0.04), 0 22px 60px -28px rgba(15,27,45,0.18);
}
.card:hover {
  box-shadow: 0 1px 0 rgba(15,27,45,0.06), 0 30px 80px -28px rgba(15,27,45,0.25);
  transform: translateY(-3px);
}
.card .step-num {
  width: 40px; height: 40px;
  font-size: 16px;
  background: var(--ink); color: #fff;
  border-radius: 999px;
  margin-bottom: 18px;
}
.card h3 { margin-top: 0; margin-bottom: 10px; }
.card p { font-size: 16px; color: var(--ink-soft); }

/* Featured pricing card */
.card.is-featured {
  border: 0;
  box-shadow: 0 1px 0 rgba(58,140,79,0.20), 0 30px 80px -28px rgba(58,140,79,0.32);
  outline: 2px solid var(--accent);
}
.card.is-featured::before {
  background: var(--accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 600;
  padding: 5px 12px;
}

/* ─── Bands tightened a bit ────────────────────────────────────────── */
.band { padding: clamp(64px, 10vw, 128px) 0; }
.band--soft {
  background:
    radial-gradient(ellipse at top, rgba(58,140,79,0.10) 0%, transparent 50%),
    var(--primary-soft);
}

/* ─── Footer refinement ────────────────────────────────────────────── */
.site-footer { background: #07111E; padding: 72px 0 36px; }
.site-footer h4 { letter-spacing: -0.01em; }

/* ─── Mobile hero overrides ────────────────────────────────────────── */
@media (max-width: 720px) {
  .mod-hero { min-height: 620px; }
  .mod-hero-content { padding-top: 96px; padding-bottom: 56px; min-height: 620px; }
  .mod-hero-scroll { display: none; }
  .mod-hero h1 { max-width: 14ch; }
}

/* ─── Reduced motion ───────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .mod-hero-img,
  .mod-feature-art img {
    transform: none !important;
    transition: none !important;
  }
  .mod-hero-scroll::after { animation: none; }
}
