/* RP Renovation — original Raleigh fieldbook design. */
:root {
  --paper: #f4f3ef;
  --white: #fffefa;
  --ink: #222c29;
  --forest: #234039;
  --forest-deep: #1c332f;
  --rust: #955334;
  --muted: #5c6460;
  --line: #d9ddd6;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --max: 1480px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: #d7d4c2; color: var(--ink); }
:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
.container { width: min(calc(100% - 96px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; top: -90px; left: 24px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-block; font: 700 11px/1.4 var(--sans); letter-spacing: .15em; text-transform: uppercase; color: var(--rust); }
.eyebrow-light { color: #bcbea8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: .98; }
em { font-weight: 400; }
p { max-width: 65ch; }
.utility { background: var(--forest-deep); color: #dce2d8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.utility .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 33px; }
.utility .container span span { padding-inline: 9px; color: #aaaea0; }
.utility a { text-decoration: none; }
.utility a:hover { text-decoration: underline; }
.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); }
.wordmark { display: flex; align-items: center; gap: 11px; min-width: 230px; text-decoration: none; }
.wordmark-monogram { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid var(--ink); font: 26px/.8 var(--serif); letter-spacing: -.085em; padding-right: 3px; }
.wordmark-name { font: 600 17px/1.15 var(--sans); letter-spacing: -.045em; white-space: nowrap; }
.wordmark-name small { display: block; margin-top: 5px; font: 500 9px/1.2 var(--sans); letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.3vw, 35px); margin-inline: auto; }
.site-nav a { position: relative; padding-block: 12px; text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--rust); transition: right .2s; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { right: 0; }
.site-nav a[aria-current] { color: #975a3b; }
.header-contact { display: inline-flex; justify-content: space-between; align-items: center; gap: 15px; padding: 12px 14px 12px 17px; background: var(--forest); color: #fff; white-space: nowrap; text-decoration: none; font-size: 12px; font-weight: 600; }
.header-contact:hover, .button-action:hover { background: #35554b; }
.menu-toggle { display: none; }
.button-action, .text-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 51px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; }
.button-action { border: 1px solid var(--forest); background: var(--forest); color: #fff; padding: 13px 19px; }
.text-action { border-bottom: 1px solid currentColor; padding: 13px 0 9px; }
.text-action:hover, .underlined-link:hover { color: var(--rust); }
.button-action span, .text-action span { font-size: 19px; line-height: 1; font-weight: 400; }
.underlined-link { font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.home-intro { background: var(--paper); }
.home-intro-grid { display: grid; grid-template-columns: minmax(395px, 46%) minmax(0, 54%); min-height: min(690px, 69vw); }
.home-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(58px, 7.1vw, 108px) 32px 27px 0; }
.home-copy h1 { max-width: 11ch; margin: clamp(32px, 5vw, 73px) 0 25px; font-size: clamp(72px, 7.3vw, 128px); }
.home-copy h1 em { color: var(--rust); }
.home-copy > p { max-width: 410px; margin-bottom: 31px; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; }
.intro-actions { display: flex; align-items: center; gap: clamp(14px, 2.1vw, 30px); flex-wrap: wrap; }
.home-index { margin-top: auto; padding-top: 48px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.home-image { display: flex; flex-direction: column; margin: 0; min-height: 575px; }
.home-image img { width: 100%; height: 100%; min-height: 0; flex: 1; object-fit: cover; object-position: center center; }
.home-image figcaption { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0 14px 16px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.intro-statement { padding-block: clamp(90px, 10vw, 155px); background: var(--white); }
.statement-grid { display: grid; grid-template-columns: 1fr 2.1fr; gap: 35px; align-items: start; }
.statement-grid > p { margin: -13px 0 0; max-width: 850px; font: 400 clamp(35px, 4.2vw, 65px)/1.16 var(--serif); letter-spacing: -.02em; }
.statement-grid p em { color: var(--rust); }
.statement-grid .underlined-link { grid-column: 2; justify-self: start; margin-top: 11px; }
.section-pad { padding-block: clamp(80px, 9vw, 132px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 43px; }
.section-heading h2 { margin: 20px 0 0; font-size: clamp(51px, 5.7vw, 86px); }
.section-heading > p { max-width: 325px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 15% minmax(0, 1fr) 195px; column-gap: 28px; align-items: center; min-height: 163px; padding-block: 28px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.row-index { align-self: start; padding-top: 15px; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--rust); }
.row-body h3 { margin: 0 0 9px; font: 400 clamp(31px, 3.2vw, 51px)/1.05 var(--serif); letter-spacing: -.02em; }
.row-body h3 a { display: inline-flex; align-items: baseline; gap: 18px; text-decoration: none; }
.row-body h3 a:hover { color: var(--rust); }
.row-body h3 span { font: 400 18px/1 var(--sans); }
.row-body p { margin: 0; max-width: 570px; color: var(--muted); font-size: 14px; }
.service-photo img { width: 195px; height: 106px; object-fit: cover; }
.service-note { display: grid; place-items: center; min-height: 106px; border: 1px solid #c8cfca; color: var(--forest); padding: 10px; }
.service-note span { font: italic 23px/1 var(--serif); }
.project-section { background: #e7e9e2; padding-block: clamp(70px, 8vw, 120px); }
.project-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: clamp(35px, 6vw, 100px); align-items: center; }
.project-image img { width: 100%; height: clamp(430px, 49vw, 675px); object-fit: cover; }
.project-image > span { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.project-story h2 { margin: 26px 0 25px; font-size: clamp(59px, 6.2vw, 99px); }
.project-story h2 em { color: var(--rust); }
.project-story > p { max-width: 355px; color: var(--muted); font-size: 15px; }
.project-detail { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: end; margin-top: clamp(55px, 7vw, 116px); padding-top: 21px; border-top: 1px solid #b9c3b8; }
.project-detail img { width: 110px; height: 100px; object-fit: cover; }
.project-detail span { max-width: 180px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.review-feature { display: grid; grid-template-columns: 36% minmax(0, 1fr); gap: 7%; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.review-side h2 { margin: 25px 0 20px; max-width: 380px; font-size: clamp(54px, 5vw, 78px); }
.review-side p { max-width: 300px; color: var(--muted); font-size: 14px; }
.review-entry { margin: 0; }
.review-entry blockquote { margin: 0; font: 400 clamp(28px, 3.25vw, 48px)/1.22 var(--serif); letter-spacing: -.01em; }
.review-entry figcaption { display: flex; justify-content: space-between; gap: 15px; align-items: end; margin-top: 29px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.review-entry figcaption small { font-weight: 400; color: var(--muted); }
.review-entry figcaption a { font-size: 11px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.source-note { margin: 19px 0 0; color: var(--muted); font-size: 12px; }
.source-note a { text-underline-offset: 3px; }
.faq-section { border-top: 1px solid var(--line); background: var(--white); }
.faq-layout { display: grid; grid-template-columns: 38% 1fr; gap: 7%; }
.faq-layout h2 { margin: 27px 0 0; font-size: clamp(58px, 5.6vw, 85px); }
.faq-layout h2 em { color: var(--rust); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 45px 24px 0; margin: 0; max-width: 590px; color: var(--muted); font-size: 14px; }
.contact-banner { background: var(--forest); color: #fff; padding-block: clamp(75px, 8vw, 115px); }
.banner-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.banner-inner h2 { margin: 20px 0 14px; max-width: 740px; font-size: clamp(54px, 5.9vw, 90px); }
.banner-inner p { margin: 0; color: #cbd8d0; font-size: 15px; }
.banner-inner .button-action { background: var(--paper); border-color: var(--paper); color: var(--forest); flex: none; }
.banner-inner .button-action:hover { background: #d5ded6; }
.page-intro { padding-block: clamp(65px, 7vw, 108px); background: var(--white); border-bottom: 1px solid var(--line); }
.page-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .47fr); align-items: end; gap: 8%; }
.page-intro-grid:has(> div:only-child) { grid-template-columns: minmax(0, 1fr); }
.page-intro h1 { margin: clamp(30px, 4vw, 55px) 0 27px; max-width: 900px; font-size: clamp(68px, 7.7vw, 120px); }
.page-intro-grid:has(> div:only-child) h1 { max-width: 1050px; }
.intro-description { margin-bottom: 0; max-width: 610px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55; }
.page-intro-image { margin: 0; }
.page-intro-image img { width: 100%; height: clamp(275px, 33vw, 455px); object-fit: cover; }
.page-intro-image figcaption { margin-top: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: 49% minmax(0, 1fr); gap: 8%; }
.story-grid h2 { margin: 24px 0 0; font-size: clamp(58px, 6vw, 95px); }
.story-grid h2 em { color: var(--rust); }
.story-text { padding-top: 18px; }
.story-text p { max-width: 575px; margin-bottom: 20px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.story-text .underlined-link { display: inline-block; margin-top: 12px; }
.about-spread { background: #e7e9e2; padding-block: clamp(70px, 8vw, 115px); }
.about-spread-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 10%; align-items: center; }
.about-spread figure { margin: 0; }
.about-spread img { width: 100%; height: clamp(400px, 47vw, 650px); object-fit: cover; }
.about-spread figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; }
.about-spread h2 { margin: 27px 0 20px; font-size: clamp(56px, 6vw, 90px); }
.about-spread p { max-width: 450px; color: var(--muted); font-size: 16px; }
.service-end { background: var(--white); padding-block: clamp(55px, 7vw, 95px); }
.service-end .container { display: grid; grid-template-columns: .9fr 1.8fr auto; gap: 5%; align-items: center; }
.service-end p { margin: 0; max-width: 540px; font: 400 clamp(30px, 3.2vw, 50px)/1.15 var(--serif); }
.gallery-preface { display: flex; align-items: baseline; justify-content: space-between; gap: 40px; margin-bottom: 33px; }
.gallery-preface p { margin: 0; max-width: 540px; color: var(--muted); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px 20px; }
.gallery-item { min-width: 0; margin: 0; }
.gallery-item:first-child { grid-column: span 2; }
.gallery-item:nth-child(7) { grid-column: span 2; }
.gallery-item a { display: block; position: relative; overflow: hidden; background: #dce1da; }
.gallery-item img { width: 100%; height: clamp(260px, 26vw, 415px); object-fit: cover; transition: transform .35s; }
.gallery-item:first-child img, .gallery-item:nth-child(7) img { height: clamp(330px, 37vw, 540px); }
.gallery-item a:hover img { transform: scale(1.035); }
.gallery-zoom { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 37px; height: 37px; background: var(--paper); font-size: 19px; }
.gallery-item figcaption { display: flex; justify-content: space-between; gap: 15px; margin-top: 11px; color: var(--ink); font-size: 12px; font-weight: 600; }
.gallery-item figcaption small { max-width: 200px; text-align: right; font-size: 11px; font-weight: 400; color: var(--muted); }
.reviews-lead { display: grid; grid-template-columns: 35% 1fr; align-items: start; gap: 7%; padding-bottom: 36px; }
.reviews-lead p { max-width: 650px; margin: -12px 0 0; font: 400 clamp(36px, 4vw, 60px)/1.15 var(--serif); }
.reviews-list { border-top: 1px solid var(--ink); }
.reviews-list .review-entry { display: grid; grid-template-columns: 35% 1fr; column-gap: 7%; padding: clamp(32px, 4vw, 58px) 0; border-bottom: 1px solid var(--line); }
.reviews-list .review-entry::before { content: 'GOOGLE REVIEW'; align-self: start; padding-top: 6px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.reviews-list .review-entry blockquote { grid-column: 2; grid-row: 1; max-width: 880px; font-size: clamp(27px, 2.8vw, 42px); }
.reviews-list .review-entry figcaption { grid-column: 2; border: 0; margin-top: 23px; padding: 0; }
.contact-layout { display: grid; grid-template-columns: minmax(310px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 9vw, 145px); }
.contact-details { padding-top: 20px; }
.contact-details > .eyebrow { margin-bottom: 32px; }
.contact-line { display: grid; grid-template-columns: 60px 1fr 20px; align-items: baseline; gap: 9px; padding-block: 22px; border-top: 1px solid var(--line); text-decoration: none; }
.contact-line:hover { color: var(--rust); }
.contact-line > span:first-child { font-size: 12px; color: var(--muted); }
.contact-line strong { font: 400 clamp(22px, 2.4vw, 34px)/1.15 var(--serif); overflow-wrap: anywhere; }
.contact-line > span:last-child { font-size: 16px; }
.contact-location { margin-top: 50px; padding: 28px 0 0; border-top: 1px solid var(--ink); }
.contact-location p { margin: 14px 0; color: var(--muted); font-size: 14px; }
.contact-location p:first-of-type { color: var(--ink); font-size: 16px; }
.form-panel { padding: clamp(28px, 4.5vw, 68px); background: #e8eae4; }
.form-panel h2 { margin: 22px 0 17px; font-size: clamp(58px, 5.5vw, 86px); }
.form-panel h2 em { color: var(--rust); }
.form-panel > p { max-width: 480px; color: var(--muted); font-size: 14px; }
.form-panel form { margin-top: 31px; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-panel label { display: block; margin-bottom: 22px; color: var(--ink); font-size: 12px; font-weight: 700; }
.form-panel input, .form-panel select, .form-panel textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 12px; border: 1px solid #aab7af; border-radius: 0; background: var(--white); color: var(--ink); font-size: 15px; font-weight: 400; }
.form-panel textarea { min-height: 130px; resize: vertical; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--forest); outline: 2px solid #759186; outline-offset: 1px; }
.form-panel button { cursor: pointer; }
.form-help { margin: 15px 0 0; font-size: 12px; color: var(--muted); }
#form-done { margin-top: 26px; padding: 25px; border-left: 3px solid var(--forest); background: var(--white); }
#form-done[hidden] { display: none; }
#form-done h3 { font: 400 32px/1.2 var(--serif); margin: 0 0 8px; }
#form-done p { margin-bottom: 15px; font-size: 14px; }
.request-preview { padding: 15px; background: var(--paper); white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; }
.request-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 15px; }
.request-actions button { padding: 10px 14px; border: 1px solid var(--ink); background: transparent; }
.not-found { padding: clamp(110px, 13vw, 185px) 0; }
.not-found h1 { margin: 30px 0; font-size: clamp(78px, 10vw, 155px); }
.not-found h1 em { color: var(--rust); }
.not-found p { margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.site-footer { background: var(--forest-deep); color: #f6f5ee; padding: clamp(75px, 9vw, 130px) 0 27px; }
.footer-top { display: flex; justify-content: space-between; align-items: end; gap: 45px; padding-bottom: clamp(70px, 9vw, 120px); border-bottom: 1px solid #ffffff40; }
.footer-top h2 { margin: 23px 0 0; font-size: clamp(65px, 8vw, 125px); }
.footer-top h2 em { color: #bdc9ba; }
.footer-reach { display: flex; flex-direction: column; gap: 11px; min-width: 235px; margin-bottom: 9px; }
.footer-reach a { display: flex; justify-content: space-between; gap: 22px; padding-bottom: 12px; border-bottom: 1px solid #ffffff50; text-decoration: none; font-size: 14px; }
.footer-reach a:hover { color: #d6bba3; }
.footer-bottom { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: 12%; padding: 46px 0 63px; }
.footer-identity img { width: 72px; height: 72px; object-fit: cover; }
.footer-identity p { max-width: 300px; margin: 18px 0 0; color: #c4d0c7; font-size: 12px; }
.footer-bottom nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; align-content: start; }
.footer-bottom nav a { text-decoration: none; font-size: 13px; }
.footer-bottom nav a:hover, .footer-legal a:hover { text-decoration: underline; }
.footer-address { margin: 0; color: #e3e8e1; font-size: 13px; }
.footer-address small { display: block; margin-top: 10px; color: #b5c3ba; font-size: 11px; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #ffffff40; color: #abbcb0; font-size: 11px; }
.footer-legal a { text-decoration: none; }
@media (max-width: 1180px) {
  .container { width: min(calc(100% - 64px), var(--max)); }
  .site-nav { gap: 15px; }
  .wordmark { min-width: 210px; }
  .header-contact { padding-inline: 11px; gap: 8px; }
  .home-copy h1 { font-size: clamp(69px, 7.6vw, 98px); }
  .home-intro-grid { grid-template-columns: 46% 54%; }
}
@media (max-width: 1020px) {
  .header-inner { min-height: 82px; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 32px 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px #15221b14; }
  .site-nav.open { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px 30px; }
  .site-nav a { padding: 12px 0; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 46px; height: 46px; margin-left: 0; border: 1px solid var(--ink); background: transparent; }
  .menu-toggle span { display: block; width: 20px; height: 1px; margin-inline: auto; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-contact { margin-left: auto; }
  .home-intro-grid { grid-template-columns: 1fr 1fr; }
  .home-copy h1 { font-size: clamp(64px, 7.6vw, 80px); }
  .home-image { min-height: 550px; }
  .service-row { grid-template-columns: 12% minmax(0, 1fr) 165px; }
  .service-photo img { width: 165px; }
}
@media (max-width: 790px) {
  .container { width: calc(100% - 48px); }
  .home-intro-grid { grid-template-columns: 1fr; }
  .home-copy { padding: 73px 0 60px; }
  .home-copy h1 { margin: 38px 0 25px; font-size: clamp(83px, 13vw, 104px); }
  .home-copy > p { max-width: 600px; }
  .home-index { padding-top: 37px; }
  .home-image { min-height: 0; }
  .home-image img { flex: none; width: 100%; height: auto; aspect-ratio: 1.65; object-fit: cover; }
  .home-image figcaption { padding-left: 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 20px; }
  .statement-grid > p { margin-top: 0; }
  .statement-grid .underlined-link { grid-column: 1; }
  .project-layout { grid-template-columns: 1fr; }
  .project-image img { height: auto; aspect-ratio: 1.55; }
  .project-story h2 { max-width: 700px; margin-top: 24px; }
  .project-story > p { max-width: 570px; }
  .project-detail { max-width: 370px; margin-top: 44px; }
  .page-intro-grid { grid-template-columns: 1fr 40%; gap: 5%; }
  .page-intro h1 { font-size: clamp(65px, 8vw, 90px); }
  .page-intro-image img { height: 335px; }
  .story-grid, .about-spread-grid, .contact-layout { gap: 5%; }
  .footer-bottom { gap: 6%; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .utility { font-size: 9px; }
  .utility .container { min-height: 31px; }
  .header-inner { min-height: 77px; }
  .wordmark { min-width: 0; }
  .wordmark-name { font-size: 16px; }
  .header-contact { display: none; }
  .menu-toggle { margin-left: auto; }
  .site-nav.open { grid-template-columns: 1fr 1fr; gap: 0 28px; padding-inline: 20px; }
  .site-nav a { font-size: 15px; }
  .home-copy { padding-top: 61px; padding-bottom: 41px; }
  .home-copy h1 { font-size: clamp(72px, 15vw, 94px); margin-top: 33px; }
  .home-copy > p { font-size: 16px; }
  .home-index { display: none; }
  .intro-actions { gap: 13px 23px; }
  .home-image img { aspect-ratio: 1.05; object-position: 57% center; }
  .home-image figcaption { flex-wrap: wrap; gap: 4px; font-size: 9px; }
  .intro-statement { padding-block: 76px; }
  .statement-grid > p { font-size: clamp(38px, 9vw, 56px); }
  .section-pad { padding-block: 75px; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading h2 { font-size: 58px; margin-top: 20px; }
  .section-heading > p { margin: 20px 0 0; }
  .service-row { grid-template-columns: 56px 1fr; column-gap: 10px; padding-block: 23px; min-height: 0; }
  .row-index { padding-top: 6px; font-size: 10px; }
  .row-body h3 { font-size: clamp(30px, 7vw, 43px); }
  .row-body h3 a { gap: 8px; }
  .row-body p { font-size: 13px; }
  .service-photo, .service-note { grid-column: 2; margin-top: 18px; }
  .service-photo img { width: 100%; height: 180px; }
  .project-section { padding-block: 72px; }
  .project-image img { aspect-ratio: 1.18; }
  .project-story h2 { font-size: 72px; }
  .review-feature, .faq-layout { grid-template-columns: 1fr; gap: 43px; }
  .review-side h2 { font-size: 62px; }
  .review-entry blockquote { font-size: clamp(31px, 7.6vw, 41px); }
  .review-entry figcaption { flex-wrap: wrap; }
  .faq-layout h2 { font-size: 66px; }
  .banner-inner { display: block; }
  .banner-inner h2 { font-size: clamp(57px, 11vw, 80px); }
  .banner-inner .button-action { margin-top: 31px; }
  .page-intro { padding-block: 68px; }
  .page-intro-grid { display: block; }
  .page-intro h1 { font-size: clamp(68px, 13vw, 94px); margin: 31px 0 22px; }
  .page-intro-image { margin-top: 43px; }
  .page-intro-image img { height: auto; aspect-ratio: 1.4; }
  .story-grid, .about-spread-grid { display: block; }
  .story-grid h2, .about-spread h2 { font-size: 67px; }
  .story-text { padding-top: 28px; }
  .story-text p { font-size: 15px; }
  .about-spread figure { margin-bottom: 44px; }
  .about-spread img { height: auto; aspect-ratio: .88; }
  .service-end .container { display: block; }
  .service-end p { margin: 22px 0; }
  .gallery-preface { display: block; }
  .gallery-preface p { margin-top: 15px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 31px 13px; }
  .gallery-item:first-child, .gallery-item:nth-child(7) { grid-column: span 2; }
  .gallery-item img { height: auto; aspect-ratio: .88; }
  .gallery-item:first-child img, .gallery-item:nth-child(7) img { height: auto; aspect-ratio: 1.3; }
  .gallery-item figcaption { display: block; font-size: 11px; }
  .gallery-item figcaption small { display: block; text-align: left; margin-top: 2px; }
  .reviews-lead { display: block; }
  .reviews-lead p { margin-top: 18px; font-size: 43px; }
  .reviews-list .review-entry { display: block; }
  .reviews-list .review-entry::before { display: block; padding: 0 0 23px; }
  .reviews-list .review-entry blockquote { font-size: 32px; }
  .contact-layout { display: block; }
  .contact-details { padding-top: 0; margin-bottom: 68px; }
  .contact-location { margin-top: 33px; }
  .form-panel { padding: 34px 24px; }
  .form-panel h2 { font-size: 72px; }
  .footer-top { display: block; }
  .footer-top h2 { font-size: 82px; }
  .footer-reach { margin-top: 48px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-identity { grid-column: span 2; }
}
@media (max-width: 400px) {
  .container { width: calc(100% - 34px); }
  .wordmark-monogram { width: 42px; height: 42px; font-size: 24px; }
  .wordmark-name { font-size: 15px; }
  .wordmark-name small { font-size: 8px; }
  .utility .container span span { padding-inline: 3px; }
  .home-copy h1 { font-size: 67px; }
  .button-action, .text-action { gap: 17px; }
  .row-body h3 { font-size: 29px; }
  .page-intro h1 { font-size: 63px; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .footer-top h2 { font-size: 69px; }
  .footer-bottom { gap: 30px 15px; }
  .footer-bottom nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}
