@charset "UTF-8";

:root {
  --qh-navy: #0b2f78;
  --qh-blue: #1558ef;
  --qh-coral: #ff6a63;
  --qh-gold: #d4a54a;
  --qh-ink: #122f68;
  --deep: #071b42;
  --paper: #ffffff;
  --wash: #f3f6fb;
  --muted: #586780;
  --line: #dbe2ee;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; color: var(--qh-ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font-size: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, video { max-width: 100%; }
img, video { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2 { overflow-wrap: anywhere; }
.hero-copy, .about-copy, .project-copy, .recognition-copy, .contact-copy { min-width: 0; }
svg { display: block; width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
::selection { background: var(--qh-coral); color: var(--deep); }
:focus-visible { outline: 3px solid var(--qh-blue); outline-offset: 5px; }
.project :focus-visible, .contact :focus-visible { outline-color: var(--qh-coral); }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 10; background: var(--qh-navy); color: #fff; padding: 0.75rem 1.25rem; }
.skip-link:focus { top: 1rem; }
.topbar { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.875rem; flex-shrink: 0; }
.monogram { height: 48px; width: 48px; display: grid; place-content: center; position: relative; background: var(--qh-navy); color: #fff; font: 1.7rem/1 var(--serif); border-radius: 3px; letter-spacing: -2px; padding-right: 3px; }
.monogram span { color: var(--qh-coral); position: absolute; right: 5px; bottom: 5px; }
.brand-name { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.11em; line-height: 1.5; }
.brand-name > span { display: block; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.075em; font-weight: 400; margin-top: 2px; }
.nav { display: flex; align-items: center; justify-content: center; gap: 1.7rem; margin-left: auto; }
.nav a { font-size: 0.875rem; padding-block: 0.75rem; color: #3e516f; transition: color 160ms ease; }
.nav a:hover { color: var(--qh-blue); }
.button { display: inline-flex; gap: 0.75rem; align-items: center; justify-content: center; padding: 1.15rem 1.65rem; min-height: 62px; background: var(--qh-coral); color: var(--deep); font-size: 1rem; font-weight: 700; border-radius: 6px; line-height: 1.4; transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button svg { width: 1.25rem; height: 1.25rem; }
.button:hover { background: #ff827c; box-shadow: 0 8px 24px #ff6a632a; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 46px; padding: 0.875rem 1.125rem; font-size: 0.875rem; border-radius: 4px; }
.button-small svg { width: 1rem; height: 1rem; }
.header-cta { flex-shrink: 0; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; overflow: clip; background: radial-gradient(ellipse at 7% 20%, #e5edf9 0, transparent 48%), radial-gradient(ellipse at 100% 80%, #ff6a6312, transparent 42%), var(--wash); }
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; padding-top: 60px; padding-bottom: 60px; }
.eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; display: flex; align-items: center; gap: 0.8rem; line-height: 1.6; }
.gold-rule { display: inline-block; width: 34px; height: 2px; background: var(--qh-gold); flex-shrink: 0; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(6rem, 8.8vw, 8.4rem); letter-spacing: -0.055em; line-height: 0.97; margin: 1.875rem 0 1.6rem; }
h1 em { color: #c7423d; font-weight: 400; letter-spacing: -0.07em; }
.hero-lead { font-size: clamp(1.375rem, 2vw, 1.625rem); font-weight: 400; letter-spacing: -0.025em; line-height: 1.4; }
.hero-description { color: var(--muted); max-width: 22rem; margin-top: 0.8rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 1.8rem; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 0.6rem; min-height: 44px; font-size: 0.875rem; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link svg { width: 1.1rem; height: 1.1rem; }
.hero-meta { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; color: var(--muted); }
.hero-meta b { color: var(--qh-navy); font-size: 1rem; margin-left: 0.2rem; }
.meta-divider { width: 1px; height: 12px; background: #aebbd0; }
.hero-media { position: relative; min-width: 0; }
.hero-portrait { position: relative; aspect-ratio: 0.845; border-radius: 8px 8px 70px 8px; overflow: hidden; background: var(--deep); box-shadow: 0 22px 50px #0b2f7812; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 34%; }
.hero-portrait::after { content: ""; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #061427a6); pointer-events: none; }
.hero-portrait figcaption { position: absolute; bottom: 29px; left: 25px; right: 25px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; color: #fff; font-size: 0.75rem; letter-spacing: 0.1em; }
.hero-portrait figcaption > span:first-child { max-width: 18rem; }
.photo-index { white-space: nowrap; opacity: 0.75; }
.project-badge { position: relative; z-index: 2; width: fit-content; max-width: calc(100% + 32px); margin: -24px 0 0 -32px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 17px 22px 17px 17px; border: 1px solid #ffffff26; background: var(--qh-navy); color: #fff; border-radius: 6px; box-shadow: 0 12px 28px #061b382b; }
.project-badge-copy { display: grid; gap: 4px; min-width: 0; }
.quid-mark { width: 53px; height: 53px; border-radius: 5px; display: grid; place-items: center; border: 1px solid #d4a54a99; color: #edc577; font: 2rem/1 var(--serif); }
.project-badge small { display: block; font-size: 0.75rem; letter-spacing: 0.12em; line-height: 1.5; color: #d4e1fa; }
.project-badge strong { display: block; font-size: 1.4rem; letter-spacing: -0.04em; line-height: 1.3; }
.project-badge > svg { margin-left: 20px; color: var(--qh-coral); }
.project-badge:hover { background: #123d89; }
.hero-bottom { display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-top: 1px solid #d3ddea; padding-block: 20px; font-size: 0.875rem; }
.hero-bottom p { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-bottom p > span { color: #8d9bb2; }
.scroll-link { display: inline-flex; align-items: center; gap: 16px; min-height: 32px; color: var(--muted); }
.scroll-link svg { width: 16px; height: 16px; }
.section { padding-top: 92px; padding-bottom: 92px; }
h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.8rem, 4.7vw, 4rem); line-height: 1.06; letter-spacing: -0.045em; }
h2 em { font-weight: 400; }
.section-heading h2 { margin-top: 24px; }
.about-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-bottom: 44px; }
.about-copy { max-width: 485px; color: var(--muted); padding-top: 12px; }
.about-copy .intro-paragraph { color: var(--qh-ink); font-size: 1.375rem; margin-bottom: 14px; }
.about-copy > p + p { margin-top: 14px; }
.photo-gallery { display: grid; grid-template-columns: 0.95fr 1.1fr 0.95fr; gap: 22px; align-items: start; }
.gallery-photo { min-width: 0; }
.gallery-photo img { width: 100%; height: auto; aspect-ratio: 0.85; object-fit: cover; border-radius: 6px; background: var(--wash); }
.gallery-work { margin-top: 28px; }
.gallery-work img { object-position: 50% 35%; }
.gallery-outdoors img { aspect-ratio: 0.88; object-position: 50% 64%; }
.gallery-pool { margin-top: 55px; }
.gallery-pool img { object-position: 52% 63%; }
.gallery-photo figcaption { display: flex; justify-content: space-between; gap: 8px; padding-top: 12px; font-size: 0.875rem; }
.gallery-photo figcaption span:last-child { font-size: 0.75rem; color: var(--muted); white-space: nowrap; }
.focus-line { display: flex; align-items: center; gap: 40px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); }
.focus-line > span { font-size: 0.75rem; letter-spacing: 0.17em; color: var(--muted); }
.focus-line > p { font-size: 1rem; }
.project { color: #fff; background: radial-gradient(ellipse at 16% 84%, #1558ef70, transparent 52%), var(--qh-navy); overflow: hidden; }
.project-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 100px; align-items: center; padding-block: 76px; }
.project .eyebrow { color: #c3d3f5; }
.project-wordmark { display: flex; align-items: center; gap: 7px; margin-top: 28px; font-size: 1.875rem; font-weight: 700; letter-spacing: -0.065em; }
.project-wordmark > span:first-child { color: var(--qh-coral); font-weight: 400; }
.wordmark-line { display: block; height: 1px; width: 60px; background: #7193ca; margin-left: 15px; }
.project h2 { font-size: clamp(3.5rem, 5.5vw, 5rem); margin-top: 23px; }
.project h2 em { color: #ffaaa5; }
.project-description { max-width: 410px; color: #dbe5f9; margin-top: 23px; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; list-style: none; margin: 32px 0; }
.journey li { display: flex; flex-direction: column; border-top: 1px solid #ffffff40; padding-top: 13px; gap: 5px; }
.journey li > span { color: #b4c8eb; font-size: 0.75rem; letter-spacing: 0.08em; }
.journey strong { font-weight: 500; font-size: 1.2rem; }
.button-arrow { margin-left: 1.2rem; }
.risk-note { max-width: 380px; color: #c5d4ef; font-size: 0.8125rem; margin-top: 16px; line-height: 1.5; }
.video-card { width: 100%; max-width: 340px; justify-self: center; min-width: 0; }
.video-topline { display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; letter-spacing: 0.14em; margin-bottom: 13px; color: #dbe5f9; }
.intro-video { width: 100%; height: auto; aspect-ratio: 9/16; object-fit: contain; background: #06142c; border: 1px solid #ffffff30; border-radius: 12px; box-shadow: 0 24px 50px #04153455; }
.video-card figcaption { font-size: 0.875rem; margin-top: 14px; color: #dbe5f9; }
.recognition { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.recognition h2 { margin-top: 25px; }
.recognition h2 em { color: var(--qh-blue); }
.recognition-copy > p:not(.eyebrow) { margin-top: 22px; max-width: 390px; color: var(--muted); }
.recognition-name { display: flex; align-items: center; gap: 18px; margin-top: 28px; font-size: 0.875rem; color: var(--muted); }
.recognition-name strong { display: block; font-size: 1.4rem; font-weight: 500; color: var(--qh-ink); margin-top: 4px; }
.recognition-name .gold-rule { width: 40px; }
.certificate-link { margin-top: 23px; color: var(--qh-navy); }
.recognition-copy > .recognition-note { font-size: 0.8125rem; line-height: 1.6; padding-top: 19px; border-top: 1px solid var(--line); }
.certificate-frame { position: relative; width: 100%; max-width: 395px; justify-self: center; padding: 18px; background: #f3f5f9; border: 1px solid var(--line); border-radius: 5px; }
.certificate-frame img { width: 100%; height: auto; box-shadow: 0 12px 30px #0b2f7815; }
.certificate-expand { position: absolute; right: 5px; bottom: 5px; display: grid; place-items: center; width: 44px; height: 44px; background: var(--qh-navy); color: #fff; border-radius: 3px; }
.certificate-frame:hover .certificate-expand { background: var(--qh-blue); }
.contact { color: #fff; background: var(--deep); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 72px; }
.contact .eyebrow { color: #b7c7e3; }
.contact h2 { color: var(--qh-coral); font-size: clamp(3rem, 5.7vw, 5rem); margin-top: 20px; }
.contact-copy > p:last-child { color: #c6d1e5; margin-top: 18px; }
.contact-action { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.button-contact { font-size: 1.125rem; min-width: 300px; min-height: 72px; }
.contact-action > span { font-size: 0.875rem; color: #c6d1e5; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-block: 26px; border-top: 1px solid #ffffff24; }
.footer-brand { font-size: 0.875rem; letter-spacing: 0.12em; font-weight: 600; }
.footer-brand > span { color: var(--qh-coral); }
.footer p { font-size: 0.75rem; color: #bdcae2; }
.back-top { display: inline-flex; align-items: center; gap: 10px; min-height: 32px; color: #d0dbef; font-size: 0.8125rem; }
.back-top svg { width: 15px; height: 15px; }

/* Brand graphics stay behind the content and scroll with their own section. */
.light-panel { position: relative; isolation: isolate; overflow: hidden; overflow: clip; background-color: var(--paper); }
.light-panel > .section { position: relative; z-index: 1; }
.light-panel-about { background-image: radial-gradient(ellipse 510px 420px at 100% 13%, #ff6a6317, transparent 72%), radial-gradient(ellipse 500px 520px at 0% 80%, #1558ef16, transparent 73%); }
.light-panel-recognition { background-image: radial-gradient(ellipse 550px 440px at 90% 48%, #1558ef14, transparent 74%), radial-gradient(ellipse 390px 340px at 0% 100%, #ff6a6315, transparent 72%); }
.ambient-graphics { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; user-select: none; }
.ambient-grid { position: absolute; width: 380px; height: 520px; background-image: linear-gradient(#1558ef12 1px, transparent 1px), linear-gradient(90deg, #1558ef12 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%); mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%); }
.ambient-orbit { position: absolute; width: 560px; height: 560px; border: 1px solid #1558ef20; border-radius: 50%; box-shadow: 0 0 0 38px #1558ef05, 0 0 0 39px #1558ef13, 0 0 0 90px #1558ef04, 0 0 0 91px #1558ef0f; }
.ambient-orbit::before { content: ""; position: absolute; inset: 74px; border: 1px solid #d4a54a35; border-radius: 50%; }
.ambient-pound { position: absolute; display: block; color: #1558ef0c; font-family: var(--serif); font-size: 13rem; font-weight: 400; line-height: 1; }
@supports (-webkit-text-stroke: 1px #000) {
  .ambient-pound { color: transparent; -webkit-text-stroke: 1px #1558ef30; }
  .ambient-pound-two { -webkit-text-stroke-color: #ff6a6338; }
}
.ambient-hero .ambient-grid { right: -60px; top: -80px; width: 600px; height: 520px; }
.ambient-hero .ambient-orbit { right: -265px; top: 110px; }
.ambient-hero .ambient-pound-one { left: 39%; top: 6%; font-size: 11rem; transform: rotate(-14deg); }
.ambient-hero .ambient-pound-two { left: -42px; bottom: 3%; font-size: 17rem; transform: rotate(13deg); }
.ambient-about .ambient-grid { left: -65px; top: 5%; }
.ambient-about .ambient-orbit { right: -270px; top: -185px; }
.ambient-about .ambient-pound-one { left: 39%; top: 45px; font-size: 10rem; transform: rotate(13deg); }
.ambient-about .ambient-pound-two { right: -35px; bottom: -40px; font-size: 18rem; transform: rotate(-13deg); }
.ambient-recognition .ambient-grid { left: -60px; top: -100px; width: 460px; height: 570px; }
.ambient-recognition .ambient-orbit { right: -80px; top: 55px; width: 650px; height: 650px; }
.ambient-recognition .ambient-pound-one { left: 42%; bottom: -35px; font-size: 18rem; transform: rotate(-14deg); }
.ambient-recognition .ambient-pound-two { left: -35px; top: 38%; font-size: 12rem; transform: rotate(12deg); }

@media (min-width: 1600px) {
  .hero-grid { padding-block: 70px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 1.4rem; }
  .brand-name > span { display: none; }
  .nav { gap: 1.2rem; }
  .hero-grid { gap: 50px; }
  h1 { font-size: clamp(5.6rem, 9vw, 7rem); }
  .hero-portrait { aspect-ratio: 0.78; }
  .hero-portrait figcaption { font-size: 0.75rem; left: 20px; right: 20px; }
  .hero-portrait .photo-index { display: none; }
  .hero-actions { gap: 1.25rem; }
  .hero-actions .button { padding-inline: 1.3rem; }
  .project-grid { gap: 60px; }
  .recognition { gap: 60px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; min-height: 84px; padding-block: 18px; gap: 14px; }
  .nav { order: 3; width: 100%; justify-content: flex-start; gap: 25px; margin: 2px 0 0; }
  .nav a { padding-block: 7px; }
  .header-cta { margin-left: auto; }
  .hero-grid { gap: 35px; padding-top: 40px; padding-bottom: 42px; }
  h1 { font-size: clamp(5rem, 10vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-meta { margin-top: 1rem; }
  .hero-portrait { aspect-ratio: 0.7; }
  .project-badge { margin-left: -15px; max-width: calc(100% + 15px); padding: 13px; gap: 12px; }
  .project-badge small { font-size: 0.75rem; letter-spacing: 0.04em; }
  .project-badge strong { font-size: 1.2rem; }
  .project-badge > svg { margin-left: 0; }
  .quid-mark { width: 44px; height: 44px; }
  .hero-bottom > .scroll-link { display: none; }
  .section { padding-block: 65px; }
  .about-heading { gap: 40px; }
  .photo-gallery { gap: 16px; }
  .gallery-photo figcaption { display: block; }
  .gallery-photo figcaption span:last-child { display: block; margin-top: 2px; }
  .project-grid { gap: 35px; padding-block: 65px; }
  .journey { gap: 10px; }
  .recognition { gap: 40px; }
  .contact-inner { gap: 35px; }
  .button-contact { min-width: 250px; }
}
@media (max-width: 650px) {
  .ambient-graphics { opacity: 0.72; }
  .ambient-grid { background-size: 34px 34px; }
  .ambient-hero .ambient-grid { right: -180px; top: 15px; width: 430px; }
  .ambient-hero .ambient-orbit { right: -400px; top: 120px; }
  .ambient-hero .ambient-pound-one { left: auto; right: -10px; top: 2%; font-size: 10rem; }
  .ambient-hero .ambient-pound-two { left: -35px; bottom: 3%; font-size: 12rem; }
  .ambient-about .ambient-grid { left: -120px; top: 2%; }
  .ambient-about .ambient-orbit { right: -420px; top: 55px; }
  .ambient-about .ambient-pound-one { left: auto; right: -8px; top: 24px; font-size: 8rem; }
  .ambient-about .ambient-pound-two { right: -40px; bottom: 15px; font-size: 12rem; }
  .ambient-recognition .ambient-grid { left: -180px; top: -90px; }
  .ambient-recognition .ambient-orbit { right: -360px; top: 420px; }
  .ambient-recognition .ambient-pound-one { left: auto; right: -25px; top: 15px; bottom: auto; font-size: 11rem; }
  .ambient-recognition .ambient-pound-two { left: -28px; top: auto; bottom: 35px; font-size: 12rem; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; gap: 12px; padding-block: 16px; }
  .monogram { height: 40px; width: 40px; font-size: 1.5rem; }
  .brand { gap: 10px; }
  .brand-name { font-size: 0.8125rem; letter-spacing: 0.08em; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; align-items: center; gap: 10px; border: 0; padding: 10px 0 10px 10px; background: transparent; color: var(--qh-navy); font-size: 0.875rem; min-height: 44px; cursor: pointer; }
  .has-js .menu-toggle { display: inline-flex; }
  .menu-lines { width: 18px; height: 12px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: transform 160ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(-90deg); }
  .nav { flex-wrap: wrap; column-gap: 22px; row-gap: 2px; padding-top: 10px; }
  .has-js .nav { display: none; }
  .has-js .nav.is-open { display: flex; }
  .nav a { min-height: 44px; display: flex; align-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 34px; padding-bottom: 30px; }
  .hero-copy .eyebrow { font-size: 0.75rem; letter-spacing: 0.12em; }
  h1 { font-size: clamp(5.2rem, 20vw, 7rem); margin-top: 24px; margin-bottom: 20px; }
  .hero-lead { font-size: 1.5rem; }
  .hero-description { max-width: 22rem; margin-top: 12px; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; }
  .hero-actions .button { padding-inline: 20px; }
  .hero-meta { margin-top: 22px; }
  .hero-media { width: 100%; max-width: 460px; justify-self: center; }
  .hero-portrait { aspect-ratio: 0.89; border-bottom-right-radius: 50px; }
  .hero-portrait img { object-position: 50% 31%; }
  .hero-portrait figcaption { left: 18px; bottom: 37px; max-width: 240px; font-size: 0.75rem; }
  .project-badge { margin-left: 12px; max-width: calc(100% - 24px); padding: 12px 17px 12px 12px; }
  .project-badge small { letter-spacing: 0.07em; }
  .project-badge > svg { margin-left: 10px; }
  .hero-bottom { padding-block: 17px; }
  .hero-bottom p { font-size: 0.8125rem; column-gap: 10px; row-gap: 2px; }
  .section { padding-block: 54px; }
  h2 { font-size: clamp(2.8rem, 11vw, 3.7rem); }
  .about-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  .section-heading h2 { margin-top: 18px; }
  .about-copy { padding-top: 0; max-width: 100%; }
  .about-copy .intro-paragraph { font-size: 1.25rem; }
  .photo-gallery { grid-template-columns: 1fr 1fr; gap: 25px 14px; }
  .gallery-outdoors { grid-column: 1 / -1; grid-row: 1; }
  .gallery-outdoors img { aspect-ratio: 0.95; object-position: 50% 62%; }
  .gallery-work, .gallery-pool { margin-top: 0; }
  .gallery-work img, .gallery-pool img { aspect-ratio: 0.71; }
  .gallery-photo figcaption { font-size: 0.875rem; line-height: 1.4; }
  .focus-line { display: block; margin-top: 26px; padding-top: 18px; }
  .focus-line > p { margin-top: 7px; }
  .project-grid { grid-template-columns: 1fr; gap: 40px; padding-block: 54px; }
  .project-wordmark { margin-top: 22px; font-size: 1.7rem; }
  .project h2 { font-size: clamp(3.3rem, 14vw, 4.5rem); margin-top: 24px; }
  .project-description { margin-top: 20px; max-width: 100%; }
  .journey { gap: 12px; margin-block: 27px; }
  .journey strong { font-size: 1.125rem; }
  .video-card { max-width: 340px; }
  .recognition { grid-template-columns: 1fr; gap: 32px; }
  .recognition-copy > p:not(.eyebrow) { max-width: 100%; }
  .recognition h2 { margin-top: 20px; }
  .certificate-frame { max-width: 380px; padding: 14px; }
  .contact-inner { display: block; padding-block: 50px; }
  .contact h2 { font-size: clamp(2.9rem, 11.5vw, 4rem); }
  .contact-action { align-items: stretch; margin-top: 28px; gap: 13px; }
  .contact-action > span { text-align: center; }
  .button-contact { min-width: 0; width: 100%; min-height: 68px; }
  .footer { gap: 17px 22px; padding-block: 24px; }
  .footer p { width: 100%; order: 3; }
  .back-top { margin-left: auto; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero-actions { gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-left: 3px; }
  .eyebrow { letter-spacing: 0.12em; }
  .hero-bottom p { font-size: 0.8125rem; gap: 7px; }
  .button-arrow { margin-left: 0.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* A clearer introduction and quieter supporting imagery. */
.ambient-hero .ambient-pound-one { left: auto; right: -45px; top: -10px; }
.ambient-about .ambient-pound-one { left: -50px; top: 45%; opacity: .6; }
.ambient-recognition .ambient-pound-one { left: auto; right: -60px; }
.hero-description { max-width: 26rem; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(40px,8vw,110px); align-items: center; }
.about-introduction { min-width: 0; }
.about-introduction h2 { margin-top: 24px; font-size: clamp(3rem,5vw,4.4rem); }
.about-introduction h2 em { color: var(--qh-blue); }
.about-introduction .about-copy { margin-top: 24px; }
.about-introduction > .text-link { margin-top: 20px; }
.intro-grid .video-card { max-width: 290px; }
.intro-grid .video-topline, .intro-grid .video-card figcaption { color: var(--muted); }
.intro-grid .intro-video { box-shadow: 0 16px 38px #0b2f7818; }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 28px; margin: 58px 0 24px; }
.gallery-heading > span { font-size: .875rem; color: var(--muted); }
.photo-gallery { grid-template-columns: 1.15fr 1fr 1fr; gap: 24px; }
.gallery-work, .gallery-pool { margin-top: 0; }
.gallery-photo img, .gallery-outdoors img { height: 270px; aspect-ratio: auto; }
.gallery-work img { object-position: 50% 38%; }
.gallery-outdoors img { object-position: 50% 45%; }
.gallery-pool img { object-position: 50% 32%; }
.project-grid { grid-template-columns: 1.05fr .85fr; gap: clamp(40px,7vw,100px); }
.project-copy > .button { margin-top: 26px; }
.project-details { border: 1px solid #ffffff30; padding: 34px; border-radius: 10px; background: #ffffff05; min-width: 0; }
.project-details > p:not(.eyebrow) { color: #dbe5f9; }
.project-details > .project-detail-note { margin-top: 22px; font-size: .875rem; color: #bfcfec; }
.journey { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.recognition { grid-template-columns: 1.2fr .8fr; gap: 64px; }
.recognition h2 { font-size: clamp(2.8rem,4vw,3.5rem); }
.certificate-frame { max-width: 285px; padding: 12px; }
.recognition-copy > p:not(.eyebrow) { max-width: 470px; }
.recognition-copy > .recognition-note { font-size: .875rem; }

/* Three-card carousel; the ordinary document remains readable without JS. */
.reviews { background: radial-gradient(ellipse at 50% 30%,#e8eefb,transparent 68%),var(--wash); overflow: hidden; }
.reviews-heading { text-align: center; }
.reviews-heading .eyebrow { justify-content: center; }
.reviews-heading h2 { margin-top: 20px; }
.reviews-heading h2 em { color: var(--qh-blue); }
.demo-disclosure { max-width: 610px; margin: 20px auto 0; font-size: .875rem; color: #52627d; }
.review-carousel { outline-offset: -6px; touch-action: pan-y; }
.review-stage { display: grid; gap: 24px; padding: 40px max(24px,calc((100% - 1120px)/2)) 28px; }
.review-card { min-width: 0; background: #fff; border: 1px solid #d6deed; border-radius: 14px; padding: 32px; box-shadow: 0 16px 40px #163f7510; display: flex; flex-direction: column; }
.review-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: .75rem; letter-spacing: .1em; }
.demo-tag { flex-shrink: 0; border: 1px solid #cbd5e5; padding: 3px 7px; border-radius: 4px; font-size: .75rem; letter-spacing: .08em; }
.review-card h3 { margin-top: 25px; font: 400 1.8rem/1.2 var(--serif); letter-spacing: -.02em; }
.review-quote { font-size: 1.125rem; line-height: 1.7; color: #52627d; margin: 16px 0 28px; }
.review-person { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.review-person img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.review-person strong { display: block; font-size: 1rem; font-weight: 600; }
.review-person span { display: block; color: var(--muted); font-size: .875rem; margin-top: 2px; }
.has-js .review-stage { grid-template-columns: minmax(0,440px); justify-content: center; padding-inline: 36px; overflow: hidden; }
.has-js .review-card { grid-area: 1 / 1; min-height: 354px; transition: transform 420ms ease,filter 420ms ease,opacity 420ms ease; }
.has-js .review-card.is-active { z-index: 2; transform: translateX(0) scale(1); filter: blur(0); opacity: 1; border-top: 3px solid var(--qh-coral); }
.has-js .review-card.is-previous { transform: translateX(-89%) scale(.85); }
.has-js .review-card.is-next { transform: translateX(89%) scale(.85); }
.has-js .review-card:not(.is-active) { z-index: 1; filter: blur(3px); opacity: .5; pointer-events: none; user-select: none; }
.carousel-controls, .carousel-status { display: none; }
.has-js .carousel-controls { display: flex; justify-content: center; align-items: center; gap: 26px; }
.carousel-arrow { width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 1px solid #b9c7dc; border-radius: 50%; background: transparent; color: var(--qh-navy); cursor: pointer; font-size: 1.5rem; }
.carousel-arrow:hover { color: #fff; background: var(--qh-navy); border-color: var(--qh-navy); }
.carousel-dots { display: flex; align-items: center; }
.carousel-dot { display: grid; place-items: center; width: 36px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dot span { display: block; width: 7px; height: 7px; border-radius: 50%; background: #8b9fbc; }
.carousel-dot[aria-current="true"] span { width: 20px; border-radius: 5px; background: var(--qh-navy); }
.has-js .carousel-status { display: block; text-align: center; color: var(--muted); font-size: .75rem; margin-top: 16px; }
.privacy-button { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; padding: 10px 16px; border: 1px solid #7183a1; border-radius: 5px; font-size: .875rem; color: #e2e9f6; }
.privacy-button:hover { border-color: var(--qh-coral); background: #ffffff09; }
.back-top { min-height: 44px; }

/* Privacy is a separate, readable page using the same visual language. */
.privacy-page { background: var(--wash); }
.privacy-header { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 20px; }
.privacy-main { max-width: 850px; padding-block: 64px 80px; }
.privacy-main h1 { font-size: clamp(3.5rem,7vw,5rem); line-height: 1.08; margin: 20px 0; }
.privacy-date { color: var(--muted); font-size: .875rem; }
.privacy-draft { background: #fff6df; color: #5b4822; border-left: 3px solid var(--qh-gold); padding: 22px 24px; border-radius: 4px; margin-top: 30px; }
.privacy-draft p { margin-top: 7px; }
.privacy-content { margin-top: 38px; }
.privacy-content section + section { margin-top: 32px; }
.privacy-content h2 { font-family: var(--sans); font-size: 1.25rem; font-weight: 600; letter-spacing: -.015em; line-height: 1.4; margin-bottom: 12px; }
.privacy-content p { color: #455774; }
.privacy-content p + p { margin-top: 12px; }
.privacy-content a { color: var(--qh-blue); text-decoration: underline; text-underline-offset: 3px; }
.privacy-return { margin-top: 38px; }
.privacy-footer { background: var(--deep); color: #fff; }
.privacy-footer > .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px; }
.privacy-footer p { color: #c2cde0; font-size: .8125rem; }
@media (max-width: 900px) {
  .intro-grid { gap: 36px; }
  .intro-grid .video-card { max-width: 255px; }
  .photo-gallery { gap: 16px; }
  .gallery-photo img, .gallery-outdoors img { height: 215px; }
  .project-details { padding: 24px; }
  .recognition { gap: 36px; }
  .footer { gap: 18px; }
}
@media (max-width: 650px) {
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-grid .video-card { max-width: 285px; }
  .about-introduction h2 { font-size: clamp(2.7rem,10vw,3.6rem); }
  .about-introduction .about-copy { margin-top: 22px; }
  .gallery-heading { display: block; margin-top: 38px; padding-top: 22px; }
  .gallery-heading > span { display: block; margin-top: 8px; }
  .photo-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-work { grid-column: 1 / -1; }
  .gallery-outdoors { grid-column: auto; grid-row: auto; }
  .gallery-photo img, .gallery-outdoors img { height: auto; aspect-ratio: .8; }
  .gallery-work img { height: 260px; aspect-ratio: auto; object-position: 50% 28%; }
  .gallery-outdoors img { object-position: 50% 50%; }
  .gallery-pool img { object-position: 50% 44%; }
  .project-grid { grid-template-columns: 1fr; gap: 32px; }
  .recognition { grid-template-columns: 1fr; }
  .certificate-frame { max-width: 265px; }
  .reviews-heading h2 { font-size: clamp(2.6rem,10vw,3.5rem); }
  .review-card { padding: 23px; }
  .review-card h3 { font-size: 1.65rem; }
  .review-topline { gap: 10px; letter-spacing: .055em; }
  .review-quote { font-size: 1rem; }
  .review-person { gap: 10px; }
  .review-person img { width: 56px; height: 56px; }
  .has-js .review-card { min-height: 380px; }
  .has-js .review-card.is-previous { transform: translateX(-85%) scale(.86); }
  .has-js .review-card.is-next { transform: translateX(85%) scale(.86); }
  .privacy-button { order: 2; }
  .back-top { order: 2; margin-left: 0; }
  .footer-brand { width: 100%; }
  .privacy-header { flex-wrap: wrap; padding-block: 20px; gap: 8px 20px; }
  .privacy-main { padding-block: 42px 56px; }
  .privacy-draft { padding: 18px; }
  .privacy-footer > .container { display: block; }
  .privacy-footer p { margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .has-js .review-card { transition: none; }
}
