@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/assets/fonts/ACaslonPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("/assets/fonts/JosefinSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  --paper: #e1ddca;
  --ink: #000000;
  --ink-soft: #24211d;
  --line: rgba(0, 0, 0, 0.22);
  --paper-overlay: rgba(225, 221, 202, 0.96);
  --font-display: "Adobe Caslon Pro", "Libre Caslon Display", "Cormorant Garamond", Georgia, serif;
  --font-body: "Josefin Sans", "Jost", "Avenir Next", "Century Gothic", sans-serif;
  --display-xl: clamp(3rem, 5.3vw, 4.76rem);
  --statement: clamp(1.125rem, 2.02vw, 1.8125rem);
  --slogan: clamp(1.35rem, 2.4vw, 2.16rem);
  --service: clamp(1.05rem, 1.67vw, 1.5rem);
  --contact: clamp(1.15rem, 2.76vw, 2.49rem);
  --nav: clamp(0.72rem, 0.8vw, 0.9rem);
  --gutter: clamp(1.4rem, 4.4vw, 5.5rem);
  --header-height: 5.5rem;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; background: var(--paper); color: var(--ink); scroll-behavior: smooth; }
body { max-width: 100%; overflow-x: hidden; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-weight: 300; line-height: 1.5; font-synthesis: weight style; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--ink); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: var(--paper-overlay); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 var(--gutter); }
.header-mark { display: inline-flex; align-items: center; width: clamp(13rem, 18vw, 18rem); min-height: 44px; }
.header-mark img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.5rem, 3vw, 3.5rem); }
.site-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-family: Georgia, serif; font-size: var(--nav); text-transform: uppercase; letter-spacing: .04em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 200ms ease-out; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 10px 8px; border: 0; background: transparent; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; cursor: pointer; }
.menu-toggle span { height: 2px; background: var(--ink); transition: transform 200ms ease-out, opacity 140ms ease-out; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.site-footer { min-height: 5.3rem; padding: 1.25rem var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: #0b0b0b; color: var(--paper); font-family: Georgia, serif; text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; }
.site-footer p { margin: 0; }
.footer-links { display: flex; align-items: center; gap: 1.5rem; }
.footer-links a { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }

.display-heading { margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 700; font-size: var(--display-xl); line-height: .93; letter-spacing: -.035em; text-transform: uppercase; }
.content-section { padding: clamp(4rem, 7vw, 7.5rem) var(--gutter); }
.eyebrow { margin: 0 0 1rem; font-family: Georgia, serif; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.text-link, .text-button { display: inline-flex; align-items: center; gap: .75rem; min-height: 44px; font-family: Georgia, serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; }
.text-link > span:last-child { font-size: 1.2rem; transition: transform 200ms ease-out; }
.text-link:hover > span:last-child { transform: translateX(4px); }

.home-hero { position: relative; height: clamp(32rem, 42vw, 47rem); overflow: visible; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; }
.hero-wordmark-panel { position: absolute; top: 9%; left: 5%; width: clamp(23rem, 39vw, 47rem); padding: clamp(1.1rem, 2vw, 2rem) clamp(1.5rem, 2.7vw, 3.2rem); background: var(--paper-overlay); }
.hero-wordmark-panel img { width: 100%; height: auto; }
.hero-tagline-panel { position: absolute; z-index: 2; right: 10%; bottom: 0; transform: translateY(35%); padding: .78em 1.2em .65em; background: var(--paper-overlay); font-size: var(--slogan); line-height: 1; }
.discover-link { position: absolute; left: 5%; bottom: 7%; display: inline-flex; align-items: center; gap: .75rem; min-height: 44px; font-family: Georgia, serif; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.discover-link span { font-size: 1.25rem; }

.services-section { padding-top: clamp(3.5rem, 5vw, 5.5rem); padding-bottom: clamp(3.5rem, 5vw, 5rem); }
.services-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1.5rem; margin-top: clamp(3rem, 5vw, 5rem); }
.service-item { min-width: 0; text-align: center; }
.service-marker { width: 30px; height: 30px; display: block; margin: 0 auto 1.25rem; border: 1px solid #6c5b48; border-radius: 50%; }
.service-item h2 { max-width: 11rem; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(.85rem, 1.1vw, 1.05rem); font-weight: 600; line-height: 1.25; }
.launch-support { margin-top: clamp(3rem, 5vw, 5rem); padding-top: 2.4rem; border-top: 1px solid var(--line); text-align: center; }
.launch-support h2 { margin: 0; font-family: var(--font-display); font-style: italic; font-size: var(--service); }
.launch-support p { margin: .6rem 0 0; font-size: clamp(.8rem, 1vw, 1rem); }

.approach-section { display: grid; grid-template-columns: 53% 47%; min-height: 46rem; }
.approach-copy { padding: clamp(4rem, 7vw, 7.5rem) clamp(2rem, 6vw, 7rem) clamp(4rem, 7vw, 6rem) var(--gutter); display: flex; flex-direction: column; }
.approach-statement { margin: auto 0; text-align: center; font-size: var(--statement); line-height: 1.35; }
.approach-statement p { margin: .24rem 0; }
.approach-support { margin: 2rem 0 0; max-width: 43rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: clamp(1rem, 1.65vw, 1.5rem); line-height: 1.45; }
.approach-photo { position: relative; min-height: 46rem; }
.approach-image-frame { position: absolute; inset: 0; }
.approach-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.approach-support-mobile { display: none; }
.approach-closing { position: absolute; left: 0; bottom: 7%; max-width: 38rem; margin: 0; padding: 1.35rem 1.6rem 1.2rem; background: var(--paper-overlay); font-size: clamp(1rem, 1.65vw, 1.55rem); line-height: 1.35; }

.selected-work { padding-top: clamp(3.5rem, 5vw, 5rem); padding-bottom: clamp(3.5rem, 5vw, 5rem); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-heading-row h2 { margin: 0; font-family: Georgia, serif; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.featured-projects { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.4rem; }
.project-card { min-width: 0; }
.project-card a { display: block; }
.project-image { position: relative; aspect-ratio: 1.45 / 1; overflow: hidden; background: rgba(0,0,0,.05); }
.project-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease-out; }
.project-card a:hover .project-image img { transform: scale(1.03); }
.project-card h3 { margin: 1rem 0 .15rem; font-family: Georgia, serif; font-size: .85rem; line-height: 1.3; text-transform: uppercase; }
.project-card p { margin: 0; font-size: .78rem; }
.image-placeholder { width: 100%; height: 100%; min-height: 12rem; display: flex; align-items: center; justify-content: center; padding: 2rem; border: 1px solid var(--line); text-align: center; font-family: Georgia, serif; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }

.home-contact { display: grid; grid-template-columns: 58% 42%; min-height: clamp(18rem, 23vw, 22rem); border-top: 1px solid var(--line); }
.contact-photo { position: relative; min-height: clamp(18rem, 23vw, 22rem); }
.contact-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.contact-copy { padding: clamp(2.5rem, 4vw, 4rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.contact-copy .display-heading { font-size: clamp(2.9rem, 3.8vw, 4.25rem); }
.contact-details { display: flex; flex-direction: column; gap: .25rem; margin: 1.35rem 0 0; font-style: normal; }
.contact-details a { min-height: 44px; display: flex; align-items: center; gap: 1.25rem; font-size: clamp(.95rem, 1.2vw, 1.2rem); }
.contact-icon { position: relative; flex: 0 0 auto; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; font-family: Georgia, serif; font-size: 1.05rem; font-style: normal; }
.icon-mail { border: 1.5px solid currentColor; }
.icon-mail::before, .icon-mail::after { content: ""; position: absolute; top: 5px; width: 13px; height: 1px; background: currentColor; }
.icon-mail::before { left: 1px; transform: rotate(34deg); }
.icon-mail::after { right: 1px; transform: rotate(-34deg); }
.icon-instagram { border: 1.5px solid currentColor; border-radius: 6px; }
.icon-instagram::before { content: ""; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-instagram::after { content: ""; position: absolute; top: 4px; right: 4px; width: 2px; height: 2px; background: currentColor; border-radius: 50%; }
.icon-phone::before { content: ""; width: 8px; height: 17px; border: 2px solid currentColor; border-top-width: 4px; border-bottom-width: 4px; border-radius: 50%; transform: rotate(-38deg); }

.interior-page { min-height: calc(100dvh - var(--header-height)); }
.page-intro { padding: clamp(5rem, 9vw, 10rem) var(--gutter) clamp(4rem, 7vw, 7rem); border-bottom: 1px solid var(--line); }
.page-intro > p:last-child { max-width: 50rem; margin: 2.5rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.6rem); }
.page-cta { padding: 4rem var(--gutter); text-align: center; border-top: 1px solid var(--line); }
.page-cta p { margin: 0 0 1rem; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); font-style: italic; }
.approach-page-section { min-height: calc(100dvh - var(--header-height)); }

.service-detail-list { padding: 0 var(--gutter); }
.service-detail-list article { display: grid; grid-template-columns: 42px 48px minmax(14rem, 1fr) minmax(16rem, 1fr); align-items: center; gap: 2rem; min-height: 9rem; border-bottom: 1px solid var(--line); }
.service-detail-list .service-marker { width: 30px; height: 30px; margin: 0; }
.service-detail-list article > span { font-family: Georgia, serif; font-size: .75rem; }
.service-detail-list h2 { margin: 0; font-family: var(--font-display); font-style: italic; font-size: clamp(1.5rem, 2.4vw, 2.4rem); }
.service-detail-list p { margin: 0; }
.launch-support-page { margin: 5rem var(--gutter); }
.launch-support-page .text-link { margin-top: 1.5rem; }

.work-page { padding-bottom: 6rem; }
.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem 2rem; padding: 4rem var(--gutter); }
.projects-grid .project-image { aspect-ratio: 1.5 / 1; }

.about-hero { display: grid; grid-template-columns: 52% 48%; min-height: calc(100dvh - var(--header-height)); background: #080808; color: var(--paper); }
.about-biography { padding: clamp(4rem, 8vw, 9rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.about-biography > p:not(.eyebrow) { max-width: 48rem; margin: .7rem 0; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.55; }
.portrait-frame { position: relative; min-height: 44rem; }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.recognition-section { padding: clamp(5rem, 9vw, 10rem) var(--gutter); }
.recognition-section .display-heading { max-width: 12ch; }
.recognition-list { margin-top: 4rem; border-top: 1px solid var(--line); }
.recognition-list > div { display: grid; grid-template-columns: 10rem 1fr; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.recognition-list span { font-family: var(--font-display); font-style: italic; font-weight: 700; }
.recognition-list p { margin: 0; font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.speaker-list { margin: 4rem 0 0 auto; max-width: 38rem; }
.speaker-list h3 { font-family: var(--font-display); font-size: 2rem; font-style: italic; }
.speaker-list p { margin: .4rem 0; }

.contact-hero { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(22rem, .82fr); min-height: calc(100dvh - var(--header-height)); border-bottom: 1px solid var(--ink); }
.contact-hero-image { position: relative; min-height: 40rem; }
.contact-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.contact-hero-copy { min-width: 0; padding: clamp(4rem, 7vw, 8rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--ink); }
.contact-hero .display-heading { margin: .25rem 0 1.75rem; font-size: clamp(4.5rem, 6.5vw, 6.8rem); line-height: .82; }
.contact-hero-lede { max-width: 28rem; margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.6; }
.contact-hero-copy .contact-details { margin-top: clamp(3.5rem, 7vw, 7rem); padding-top: 1.5rem; border-top: 1px solid var(--ink); }
.contact-hero-copy .contact-details a { min-width: 0; overflow-wrap: anywhere; }
.contact-enquiry { display: grid; grid-template-columns: minmax(15rem, .64fr) minmax(0, 1.36fr); gap: clamp(3rem, 7vw, 8rem); padding: clamp(4.5rem, 7vw, 7rem) var(--gutter) clamp(5.5rem, 9vw, 9rem); }
.contact-enquiry-intro { align-self: start; }
.contact-enquiry-intro h2 { max-width: 11ch; margin: 0 0 1.5rem; font-family: var(--font-display); font-size: clamp(2.65rem, 4vw, 4.35rem); font-style: italic; line-height: .95; text-transform: uppercase; }
.contact-enquiry-intro > p:last-child { max-width: 28rem; line-height: 1.7; }
.enquiry-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem 1.5rem; }
.enquiry-form label { display: flex; flex-direction: column; gap: .5rem; font-family: Georgia, serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--ink); border-radius: 0; background: transparent; padding: .75rem; font-family: var(--font-body); font-size: 1rem; text-transform: none; letter-spacing: 0; }
.enquiry-form textarea { min-height: 9rem; resize: vertical; }
.enquiry-form > label { margin-top: 1.5rem; }
.optional { font-family: var(--font-body); font-size: .65rem; opacity: .7; }
.enquiry-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.enquiry-form .consent { margin-top: 1.5rem; flex-direction: row; align-items: flex-start; text-transform: none; letter-spacing: 0; font-family: var(--font-body); font-size: .9rem; }
.enquiry-form .consent a { text-decoration: underline; text-underline-offset: .18em; }
.consent input { width: 22px; height: 22px; min-height: 22px; flex: 0 0 auto; padding: 0; }
.form-submit { margin-top: 2rem; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; }
.form-submit:disabled { opacity: .48; cursor: wait; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; }
.field-error { display: block; color: #7a1616; font-family: var(--font-body); font-size: .78rem; text-transform: none; letter-spacing: 0; }
.enquiry-form [aria-invalid="true"] { border-width: 2px; border-color: #7a1616; }

.legal-page { max-width: 62rem; padding: clamp(5rem, 9vw, 9rem) var(--gutter); }
.legal-page .display-heading { margin-bottom: 3rem; }
.legal-page h2 { margin: 2.5rem 0 .75rem; font-family: var(--font-display); font-size: 2rem; font-style: italic; }
.legal-page p { font-size: 1.05rem; }
.legal-page a { text-decoration: underline; }
.not-found-page { min-height: calc(100dvh - var(--header-height)); padding: clamp(5rem, 12vw, 12rem) var(--gutter); }
.not-found-page .display-heading { max-width: 15ch; }
.not-found-page > p:not(.eyebrow) { margin: 2rem 0; }

.back-link { margin: 2rem var(--gutter); min-height: 44px; display: inline-flex; align-items: center; gap: .65rem; font-family: Georgia, serif; text-transform: uppercase; font-size: .75rem; letter-spacing: .08em; }
.project-detail-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; padding: clamp(3rem, 7vw, 7rem) var(--gutter); }
.project-location { font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.project-facts { border-top: 1px solid var(--line); }
.project-facts p { margin: 0; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.project-facts span { display: block; margin-bottom: .5rem; font-family: Georgia, serif; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.project-detail-image { position: relative; min-height: clamp(28rem, 55vw, 62rem); }
.project-detail-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-content-status { max-width: 55rem; padding: clamp(4rem, 8vw, 8rem) var(--gutter); }
.project-content-status h2, .related-projects > h2 { font-family: var(--font-display); font-style: italic; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.project-content-status p { margin: 1.5rem 0; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.related-projects { padding-top: 2rem; border-top: 1px solid var(--line); }
.related-projects > h2 { margin: 0 var(--gutter); }

@media (max-width: 1279px) {
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 3rem; }
  .featured-projects { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 3rem; }
  .featured-projects .project-card:nth-last-child(-n+2) { max-width: none; }
}

@media (max-width: 1023px) {
  :root { --header-height: 5rem; }
  .site-nav { gap: 1.2rem; }
  .approach-section { grid-template-columns: 1fr 1fr; }
  .approach-copy { padding-right: 3rem; }
  .service-detail-list article { grid-template-columns: 42px 42px 1fr; padding: 1.5rem 0; }
  .service-detail-list article p { grid-column: 3; }
  .contact-hero { grid-template-columns: 1fr; min-height: 0; }
  .contact-hero-image { min-height: 36rem; }
  .contact-hero-copy { padding: 4rem var(--gutter) 4.5rem; border-top: 1px solid var(--ink); border-left: 0; }
  .contact-hero .display-heading { font-size: clamp(5rem, 14vw, 8rem); }
  .contact-hero-copy .contact-details { margin-top: 3.5rem; }
  .contact-enquiry { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 767px) {
  :root { --header-height: 4.25rem; --gutter: 1.25rem; --display-xl: clamp(2.6rem, 12vw, 4rem); }
  .site-header { position: sticky; }
  .header-mark { width: 11rem; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; padding: 1.5rem var(--gutter) 2rem; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--ink); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform 220ms ease-out, opacity 160ms ease-out, visibility 220ms; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { min-height: 58px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.6rem; font-style: italic; }
  .site-nav a::after { display: none; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .footer-links { width: 100%; justify-content: space-between; }

  .home-hero { height: 20.9rem; }
  .hero-photo { object-position: 50% 52%; }
  .hero-wordmark-panel { top: 8%; left: 1.2rem; width: min(82%, 21rem); padding: 1rem 1.1rem; }
  .hero-tagline-panel { right: auto; left: 1.2rem; bottom: 12%; transform: none; font-size: clamp(1.15rem, 5.3vw, 1.45rem); }
  .discover-link { display: none; }

  .content-section { padding: 3rem var(--gutter); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem .75rem; margin-top: 2.5rem; }
  .service-item { text-align: left; }
  .service-item .service-marker { width: 18px; height: 18px; margin: 0 0 .7rem; }
  .service-item h2 { margin: 0; font-size: .92rem; font-family: var(--font-display); font-style: italic; line-height: 1.15; }
  .launch-support { margin-top: 2.7rem; padding-top: 1.8rem; }
  .launch-support p { max-width: 22rem; margin-left: auto; margin-right: auto; line-height: 1.45; }

  .approach-section { display: flex; flex-direction: column; min-height: 0; }
  .approach-copy { padding: 3rem var(--gutter) 2.4rem; }
  .approach-statement { margin: 2.5rem 0 0; font-size: .9rem; line-height: 1.5; }
  .approach-support { order: 3; margin: 2.5rem 0 0; padding-top: 1.5rem; text-align: center; font-size: 1rem; }
  .approach-copy > .approach-support { display: none; }
  .approach-photo { min-height: 0; display: flex; flex-direction: column; }
  .approach-image-frame { position: relative; inset: auto; min-height: 30rem; }
  .approach-image-frame img { object-position: center; }
  .approach-support-mobile { display: block; margin: 0; padding: 1.6rem var(--gutter); text-align: center; font-size: 1rem; }
  .approach-closing { position: static; max-width: none; padding: 1.2rem var(--gutter) 2.2rem; text-align: center; font-size: 1rem; }

  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 1.5rem; }
  .section-heading-row h2 { font-family: var(--font-display); font-size: clamp(2.4rem, 11vw, 3.4rem); font-style: italic; line-height: 1; }
  .featured-projects, .projects-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .project-image { aspect-ratio: 1.48 / 1; }
  .project-card h3 { margin-top: .75rem; }

  .home-contact { grid-template-columns: 1fr; min-height: 0; }
  .contact-photo { min-height: 22rem; }
  .contact-copy { padding: 3rem var(--gutter); }
  .contact-details a { font-size: .95rem; overflow-wrap: anywhere; }

  .page-intro { padding: 4rem var(--gutter); }
  .service-detail-list article { grid-template-columns: 32px 36px 1fr; gap: .75rem; }
  .service-detail-list article p { grid-column: 1 / -1; padding-left: 0; }
  .launch-support-page { margin: 3rem var(--gutter); }
  .projects-grid { padding: 3rem var(--gutter); }
  .about-hero { grid-template-columns: 1fr; }
  .about-biography { padding: 4rem var(--gutter); }
  .portrait-frame { min-height: 31rem; }
  .recognition-list > div { grid-template-columns: 6rem 1fr; gap: 1rem; }
  .contact-hero-image { min-height: 22rem; }
  .contact-hero-copy { padding: 3rem var(--gutter) 3.5rem; }
  .contact-hero .display-heading { margin: .3rem 0 1.4rem; font-size: clamp(3.7rem, 17vw, 4.6rem); }
  .contact-hero-lede { font-size: 1rem; }
  .contact-hero-copy .contact-details { margin-top: 2.5rem; }
  .contact-enquiry { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem var(--gutter); }
  .contact-enquiry-intro h2 { font-size: clamp(2.7rem, 13vw, 3.4rem); }
  .form-grid { grid-template-columns: 1fr; }
  .project-detail-header { grid-template-columns: 1fr; gap: 2.5rem; }
  .project-detail-image { min-height: 24rem; }
  .related-projects .projects-grid { padding-top: 2rem; }
}

@media (max-width: 359px) {
  .services-grid { grid-template-columns: 1fr; }
  .home-hero { height: 19rem; }
  .hero-wordmark-panel { width: calc(100% - 2.4rem); }
  .contact-details a { gap: .75rem; font-size: .85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
