/* Mark Boyd — v2. No frameworks, no tracking. */
:root {
  --midnight: #0a0f2c;
  --midnight-2: #111a48;
  --blue: #2f6bff;          /* electric blue */
  --blue-light: #8fb0ff;
  --amber: #f5a524;         /* warm amber */
  --copper: #e0703a;
  --paper: #ffffff;
  --mist: #f3f5fb;
  --ink: #0a0f2c;
  --ink-soft: #424a66;
  --muted: #6b7390;
  --rule: #e2e6f0;
  --grad: linear-gradient(90deg, var(--blue) 0%, #7a5cff 45%, var(--amber) 100%);
  --serif: "Instrument Serif", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1160px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 1rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, figure, ol { margin: 0; }
ol { padding: 0; list-style: none; }
em { font-style: italic; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; top: 0; background: var(--amber); color: var(--midnight); padding: .75rem 1rem; z-index: 10; font-weight: 600; }
.skip:focus { left: 1rem; top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; border-radius: 4px; }

.label, .eyebrow, .role, .outcome, .masthead-link, .footer {
  font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}

/* ---------- Hero ---------- */
.hero-shell {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(60% 70% at 88% 18%, rgba(47,107,255,.55) 0%, rgba(47,107,255,0) 60%),
    radial-gradient(45% 60% at 6% 108%, rgba(255,150,50,.5) 0%, rgba(255,150,50,0) 60%),
    radial-gradient(40% 50% at 55% 60%, rgba(122,92,255,.28) 0%, rgba(122,92,255,0) 70%),
    linear-gradient(180deg, var(--midnight) 0%, var(--midnight-2) 100%);
}
.hero-shell::before { /* fine grid texture */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 40%, #000 30%, transparent 100%);
          mask-image: radial-gradient(80% 80% at 50% 40%, #000 30%, transparent 100%);
}
.masthead { position: relative; display: flex; align-items: center; justify-content: space-between; padding-top: 1.75rem; padding-bottom: 1.75rem; }
.wordmark { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--serif); font-size: 1.45rem; text-decoration: none; }
.monogram {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px;
  font-family: var(--serif); font-size: 1.05rem; letter-spacing: .04em; color: #fff;
  background: var(--grad); box-shadow: 0 6px 20px rgba(47,107,255,.35);
}
.masthead-link { text-decoration: none; color: #fff; padding: .6rem 1.1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; transition: background .3s, border-color .3s; }
.masthead-link:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

.hero {
  position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4rem;
  padding-top: clamp(3.5rem, 9vw, 7.5rem); padding-bottom: clamp(4.5rem, 10vw, 8.5rem);
}
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: var(--amber); margin-bottom: 1.5rem; }
.loc { margin-left: -.25rem; }
.loc .sep { margin-right: 0; }
.dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(245,165,36,.2), 0 0 16px rgba(245,165,36,.8); }
h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(4.2rem, 12vw, 9.5rem); line-height: .88; letter-spacing: -.025em; margin-left: -.03em;
  background: linear-gradient(180deg, #ffffff 30%, #c9d6ff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(1.15rem, 1.9vw, 1.45rem); line-height: 1.5; color: #c8d0ec; max-width: 34ch; margin-top: 1.9rem; }
.lede em { font-family: var(--serif); font-size: 1.2em; color: #fff; }
.email-pill {
  display: inline-flex; align-items: center; gap: .9rem; margin-top: 2.5rem;
  padding: 1rem 1.5rem; border-radius: 999px; text-decoration: none; font-weight: 500; letter-spacing: .01em;
  color: var(--midnight); background: linear-gradient(90deg, #ffd27a, var(--amber) 55%, #f08a3a);
  box-shadow: 0 10px 30px rgba(245,165,36,.35), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.email-pill .arrow { transition: transform .25s ease; }
.email-pill:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(245,165,36,.45), inset 0 1px 0 rgba(255,255,255,.5); }
.email-pill:hover .arrow { transform: translateX(4px); }

.portrait { position: relative; width: 196px; height: 196px; padding: 6px; border-radius: 50%; margin-right: clamp(0rem, 3vw, 2.5rem);
  background: conic-gradient(from 210deg, var(--blue), #7a5cff, var(--amber), var(--copper), var(--blue));
  box-shadow: 0 20px 60px rgba(47,107,255,.35), 0 0 0 14px rgba(255,255,255,.04);
}
.portrait img { width: 184px; height: 184px; border-radius: 50%; object-fit: cover; border: 4px solid var(--midnight); }

.band { height: 6px; background: var(--grad); }

/* ---------- Profile ---------- */
.profile { display: grid; grid-template-columns: 240px 1fr 220px; gap: 3rem; padding-top: clamp(4rem, 9vw, 7rem); padding-bottom: clamp(3rem, 7vw, 5rem); }
.label { color: var(--blue); display: flex; align-items: center; gap: .75rem; align-self: start; }
.profile .label { margin-top: .9rem; }
.label::before { content: ""; width: 28px; height: 2px; background: var(--grad); border-radius: 2px; }
.prose { max-width: 44rem; }
.prose-lead { font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.75rem); line-height: 1.15; letter-spacing: -.01em; margin-bottom: 2rem; color: var(--ink); }
.prose p:not(.prose-lead) { color: var(--ink-soft); font-size: 1.06rem; }
.prose p + p:not(.prose-lead) { margin-top: 1.1rem; }

/* ---------- Stat ---------- */
.stat {
  position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1.75rem, 5vw, 4rem); border-radius: 28px; color: #fff;
  background:
    radial-gradient(45% 140% at 100% 50%, rgba(255,170,60,.95) 0%, rgba(255,140,60,.55) 35%, rgba(255,140,60,0) 75%),
    radial-gradient(50% 110% at 0% 100%, rgba(122,92,255,.7) 0%, rgba(122,92,255,0) 70%),
    linear-gradient(100deg, #1a36c4 0%, #2f6bff 50%, #6a4dff 85%);
  box-shadow: 0 30px 60px -20px rgba(29,63,209,.45);
}
.stat-figure { font-family: var(--serif); font-size: clamp(6rem, 15vw, 11rem); line-height: .8; letter-spacing: -.04em; }
.stat-text { font-family: var(--serif); font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1.1; max-width: 24ch; }
.stat-sub { margin-top: .9rem; color: rgba(255,255,255,.86); max-width: 44ch; }

/* ---------- Companies ---------- */
.companies { background: var(--mist); margin-top: clamp(4rem, 9vw, 6.5rem); padding: clamp(4rem, 9vw, 6.5rem) 0; position: relative; }
.companies::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--rule); }
.companies-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.companies-title { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.5rem); line-height: 1; letter-spacing: -.015em; order: 2; width: 100%; margin-top: .9rem; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card {
  position: relative; display: flex; flex-direction: column; background: var(--paper);
  border-radius: 20px; padding: 1.9rem 1.9rem 1.75rem; border: 1px solid var(--rule);
  box-shadow: 0 1px 2px rgba(10,15,44,.04), 0 12px 32px -18px rgba(10,15,44,.18);
  transition: transform .35s ease, box-shadow .35s ease;
}
.card::before { /* gradient top edge */
  content: ""; position: absolute; left: 1.9rem; right: 1.9rem; top: -1px; height: 3px; border-radius: 0 0 3px 3px;
  background: var(--grad); opacity: .0; transition: opacity .35s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(10,15,44,.05), 0 24px 48px -20px rgba(10,15,44,.28); }
.card:hover::before { opacity: 1; }
.logo {
  height: 88px; display: flex; align-items: center; justify-content: flex-start;
  margin-bottom: 1.5rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--rule);
}
.logo img { width: auto; height: var(--h, 32px); max-width: 100%; }
.logo--chromedata { --h: 34px; }
.logo--dealix { --h: 32px; }
.logo--cargigi { --h: 34px; }
.logo--lotlinx { --h: 27px; }
.logo--vindisplay { --h: 40px; }
.card h3 { font-family: var(--serif); font-weight: 400; font-size: 2rem; line-height: 1.05; letter-spacing: -.01em; }
.role { color: var(--blue); margin-top: .5rem; font-size: .7rem; }
.desc { color: var(--ink-soft); margin-top: 1rem; font-size: .98rem; line-height: 1.6; }
.outcome {
  align-self: stretch; margin-top: auto;
  display: inline-flex; align-items: center; gap: .5rem;
  color: #7a3f06; background: #fff3dc; border: 1px solid #f7d9a0;
  padding: .5rem .8rem; border-radius: 10px; font-size: .8rem; font-weight: 500; letter-spacing: 0; text-transform: none; line-height: 1.35;
}
.desc + .outcome { margin-top: 1.4rem; }
.outcome + .outcome { margin-top: .5rem; }
.outcome::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--copper); }

