
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/SourceSansPro-Regular.woff2?v=deec0c4e") format("woff2"); }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/SourceSansPro-Semibold.woff2?v=c493a5c8") format("woff2"); }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/SourceSansPro-Bold.woff2?v=acbc2631") format("woff2"); }
:root {
  --ink:        #0c0f13;
  --ink-2:      #171b21;
  --ink-3:      #23292f;
  --paper:      #f4f2ec;
  --paper-2:    #e7e5df;   
  --img-bg:     #e7e5df;   
  --white:      #ffffff;
  --text:       #171b21;
  --muted:      #5f6672;
  --line:       #d8d4ca;
  --line-soft:  #ece8de;   
  --line-strong:#b9b3a4;
  --line-dark:  rgba(255,255,255,.16);
  --navy:       #0a2d47;
  --brand:      #1b7eac;   
  --brand-deep: #0f5f88;
  --cyan:       #33a9c2;
  --cyan-soft:  #8fd3e4;
  --star:       #e6a300;
  --wrap: 1280px;
  --wrap-wide: 1560px;
  --gutter: clamp(1.1rem, 3vw, 2.4rem);
  --ff: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  --track-label: .1em;    
  --track-btn:   .09em;   
  --track-tight: -.01em;  
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --display-num: clamp(1.15rem, 1rem + .35vw, 1.55rem);
  --step--3: .72rem;
  --step--2: .82rem;
  --step--1: clamp(.88rem, .84rem + .18vw, .98rem);
  --step-0:  clamp(1.02rem, .98rem + .2vw, 1.12rem);
  --step-1:  clamp(1.2rem, 1.08rem + .55vw, 1.5rem);
  --step-2:  clamp(1.55rem, 1.3rem + 1.1vw, 2.2rem);
  --step-3:  clamp(2.1rem, 1.6rem + 2.4vw, 3.6rem);
  --step-4:  clamp(2.7rem, 1.7rem + 4.3vw, 5.4rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--ff); font-size: var(--step-0); line-height: 1.55;
  color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern", "liga";
}
::selection { background: var(--cyan); color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-underline-offset: .14em; text-decoration-thickness: 1px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
button { font: inherit; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { margin: 0 0 .5em; color: var(--ink); font-weight: 700; }
h1, h2 { text-transform: uppercase; letter-spacing: var(--track-tight); line-height: .96; text-wrap: balance; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.15; letter-spacing: var(--track-tight); }
h4 { font-size: var(--step-0); }
.calc__q { font-size: var(--step-0); }
p { margin: 0 0 1em; }
.lede { font-size: var(--step-1); line-height: 1.42; color: var(--muted); max-width: 60ch; }
.about-grid .lede { font-size: var(--step-0); line-height: 1.5; color: var(--text); max-width: none; }
.slug { font-family: var(--mono); }
.slug { font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); line-height: 1.35; }
.slug b { color: var(--ink); font-weight: 600; }
.slug { overflow-wrap: break-word; }
.slug__travel::before { content: "\00b7"; margin: 0 .55em 0 .45em; }
@media (max-width: 559px) { .slug__travel::before { content: none; } }
.section--dark, .cta-band, .site-footer { color: #cfd6de; }
.section--dark h1, .section--dark h2, .section--dark h3, .cta-band h2 { color: #fff; }
.section--dark .lede { color: #aeb9c5; }
.section--dark .slug { color: #9aa7b4; }
.section--dark .slug b { color: #fff; }
.section--dark a { color: var(--cyan-soft); }
.section--dark a:hover { color: #fff; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.post-body > * { max-width: 84ch; }
.post-fig { margin: 1.6rem auto; max-width: 100%; position: relative; background: var(--img-bg);
  overflow: hidden; }
.post-fig img { width: 100%; height: auto; display: block; transition: transform .35s ease; }
@media (hover: hover) { .post-fig:hover img, .post-fig.is-hover img { transform: scale(1.015); } }
@media (max-width: 700px) { .post-fig { margin: 1.1rem 0; } }
.post-body > .masonry, .post-body > .video-embed { max-width: none; }
.section { padding: clamp(2.8rem, 4.2vw, 4rem) 0; }
.section > .wrap > *:last-child, .cta-band > .wrap > *:last-child { margin-bottom: 0; }
.section > .wrap > *:last-child > *:last-child { margin-bottom: 0; }
.section--tight { padding: clamp(2.2rem, 3.4vw, 2.9rem) 0; }
.section--dark { background: var(--ink); }
.section--grey { background: var(--paper-2); }
.section--white { background: var(--white); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.sec-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.2rem 1.6rem; align-items: start; margin-bottom: clamp(1.6rem, 3.5vw, 2.6rem); }
.sec-head h2 { margin: 0; }
.sec-head .lede { margin: 1rem 0 0; font-size: var(--step-0); max-width: 92ch; }
.sec-head:last-child { margin-bottom: 0; }
.sec-head--row { grid-template-columns: minmax(0, 1fr) auto; }
.sec-head--row .sec-head__aside { grid-column: 2; align-self: end; padding-bottom: .2rem; }
.sec-head > * { min-width: 0; }
@media (max-width: 700px) { .sec-head, .sec-head--row { grid-template-columns: 1fr; gap: .8rem; }
.sec-head--row .sec-head__aside { grid-column: 1; align-self: start; } }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.5rem; font-weight: 700; font-size: var(--step--1); letter-spacing: var(--track-btn); text-transform: uppercase;
  line-height: 1; text-decoration: none; white-space: nowrap; border: 1px solid var(--ink); border-radius: 0; cursor: pointer;
  background: var(--ink); color: #fff; transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn--primary { background: var(--brand); border-color: var(--brand); }
.btn--primary:hover { background: var(--navy); border-color: var(--navy); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.section--dark .btn--ghost, .cta-band .btn--ghost { color: #fff; border-color: rgba(255,255,255,.7); }
.section--dark .btn--ghost:hover, .cta-band .btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--lg { padding: 1.15rem 1.9rem; font-size: var(--step-0); }
.btn--arrow::after { content: "→"; font-family: var(--mono); }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; }
[id] { scroll-margin-top: 1.8rem; }
@media (max-width: 700px) { [id] { scroll-margin-top: 3rem; } }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; }
.skip-link:focus { left: 0; width: auto; padding: .8rem 1.2rem; background: var(--ink);
  color: #fff; font-family: var(--mono); font-size: var(--step--2);
  letter-spacing: var(--track-label); text-transform: uppercase; text-decoration: none; }
main:focus { outline: none; }
.cta-band .lede { margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 1.8rem; }
.p-cta { margin-top: 1.6rem; }
.hp { position: absolute; left: -9999px; }
.sent__link { color: #8ff0b5; }
.h-narrow { max-width: 18ch; }
.wp-c333 { color: #333333; }        
.wp-w400 { font-weight: 400; }      
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.96); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line-strong); }
.site-header__inner { display: flex; align-items: center; gap: 1.6rem; min-height: 72px; }
.brand-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand-logo img { height: 50px; width: auto; display: block; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.55rem; }
.nav > a { font-family: var(--mono); font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; text-decoration: none; color: var(--ink); padding: .4rem 0; border-bottom: 2px solid transparent; }
.nav > a:hover, .nav > a[aria-current="page"] { border-bottom-color: var(--brand); color: var(--brand-deep); }
.header-cta { display: flex; align-items: center; gap: .5rem; margin-left: .4rem; }
.header-cta .btn { padding: .78rem 1.1rem; font-size: var(--step--2); }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 0; background: none; border: 1px solid var(--ink); border-radius: 0; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; position: relative; width: 20px; height: 2px; margin: 0 auto; background: var(--ink); }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line-strong); padding: .4rem var(--gutter) 1.4rem; max-height: calc(100vh - 100%); overflow: auto; }
  .nav[data-open="true"] { display: flex; }
  .nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: var(--step--1); }
  .header-cta { flex-direction: column; align-items: stretch; margin-left: 0; gap: .6rem; }
  .header-cta .btn { margin-top: 1rem; padding: 1rem 1.4rem; font-size: var(--step--2); }
  .header-cta .btn + .btn { margin-top: 0; }
  .brand-logo img { height: 42px; }
}
.hero-split { padding-bottom: clamp(1rem, 2vw, 1.8rem); }
.hero-split__grid { min-height: calc(100svh - 72px - clamp(1rem, 2vw, 1.8rem)); align-items: center; }
.hero-split__grid > * { min-height: 0; min-width: 0; }
.hero-split__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: stretch; }
.hero-split__text { padding: clamp(1.4rem, 3vh, 2.6rem) 0; display: flex; flex-direction: column; gap: 0; }
.hero-split__text .slug { margin: 0 0 clamp(1.1rem, 3.2vh, 2.4rem); }
.hero-split__text h1 { margin: 0 0 clamp(1rem, 2.4vh, 1.9rem); font-size: clamp(2.3rem, 1.1rem + 3.3vw + 1.2vh, 5.4rem); line-height: .98; }
.hero-split__text h1 em { font-style: normal; color: var(--brand); }
.hero-split__text .lede { max-width: 44ch; margin: 0; line-height: 1.46; }
.hero-split__actions { margin-top: auto; padding-top: clamp(1.4rem, 3.4vh, 2.8rem); }
.hero-rail { margin-top: clamp(1.4rem, 3.2vh, 2.6rem); padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.8rem; }
.hero-rail div { border-top: 1px solid var(--line-strong); padding-top: .7rem;
                 display: flex; flex-direction: column; }
