/* Uyara Ventures — architectural editorial, 2026 */
:root {
  --paper: #f5f5ef;
  --white: #fff;
  --ink: #202923;
  --green: #163e31;
  --green-deep: #123328;
  --muted: #7b8076;
  --line: #dbdfd4;
  --yellow: #ecd176;
  --font: 'DM Sans', 'Segoe UI', Arial, sans-serif;
  --display: 'Manrope', 'Segoe UI', Arial, sans-serif;
  --header-height: 112px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 550; line-height: 1.1; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 6.3vw, 94px); line-height: 1.08; letter-spacing: -.065em; font-weight: 550; }
h2 { font-size: clamp(42px, 4.3vw, 65px); }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
::selection { background: var(--yellow); color: var(--green-deep); }
:focus-visible { outline: 3px solid #b68b25; outline-offset: 6px; border-radius: 3px; }
.shell { width: min(1320px, calc(100% - 104px)); margin-inline: auto; }
.section-space { padding-block: 106px; }
.section-anchor { scroll-margin-top: 20px; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 200; padding: 10px 20px; background: var(--yellow); transform: translateY(-200%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .section-label, .micro-label { font-size: 10px; font-weight: 600; letter-spacing: .11em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #b89942; display: inline-block; flex-shrink: 0; }
.section-label { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 35px; }
.section-label > span:last-child { color: var(--muted); display: flex; align-items: center; gap: 8px; text-align: right; }
.muted-text { color: var(--muted); }
.circle-arrow { display: inline-grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; font-size: 19px; line-height: 1; transition: transform .25s ease; }
a:hover > .circle-arrow, button:hover > .circle-arrow { transform: rotate(8deg); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; border: 0; border-radius: 40px; padding: 9px 10px 9px 22px; min-height: 49px; font-size: 12px; font-weight: 550; line-height: 1.35; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--green); }
.button-dark:hover { background: #24523f; }
.button-dark .circle-arrow { background: var(--yellow); color: var(--green); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light .circle-arrow { background: var(--green); color: white; }
.button-yellow { background: var(--yellow); color: var(--green); }
.button-yellow .circle-arrow { background: var(--green); color: var(--yellow); }
.text-link { display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 550; border-bottom: 1px solid #899287; padding-bottom: 6px; }
.text-link span { font-size: 20px; }
.pill { display: inline-flex; align-items: center; border-radius: 25px; background: white; color: var(--ink); padding: 7px 12px; font-size: 9px; letter-spacing: .07em; font-weight: 550; }
.pill-outline { background: transparent; color: #dfe7d5; border: 1px solid #5e7768; }

/* Floating, persistent navigation */
.site-header { position: fixed; top: 21px; left: 0; right: 0; z-index: 100; padding-inline: 38px; }
.header-inner { width: min(1392px, 100%); min-height: 78px; margin: auto; padding: 9px 12px 9px 26px; border-radius: 60px; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: rgba(255,255,255,.94); border: 1px solid rgba(221,224,215,.6); transition: box-shadow .25s; backdrop-filter: blur(18px); }
.site-header.is-scrolled .header-inner { box-shadow: 0 8px 30px #20312612; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand img { width: 192px; height: 53px; object-fit: contain; }
#site-nav { position: relative; display: flex; gap: 26px; align-items: center; }
#site-nav > a { display: flex; align-items: center; gap: 6px; padding: 12px 0; white-space: nowrap; font-size: 12px; color: #6b746b; transition: color .2s; }
#site-nav > a:hover, #site-nav > a.is-active, #site-nav > a.active { color: var(--green); }
.nav-dot { width: 4px; height: 4px; background: #aa8734; border-radius: 50%; }
.nav-indicator { position: absolute; left: 0; bottom: 4px; height: 2px; width: 33px; background: #d4b353; transition: left .35s cubic-bezier(.22,.7,.2,1), width .35s; pointer-events: none; }
.header-cta { background: var(--green); border-radius: 40px; padding: 8px 9px 8px 20px; display: flex; align-items: center; gap: 15px; color: white; font-size: 12px; white-space: nowrap; }
.header-cta .circle-arrow { background: var(--yellow); color: var(--green); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 11px; background: var(--green); border: 0; border-radius: 50%; }
.menu-toggle span { display: block; background: white; width: 20px; height: 1px; margin: 5px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

/* Hero */
.hero { padding-top: 162px; }
.hero-top { display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: end; margin-bottom: 43px; }
.hero-title .eyebrow { margin-bottom: 25px; }
.hero-title h1 > span { color: var(--green); }
.hero-intro { padding-bottom: 5px; }
.sun-mark { width: 39px; height: 39px; color: #c7a746; margin-bottom: 18px; }
.hero-intro p { color: #656e64; font-size: 13px; line-height: 1.7; max-width: 265px; }
.hero-intro .text-link { margin-top: 14px; }
.hero-visual { height: clamp(380px, 38vw, 570px); position: relative; border-radius: 20px; overflow: hidden; background: #d1d3c2; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; animation: settle-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
@keyframes settle-in { from { opacity: .6; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
.hero-image-top { position: absolute; left: 27px; top: 24px; right: 27px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.location-tag { background: #f5f5efed; color: var(--green); border-radius: 30px; padding: 9px 13px; font-size: 9px; font-weight: 550; letter-spacing: .06em; }
.location-tag > span { font-size: 16px; vertical-align: middle; margin-right: 4px; }
.visual-label { color: white; font-size: 8px; font-weight: 550; letter-spacing: .13em; background: #172b2260; padding: 6px 9px; border-radius: 3px; }
.hero-floating-note { position: absolute; left: 30px; bottom: 28px; display: flex; align-items: center; gap: 20px; padding: 17px 22px; border: 1px solid #ffffff75; border-radius: 12px; background: #f5f5efdc; backdrop-filter: blur(12px); font-size: 15px; line-height: 1.45; color: var(--green); }
.hero-floating-note strong { font-weight: 550; }
.note-symbol { border-right: 1px solid #a7b19f; padding-right: 17px; font-size: 31px; }
.hero-project-card { position: absolute; right: 27px; bottom: 28px; width: 315px; display: flex; align-items: center; gap: 20px; padding: 22px; background: var(--green); color: white; border-radius: 13px; transition: transform .3s; }
.hero-project-card:hover { transform: translateY(-5px); }
.hero-project-card > div { display: grid; gap: 8px; }
.hero-project-card .micro-label { color: #c8d3c0; font-size: 8px; }
.hero-project-card strong { font: 500 23px var(--display); letter-spacing: -.03em; }
.hero-project-card > div > span:last-child { font-size: 10px; line-height: 1.6; color: #cdd6c8; max-width: 205px; }
.hero-project-card .circle-arrow { width: 38px; height: 38px; background: var(--yellow); color: var(--green); }
.hero-baseline { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 8px; letter-spacing: .085em; padding-top: 19px; }
.hero-baseline > a { display: flex; align-items: center; gap: 11px; }
.down-arrow { font-size: 16px; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #afb9a8; border-radius: 50%; }
.hero-baseline p { color: #68705f; }
.hero-baseline p span { margin: 0 10px; }
.edition { color: #858c7e; }

/* Company */
.company { padding-top: 95px; }
.company-statement { text-align: center; max-width: 1120px; margin: 15px auto 53px; font-size: clamp(36px, 4.25vw, 64px); line-height: 1.2; font-weight: 500; }
.inline-image { display: inline-block; width: 116px; height: 52px; vertical-align: middle; margin: 0 4px; border-radius: 50px; overflow: hidden; transform: rotate(-5deg); }
.inline-image img { width: 100%; height: 100%; object-fit: cover; }
.company-bottom { display: grid; grid-template-columns: .8fr 1.8fr 1fr; gap: 47px; align-items: start; border-bottom: 1px solid var(--line); padding: 0 0 44px; }
.small-heading { font: 500 23px/1.25 var(--display); letter-spacing: -.03em; }
.company-bottom > p:nth-child(2) { color: #687264; font-size: 14px; }
.company-bottom .button { justify-self: end; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; gap: 37px; }
.values-grid article { display: flex; gap: 17px; align-items: start; }
.value-icon { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border: 1px solid #cbd0c1; border-radius: 50%; font-size: 9px; color: #7a856f; }
.values-grid h3 { font-size: 16px; letter-spacing: -.02em; margin: 6px 0 11px; }
.values-grid p { color: #76806e; font-size: 12px; line-height: 1.7; }

/* Services */
.services { background: #edf0e7; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading > div + div, .section-heading > p { max-width: 305px; }
.section-heading p { color: #6a7564; font-size: 14px; }
.section-heading .text-link { margin-top: 17px; }
.services-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: start; }
.primary-service { position: relative; min-height: 660px; height: 100%; overflow: hidden; border-radius: 15px; color: white; background: #273b2d; }
.primary-service > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.primary-service::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #14241c22 10%, #12271ec4 65%, #11271ef5); pointer-events: none; }
.primary-service-top, .primary-service-content { position: absolute; left: 30px; right: 30px; z-index: 1; }
.primary-service-top { top: 27px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.primary-service-top > span:last-child { font-size: 10px; }
.primary-service-content { bottom: 30px; }
.primary-service h3 { font-size: clamp(32px, 3vw, 43px); }
.primary-service p { color: #e0e6da; font-size: 13px; margin: 17px 0 23px; line-height: 1.7; }
.primary-service small { display: block; margin-top: 17px; font-size: 8px; color: #c4cdbd; letter-spacing: .07em; }
.list-caption { display: flex; justify-content: space-between; gap: 12px; font-size: 9px; letter-spacing: .07em; padding: 0 0 14px; border-bottom: 1px solid #b7c2ac; }
.list-caption > span { color: #6c7864; font-size: 8px; }
.service-list details { border-bottom: 1px solid #c8cfbe; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-list summary { display: grid; grid-template-columns: 22px 1fr 24px; align-items: center; gap: 13px; padding-block: 27px; }
.service-index { font-size: 10px; color: #8a947e; }
.service-list h3 { font-size: clamp(15px, 1.5vw, 21px); letter-spacing: -.035em; line-height: 1.35; }
.details-icon { width: 24px; height: 24px; border: 1px solid #bac4af; border-radius: 50%; display: grid; place-items: center; font: 400 18px/1 var(--font); transition: transform .2s, background .2s; }
summary:hover .details-icon { background: var(--yellow); color: var(--green); border-color: var(--yellow); }
details[open] > summary .details-icon { transform: rotate(45deg); }
.service-description { padding: 0 34px 26px; }
.service-description p { color: #647259; font-size: 13px; margin-bottom: 14px; }
.service-description a { color: var(--green); border-bottom: 1px solid #8a987c; font-size: 12px; padding-bottom: 3px; }
.process { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 40px; margin-top: 70px; padding-top: 36px; border-top: 1px solid #c4cdb9; }
.process-intro h3 { margin-top: 12px; font-size: 25px; }
.process article { border-left: 1px solid #c4cdb9; padding-left: 23px; }
.process article > span { font-size: 10px; color: #7d8a70; }
.process h4 { margin: 20px 0 9px; font-size: 17px; }
.process article > p { color: #718063; font-size: 12px; }

/* Leadership */
.leadership { background: var(--green); color: var(--paper); }
.leadership .section-label { border-color: #46614f; }
.leadership .section-label > span:last-child { color: #b9c7ac; }
.leadership-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 100px; margin-top: 20px; }
.leadership-title h2 { font-size: clamp(40px, 4.4vw, 65px); line-height: 1.1; }
.experience-seal { display: flex; align-items: center; gap: 30px; margin-top: 44px; }
.experience-seal strong { color: var(--yellow); font: 400 91px/1 var(--display); letter-spacing: -.07em; }
.experience-seal strong > span { display: block; font: 400 12px var(--font); letter-spacing: .06em; text-align: center; margin-top: 9px; }
.experience-seal p { font-size: 13px; color: #b7c7ac; padding-left: 29px; border-left: 1px solid #5c745e; }
.leader-profile .eyebrow { color: var(--yellow); margin-bottom: 16px; }
.leader-profile h3 { font-size: 39px; }
.leader-qualification { color: #d1dcc7; font-size: 11px; margin: 12px 0 24px; }
.leader-profile > p:not(.leader-qualification) { color: #b5c5a9; font-size: 13px; line-height: 1.85; margin-bottom: 16px; }
.expertise-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 21px; }
.expertise-tags > span { font-size: 9px; border: 1px solid #526c53; padding: 6px 10px; border-radius: 30px; color: #d4dfc9; }
.career-stats { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); margin-top: 75px; border-top: 1px solid #42624a; border-bottom: 1px solid #42624a; }
.career-stats > p { display: flex; align-items: center; font-size: 10px; letter-spacing: .06em; line-height: 1.7; color: #b5c5a9; }
.career-stats > div { padding: 31px; border-left: 1px solid #42624a; }
.career-stats strong { display: block; font: 400 49px/1 var(--display); letter-spacing: -.05em; }
.career-stats strong > span { color: var(--yellow); }
.career-stats div > span { font-size: 11px; color: #b7c7ac; display: block; margin-top: 12px; }
.track-record { margin-top: 25px; }
.track-record summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; padding: 9px 0; }
.track-record .details-icon { border-color: #768b6c; }
.table-scroll { overflow-x: auto; }
table { width: 100%; text-align: left; border-collapse: collapse; margin-top: 20px; }
caption { text-align: left; font-size: 11px; color: #b7c7ac; padding-bottom: 17px; }
th, td { padding: 13px 8px 13px 0; border-bottom: 1px solid #416148; font-size: 12px; }
th { color: #d9dfca; font-size: 10px; font-weight: 500; }
td { color: #c4d0b7; }
.record-footnote { color: #aebe9f; font-size: 10px; margin-top: 16px; max-width: 790px; }

/* Aspen */
.project-heading { margin-bottom: 37px; }
.project-heading .eyebrow { color: #7b8770; margin-bottom: 15px; }
.project-heading h2 { font-size: clamp(57px, 7.5vw, 106px); font-weight: 500; letter-spacing: -.07em; }
.title-period { color: #b69a3e; }
.project-heading > p { font-size: 19px; line-height: 1.55; padding-bottom: 8px; color: #5d6c52; }
.project-showcase { display: grid; grid-template-columns: 1.55fr 1fr; border-radius: 17px; overflow: hidden; background: var(--green); }
.project-gallery { position: relative; min-height: 590px; overflow: hidden; background: #34453c; }
#project-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.project-gallery::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, #0a231ca1, transparent); pointer-events: none; }
.gallery-tag { position: absolute; top: 25px; left: 25px; background: #f5f5efd9; border-radius: 20px; font-size: 8px; letter-spacing: .06em; padding: 8px 12px; }
.gallery-bottom { position: absolute; bottom: 24px; left: 25px; right: 25px; z-index: 1; display: flex; gap: 12px; align-items: center; justify-content: space-between; color: white; }
#gallery-caption { font-size: 10px; }
.gallery-controls { display: flex; gap: 5px; }
.gallery-controls button { width: 34px; height: 34px; background: #143e3180; color: white; border: 1px solid #aab9a685; border-radius: 50%; font-size: 10px; }
.gallery-controls button[aria-pressed="true"] { background: var(--yellow); color: var(--green); border-color: var(--yellow); }
.project-brief { padding: 43px 35px; color: var(--paper); }
.project-brief h3 { font-size: 36px; margin: 28px 0 17px; }
.project-brief > p { color: #c1cfb5; font-size: 13px; line-height: 1.7; }
.project-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 24px 0 30px; border-top: 1px solid #486047; }
.project-facts > div { padding: 19px 12px 18px 0; border-bottom: 1px solid #486047; }
.project-facts strong { display: block; font: 400 26px var(--display); letter-spacing: -.04em; color: #eaddac; }
.project-facts span { display: block; color: #b5c6a7; font-size: 9px; margin-top: 3px; }
.project-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 30px; }
.project-bottom > p { max-width: 600px; color: #737d6a; font-size: 12px; }
.neighbourhood-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.neighbourhood-tags > span { border: 1px solid #cbd3c1; padding: 6px 12px; border-radius: 20px; font-size: 9px; color: #69785c; }
.project-disclaimer { font-size: 9px; color: #7b8571; margin-top: 25px; max-width: 1000px; line-height: 1.6; }

/* Conversation and footer */
.contact { background: #e8eddf; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 75px; }
.contact-copy h2 { font-size: clamp(37px, 4vw, 59px); line-height: 1.18; margin-bottom: 25px; }
.contact-copy h2 > span { color: #89967a; }
.contact-copy > p:not(.contact-location) { color: #758466; font-size: 13px; line-height: 1.8; }
.contact-phone { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 23px; letter-spacing: -.03em; border-bottom: 1px solid #c5ceb9; padding: 12px 0; max-width: 310px; margin-top: 40px; }
.contact-phone > span { font-size: 23px; }
.contact-secondary, .contact-email { display: block; font-size: 13px; color: #526947; margin-top: 12px; }
.contact-email { text-decoration: underline; text-underline-offset: 5px; }
.contact-location { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #6d805e; margin-top: 28px; }
.enquiry-form { padding: 34px; border-radius: 15px; background: #f9faf5; }
.form-heading { font: 500 22px var(--display); letter-spacing: -.03em; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 21px; }
.form-field { min-width: 0; }
.form-field label { display: block; font-size: 10px; color: #536747; }
.required-label::after { content: " *"; color: #9b702a; }
.form-grid input, .form-grid select, .form-grid textarea { display: block; width: 100%; padding: 11px 0 12px; border: 0; border-bottom: 1px solid #bfcab3; color: var(--green); font-size: 12px; background: transparent; border-radius: 0; min-width: 0; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #88947e; opacity: 1; }
.form-grid select { padding-right: 20px; }
.form-grid textarea { resize: vertical; min-height: 90px; }
.full-field { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 22px; margin-top: 25px; }
.copy-button { border: 0; border-bottom: 1px solid #96a687; padding: 3px 0; font-size: 11px; color: #5d744f; background: transparent; }
.form-note { margin-top: 16px; color: #7d8b72; font-size: 10px; line-height: 1.65; }
.form-note a { text-decoration: underline; text-underline-offset: 2px; }
.enquiry-form [hidden] { display: none !important; }
.enquiry-form :disabled { cursor: wait; opacity: .65; }
.form-status { color: var(--green); font-size: 12px; margin-top: 12px; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { color: #943a26; }
.form-status[data-state="success"] { padding: 12px; border-left: 3px solid var(--green); background: #edf3e8; }
.enquiry-copy-fallback { width: 100%; grid-column: 1 / -1; margin-top: 15px; padding: 12px; border: 1px solid #bfcab3; border-radius: 6px; background: white; color: var(--green); font-size: 12px; }
.enquiry-confirmation { display: grid; place-items: center; min-height: 100svh; padding: 32px 20px; }
.enquiry-confirmation-card { width: min(100%, 660px); padding: clamp(28px, 6vw, 64px); border: 1px solid #cbd2c2; border-radius: 15px; background: #f9faf5; }
.enquiry-confirmation-card .brand { display: inline-block; margin-bottom: 38px; }
.enquiry-confirmation-card h1 { font-size: clamp(36px, 7vw, 58px); margin: 15px 0 25px; }
.enquiry-confirmation-card > p { margin-bottom: 20px; }
.enquiry-confirmation-card .button { margin: 10px 0 18px; }
.site-footer { padding: 52px 0 20px; background: #f0f1e9; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-top > p { font-size: 12px; color: #75816b; }
.back-top { display: flex; align-items: center; gap: 15px; font-size: 9px; }
.back-top .circle-arrow { border: 1px solid #bcc9af; width: 37px; height: 37px; }
.footer-wordmark { display: flex; align-items: center; justify-content: space-between; font: 500 clamp(110px, 20vw, 280px)/1.12 var(--display); letter-spacing: -.055em; color: var(--green); margin-top: 25px; overflow: hidden; }
.footer-wordmark > span { color: #c7ad52; font-weight: 400; font-size: .6em; }
.footer-bottom { border-top: 1px solid #cbd2c2; padding-top: 19px; display: flex; justify-content: space-between; gap: 15px; color: #7d8872; font-size: 9px; }
.footer-bottom > span { font-size: 8px; letter-spacing: .07em; }

/* Progressive enhancement: readable before/without JavaScript */
[data-reveal] { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-ready:not(.is-visible) { opacity: 0; transform: translateY(25px); }
.reveal-ready.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (min-width: 1550px) { .hero { padding-top: 179px; } .hero-top { margin-bottom: 49px; } }
@media (max-width: 1200px) {
  .shell { width: calc(100% - 72px); }
  #site-nav { gap: 19px; }
  .brand img { width: 163px; }
  .header-inner { padding-left: 19px; gap: 16px; }
  .header-cta { font-size: 11px; gap: 10px; padding-left: 15px; }
  .hero-top { grid-template-columns: 1fr 220px; gap: 27px; }
  h1 { font-size: 6.25vw; }
  .hero-intro p { font-size: 12px; }
  .company-bottom { grid-template-columns: .65fr 1.5fr 1fr; gap: 27px; }
  .company-bottom .button { font-size: 10px; gap: 12px; padding-left: 15px; }
  .services-layout { gap: 40px; grid-template-columns: .9fr 1.1fr; }
  .leadership-grid { gap: 60px; }
  .project-showcase { grid-template-columns: 1.3fr 1fr; }
  .project-brief { padding: 34px 28px; }
  .contact-grid { gap: 48px; }
}
@media (max-width: 1100px) {
  :root { --header-height: 106px; }
  .site-header { padding-inline: 25px; top: 17px; }
  .header-inner { min-height: 73px; }
  .brand img { width: 177px; }
  .menu-toggle { display: block; margin-left: auto; order: 3; }
  .header-cta { order: 2; margin-left: auto; }
  #site-nav { display: none; position: absolute; top: 84px; left: 25px; right: 25px; background: #fffffff9; padding: 22px; border-radius: 20px; box-shadow: 0 15px 40px #102e201c; max-height: calc(100dvh - 122px); overflow-y: auto; }
  #site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  #site-nav > a { padding: 13px 6px; font-size: 15px; border-bottom: 1px solid #e0e5d9; }
  #site-nav > a.is-active { color: var(--green); background: #f3f0de; border-radius: 5px; }
  .nav-indicator { display: none; }
  .hero { padding-top: 140px; }
  .hero-top { grid-template-columns: 1fr 210px; gap: 20px; }
  .sun-mark { width: 29px; height: 29px; margin-bottom: 8px; }
  .hero-baseline .edition { display: none; }
  .section-space { padding-block: 85px; }
  .services-layout { gap: 35px; }
  .service-list summary { padding-block: 25px; gap: 7px; }
  .primary-service { min-height: 650px; }
  .primary-service-top, .primary-service-content { left: 23px; right: 23px; }
  .process { gap: 22px; }
}
@media (max-width: 800px) {
  .shell { width: calc(100% - 44px); }
  .section-label { font-size: 8px; margin-bottom: 27px; }
  .section-label > span:last-child { max-width: 160px; }
  .hero-top { display: block; }
  h1 { font-size: clamp(46px, 8.7vw, 70px); }
  .hero-intro { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
  .hero-intro p { font-size: 12px; max-width: 360px; }
  .hero-intro .text-link { margin-left: auto; margin-top: 0; white-space: nowrap; }
  .sun-mark { display: none; }
  .hero-visual { height: 480px; border-radius: 14px; }
  .hero-image-top { left: 17px; right: 17px; top: 17px; }
  .hero-floating-note { left: 18px; bottom: 18px; padding: 13px 15px; gap: 12px; font-size: 12px; }
  .note-symbol { font-size: 25px; padding-right: 11px; }
  .hero-project-card { right: 18px; bottom: 18px; width: 260px; padding: 16px; }
  .hero-project-card strong { font-size: 20px; }
  .company-bottom { grid-template-columns: .8fr 1.8fr; gap: 27px; }
  .company-bottom .button { justify-self: start; grid-column: 2; }
  .company-statement { font-size: clamp(34px, 5.4vw, 46px); margin-bottom: 35px; }
  .inline-image { width: 85px; height: 36px; }
  .values-grid { gap: 20px; }
  .values-grid article { gap: 10px; }
  .values-grid p { font-size: 11px; }
  .section-heading { gap: 28px; }
  .section-heading > div + div { max-width: 255px; }
  .services-layout { grid-template-columns: 1fr; gap: 35px; }
  .primary-service { min-height: 470px; }
  .primary-service > img { object-position: center 55%; }
  .primary-service-content { max-width: 400px; }
  .service-list h3 { font-size: 18px; }
  .service-list summary { padding-block: 24px; }
  .process { grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .process-intro { grid-column: 1 / -1; }
  .process article:first-of-type { border-left: 0; padding-left: 0; }
  .leadership-grid { grid-template-columns: 1fr; gap: 47px; }
  .leadership-title { display: flex; justify-content: space-between; gap: 35px; }
  .leadership-title h2 { font-size: 42px; }
  .experience-seal { margin-top: 0; gap: 14px; }
  .experience-seal strong { font-size: 67px; }
  .experience-seal p { font-size: 10px; padding-left: 15px; }
  .career-stats { margin-top: 45px; }
  .career-stats > div { padding: 22px; }
  .career-stats strong { font-size: 40px; }
  .career-stats > p { font-size: 8px; }
  .career-stats div > span { font-size: 9px; }
  .project-showcase { grid-template-columns: 1fr; }
  .project-gallery { min-height: 480px; }
  .project-brief { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; padding: 34px; align-items: start; }
  .project-brief .pill { justify-self: start; grid-column: 1 / -1; }
  .project-brief h3 { grid-column: 1; }
  .project-brief > p { grid-column: 1; }
  .project-facts { grid-column: 2; grid-row: 2 / 4; margin: 25px 0; }
  .project-brief .button { margin-top: 20px; grid-column: 1 / -1; justify-self: start; }
  .project-bottom { align-items: start; }
  .project-bottom p { max-width: 370px; }
  .neighbourhood-tags { max-width: 160px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-copy h2 { font-size: 47px; }
  .contact-phone { margin-top: 25px; }
  .enquiry-form { padding: 30px; }
}
@media (max-width: 540px) {
  :root { --header-height: 97px; }
  .shell { width: calc(100% - 36px); }
  .site-header { top: 12px; padding-inline: 12px; }
  .header-inner { min-height: 66px; padding: 6px 8px 6px 17px; gap: 10px; }
  .brand img { width: 158px; height: 49px; }
  .header-cta { display: none; }
  #site-nav { left: 12px; right: 12px; top: 75px; }
  .hero { padding-top: 118px; }
  .hero-title .eyebrow { font-size: 8px; margin-bottom: 20px; }
  h1 { font-size: clamp(35px, 9.2vw, 50px); letter-spacing: -.065em; }
  .hero-top { margin-bottom: 24px; }
  .hero-intro { display: block; margin-top: 20px; }
  .hero-intro p { max-width: 330px; line-height: 1.65; }
  .hero-intro .text-link { margin-top: 13px; font-size: 11px; }
  .hero-visual { height: 480px; }
  .hero-photo { object-position: 54% center; }
  .location-tag { font-size: 7px; padding: 6px 10px; }
  .visual-label { font-size: 6px; max-width: 90px; text-align: right; padding: 5px 7px; }
  .hero-floating-note { bottom: 133px; font-size: 11px; left: 15px; padding: 11px 14px; }
  .hero-project-card { bottom: 15px; left: 15px; right: 15px; width: auto; justify-content: space-between; padding: 16px 18px; }
  .hero-project-card > div { gap: 3px; }
  .hero-project-card > div > span:last-child { max-width: none; font-size: 9px; }
  .hero-project-card .micro-label { font-size: 7px; }
  .hero-baseline { font-size: 7px; align-items: start; padding-top: 15px; }
  .hero-baseline > p { max-width: 155px; text-align: right; line-height: 1.8; }
  .hero-baseline p span { margin-inline: 4px; }
  .hero-baseline > a { gap: 6px; white-space: nowrap; }
  .down-arrow { width: 21px; height: 21px; }
  .section-space { padding-block: 66px; }
  .section-label { font-size: 7px; padding-top: 14px; padding-bottom: 14px; gap: 15px; }
  .section-label > span:last-child { max-width: 133px; font-size: 6px; }
  .company-statement { font-size: 31px; line-height: 1.22; margin-top: 0; }
  .inline-image { width: 57px; height: 27px; margin: 0 1px; }
  .company-bottom { display: block; padding-bottom: 28px; }
  .small-heading { font-size: 20px; margin-bottom: 20px; }
  .small-heading br { display: none; }
  .company-bottom > p:nth-child(2) { font-size: 13px; }
  .company-bottom .button { margin-top: 23px; font-size: 11px; }
  .values-grid { grid-template-columns: 1fr; gap: 23px; margin-top: 28px; }
  .values-grid article { gap: 16px; }
  .values-grid h3 { font-size: 16px; margin-top: 4px; margin-bottom: 7px; }
  .values-grid p { font-size: 12px; }
  h2 { font-size: 43px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > div + div { max-width: none; margin-top: 22px; }
  .section-heading p { font-size: 13px; }
  .primary-service { min-height: 500px; }
  .primary-service h3 { font-size: 35px; }
  .primary-service-content p { font-size: 12px; }
  .primary-service-top, .primary-service-content { left: 23px; right: 23px; }
  .service-list h3 { font-size: 15px; }
  .service-list summary { padding-block: 23px; grid-template-columns: 17px 1fr 23px; gap: 10px; }
  .list-caption { font-size: 8px; }
  .list-caption > span { font-size: 7px; }
  .service-description { padding-left: 27px; padding-right: 15px; }
  .process { gap: 26px 10px; margin-top: 42px; }
  .process article { padding-left: 12px; }
  .process h4 { font-size: 15px; }
  .process article p { font-size: 10px; }
  .leadership-title { display: block; }
  .leadership-title h2 { font-size: 42px; }
  .experience-seal { margin-top: 25px; gap: 24px; }
  .experience-seal strong { font-size: 76px; }
  .experience-seal p { font-size: 12px; padding-left: 24px; }
  .leader-profile h3 { font-size: 35px; }
  .leader-profile > p:not(.leader-qualification) { font-size: 13px; }
  .leader-qualification { font-size: 10px; }
  .career-stats { grid-template-columns: repeat(3, 1fr); }
  .career-stats > p { grid-column: 1 / -1; padding: 19px 0; font-size: 8px; }
  .career-stats > p br { display: none; }
  .career-stats > div { padding: 5px 12px 23px; }
  .career-stats > div:first-of-type { border: 0; padding-left: 0; }
  .career-stats strong { font-size: 37px; }
  .career-stats div > span { font-size: 8px; }
  .track-record summary { font-size: 11px; }
  .track-record summary > span:first-child { max-width: 250px; }
  th, td { font-size: 10px; min-width: 80px; }
  th:first-child, td:first-child { min-width: 180px; }
  .project-heading h2 { font-size: 63px; }
  .project-heading > p { margin-top: 20px; font-size: 16px; }
  .project-gallery { min-height: 405px; }
  #project-image { object-position: center; }
  .gallery-bottom { bottom: 19px; left: 18px; right: 18px; align-items: end; }
  #gallery-caption { max-width: 150px; font-size: 8px; }
  .gallery-controls button { width: 30px; height: 30px; font-size: 9px; }
  .project-brief { display: block; padding: 28px 25px; }
  .project-brief h3 { font-size: 35px; }
  .project-facts { margin-top: 28px; }
  .project-brief .button { margin-top: 0; font-size: 11px; }
  .project-bottom { display: block; }
  .neighbourhood-tags { max-width: none; margin-top: 18px; }
  .project-disclaimer { font-size: 8px; }
  .contact-copy h2 { font-size: 38px; }
  .enquiry-form { padding: 25px 20px; }
  .form-heading { font-size: 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }
  .form-grid input::placeholder, .form-grid textarea::placeholder { font-size: 12px; }
  .form-actions { gap: 17px; }
  .form-actions .button { font-size: 11px; }
  .copy-button { font-size: 10px; }
  .site-footer { padding-top: 34px; }
  .footer-top { gap: 20px; flex-wrap: wrap; }
  .footer-top > p { font-size: 10px; margin-left: auto; }
  .back-top { font-size: 8px; margin-left: auto; }
  .footer-wordmark { font-size: 22vw; margin: 20px 0 13px; }
  .footer-bottom { flex-wrap: wrap; font-size: 8px; gap: 8px; }
  .footer-bottom > span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready:not(.is-visible) { opacity: 1; transform: none; }
}
@media print {
  .site-header, .menu-toggle, .form-actions, .gallery-controls, .back-top { display: none; }
  .hero { padding-top: 0; }
  .shell { width: 100%; }
  .reveal-ready:not(.is-visible) { opacity: 1; transform: none; }
  .section-space { padding-block: 25px; }
  .leadership, .contact { background: #fff; color: #111; }
}