.card--more {
  justify-content: flex-end; color: #fff; border: 0; min-height: 100%;
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(47,107,255,.6) 0%, rgba(47,107,255,0) 65%),
    radial-gradient(70% 60% at 0% 100%, rgba(245,165,36,.45) 0%, rgba(245,165,36,0) 65%),
    var(--midnight);
}
.card--more::before { display: none; }
.more-figure { font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 6.5rem); line-height: .85; letter-spacing: -.03em; color: var(--amber); }
.more-text { font-family: var(--serif); font-size: 2rem; line-height: 1.1; margin-top: 1rem; }
.more-sub { color: #c8d0ec; margin-top: .5rem; font-size: .95rem; }

/* ---------- Portfolio ---------- */
.more-link { margin-top: 1.25rem; align-self: flex-start; color: #fff; font-size: .9rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: .15rem; transition: border-color .3s, color .3s; }
.more-link:hover { color: var(--amber); border-bottom-color: var(--amber); }
.portfolio { margin-top: clamp(4rem, 8vw, 6rem); scroll-margin-top: 2rem; }
.portfolio-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .9rem 2rem; margin-bottom: 2.25rem; }
.portfolio-head .label { grid-column: 1 / -1; }
.portfolio-title { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.5rem); line-height: 1; letter-spacing: -.015em; }
.portfolio-note { color: var(--ink-soft); max-width: 32ch; font-size: .98rem; }
.pgrid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ptile {
  display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--rule); border-radius: 16px;
  padding: 1.4rem 1.4rem 1.3rem;
  box-shadow: 0 1px 2px rgba(10,15,44,.04), 0 10px 26px -18px rgba(10,15,44,.2);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.ptile:hover { transform: translateY(-3px); border-color: #cfd6ea; box-shadow: 0 2px 4px rgba(10,15,44,.05), 0 18px 36px -18px rgba(10,15,44,.28); }
.plogo { height: 64px; display: flex; align-items: center; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.plogo img { width: auto; height: var(--h, 26px); max-width: 100%; object-fit: contain; }
.wordmark-text { font-family: var(--sans); font-weight: 700; font-size: 1.28rem; letter-spacing: -.025em; color: var(--midnight); }
.wm-dim { color: var(--blue); font-weight: 600; }
.ptile h3 { font-family: var(--sans); font-weight: 600; font-size: 1rem; line-height: 1.3; letter-spacing: -.005em; color: var(--ink); }
.prole { color: var(--ink-soft); font-size: .86rem; line-height: 1.45; margin-top: .3rem; }

/* ---------- Keepsake (1987 photo) ---------- */
.keepsake {
  margin: .4rem 0 0; align-self: start; justify-self: end; width: 220px;
  background: #fbf7ef; padding: 10px 10px 0; border-radius: 3px;
  box-shadow: 0 1px 2px rgba(60,40,10,.12), 0 18px 40px -18px rgba(60,40,10,.45);
  transform: rotate(2deg); transition: transform .4s ease;
}
.keepsake:hover { transform: rotate(0deg); }
.keepsake img { width: 100%; height: auto; border-radius: 1px; }
.keepsake figcaption { font-family: var(--serif); font-style: italic; font-size: 1rem; line-height: 1.25; color: #6b5a44; text-align: center; padding: .7rem .4rem .9rem; }

/* ---------- Beyond the Boardroom ---------- */
.beyond { padding-top: clamp(4.5rem, 9vw, 7rem); padding-bottom: clamp(4.5rem, 9vw, 7rem); }
.beyond-head { display: grid; grid-template-columns: 240px 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.beyond-head .label { margin-top: .75rem; }
.beyond-lead { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.18; letter-spacing: -.01em; max-width: 36ch; }
.gallery { display: grid; grid-template-columns: repeat(20, 1fr); gap: 1.75rem 1.25rem; }
.gallery > .photo { grid-column: span 4; }

.photo--deschutes img { object-position: 50% 55%; }
.photo { margin: 0; }
.photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 18px; box-shadow: 0 1px 2px rgba(10,15,44,.06), 0 20px 44px -22px rgba(10,15,44,.4); }
.gallery > .photo--lead { grid-column: 1 / -1; }
.photo--lead img { aspect-ratio: auto; height: 620px; object-position: 50% 88%; }
.photo--canyon img { object-position: 50% 75%; }
.photo--cirrus img, .photo--agate img, .photo--bike img, .photo--coast img, .photo--osu img { aspect-ratio: 4 / 3; object-position: 50% 50%; }
.photo--preflight img { object-position: 60% 70%; }
.photo--river img { object-position: 50% 45%; }
.photo--raft img { object-position: 50% 50%; }
.photo figcaption { font-family: var(--serif); font-style: italic; font-size: 1.05rem; line-height: 1.3; color: var(--ink-soft); margin-top: .7rem; padding-left: .25rem; }
/* Family block: editorial grid */
.family-block { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem 1.25rem; margin-top: clamp(3rem, 6vw, 4.5rem); }
.fb-hero img, .fb-holiday img { aspect-ratio: 4 / 5; object-position: 50% 30%; }
.fb-holiday img { object-position: 50% 20%; }
.family-panel {
  display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; padding: clamp(1.75rem, 4vw, 3.5rem); color: #fff; border-radius: 18px;
  background:
    radial-gradient(70% 70% at 100% 0%, rgba(47,107,255,.55) 0%, rgba(47,107,255,0) 70%),
    radial-gradient(60% 60% at 0% 100%, rgba(245,165,36,.42) 0%, rgba(245,165,36,0) 70%),
    var(--midnight);
  box-shadow: 0 1px 2px rgba(10,15,44,.06), 0 24px 50px -24px rgba(10,15,44,.45);
}
.fb-row { grid-column: 1 / -1; display: grid; gap: 1.75rem 1.25rem; align-items: start; }
.fb-row--trio { grid-template-columns: repeat(3, 1fr); }
.fb-row--trio img { aspect-ratio: 4 / 3; }
.fb-row--quad { grid-template-columns: repeat(4, 1fr); }
.fb-row--quad img { aspect-ratio: 4 / 3; }
.fb-crystal-kids img { object-position: 50% 42%; }

.fb-ny img { object-position: 50% 35%; }
.fb-row--grid { grid-template-columns: repeat(7, 1fr); gap: 1.4rem .9rem; grid-auto-flow: dense; container-type: inline-size; }
.fb-row--grid .fb-frozen { grid-column: span 2; }
/* match the square tiles' height exactly: one column width = (row width - 6 gaps) / 7 */
.fb-row--grid .fb-frozen img { aspect-ratio: auto; height: calc((100cqw - 6 * .9rem) / 7); object-position: 50% 15%; }
.fb-row--grid figcaption { font-size: .9rem; line-height: 1.25; }
.fb-three img { object-position: 45% 40%; }
.fb-carousel img { object-position: 60% 50%; }
.fb-matt img { object-position: 50% 45%; }
.fb-ciara img { object-position: 50% 40%; }
.fb-row--grid img { aspect-ratio: 1 / 1; }
.fb-lisa img { object-position: 50% 18%; }
.fb-nye img { object-position: 50% 30%; }
.fb-tiffany img { object-position: 50% 40%; }
.fb-icecream img { object-position: 50% 60%; }
.fb-grandkids img { object-position: 50% 55%; }
.fb-crystal img { object-position: 50% 45%; }
.fb-grandma img { object-position: 50% 25%; }
.family-inset { margin: .5rem 0 0; width: 100%; max-width: 250px; }
.family-inset img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; border: 3px solid rgba(255,255,255,.92); box-shadow: 0 16px 34px -16px rgba(0,0,0,.6); transform: rotate(-1.5deg); }
.family-inset-cap { display: block; margin-top: .7rem; font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: #c8d0ec; }
.family-kicker { font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); display: flex; align-items: center; gap: .75rem; }
.family-kicker::before { content: ""; width: 28px; height: 2px; background: var(--amber); border-radius: 2px; }
.family-text { font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.3rem); line-height: 1.1; letter-spacing: -.01em; max-width: 16ch; }

/* ---------- Contact ---------- */
.contact {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background:
    radial-gradient(50% 90% at 50% 120%, rgba(47,107,255,.6) 0%, rgba(47,107,255,0) 70%),
    radial-gradient(35% 60% at 88% 0%, rgba(122,92,255,.35) 0%, rgba(122,92,255,0) 70%),
    var(--midnight);
}
.contact::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--grad); }
.contact-inner { padding-top: clamp(5rem, 11vw, 8.5rem); padding-bottom: clamp(5rem, 11vw, 8.5rem); display: flex; flex-direction: column; align-items: center; }
.label-light { color: var(--amber); margin-bottom: 1.5rem; align-self: center; }
.label-light::before { background: var(--amber); }
.contact-email {
  font-family: var(--serif); font-size: clamp(2.3rem, 7.5vw, 5.75rem); line-height: 1.05; letter-spacing: -.02em; text-decoration: none;
  background: linear-gradient(90deg, #ffffff 0%, #c9d6ff 50%, #ffd27a 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  overflow-wrap: anywhere; padding-bottom: .1em;
  border-bottom: 1px solid rgba(255,255,255,.2); transition: border-color .3s;
}
.contact-email:hover { border-bottom-color: var(--amber); }

/* ---------- Footer ---------- */
.footer { background: var(--midnight); color: #9aa3c4; font-size: .66rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; padding-bottom: 1.6rem; }
.footer a { text-decoration: none; }
.footer a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .profile { grid-template-columns: 200px 1fr 200px; gap: 2.5rem; }
  .keepsake { width: 200px; }
}
@media (max-width: 980px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .photo--lead img { height: auto; aspect-ratio: 16 / 10; }
  .gallery > .photo { grid-column: span 1; }
  .gallery > .photo--lead { grid-column: 1 / -1; }
  .family-block { grid-template-columns: 1fr 1fr; }
  .family-panel { grid-column: 1 / -1; order: 3; }
  .family-block .fb-row { order: 4; }
  .fb-row--grid { grid-template-columns: repeat(3, 1fr); }
  .fb-row--grid .fb-frozen { grid-column: 1 / -1; }
  .fb-row--grid .fb-frozen img { height: auto; aspect-ratio: 2 / 1; }
  .fb-row--trio { grid-template-columns: 1fr 1fr; }
  .fb-row--trio > :first-child { grid-column: 1 / -1; }
  .gallery > .photo--canyon, .gallery > .photo--osu { grid-column: 1 / -1; }
  .gallery > .photo--canyon img { aspect-ratio: 4 / 5; }
  .family-text { max-width: 20ch; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .pgrid { grid-template-columns: repeat(3, 1fr); }
  .profile { grid-template-columns: 1fr 200px; }
  .profile .label { grid-column: 1 / -1; }
  .beyond-head { grid-template-columns: 1fr; gap: 1.25rem; }
  .portfolio-head { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .masthead { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .wordmark { font-size: 1.3rem; }
  .monogram { width: 34px; height: 34px; }
  .masthead-link { padding: .5rem .9rem; font-size: .68rem; }
  .hero { grid-template-columns: 1fr; gap: 2.25rem; padding-top: 2.5rem; }
  .portrait { order: -1; width: 132px; height: 132px; padding: 4px; margin: 0 0 0 12px; }
  .portrait img { width: 124px; height: 124px; border-width: 3px; }
  .email-pill { width: 100%; justify-content: space-between; }
  .profile { grid-template-columns: 1fr; gap: 1.5rem; }
  .stat { grid-template-columns: 1fr; gap: 1rem; border-radius: 22px;
    background:
      radial-gradient(70% 45% at 100% 0%, rgba(255,170,60,.95) 0%, rgba(255,140,60,.5) 40%, rgba(255,140,60,0) 80%),
      radial-gradient(80% 60% at 0% 100%, rgba(122,92,255,.7) 0%, rgba(122,92,255,0) 70%),
      linear-gradient(160deg, #2f6bff 0%, #1a36c4 60%, #3b2fb8 100%); }
  .grid { grid-template-columns: 1fr; gap: 1rem; }
  .logo { height: 76px; }
  .card--more { min-height: 0; }
  .footer-inner { justify-content: center; text-align: center; }
  .footer-inner { flex-direction: column; align-items: center; gap: .6rem; }
  .foot-loc { display: block; margin-top: .35rem; }
  .foot-loc .sep { display: none; }
  .profile { grid-template-columns: 1fr; }
  .keepsake { order: 2; justify-self: center; width: 200px; margin-top: .5rem; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .ptile { padding: 1.1rem 1rem 1rem; }
  .plogo { height: 52px; }
  .plogo img { height: calc(var(--h, 26px) * .78); }
  .wordmark-text { font-size: 1.02rem; }
  .ptile h3 { font-size: .92rem; }
  .prole { font-size: .8rem; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 1.25rem .75rem; }
  .family-block { grid-template-columns: 1fr; gap: 1.25rem; }
  .fb-row { gap: 1.25rem .75rem; }
  .fb-row--trio { grid-template-columns: 1fr; }
  .fb-row--grid { grid-template-columns: 1fr 1fr; }
  .fb-row--grid .fb-frozen { grid-column: 1 / -1; }
  .fb-row--quad { grid-template-columns: 1fr 1fr; }
    .family-inset-cap { font-size: .92rem; }
  .photo img { border-radius: 14px; }
  .photo figcaption { font-size: .95rem; }
  .photo--lead img { height: auto; aspect-ratio: 4 / 3.4; object-position: 60% 100%; }
  .eyebrow { flex-wrap: wrap; row-gap: .35rem; }
  .loc { flex-basis: 100%; margin-left: 0; padding-left: calc(8px + .7rem); }
  .loc .sep { display: none; }
}