.hero-rail span { margin-top: auto; padding-top: .3rem; }
.hero-rail b { display: block; font-size: var(--step-0); line-height: 1.25; letter-spacing: var(--track-tight); white-space: nowrap; }
.hero-rail span { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.frame { position: relative; display: flex; flex-direction: column; align-self: stretch; }
.frame__media { position: relative; width: 100%; flex: 1; min-height: clamp(420px, 52vh, 640px); max-height: calc(100svh - 72px - 8.5rem); background: var(--ink); overflow: hidden; }
.frame__media picture { position: absolute; inset: 0; display: block; }
.frame__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.frame__media picture:nth-child(n+2) { opacity: 0; animation: heroFade 21s ease-in-out infinite; }
.frame__media picture:nth-child(2) { animation-delay: 7s; }
.frame__media picture:nth-child(3) { animation-delay: 14s; }
@keyframes heroFade { 0% { opacity: 0 }
4% { opacity: 1 }
33% { opacity: 1 }
37% { opacity: 0 }
100% { opacity: 0 } }
.frame__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem 0 .8rem; border-top: 2px solid var(--ink); font-family: var(--mono); font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); }
.frame__bar b { color: var(--ink); font-weight: 600; }
@media (min-width: 901px) and (max-height: 1000px) {
  .hero-split__text h1 { font-size: clamp(2.2rem, 1rem + 3.1vw + 1.1vh, 4.6rem); margin: 0 0 clamp(.8rem, 2vh, 1.4rem); }
  .hero-split__text .lede { font-size: var(--step-0); line-height: 1.44; max-width: 44ch; }
  .hero-split__actions { padding-top: clamp(1rem, 2.4vh, 2rem); }
  .hero-rail { margin-top: clamp(1rem, 2.4vh, 2rem); gap: .7rem 1.4rem; }
  .btn--lg { padding: .95rem 1.5rem; font-size: var(--step--1); }
}
@media (min-width: 901px) and (max-height: 820px) {
  .hero-split__text { padding: clamp(1.4rem, 3.4vh, 2.4rem) 0 clamp(.8rem, 2vh, 1.6rem); }
  .hero-split__text .slug { margin-bottom: clamp(.7rem, 2vh, 1.4rem); }
  .hero-split__text h1 { font-size: clamp(2.05rem, 1rem + 2.7vw + .9vh, 3.9rem); margin-bottom: clamp(.7rem, 1.8vh, 1.2rem); }
  .hero-split__text .lede { font-size: var(--step-0); line-height: 1.42; max-width: none; }
  .hero-split__actions { padding-top: clamp(.9rem, 2vh, 1.6rem); }
  .hero-rail { margin-top: clamp(.9rem, 2vh, 1.6rem); }
}
@media (max-width: 900px) {
  .hero-split__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-split__text { padding-top: 1.6rem; }
  .frame { order: -1; }
  
  .frame__media { aspect-ratio: 4 / 3; min-height: 0; max-height: 44vh; max-height: 44svh; }
  .hero-split__text { padding-top: 0; }
  .hero-split__text .slug { margin-bottom: .7rem; }
  .hero-split__text h1 { font-size: clamp(2.1rem, 8.6vw, 3.1rem); margin: 0 0 .7rem; }
  .hero-split__text .lede { font-size: var(--step-0); line-height: 1.45; max-width: none; }
  .hero-split__actions { margin-top: 0; padding-top: 1.1rem; }
  .hero-rail { margin-top: 1.3rem; padding-top: 0; }
  .frame__bar { padding-bottom: .5rem; }
}
.spec-list { list-style: none; margin: clamp(1.6rem, 3vw, 2.4rem) 0 0; padding: 0; display: grid; gap: 0 clamp(1.6rem, 3vw, 3rem); grid-template-columns: repeat(3, 1fr); }
.spec-list li { font-size: var(--step-0); font-weight: 600; letter-spacing: var(--track-tight); padding: .95rem 0; border-top: 1px solid var(--line); }
@media (max-width: 900px) { .spec-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .spec-list { grid-template-columns: 1fr; } }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: clamp(1.7rem, 3vw, 2.8rem); }
.svc { padding: 0; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
@supports (grid-template-rows: subgrid) {
  .svc-grid { grid-template-rows: auto auto auto auto; }
  .svc { display: grid; grid-row: span 4; grid-template-rows: subgrid; gap: 0; }
}
.svc__foot { display: flex; flex-direction: column; align-items: flex-start; }
.svc__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--img-bg); margin: 0 0 1.1rem; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
@media (hover: hover) { .svc:hover .svc__media img { transform: scale(1.03); } }
.svc .sub-head { border-bottom: 0; padding-bottom: 0; }
.svc__price { font-family: var(--mono); font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--ink); margin: 0 0 .9rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); min-height: 3.1em; }
.svc p:not(.svc__price) { color: var(--muted); font-size: var(--step-0); }
.svc__link { margin-top: 0; padding-top: .8rem; font-weight: 700; color: var(--brand-deep); font-size: var(--step--1); }
@media (hover: hover) { .svc:hover .svc__link { color: var(--navy); } }
@media (max-width: 700px) { .svc-grid { grid-template-columns: 1fr; row-gap: 2.2rem; } }
.work-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: clamp(1.2rem, 2.5vw, 1.8rem); }
.work-head .lede { margin: 0; max-width: 46ch; }
.work-filter { margin: 0; }
.work-more { margin: 0; font-weight: 700; font-size: var(--step--1); }
.work-more a { color: var(--cyan-soft); text-decoration: none; }
.work-more a:hover { color: #fff; text-decoration: underline; }
.masonry { display: flex; flex-direction: column; gap: 14px; }
.jrow { display: flex; gap: 14px; }
.masonry figure { flex-grow: var(--ar, 1); flex-shrink: 1; flex-basis: calc(var(--ar, 1) * 240px); min-width: 0; margin: 0; position: relative; background: var(--img-bg); overflow: hidden; }
.masonry img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.2,.7,.3,1); }
@media (hover: hover) { .masonry figure:hover img, .masonry figure.is-hover img { transform: scale(1.025); } }
.masonry figcaption { position: absolute; inset: auto 0 0 0; padding: 2rem .85rem .75rem; font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; line-height: 1.4; color: #fff; background: linear-gradient(to top, rgba(5,8,12,.88), rgba(5,8,12,.4) 55%, transparent); opacity: 0; transition: opacity .2s ease; }
.masonry figure:hover figcaption, .masonry figure.is-hover figcaption, .masonry figure:focus-within figcaption { opacity: 1; }
.masonry figcaption { pointer-events: none; z-index: 2; transition: opacity .22s ease; }
@media (hover: none) { .masonry figcaption { opacity: 1; } }
.section--dark .masonry figure { background: var(--ink-2); }
.jfill { flex-grow: var(--ar, 1); flex-shrink: 1; flex-basis: calc(var(--ar, 1) * 240px); min-width: 0; }
.masonry--single .jrow { display: block; }
.masonry--single figure { max-width: 800px; }
.masonry--single img { height: auto; }
@media (max-width: 700px) { .jrow { flex-wrap: wrap; }
.masonry figure { flex: 1 1 100%; } }
@media (max-width: 700px) { .masonry, .masonry--post { columns: 2 150px; column-gap: 8px; }
.masonry figure { margin-bottom: 8px; } }
.gallery-filter, .arch-jump { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.6rem; }
.shoots-more { display: none; margin-top: 1.1rem; }
.gallery-more { display: flex; justify-content: center; margin-top: 1.4rem; }
.gallery-more .btn { min-width: 260px; justify-content: center; }
.masonry[data-paged] > .jrow:nth-of-type(n + 5) { display: none; }
.masonry[data-paged] > .jrow.is-shown { display: flex; }
.posts-more { margin-top: 1.4rem; display: flex; justify-content: center; }
.posts-more .btn { min-width: 260px; justify-content: center; }
.posts[data-paged] > .post:nth-child(n + 25) { display: none; }
@media (max-width: 700px) { .posts[data-paged] > .post:nth-child(n + 13) { display: none; }
  .posts-more .btn, .gallery-more .btn { width: 100%; min-width: 0; } }
.gallery-filter button, .arch-jump a { font-family: var(--mono); font-size: var(--step--1); line-height: 1; letter-spacing: var(--track-btn); text-transform: uppercase; cursor: pointer; padding: .95rem 1.35rem; border-radius: 0; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; }
.gallery-filter button span, .arch-jump a span { opacity: .55; margin-left: .4rem; }
@media (hover: hover) { .gallery-filter button:hover, .arch-jump a:hover { border-color: var(--ink); color: var(--ink); } }
.gallery-filter button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.section--dark .gallery-filter button { border-color: rgba(255,255,255,.3); color: #d5dde5; }
.section--dark .gallery-filter button[aria-pressed="true"] { background: #fff; color: var(--ink); border-color: #fff; }
.lb { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(6,8,11,.97); }
.lb.is-open { display: grid; grid-template-rows: auto 1fr auto; }
.lb__bar { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1.2rem; color: #c9d1da; font-family: var(--mono); font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; }
.lb__close, .lb__nav button { font-family: var(--mono); font-size: .76rem; letter-spacing: var(--track-label); text-transform: uppercase; background: none; border: 1px solid rgba(255,255,255,.35); color: #fff; border-radius: 0; cursor: pointer; padding: .5rem .85rem; }
.lb__close:hover, .lb__nav button:hover { background: #fff; color: var(--ink); }
.lb__stage { display: grid; place-items: center; padding: 0 1rem; min-height: 0; }
.lb__stage img { max-width: min(1500px, 96vw); max-height: 76vh; width: auto; height: auto; object-fit: contain; }
.lb__foot { padding: .9rem 1.2rem 1.4rem; text-align: center; color: #d5dde5; font-size: var(--step--1); }
.lb__nav { display: flex; gap: .6rem; justify-content: center; margin-top: .7rem; }
.cover { position: relative; background: var(--ink); overflow: hidden; }
.cover__media { position: relative; height: clamp(320px, 44vw, 620px); max-height: 66svh; }
.cover__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.masthead { padding: clamp(2.2rem, 4vw, 3.2rem) 0 clamp(2.8rem, 4.2vw, 4rem); }
.masthead + .section:not(.section--grey):not(.section--white):not(.section--dark) { padding-top: 0; }
.masthead__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.4rem, 4vw, 3.4rem); align-items: start; }
.masthead h1 { margin: 0; font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4.6rem); }
.masthead .slug + h1 { margin-top: .8rem; }
.masthead__aside { padding-top: .55rem; }
.masthead .lede { margin: 0; }
.masthead__aside .btn-row { margin-top: 1.4rem; }
@media (max-width: 900px) { .masthead__grid { grid-template-columns: 1fr; }
.masthead__aside { padding-top: 0; }
.masthead__aside .lede { margin-top: .4rem; }
.masthead .lede { max-width: none; } }
.logo-wall { display: grid; gap: 1px; background: var(--line-strong); border: 1px solid var(--line-strong); grid-template-columns: repeat(5, 1fr); }
.logo-tile { display: grid; place-items: center; height: 136px; padding: 1rem .55rem; background: var(--paper); transition: background-color .15s ease; }
.logo-tile img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1); opacity: .95; transition: filter .2s ease, opacity .2s ease; }
@media (hover: hover) { .logo-tile:hover { background: var(--white); } }
@media (hover: hover) { .logo-tile:hover img { filter: none; opacity: 1; } }
@media (max-width: 900px) { .logo-wall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .logo-wall { grid-template-columns: repeat(3, 1fr); }
.logo-tile { height: 82px; padding: .5rem .3rem; } }
.client-more { margin: 1.4rem auto 0; font-size: var(--step--1); color: var(--muted); line-height: 2; text-align: center; max-width: 68ch; }
.client-more a { font-weight: 700; color: var(--ink); text-decoration: none; }
.client-more b { font-weight: 700; color: var(--ink); }
.client-more a:hover { color: var(--brand-deep); text-decoration: underline; text-underline-offset: .2em; }
.rv-wrap { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: clamp(1.5rem, 2.6vw, 2.2rem); }
#reviews .sec-head { text-align: center; margin-bottom: clamp(1rem, 2vw, 1.4rem); }
@media (max-width: 900px) { .rv-wrap { row-gap: 1.4rem; } }
.rv-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .55rem; margin: 0; font-size: var(--step--1); color: var(--muted); }
.rv-line__score { font-size: var(--step-0); font-weight: 700; color: var(--ink); }
.rv-line__stars { color: var(--star); letter-spacing: .06em; }
.rv-line__link { font-family: var(--mono); font-size: var(--step--2); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--brand-deep); text-decoration: underline; text-underline-offset: .22em; }
.rv-line__link:hover { color: var(--ink); }
.rv-track-wrap { position: relative; min-width: 0; padding-inline: 52px; }
.rv-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2 * 18px) / 3); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 4px; scrollbar-width: none; }
.rv-track::-webkit-scrollbar { display: none; }
.rv { scroll-snap-align: start; margin: 0; background: var(--white); border: 0; border-radius: 0; padding: 1.3rem 1.35rem 1.05rem; display: flex; flex-direction: column; gap: .7rem; }
.section--grey .rv { background: var(--white); }
.section--white .rv { background: var(--paper); }
.rv__glyph { font-size: 2.5rem; line-height: .55; font-weight: 700; color: var(--cyan); }
.rv__text { margin: 0; font-size: var(--step--1); line-height: 1.55; color: var(--text); display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.rv.is-open .rv__text { -webkit-line-clamp: unset; display: block; }
.rv__more { align-self: flex-start; margin-top: 0; padding: .15rem 0; border: 0; background: none; color: var(--muted); font-size: var(--step--1); font-weight: 600; cursor: pointer; }
.rv__more:hover { color: var(--brand-deep); text-decoration: underline; }
.rv__head { display: flex; align-items: center; gap: .65rem; margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--line); }
.rv__face { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; background: var(--paper-2); }
.rv__face img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rv__mark { width: 21px; height: 21px; fill: var(--line-strong); display: block; }
.rv--google .g-mark { width: 18px; height: 18px; display: block; margin-left: auto; align-self: flex-end; flex-shrink: 0; }
.rv__who { min-width: 0; display: flex; flex-direction: column; line-height: 1.3; }
.rv__who strong { font-size: var(--step--1); font-weight: 700; }
.rv__when { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); line-height: 1.4; }
.rv--mine .rv__when { min-height: 2.8em; }
.rv-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 0; border: 1px solid var(--line-strong); background: var(--white); color: var(--ink); font-size: 1.4rem; line-height: 1; cursor: pointer; display: grid; place-items: center; z-index: 2; }
.rv-arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.rv-arrow--prev { left: 0; }
.rv-arrow--next { right: 0; }
@media (max-width: 1000px) { .rv-track { grid-auto-columns: calc((100% - 18px) / 2); } }
@media (max-width: 700px) { .rv-arrow { display: none; }
  .rv-track-wrap { padding-inline: 4px; }
  .rv-track { grid-auto-columns: minmax(240px, 84%); }
}
.lede--lead { color: var(--ink); font-size: var(--step-0); line-height: 1.55; margin: 0 0 1.1rem; max-width: none; }
.about-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: .85fr 1.15fr; align-items: start; }
@media (max-width: 700px) {
  .about-grid { grid-template-columns: 1fr; row-gap: clamp(2rem, 4vw, 3rem); }
  .about-portrait img { aspect-ratio: 4 / 3; width: 100%; height: auto;
                        object-fit: cover; object-position: 50% 22%; }
}
.about-portrait img { width: 100%; }
@media (min-width: 701px) {
  .about-portrait { position: relative; overflow: hidden; }
  .about-portrait img { position: absolute; inset: 0; width: 100%; height: 100%;
                        object-fit: cover; object-position: 50% 22%; }
  .about-portrait .frame__bar { position: absolute; inset: auto 0 0 0; z-index: 1;
    background: rgba(244,242,236,.94); padding-inline: .7rem; margin: 0; }
}
@media (min-width: 901px) and (orientation: portrait) {
  .frame__media { max-height: 62vh; max-height: 62svh; }
}
@media (min-width: 701px) and (max-width: 900px) {
  .about-grid { align-items: start; }
  .about-portrait { aspect-ratio: 4 / 5; min-height: 0; }
}
@media (min-width: 901px) {
  .about-grid { align-items: stretch; }
  .about-portrait { min-height: 22rem; }
}
.about-portrait .frame__bar { border-top-width: 1px; }
.creds-row { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin-top: 1.4rem; }
.creds-row img { height: 74px; width: auto; display: block; border: 1px solid var(--line-strong); }
@media (max-width: 600px) { .creds-row img { height: 60px; } }
.factbar { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-strong); margin: 0 0 clamp(2rem, 4vw, 3rem); }
.factbar div { padding: 1.1rem 1rem; border-right: 1px solid var(--line-strong); }
.factbar div:last-child { border-right: 0; }
@media (max-width: 900px) { .factbar { grid-template-columns: repeat(2, 1fr); }
  .factbar div:nth-child(2n) { border-right: 0; }
  .factbar div:nth-child(-n+2) { border-bottom: 1px solid var(--line-strong); } }
@media (max-width: 460px) { .factbar { grid-template-columns: 1fr; }
  .factbar div { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .factbar div:last-child { border-bottom: 0; } }
.factbar b { display: block; font-size: var(--display-num); line-height: 1.05; color: var(--ink); letter-spacing: var(--track-tight); }
.factbar span { display: block; font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); margin-top: .35rem; }
.cta-band { background: var(--navy); color: #d5e2ec; }
.section--dark .rv-line { color: #cfd6de; }
.section--dark .rv-line__score { color: #fff; }
.section--dark .rv-line__link { color: var(--cyan-soft); }
.section--dark .rv-line__stars { color: var(--star); }
.section--dark .rv-arrow { background: var(--ink-2); border-color: var(--line-dark); color: #fff; }
.section--dark .rv { color: var(--text); background: #ebe8e1; }
.section--dark .rv__who strong { color: var(--ink); }
.section--dark .rv__when { color: var(--muted); }
.section--dark .rv__face { background: #ded9d0; }
.section--dark .rv__text { color: var(--text); }
.section--dark .rv__more { color: var(--brand-deep); }
.cta-band h2 { max-width: 20ch; margin-inline: auto; }
.cta-band .lede { color: #b6cbdb; }
.cta-band .btn--primary { background: #fff; color: var(--navy); border-color: #fff; }
.cta-band .btn--primary:hover { background: var(--cyan-soft); border-color: var(--cyan-soft); color: var(--ink); }
.cta-band .fineprint { margin-top: 1rem; font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: #9fb8ca; }
.site-footer { background: var(--ink); color: #98a3af; padding: 3.4rem 0 1.8rem; font-size: var(--step--1); }
.site-footer a { color: #d5dde5; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr 1.35fr; }
.site-footer .socials { white-space: nowrap; }
.site-footer .brand-logo img { height: 56px; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 1rem; }
.site-footer h3 { color: #fff; font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; margin-bottom: .9rem; font-weight: 600; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .1rem; }
.site-footer li a { display: inline-flex; align-items: center; min-height: 40px; padding: .1rem 0; }
.footer-bottom { margin-top: 2.6rem; padding-top: 1.3rem; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.rate-table { width: 100%; border-collapse: collapse; font-size: var(--step--1); min-width: 0; }
.rate-table th, .rate-table td { text-align: left; padding: .75rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.rate-table th { font-family: var(--mono); font-weight: 600; font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--ink); }
.rate-table td:not(:first-child), .rate-table th:not(:first-child) { text-align: right; white-space: nowrap; }
.rate-table td:not(:first-child) { font-family: var(--mono); font-weight: 600; font-size: var(--step--1); word-spacing: -.3em; }
.rate-table .sub { display: block; color: var(--muted); font-size: var(--step--2); font-weight: 400; }
.rate-table .rate-sub { padding-top: 1.5rem; border-bottom-width: 1px; }
.tw-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.rate-note { font-size: var(--step--2); font-style: italic; color: var(--muted); margin-top: .9rem; }
.sub-head { font-size: var(--step-1); text-transform: uppercase; letter-spacing: 0; line-height: 1.15; margin: 0 0 .9rem; padding-bottom: .6rem; border-bottom: 1px solid var(--ink); }
.rate-group + .rate-group { margin-top: 2.4rem; }
.rate-stack { display: grid; gap: clamp(1.8rem, 3vw, 2.6rem); grid-template-columns: 1fr; max-width: 900px; }
.rate-stack .rate-group + .rate-group { margin-top: 0; }
@media (max-width: 700px) { .rate-table { font-size: var(--step--2); }
.rate-table th, .rate-table td { padding: .55rem .35rem; }
.rate-table th:not(:first-child) { white-space: normal; font-size: var(--step--3); }
.rate-table td:not(:first-child) { font-size: var(--step--2); }
.rate-table .sub { font-size: var(--step--2); } }
.calc-tabs { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 1.6rem; border: 1px solid var(--ink); width: max-content; max-width: 100%; }
.calc-tabs button { font-family: var(--mono); font-size: var(--step--1); line-height: 1; letter-spacing: var(--track-btn); text-transform: uppercase; cursor: pointer; padding: .95rem 1.35rem; border: 0; border-right: 1px solid var(--ink); background: transparent; color: var(--ink); }
.calc-tabs button:last-child { border-right: 0; }
.calc-tabs button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.calc { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; align-items: stretch; }
.calc__body { background: var(--white); border: 0; padding: 1.7rem 1.8rem; }
.calc__step + .calc__step:not([hidden]) { margin-top: 1.8rem; }
.calc__q { font-size: var(--step-0); font-weight: 700; margin: 0 0 .3rem; }
.calc__hint { font-size: var(--step--1); color: var(--muted); margin: 0 0 .9rem; }
.calc__choice { display: flex; gap: .8rem; align-items: flex-start; padding: .9rem 1rem; margin-bottom: .35rem; cursor: pointer; border: 1px solid var(--line-soft); background: var(--white); transition: border-color .12s ease, background-color .12s ease; }
@media (hover: hover) { .calc__choice:hover { border-color: var(--line-strong); background: #fbfaf7; } }
.calc__choice input { margin-top: .18rem; accent-color: var(--brand); width: 20px; height: 20px; flex-shrink: 0; }
.calc__choice:has(input:checked) { border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); background: #f4fafc; }
.calc__choice-body { display: flex; flex-direction: column; gap: .18rem; }
.calc__choice-label { font-weight: 700; font-size: var(--step--1); }
.calc__choice-note { font-size: var(--step--2); color: var(--muted); line-height: 1.45; }
.calc__slider { margin-bottom: 1.3rem; }
.calc__slider-head { display: flex; justify-content: space-between; align-items: baseline; font-size: var(--step--1); font-weight: 600; margin-bottom: .45rem; }
.calc__slider-val { font-family: var(--mono); font-size: 1.2rem; font-weight: 700; color: var(--brand-deep); }
.calc__slider input[type="range"] { width: 100%; accent-color: var(--brand); }
.calc__total { background: var(--ink); color: #c9d1da; padding: 1.5rem; display: flex; flex-direction: column; }
.calc__lines { min-height: 1.5rem; flex: 1 1 auto; }
.calc__line { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--step--1); padding: .45rem 0; border-bottom: 1px solid var(--line-dark); }
.calc__line span:last-child { font-family: var(--mono); }
.calc__line--credit { color: #8fe0ad; }
.calc__grand { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: auto; padding-top: 1.1rem; }
.calc__grand span { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: #93a2b1; }
.calc__amount { font-family: var(--mono); font-size: 2.1rem; font-weight: 700; color: #fff; letter-spacing: var(--track-tight); line-height: 1; }
.calc__total.is-live .calc__amount { color: var(--cyan-soft); }
.calc__tax { font-size: var(--step--2); color: #93a2b1; margin: .35rem 0 0; text-align: right; font-family: var(--mono); }
@media (max-width: 900px) { .calc { grid-template-columns: 1fr; } }
.form-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(2, 1fr); max-width: 920px; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: var(--step-0); }
.field input, .field select, .field textarea { font: inherit; font-size: var(--step-0); color: var(--text); padding: .85rem .9rem; background: var(--white); border: 1px solid var(--line-strong); border-radius: 0; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(51,169,194,.45); outline-offset: 1px; border-color: var(--brand); }
.field textarea { min-height: 130px; resize: vertical; }
.field--check label { display: flex; gap: .7rem; align-items: flex-start; font-weight: 400; font-size: var(--step-0); line-height: 1.45; }
.field--check input { width: 20px; height: 20px; flex-shrink: 0; margin-top: .15rem; accent-color: var(--brand); }
.ts:empty { display: none; }
.ts { margin-bottom: -.4rem; }
.ts.ts--shown { margin-bottom: .6rem; }
.sent { background: #10331e; border: 1px solid #2f7d4c; padding: 1.5rem; max-width: 920px; }
#book .sec-head { display: block; text-align: center; }
#book .sec-head .lede { margin: 1rem auto 0; text-wrap: balance; }
#book .form-grid, #book .sent { margin-inline: auto; }
.sent h3 { color: #8ff0b5; margin-bottom: .4rem; }
.sent p { margin: 0; color: #bfe8cd; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.faq details { max-width: 820px; border-top: 1px solid var(--line-strong); padding: 1.1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line-strong); }
.faq summary { cursor: pointer; min-height: 44px; font-weight: 700; font-size: var(--step-0); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); font-size: 1.4rem; color: var(--brand-deep); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: .9rem 0 0; color: var(--muted); max-width: 68ch; }
.posts { display: grid; gap: clamp(1.1rem, 2vw, 1.8rem); grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); margin-top: 1.4rem; }
.post { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: var(--paper); border: 1px solid var(--line-strong); transition: background-color .15s ease, border-color .15s ease; }
@media (hover: hover) { .post:hover { background: var(--white); border-color: var(--ink); } }
.post__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--img-bg); display: block; }
.post__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.2,.7,.3,1); }
@media (hover: hover) { .post:hover .post__media img { transform: scale(1.03); } }
.post__body { padding: 1.05rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.post__cat { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--brand-deep); }
.post__title { font-weight: 700; font-size: var(--step-0); line-height: 1.25; }
.post__meta { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); color: var(--muted); margin-top: auto; padding-top: .5rem; }
.arch-jump { margin-top: -.9rem; padding: .9rem 0; position: sticky; top: 72px; z-index: 30; background: rgba(244,242,236,.96); backdrop-filter: blur(10px); }
@media (hover: hover) { .arch-jump a:hover { background: var(--ink); color: #fff; }
.arch-jump a:hover span { opacity: .7; } }
.arch-group { padding: 2.4rem 0 .6rem; scroll-margin-top: 140px; }
.arch-group:first-of-type { padding-top: 0; }
.arch-group h2 { font-size: var(--step-2); margin-bottom: 1rem; display: flex; align-items: baseline; gap: .8rem; }
.shoots { display: grid; gap: clamp(.9rem, 1.6vw, 1.4rem); grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1200px) { .shoots { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shoots > .shoot:nth-child(n + 5) { display: none; } }
@media (max-width: 900px) { .shoots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shoots > .shoot:nth-child(n + 4) { display: none; } }
@media (max-width: 700px) { .shoots { grid-template-columns: 1fr; } }
.shoot { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: var(--paper); border: 1px solid var(--line-strong); }
@media (hover: hover) { .shoot:hover { background: var(--white); border-color: var(--ink); } }
.shoot__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--img-bg); display: block; }
.shoot__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shoot__body { padding: .8rem .9rem 1rem; display: flex; flex-direction: column; gap: .3rem; }
.shoot__title { font-weight: 700; font-size: var(--step--1); line-height: 1.3; }
.shoot__meta { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); color: var(--muted); }
.post-page .masthead h1 { font-size: var(--step-3); max-width: 28ch; }
.post-body p { font-size: var(--step-0); line-height: 1.7; max-width: 84ch; }
.post-body h2 { font-size: var(--step-2); margin-top: 1.8rem; text-transform: none; }
.post-body h3, .post-body h4 { font-size: var(--step-1); margin-top: 1.6rem; }
.video-embed { position: relative; aspect-ratio: 16 / 9; margin: 1.6rem 0; background: var(--ink); overflow: hidden; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed[data-yt] { cursor: pointer; }
.video-embed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 0; border: 0; background: var(--brand); cursor: pointer; display: grid; place-items: center; transition: background-color .15s ease; }
.video-play span { width: 0; height: 0; border-left: 26px solid #fff; border-top: 16px solid transparent; border-bottom: 16px solid transparent; margin-left: 6px; }
.video-embed:hover .video-play { background: var(--navy); }
.post-nav { display: grid; gap: 1px; background: var(--line-strong); border: 1px solid var(--line-strong); grid-template-columns: 1fr 1fr; margin: 1.5rem auto 3rem; }
.post-nav__a { text-decoration: none; color: inherit; background: var(--paper); padding: 1rem 1.2rem; display: flex; flex-direction: column; gap: .3rem; }
@media (hover: hover) { .post-nav__a:hover { background: var(--white); } }
.post-nav__a span { font-family: var(--mono); font-size: var(--step--3); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--brand-deep); }
.post-nav__a strong { font-size: var(--step--1); line-height: 1.3; }
.post-nav__a--r { text-align: right; grid-column: 2; }
@media (max-width: 700px) { .post-nav { grid-template-columns: 1fr; }
.post-nav__a--r { grid-column: 1; text-align: left; } }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print { .site-header, .cta-band, .site-footer, .lb { display: none !important; } }
@media (max-width: 700px) {
  
  .btn-row { flex-wrap: nowrap; gap: .55rem; }
  .btn-row > .btn { flex: 1 1 0; min-width: 0; padding-left: .7rem; padding-right: .7rem;
                    font-size: var(--step--2); letter-spacing: .05em; text-align: center; }
  .btn-row > .btn:only-child { flex: 1 1 100%; }
  p > .btn:only-child, .sec-head__aside > .btn:only-child { display: flex; width: 100%; }
  .sec-head__aside > .btn:only-child, .quote-form .btn--primary, .masthead__aside .btn-row > .btn:only-child { display: flex; width: 100%; }
  
  .work-head { flex-direction: column; align-items: stretch; gap: .9rem; }
  .work-filter { flex-wrap: nowrap; gap: .4rem; width: 100%; }
  .work-filter button { flex: 1 1 0; min-width: 0; padding: .8rem .4rem;
                        font-size: var(--step--3); letter-spacing: .04em; justify-content: center; }
  
  .masonry figure { flex: 1 1 100%; }
  .jrow { gap: 10px; }
  .masonry { gap: 10px; }
  
  .spec-list li { border-top: 0; padding: .35rem 0; }
  
  .shoots > .shoot:nth-child(n + 4) { display: none; }
  .shoots-more { display: block; margin-top: 1.1rem; }
  .shoots-more .btn { display: flex; width: 100%; justify-content: center; }
  .sec-head__aside--phone-off { display: none; }
  
  .creds-row { display: none; }
  
  .section--tight + .section--tight { padding-top: 0; }
  .post-body > .video-embed:last-child { margin-bottom: 0; }
  
  .masthead__grid { gap: .6rem; }
  .section--tight { padding-top: 1rem; padding-bottom: 1rem; }
  .post-body + .masonry, .post-body .masonry { margin-top: 1.1rem; }
  .section--tight > .wrap > .masonry { margin-top: 0; }
  .masthead h1 { margin-bottom: 0; }
  .sec-head { margin-bottom: 1.2rem; gap: .7rem 1rem; }
  .gallery-filter, .arch-jump { margin-bottom: 1rem; }
  .spec-list { margin-top: 1.2rem; }
  .post-body > *:first-child { margin-top: 0; }
  .video-embed { margin: 1rem 0; }
  .post-body .masonry { margin-top: 1rem; }
  
  .creds-row { gap: 8px; }
  .creds-row img { flex: 1 1 0; width: 100%; height: auto; min-width: 0; }
  
  .sec-head h2, .masthead h1 { text-wrap: pretty; }
}
@media (max-width: 900px) {
  .logo-wall > .logo-tile:last-child:nth-child(3n + 1),
  .logo-wall > .logo-tile:last-child:nth-child(3n + 2),
  .logo-wall > .logo-tile:nth-last-child(2):nth-child(3n + 1) { display: none; }
}
@media (min-width: 701px) and (max-width: 1280px) {
  .hero-rail { grid-template-columns: repeat(3, 1fr); gap: 1rem clamp(1.4rem, 2.4vw, 1.8rem);
               margin-top: 1.5rem; }
  .hero-rail div { border-top: 1px solid var(--line-strong); padding-top: .7rem;
                   display: flex; flex-direction: column; }
  .hero-rail b { white-space: normal; }
  .hero-rail span { display: block; margin-top: auto; padding-top: .3rem; line-height: 1.3;
                    white-space: normal; }
}
@media (max-width: 700px) {
  .hero-rail { grid-template-columns: 1fr; gap: .9rem; margin-top: 1.5rem; }
  .hero-rail div { border-top: 0; padding: 0; display: block; }
  .hero-rail span { display: block; line-height: 1.3; margin-top: .2rem; padding-top: 0; }
}
body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input, textarea, select, [contenteditable="true"] { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; }
@media (max-width: 900px) {
  .masthead { padding: clamp(2.8rem, 4.2vw, 4rem) 0; }
  
  .arch-jump { position: static; margin-top: 0; padding-top: 0; }
  
  .arch-group:last-child { padding-bottom: 0; }
  .arch-group { scroll-margin-top: 85px; }
}
@media (max-width: 700px) { .jfill { display: none; } }
@media (min-width: 701px) and (max-width: 900px) {
  .masonry:not(.masonry--single) { display: flex; flex-direction: row; flex-wrap: wrap; gap: 14px; }
  .masonry:not(.masonry--single) > .jrow,
  .masonry:not(.masonry--single)[data-paged] > .jrow.is-shown { display: contents; }
  .masonry:not(.masonry--single) figure,
  .masonry:not(.masonry--single) .jfill {
    flex: var(--ar, 1) 1 calc(var(--ar, 1) * 31%); min-width: 0; margin: 0;
  }
  .masonry[data-paged] > .jrow:nth-of-type(n + 5) { display: none; }
}
@media (max-width: 700px) {
  .blog-filter, .arch-jump { display: grid; grid-template-columns: 1fr; gap: .5rem; }
  .blog-filter button, .arch-jump a { width: 100%; justify-content: center; }
  
  .arch-jump a.arch-jump__extra { display: none; }
  
  .faq details { padding: .8rem 0; }
}
