/* Horizon Meditech — 2026. Shared design system, no framework or external runtime. */
@font-face {
  font-family:Raleway;
  src:url('/assets/raleway.woff2') format('woff2');
  font-display:swap;
  font-style:normal;
  font-weight:100 900
}

:root {
  --ink:#153c3a;
  --teal:#0b514d;
  --muted:#61716d;
  --paper:#f9faf6;
  --soft:#edf1e9;
  --lime:#ddf5ab;
  --line:#d6dfd7;
  --white:#fff;
  --radius:24px;
  --wrap:1328px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}

a {
  color:inherit;
  text-decoration:none
}

button,input,select,textarea {
  font:inherit
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

img {
  display:block;
  max-width:100%;
  height:auto
}

svg {
  width:24px;
  height:24px;
  flex-shrink:0
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  font-family:Raleway,Arial,sans-serif;
  font-weight:600;
  line-height:1.06;
  letter-spacing:-.045em
}

h1 {
  font-size:clamp(56px,6.8vw,100px)
}

h2 {
  font-size:clamp(34px,4vw,58px)
}

h3 {
  font-size:26px;
  line-height:1.15;
  letter-spacing:-.035em
}

p+p {
  margin-top:18px
}

em {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400
}

p {
  color:var(--muted)
}

::selection {
  background:var(--lime);
  color:var(--ink)
}

:focus-visible {
  outline:3px solid #288d80;
  outline-offset:5px
}

button:focus-visible {
  outline-offset:3px
}

.wrap {
  width:min(var(--wrap),calc(100% - 112px));
  margin-inline:auto
}

.section {
  padding-block:110px
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.15em;
  font-weight:700;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:25px
}

.eyebrow>span {
  width:7px;
  height:7px;
  background:currentColor;
  border-radius:50%;
  flex-shrink:0
}

.lede {
  font-size:18px;
  line-height:1.7;
  max-width:590px;
  margin-top:25px
}

.section-heading .lede {
  max-width:570px
}

.section-heading {
  margin-bottom:40px
}

.heading-row {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  margin-bottom:45px
}

.heading-row .section-heading {
  margin:0
}

.heading-aside {
  max-width:300px
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:20px;
  font-size:14px;
  font-weight:600;
  border-bottom:1px solid var(--teal);
  padding-block:12px;
  white-space:nowrap
}

.text-link svg {
  width:20px;
  transition:transform .3s
}

.text-link:hover svg {
  transform:translateX(5px)
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  min-height:56px;
  padding:15px 23px;
  border:1px solid var(--teal);
  border-radius:100px;
  background:var(--teal);
  color:white;
  font-size:13px;
  font-weight:600;
  line-height:1.3;
  transition:background .25s,transform .25s,color .25s;
  white-space:nowrap
}

.button svg {
  width:20px;
  height:20px;
  transition:transform .25s
}

.button:hover {
  background:#176862;
  transform:translateY(-2px)
}

.button:hover svg {
  transform:translateX(3px)
}

.button.secondary {
  background:transparent;
  color:var(--teal);
  border-color:#bbc9c0
}

.button.secondary:hover {
  background:var(--lime);
  border-color:var(--lime)
}

.skip-link {
  position:fixed;
  z-index:100;
  top:-100px;
  left:16px;
  background:var(--teal);
  color:white;
  padding:12px
}

.skip-link:focus {
  top:8px
}

.scroll-progress {
  position:fixed;
  inset:0 auto auto 0;
  height:3px;
  background:#7dbbb0;
  width:0;
  z-index:100
}

.site-header {
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(249,250,246,.95);
  border-bottom:1px solid transparent;
  backdrop-filter:blur(16px);
  transition:box-shadow .3s
}

.scrolled .site-header {
  border-bottom-color:var(--line);
  box-shadow:0 8px 30px #173e3910
}

.header-inner {
  height:100px;
  width:min(1440px,calc(100% - 80px));
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:35px
}

.brand {
  flex-shrink:0
}

.brand img {
  width:206px;
  height:58px;
  object-fit:contain;
  mix-blend-mode:multiply
}

#main-nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:12px;
  font-weight:600
}

#main-nav>a:not(.nav-contact) {
  position:relative;
  padding-block:12px
}

#main-nav>a:not(.nav-contact):after {
  content:'';
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  height:1px;
  transform:scaleX(0);
  transform-origin:left;
  background:var(--teal);
  transition:transform .25s
}

#main-nav>a:hover:after,#main-nav>a[aria-current]:after {
  transform:scaleX(1)
}

.nav-contact {
  display:flex;
  align-items:center;
  gap:23px;
  padding:12px 20px;
  border:1px solid #b6c5ba;
  border-radius:30px
}

.nav-contact:hover {
  background:var(--lime)
}

.nav-contact svg {
  width:18px
}

.nav-more {
  position:relative
}

.nav-more summary {
  list-style:none;
  cursor:pointer;
  padding:15px 0
}

.nav-more summary::-webkit-details-marker {
  display:none
}

.nav-more summary span {
  padding-left:5px
}

.nav-more>div {
  position:absolute;
  right:-20px;
  top:48px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:15px;
  box-shadow:0 15px 35px #163c3920;
  min-width:190px;
  padding:10px
}

.nav-more>div a {
  display:block;
  padding:9px 12px;
  border-radius:8px
}

.nav-more a:hover {
  background:var(--soft)
}

.menu-toggle {
  display:none
}

.home-hero {
  position:relative;
  display:grid;
  grid-template-columns:1.07fr 1fr;
  gap:6%;
  padding-top:42px;
  padding-bottom:92px;
  min-height:710px;
  align-items:center
}

.hero-copy {
  position:relative;
  z-index:2
}

.home-hero h1 {
  font-size:clamp(70px,7.3vw,112px);
  line-height:.99;
  letter-spacing:-.062em
}

.home-hero h1 em {
  font-size:1.1em;
  color:var(--teal);
  letter-spacing:-.06em;
  line-height:1.02
}

.word-line {
  display:flex;
  align-items:center;
  gap:25px
}

.word-line svg {
  width:55px;
  height:55px;
  color:#75a99b;
  animation:rotate 30s linear infinite
}

.hero-copy>p:not(.eyebrow) {
  font-size:16px;
  max-width:410px;
  margin-top:28px;
  line-height:1.8
}

.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px
}

.hero-proof {
  display:flex;
  align-items:center;
  gap:10px;
  letter-spacing:.12em;
  font-size:9px;
  font-weight:700;
  margin-top:35px;
  color:var(--muted)
}

.proof-dot {
  width:6px;
  height:6px;
  background:#72a483;
  border-radius:50%;
  box-shadow:0 0 0 5px #72a48315
}

.hero-visual {
  position:relative;
  min-width:0;
  margin-block:16px 0
}

.hero-image {
  height:535px;
  border-radius:180px 20px 20px 20px;
  overflow:hidden;
  position:relative;
  background:#d8e3da
}

.hero-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  animation:imageEnter 1.6s ease-out both
}

.hero-image:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#0b514d38,transparent 55%);
  pointer-events:none
}

.image-shine {
  position:absolute;
  inset:0;
  z-index:1;
  background:radial-gradient(circle at var(--mx,50%) var(--my,30%),#fff6,transparent 42%);
  mix-blend-mode:soft-light;
  pointer-events:none
}

.floating-note {
  position:absolute;
  left:-32px;
  bottom:44px;
  z-index:3;
  border:1px solid #ffffff90;
  border-radius:17px;
  background:#fffffff2;
  backdrop-filter:blur(20px);
  padding:19px 25px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow:0 10px 40px #153c3a12;
  animation:float 6s ease-in-out infinite;
  font-size:14px;
  font-weight:600
}

.floating-note small {
  display:block;
  font-size:11px;
  color:var(--muted);
  font-weight:400;
  margin-top:3px
}

.note-icon {
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:var(--lime)
}

.note-icon svg {
  width:24px;
  height:24px
}

.hero-coordinates {
  position:absolute;
  bottom:-27px;
  right:0;
  font-size:8px;
  letter-spacing:.16em;
  color:var(--muted)
}

.hero-orbit {
  position:absolute;
  z-index:-1;
  width:180px;
  height:180px;
  right:-25px;
  top:-24px;
  border:1px solid #8fb8aa;
  border-radius:50%;
  animation:orbitPulse 7s ease-in-out infinite
}

.hero-orbit:before,.hero-orbit:after {
  content:'';
  position:absolute;
  inset:14px;
  border:1px solid #8fb8aa80;
  border-radius:50%
}

.hero-orbit:after {
  inset:29px
}

.scroll-cue {
  position:absolute;
  bottom:25px;
  left:0;
  display:flex;
  align-items:center;
  gap:45px;
  font-size:18px
}

.scroll-cue span {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--muted)
}

.sector-strip {
  border-block:1px solid var(--line);
  padding-block:25px
}

.sector-strip .wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}

.sector-strip span {
  font-family:Raleway,Arial,sans-serif;
  font-size:20px;
  letter-spacing:-.03em
}

.sector-strip i {
  font-size:20px;
  font-style:normal;
  color:#84aa91
}

.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px
}

.card-image {
  aspect-ratio:1.23;
  overflow:hidden;
  border-radius:16px;
  position:relative;
  background:var(--soft)
}

.card-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.65,.3,1)
}

.service-card:hover img {
  transform:scale(1.055)
}

.card-number {
  position:absolute;
  top:18px;
  left:18px;
  border-radius:30px;
  background:#ffffffeb;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  font-size:11px
}

.round-arrow {
  display:grid;
  place-items:center;
  width:47px;
  height:47px;
  background:var(--paper);
  border-radius:50%;
  transition:background .3s,transform .3s;
  flex-shrink:0
}

.card-image .round-arrow {
  position:absolute;
  bottom:18px;
  right:18px
}

.service-card:hover .round-arrow,.solution-card:hover .round-arrow {
  background:var(--lime);
  transform:rotate(-35deg)
}

.card-category {
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin:23px 0 10px;
  color:var(--teal)
}

.service-card h3 {
  font-size:24px;
  letter-spacing:-.035em
}

.service-card>p:last-child {
  margin-top:12px;
  font-size:14px
}

.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:9%
}

.about-feature {
  background:var(--soft)
}

.feature-photo {
  position:relative;
  min-width:0
}

.feature-photo>img {
  width:100%;
  height:540px;
  object-fit:cover;
  border-radius:18px
}

.photo-label {
  position:absolute;
  left:25px;
  bottom:25px;
  background:var(--lime);
  border-radius:14px;
  padding:20px 25px;
  font-size:13px;
  min-width:195px
}

.photo-label strong {
  display:block;
  font-family:Raleway,Arial,sans-serif;
  font-weight:500;
  font-size:65px;
  line-height:1.1;
  letter-spacing:-.06em
}

.photo-label span {
  display:block;
  font-size:10px;
  margin-top:10px
}

.feature-copy .section-heading {
  margin-bottom:25px
}

.feature-lines {
  border-top:1px solid #cdd7ca;
  margin:30px 0
}

.feature-lines p {
  font-size:14px;
  display:flex;
  gap:20px;
  border-bottom:1px solid #cdd7ca;
  padding:16px 0;
  margin:0;
  color:var(--ink)
}

.feature-lines span {
  font-size:10px;
  align-self:center;
  color:#698879
}

.solution-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}

.solution-card {
  height:450px;
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:var(--teal)
}

.solution-card>img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .9s
}

.solution-card:hover>img {
  transform:scale(1.04)
}

.solution-card:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 15%,#092e2be8)
}

.solution-card>div {
  position:absolute;
  bottom:35px;
  left:35px;
  right:35px;
  z-index:1;
  color:white
}

.solution-card>div>span:first-child {
  font-size:10px;
  letter-spacing:.15em
}

.solution-card h3 {
  font-size:clamp(30px,3.3vw,44px);
  margin-top:15px;
  font-weight:500
}

.solution-card .round-arrow {
  position:absolute;
  right:0;
  bottom:0;
  color:var(--ink)
}

.tech-banner {
  margin-top:26px;
  border:1px solid var(--line);
  border-radius:20px;
  display:flex;
  gap:35px;
  align-items:center;
  padding:35px 40px;
  transition:background .3s
}

.tech-banner:hover {
  background:var(--soft)
}

.tech-symbol {
  width:75px;
  height:75px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--lime)
}

.tech-symbol svg {
  width:35px;
  height:35px;
  animation:rotate 30s linear infinite
}

.tech-banner .eyebrow {
  margin-bottom:10px;
  font-size:9px
}

.tech-banner h3 {
  font-size:26px
}

.tech-banner p:last-child {
  font-size:13px;
  margin-top:10px
}

.tech-banner>.round-arrow {
  margin-left:auto;
  border:1px solid var(--line)
}

.process-section {
  background:var(--teal);
  color:var(--paper)
}

.process-section .eyebrow {
  color:var(--lime)
}

.process-section p {
  color:#c0d2c9
}

.process-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px
}

.process-card {
  padding-top:25px;
  border-top:1px solid var(--line)
}

.process-card>span {
  font-size:12px;
  color:#739990
}

.process-card h3 {
  margin-top:55px;
  font-size:25px;
  max-width:280px
}

.process-card p {
  font-size:14px;
  margin-top:20px;
  max-width:330px
}

.process-section .process-card {
  border-color:#537b70
}

.process-section .process-card>span {
  color:var(--lime)
}

.quote-section {
  max-width:1060px
}

.quote-section blockquote {
  font-family:Raleway,Arial,sans-serif;
  font-size:clamp(26px,3.3vw,45px);
  line-height:1.35;
  letter-spacing:-.035em;
  margin:25px 0 35px
}

.quote-credit {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}

.quote-credit>span {
  font-size:14px;
  font-weight:600
}

.quote-credit small {
  display:block;
  font-weight:400;
  font-size:11px;
  color:var(--muted);
  margin-top:3px
}

.contact-band {
  position:relative;
  overflow:hidden;
  background:var(--lime);
  border-radius:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px;
  padding:60px;
  margin-bottom:100px
}

.contact-band h2 {
  font-size:clamp(30px,3.5vw,49px);
  position:relative;
  z-index:1
}

.contact-band .eyebrow {
  font-size:9px;
  margin-bottom:20px
}

.contact-band .button {
  flex-shrink:0;
  position:relative;
  z-index:1
}

.orbit {
  position:absolute;
  right:250px;
  top:10px;
  color:#abd17c;
  opacity:.5
}

.orbit svg {
  width:230px;
  height:230px;
  animation:rotate 40s linear infinite
}

.site-footer {
  border-top:1px solid var(--line)
}

.footer-top {
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.1fr;
  gap:45px;
  padding-block:65px
}

.footer-brand img {
  width:200px;
  height:58px;
  object-fit:contain;
  mix-blend-mode:multiply;
  margin-bottom:25px
}

.footer-brand p {
  font-size:14px;
  margin-bottom:20px
}

.footer-top h2 {
  font:700 10px Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:12px 0 25px
}

.footer-top a:not(.footer-brand>a:first-child) {
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:9px
}

.footer-top a:hover {
  color:var(--teal);
  text-decoration:underline
}

.footer-top .footer-phone {
  font-size:19px!important;
  color:var(--teal)!important;
  letter-spacing:-.02em
}

.footer-location address {
  font-style:normal;
  font-size:13px;
  color:var(--muted);
  line-height:1.9
}

.footer-bottom {
  padding-block:24px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:10px;
  color:var(--muted)
}

.footer-bottom>div {
  display:flex;
  gap:22px;
  align-items:center
}

.motion-toggle {
  background:none;
  border:0;
  padding:0;
  color:var(--teal);
  font-size:10px;
  text-decoration:underline;
  text-underline-offset:3px
}

.page-hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:7%;
  align-items:center;
  padding-block:65px 70px;
  border-bottom:1px solid var(--line)
}

.page-hero:not(:has(.page-hero-image)) {
  display:block;
  padding-block:80px
}

.page-hero h1 {
  font-size:clamp(52px,6.2vw,88px)
}

.page-hero .hero-copy>p:not(.eyebrow) {
  max-width:470px
}

.page-hero-image {
  position:relative;
  min-width:0
}

.page-hero-image>img {
  width:100%;
  height:400px;
  object-fit:cover;
  border-radius:100px 18px 18px 18px
}

.image-corner {
  position:absolute;
  bottom:20px;
  right:20px;
  font-size:8px;
  letter-spacing:.12em;
  background:#ffffffe0;
  padding:8px 12px;
  border-radius:20px
}

.service-jump {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:75px
}

.service-jump a {
  border:1px solid var(--line);
  border-radius:40px;
  font-size:12px;
  padding:10px 16px
}

.service-jump a:hover {
  background:var(--lime)
}

.service-details {
  display:grid;
  gap:80px
}

.service-detail {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%;
  align-items:center;
  scroll-margin-top:125px
}

.service-detail:nth-child(even) .detail-photo {
  order:2
}

.detail-photo img {
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:18px
}

.service-detail h2 {
  font-size:44px
}

.service-detail .lede {
  font-size:17px
}

.service-detail .lede+p {
  font-size:13px;
  margin-top:15px
}

.service-detail .button {
  margin-top:25px
}

.small-callout {
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:18px;
  padding:32px;
  margin-top:55px
}

.small-callout h3 {
  font-size:26px
}

.small-callout p {
  margin-top:12px;
  font-size:15px
}

.small-callout .text-link {
  margin-top:10px
}

.process-section .small-callout {
  background:#ffffff0a;
  border-color:#527c70
}

.process-section .small-callout p {
  margin:0
}

.text-split {
  align-items:start
}

.body-copy p:not(.lede) {
  font-size:15px
}

.body-copy .lede {
  margin-top:0
}

.body-copy .button {
  margin-top:30px
}

.values-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%
}

.values-grid h2 {
  font-size:39px
}

.values-grid p:not(.eyebrow) {
  margin-top:25px;
  font-size:16px
}

.values-grid h3 {
  font-size:35px
}

.large-index {
  display:block;
  font-size:13px;
  color:var(--lime);
  margin-bottom:35px
}

.capability-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:60px
}

.capability-list>div {
  display:flex;
  gap:25px;
  align-items:center;
  padding:23px 0;
  border-bottom:1px solid #527c70
}

.capability-list span {
  font-size:10px;
  color:var(--lime)
}

.capability-list h3 {
  font-size:19px;
  line-height:1.35;
  letter-spacing:-.02em
}

.capability-list svg {
  width:18px;
  margin-left:auto;
  color:var(--lime)
}

.construction-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px
}

.construction-grid article {
  padding:25px 0;
  border-top:1px solid var(--line)
}

.construction-grid .card-category {
  font-size:8px;
  margin-top:0
}

.construction-grid h3 {
  font-size:25px;
  min-height:65px;
  margin-top:28px
}

.construction-grid p {
  font-size:14px;
  margin-top:20px
}

.pricing-section {
  background:var(--soft);
  margin-bottom:100px
}

.pricing-switch {
  display:inline-flex;
  background:#dfe7dc;
  padding:5px;
  border-radius:40px;
  gap:3px;
  margin-bottom:18px
}

.pricing-switch button {
  border:0;
  background:transparent;
  padding:12px 24px;
  border-radius:30px;
  font-size:13px;
  color:var(--teal)
}

.pricing-switch button[aria-pressed=true] {
  background:var(--teal);
  color:#fff
}

.plan-description {
  font-size:13px;
  margin-bottom:32px
}

.pricing-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}

.price-card {
  padding:30px 26px;
  border-radius:20px;
  border:1px solid #c8d4c5;
  background:var(--paper)
}

.price-card.featured {
  background:var(--lime);
  border-color:var(--lime)
}

.price-card .card-category {
  margin:0 0 25px
}

.price-card h3 {
  font-size:20px;
  line-height:1.4;
  min-height:60px
}

.price {
  display:flex;
  align-items:baseline;
  gap:4px;
  color:var(--ink);
  margin-top:35px;
  font-size:20px
}

.price strong {
  font-family:Raleway,Arial,sans-serif;
  font-size:70px;
  font-weight:500;
  letter-spacing:-.07em
}

.price span {
  font-size:11px;
  color:var(--muted);
  margin-left:5px
}

.price-duration {
  font-size:14px;
  margin-top:0
}

.price-total {
  font-size:11px;
  min-height:36px;
  margin-top:10px
}

.price-card .button {
  width:100%;
  font-size:11px;
  margin-top:25px;
  gap:10px
}

.pricing-note {
  font-size:11px;
  max-width:800px;
  margin-top:25px
}

.testimonials {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px;
  padding-top:70px
}

.testimonial-card {
  background:var(--soft);
  border-radius:20px;
  padding:40px;
  display:flex;
  align-items:flex-start;
  flex-direction:column
}

.testimonial-card>img {
  height:75px;
  width:150px;
  object-fit:contain;
  object-position:left center;
  mix-blend-mode:multiply;
  margin-bottom:35px
}

.testimonial-card blockquote {
  font-family:Raleway,Arial,sans-serif;
  font-size:27px;
  letter-spacing:-.025em;
  line-height:1.45;
  margin:0 0 25px
}

.testimonial-card p {
  font-size:14px;
  margin-bottom:25px
}

.testimonial-card h2 {
  font:600 14px Arial,sans-serif;
  letter-spacing:0;
  margin-top:auto;
  padding-top:20px
}

.testimonial-card>span {
  font-size:10px;
  color:var(--muted);
  margin-top:8px
}

.form-section {
  background:var(--soft)
}

.contact-layout {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:10%;
  align-items:start
}

.contact-layout .section-heading h2 {
  font-size:45px
}

.contact-layout .section-heading .lede {
  font-size:16px
}

.contact-layout>div>p {
  font-size:13px
}

.enquiry-form {
  padding:35px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}

label {
  display:block;
  font-size:12px;
  font-weight:600;
  margin-bottom:24px
}

label>span {
  font-weight:400;
  color:var(--muted)
}

input,select,textarea {
  display:block;
  width:100%;
  border:0;
  border-bottom:1px solid #b7c6bd;
  background:#fff;
  border-radius:0;
  padding:12px 0;
  font-size:14px;
  color:var(--ink);
  line-height:1.5
}

input::placeholder,textarea::placeholder {
  color:#7a8782;
  font-size:13px
}

textarea {
  resize:vertical
}

.form-note {
  font-size:11px;
  margin-bottom:20px
}

.form-status {
  font-size:12px;
  margin-top:20px
}

.email-fallback p {
  font-size:12px
}

.email-fallback a {
  text-decoration:underline
}

.email-fallback textarea {
  font-size:12px;
  margin-top:10px
}

.contact-item {
  display:block;
  padding-block:25px 30px;
  border-bottom:1px solid var(--line);
  position:relative
}

.contact-item:first-child {
  padding-top:5px
}

.contact-item>span {
  display:block;
  font-size:9px;
  letter-spacing:.15em;
  color:var(--muted);
  margin-bottom:15px
}

.contact-item strong {
  font-size:clamp(17px,1.7vw,24px);
  letter-spacing:-.03em;
  font-weight:500;
  overflow-wrap:anywhere
}

.contact-item>svg {
  position:absolute;
  right:0;
  top:20px;
  width:17px
}

.contact-item address {
  font-style:normal;
  font-size:22px;
  line-height:1.5;
  letter-spacing:-.02em
}

.contact-item .text-link {
  font-size:12px;
  margin-top:10px
}

.faq-section {
  max-width:1000px;
  padding-top:45px
}

.faq-item {
  border-bottom:1px solid var(--line)
}

.faq-item summary {
  list-style:none;
  display:flex;
  align-items:center;
  gap:25px;
  padding:27px 0;
  font-size:19px;
  cursor:pointer;
  line-height:1.5
}

.faq-item summary::-webkit-details-marker {
  display:none
}

.faq-index {
  font-size:10px;
  color:#7a968a;
  flex-shrink:0
}

.faq-plus {
  font-size:24px;
  margin-left:auto;
  font-weight:400;
  transition:transform .25s;
  flex-shrink:0
}

.faq-item[open] .faq-plus {
  transform:rotate(45deg)
}

.faq-item p {
  padding:0 40px 28px;
  font-size:15px;
  max-width:850px
}

.legal-copy {
  max-width:850px;
  padding-top:55px
}

.legal-copy h2 {
  font-size:27px;
  margin-block:35px 18px
}

.legal-copy p {
  font-size:16px
}

.legal-copy a {
  text-decoration:underline
}

.error-page {
  min-height:60vh
}

.error-page p {
  margin:30px 0
}

.js .reveal {
  opacity:0;
  transform:translateY(25px);
  transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.3,1)
}

.js .reveal.visible {
  opacity:1;
  transform:none
}

.js .service-grid>.reveal:nth-child(2),.js .process-grid>.reveal:nth-child(2) {
  transition-delay:.1s
}

.js .service-grid>.reveal:nth-child(3),.js .process-grid>.reveal:nth-child(3) {
  transition-delay:.2s
}

.home-hero .hero-copy {
  animation:contentEnter 1s both
}

.home-hero .hero-visual {
  animation:contentEnter 1.2s .1s both
}

.motion-paused *,.motion-paused *:before,.motion-paused *:after {
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important
}

.motion-paused .reveal {
  opacity:1!important;
  transform:none!important
}

@keyframes rotate {
  to {
    transform:rotate(360deg)
  }
}

@keyframes float {
  0%,100% {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}

@keyframes orbitPulse {
  0%,100% {
    transform:scale(1)
  }
  50% {
    transform:scale(1.08)
  }
}

@keyframes contentEnter {
  from {
    opacity:0;
    transform:translateY(20px)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes imageEnter {
  from {
    transform:scale(1.07)
  }
  to {
    transform:scale(1)
  }
}

@media(min-width:1600px) {
  .home-hero {
    padding-top:65px;
    padding-bottom:115px
  }
  .hero-image {
    height:610px
  }
  .home-hero h1 {
    font-size:120px
  }
  .home-hero .hero-copy>p:not(.eyebrow) {
    font-size:18px
  }
  .header-inner {
    height:110px
  }
}

@media(max-width:1150px) {
  .wrap {
    width:calc(100% - 72px)
  }
  .header-inner {
    width:calc(100% - 56px);
    gap:20px
  }
  #main-nav {
    gap:19px;
    font-size:11px
  }
  .brand img {
    width:175px
  }
  .nav-contact {
    padding:10px 15px;
    gap:12px
  }
  .home-hero {
    gap:5%;
    min-height:640px
  }
  .home-hero h1 {
    font-size:clamp(65px,7.7vw,88px)
  }
  .hero-image {
    height:475px
  }
  .home-hero .hero-copy>p:not(.eyebrow) {
    font-size:15px
  }
  .hero-actions {
    gap:9px
  }
  .hero-actions .button {
    font-size:11px;
    padding:13px 17px;
    gap:13px;
    min-height:49px
  }
  .word-line svg {
    width:40px
  }
  .floating-note {
    left:-20px;
    padding:15px 18px;
    font-size:12px
  }
  .section {
    padding-block:85px
  }
  .feature-photo>img {
    height:480px
  }
  .split {
    gap:7%
  }
  .service-card h3 {
    font-size:21px
  }
  .service-grid {
    gap:20px
  }
  .footer-top {
    gap:30px;
    grid-template-columns:1.4fr 1fr 1fr 1fr
  }
  .footer-brand img {
    width:170px
  }
  .construction-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .construction-grid h3 {
    min-height:0
  }
  .price-card {
    padding:25px 18px
  }
  .contact-layout {
    gap:6%
  }
  .enquiry-form {
    padding:26px
  }
  .contact-band {
    padding:45px
  }
  .page-hero-image>img {
    height:350px
  }
}

@media(max-width:900px) {
  .header-inner {
    height:82px
  }
  .brand img {
    width:180px;
    height:50px
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #b6c5ba;
    border-radius:30px;
    background:none;
    padding:8px 15px;
    font-size:12px;
    color:var(--teal)
  }
  .menu-toggle span {
    font-size:15px
  }
  #main-nav {
    display:none;
    position:absolute;
    top:81px;
    left:0;
    right:0;
    background:var(--paper);
    padding:20px 36px 30px;
    border-bottom:1px solid var(--line);
    max-height:calc(100dvh - 82px);
    overflow-y:auto;
    font-size:15px
  }
  #main-nav.open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  #main-nav>a:not(.nav-contact) {
    padding:13px 0
  }
  #main-nav>a:after {
    display:none
  }
  .nav-contact {
    align-self:flex-start;
    margin-top:15px
  }
  .nav-more>div {
    position:static;
    box-shadow:none;
    background:var(--soft);
    border:0;
    padding:8px;
    margin-bottom:5px
  }
  .nav-more summary {
    padding:13px 0
  }
  .home-hero {
    gap:5%;
    padding-top:40px;
    padding-bottom:80px;
    min-height:580px
  }
  .home-hero h1 {
    font-size:clamp(55px,7.8vw,72px)
  }
  .hero-copy .eyebrow {
    font-size:9px;
    letter-spacing:.1em
  }
  .hero-image {
    height:420px;
    border-radius:130px 15px 15px 15px
  }
  .word-line {
    gap:10px
  }
  .word-line svg {
    width:32px
  }
  .home-hero .hero-copy>p:not(.eyebrow) {
    font-size:14px;
    margin-top:24px
  }
  .hero-actions {
    margin-top:24px
  }
  .hero-actions .button {
    font-size:10px;
    padding:12px 14px;
    min-height:45px;
    gap:10px
  }
  .hero-actions .button svg {
    width:16px
  }
  .hero-proof {
    font-size:7px;
    margin-top:27px;
    letter-spacing:.07em
  }
  .floating-note {
    bottom:28px;
    left:-20px;
    font-size:10px;
    gap:10px;
    padding:12px
  }
  .floating-note small {
    font-size:9px
  }
  .note-icon {
    width:32px;
    height:32px
  }
  .note-icon svg {
    width:20px
  }
  .hero-orbit {
    right:-15px;
    width:130px;
    height:130px
  }
  .hero-coordinates {
    font-size:6px
  }
  .sector-strip span {
    font-size:16px
  }
  .sector-strip i {
    font-size:16px
  }
  .section {
    padding-block:75px
  }
  .heading-row {
    gap:25px
  }
  .heading-row h2 {
    font-size:36px
  }
  .heading-row .text-link {
    font-size:12px;
    gap:10px
  }
  .service-card h3 {
    font-size:18px
  }
  .service-card>p:last-child {
    font-size:12px
  }
  .card-category {
    font-size:8px
  }
  .card-image {
    aspect-ratio:1
  }
  .round-arrow {
    width:37px;
    height:37px
  }
  .card-image .round-arrow {
    bottom:12px;
    right:12px
  }
  .card-number {
    top:12px;
    left:12px;
    width:28px;
    height:28px;
    font-size:9px
  }
  .split {
    gap:6%
  }
  .feature-photo>img {
    height:460px
  }
  .feature-copy h2 {
    font-size:36px
  }
  .lede {
    font-size:16px
  }
  .feature-lines p {
    font-size:12px;
    gap:12px
  }
  .photo-label {
    left:18px;
    bottom:18px;
    padding:16px 20px;
    min-width:160px
  }
  .photo-label strong {
    font-size:52px
  }
  .solution-card {
    height:370px
  }
  .solution-card>div {
    left:25px;
    right:25px;
    bottom:28px
  }
  .solution-card h3 {
    font-size:30px
  }
  .solution-card .round-arrow {
    bottom:-4px
  }
  .heading-aside {
    font-size:13px;
    max-width:220px
  }
  .tech-banner {
    gap:20px;
    padding:27px
  }
  .tech-symbol {
    width:60px;
    height:60px;
    flex-shrink:0
  }
  .tech-banner h3 {
    font-size:23px
  }
  .tech-banner p:last-child {
    font-size:12px
  }
  .process-grid {
    gap:25px
  }
  .process-card h3 {
    font-size:22px;
    margin-top:35px
  }
  .process-card p {
    font-size:13px
  }
  .footer-top {
    grid-template-columns:1.3fr 1fr 1fr;
    gap:30px
  }
  .footer-location {
    grid-column:1/-1;
    border-top:1px solid var(--line);
    padding-top:15px
  }
  .footer-location address br {
    display:none
  }
  .footer-location address br:after {
    content:', '
  }
  .contact-band {
    gap:25px;
    padding:35px;
    margin-bottom:75px
  }
  .contact-band h2 {
    font-size:34px
  }
  .contact-band .button {
    font-size:11px;
    padding:13px 18px;
    min-height:50px;
    gap:15px
  }
  .page-hero {
    padding-block:50px;
    gap:6%
  }
  .page-hero h1 {
    font-size:53px
  }
  .page-hero-image>img {
    height:320px
  }
  .page-hero .hero-copy>p:not(.eyebrow) {
    font-size:14px
  }
  .service-detail {
    gap:6%
  }
  .detail-photo img {
    height:320px
  }
  .service-detail h2 {
    font-size:35px
  }
  .service-detail .lede {
    font-size:15px
  }
  .values-grid {
    gap:7%
  }
  .values-grid h2 {
    font-size:33px
  }
  .values-grid p:not(.eyebrow) {
    font-size:14px
  }
  .pricing-grid {
    gap:12px
  }
  .price-card h3 {
    font-size:16px
  }
  .price strong {
    font-size:55px
  }
  .price-card .button {
    padding:12px;
    font-size:10px
  }
  .price-total {
    font-size:10px;
    min-height:35px
  }
  .testimonial-card {
    padding:28px
  }
  .testimonial-card blockquote {
    font-size:22px
  }
  .contact-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .contact-info {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 30px
  }
  .contact-info .contact-item:last-child {
    grid-column:1/-1
  }
  .contact-item:first-child {
    padding-top:25px
  }
  .contact-info .contact-item:last-child address {
    font-size:18px
  }
  .contact-item strong {
    font-size:18px
  }
  .enquiry-form {
    padding:35px
  }
  .contact-layout .section-heading {
    margin-bottom:20px
  }
  .pricing-section {
    margin-bottom:75px
  }
}

@media(max-width:600px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .header-inner {
    width:calc(100% - 40px);
    height:76px
  }
  .brand img {
    width:166px;
    height:47px
  }
  .menu-toggle {
    font-size:11px
  }
  #main-nav {
    top:75px;
    padding:15px 20px 25px;
    max-height:calc(100dvh - 76px)
  }
  html {
    scroll-padding-top:90px
  }
  .home-hero {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding-top:32px;
    padding-bottom:62px;
    gap:32px
  }
  .home-hero h1 {
    font-size:clamp(42px,12.6vw,68px);
    line-height:1.01
  }
  .home-hero h1 em {
    font-size:1.06em
  }
  .word-line {
    gap:22px
  }
  .word-line svg {
    width:40px;
    height:40px
  }
  .home-hero .eyebrow {
    font-size:8px;
    letter-spacing:.12em;
    margin-bottom:21px
  }
  .home-hero .hero-copy>p:not(.eyebrow) {
    font-size:14px;
    max-width:330px;
    line-height:1.7;
    margin-top:22px
  }
  .hero-actions {
    margin-top:22px;
    gap:10px
  }
  .hero-actions .button {
    font-size:11px;
    padding:14px 19px;
    min-height:48px;
    gap:20px
  }
  .hero-proof {
    font-size:8px;
    margin-top:24px
  }
  .hero-visual {
    margin:0 0 20px 16px
  }
  .hero-image {
    height:355px;
    border-radius:110px 15px 15px 15px
  }
  .hero-image img {
    object-position:center 55%
  }
  .floating-note {
    left:-16px;
    bottom:20px;
    font-size:12px;
    padding:15px 18px;
    gap:12px
  }
  .floating-note small {
    font-size:10px
  }
  .note-icon {
    width:36px;
    height:36px
  }
  .hero-orbit {
    right:-8px;
    top:-18px;
    width:110px;
    height:110px
  }
  .hero-coordinates {
    font-size:7px;
    bottom:-24px
  }
  .scroll-cue {
    bottom:20px;
    gap:25px
  }
  .scroll-cue span {
    font-size:8px
  }
  .sector-strip {
    padding-block:17px;
    overflow:hidden
  }
  .sector-strip .wrap {
    flex-wrap:wrap;
    justify-content:center;
    gap:10px 16px
  }
  .sector-strip span {
    font-size:14px
  }
  .sector-strip i {
    font-size:12px
  }
  .sector-strip i:nth-child(6) {
    display:none
  }
  .section {
    padding-block:60px
  }
  h2 {
    font-size:35px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:20px
  }
  .section-heading {
    margin-bottom:28px
  }
  .heading-row {
    display:block;
    margin-bottom:30px
  }
  .heading-row h2 {
    font-size:35px
  }
  .heading-row .text-link {
    margin-top:20px;
    font-size:12px
  }
  .heading-aside {
    margin-top:20px;
    max-width:320px
  }
  .service-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .card-image {
    aspect-ratio:1.35;
    border-radius:16px
  }
  .service-card h3 {
    font-size:25px
  }
  .service-card>p:last-child {
    font-size:14px;
    margin-top:8px
  }
  .card-category {
    font-size:9px;
    margin:18px 0 9px
  }
  .card-number {
    top:15px;
    left:15px;
    width:33px;
    height:33px;
    font-size:10px
  }
  .round-arrow {
    width:43px;
    height:43px
  }
  .card-image .round-arrow {
    bottom:16px;
    right:16px
  }
  .split {
    grid-template-columns:1fr;
    gap:36px
  }
  .feature-photo>img {
    height:390px
  }
  .feature-copy h2 {
    font-size:35px
  }
  .photo-label {
    padding:17px 22px
  }
  .feature-copy .lede {
    font-size:15px
  }
  .feature-lines p {
    font-size:13px
  }
  .solution-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .solution-card {
    height:380px
  }
  .solution-card h3 {
    font-size:35px
  }
  .solution-card>div>span:first-child {
    font-size:9px
  }
  .solution-card>div {
    left:25px;
    right:25px;
    bottom:28px
  }
  .tech-banner {
    padding:25px;
    gap:16px;
    align-items:flex-start;
    position:relative
  }
  .tech-symbol {
    width:40px;
    height:40px
  }
  .tech-symbol svg {
    width:24px;
    height:24px
  }
  .tech-banner>div {
    padding-right:0
  }
  .tech-banner .eyebrow {
    font-size:7px;
    line-height:1.5
  }
  .tech-banner h3 {
    font-size:24px;
    max-width:210px
  }
  .tech-banner p:last-child {
    font-size:12px;
    max-width:205px;
    padding-right:22px
  }
  .tech-banner>.round-arrow {
    position:absolute;
    right:17px;
    bottom:18px;
    width:30px;
    height:30px
  }
  .tech-banner>.round-arrow svg {
    width:17px
  }
  .process-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .process-card {
    padding-top:20px
  }
  .process-card h3 {
    font-size:25px;
    margin-top:22px;
    max-width:none
  }
  .process-card p {
    font-size:14px;
    margin-top:14px;
    max-width:none
  }
  .quote-section blockquote {
    font-size:28px
  }
  .quote-credit {
    align-items:flex-start;
    flex-direction:column;
    gap:17px
  }
  .quote-credit .text-link {
    font-size:12px
  }
  .contact-band {
    flex-direction:column;
    align-items:flex-start;
    gap:30px;
    padding:32px 26px;
    border-radius:18px;
    margin-bottom:60px
  }
  .contact-band h2 {
    font-size:34px
  }
  .contact-band .eyebrow {
    font-size:8px
  }
  .contact-band .button {
    font-size:12px;
    gap:25px
  }
  .orbit {
    right:-40px;
    top:50px;
    opacity:.35
  }
  .orbit svg {
    width:210px;
    height:210px
  }
  .footer-top {
    padding-block:40px;
    grid-template-columns:1fr 1fr;
    gap:35px 25px
  }
  .footer-brand {
    grid-column:1/-1
  }
  .footer-brand img {
    width:190px;
    margin-bottom:18px
  }
  .footer-brand p {
    font-size:13px
  }
  .footer-top h2 {
    font-size:9px;
    margin-top:0;
    margin-bottom:18px
  }
  .footer-top a:not(.footer-brand>a:first-child) {
    font-size:12px
  }
  .footer-location {
    padding-top:25px
  }
  .footer-location address {
    font-size:12px
  }
  .footer-bottom {
    flex-direction:column;
    font-size:9px;
    gap:16px;
    padding-block:22px
  }
  .footer-bottom>div {
    gap:23px
  }
  .motion-toggle {
    font-size:9px
  }
  .page-hero {
    grid-template-columns:1fr;
    gap:35px;
    padding-block:40px
  }
  .page-hero:not(:has(.page-hero-image)) {
    padding-block:45px
  }
  .page-hero h1 {
    font-size:clamp(48px,12.7vw,69px)
  }
  .page-hero .eyebrow {
    font-size:8px
  }
  .page-hero .hero-copy>p:not(.eyebrow) {
    font-size:15px;
    margin-top:22px;
    max-width:360px
  }
  .page-hero-image>img {
    height:280px;
    border-radius:75px 15px 15px 15px
  }
  .image-corner {
    font-size:6px;
    bottom:15px;
    right:15px
  }
  .service-jump {
    gap:8px;
    margin-bottom:45px
  }
  .service-jump a {
    font-size:10px;
    padding:8px 12px
  }
  .service-details {
    gap:55px
  }
  .service-detail {
    grid-template-columns:1fr;
    gap:25px
  }
  .service-detail:nth-child(even) .detail-photo {
    order:0
  }
  .detail-photo img {
    height:265px
  }
  .service-detail h2 {
    font-size:34px
  }
  .service-detail .eyebrow {
    margin-bottom:15px
  }
  .service-detail .lede {
    margin-top:18px;
    font-size:15px
  }
  .service-detail .button {
    font-size:12px
  }
  .small-callout {
    padding:25px;
    margin-top:40px
  }
  .small-callout h3 {
    font-size:25px
  }
  .small-callout p {
    font-size:14px
  }
  .small-callout .text-link {
    font-size:12px
  }
  .values-grid {
    grid-template-columns:1fr;
    gap:45px
  }
  .values-grid h2 {
    font-size:34px
  }
  .values-grid h3 {
    font-size:30px
  }
  .large-index {
    margin-bottom:22px
  }
  .values-grid p:not(.eyebrow) {
    margin-top:20px
  }
  .text-split {
    gap:25px
  }
  .body-copy .lede {
    font-size:17px
  }
  .body-copy p:not(.lede) {
    font-size:14px
  }
  .capability-list {
    grid-template-columns:1fr
  }
  .capability-list h3 {
    font-size:18px
  }
  .capability-list>div {
    gap:20px;
    padding:20px 0
  }
  .construction-grid {
    grid-template-columns:1fr;
    gap:8px
  }
  .construction-grid h3 {
    font-size:25px;
    margin-top:20px
  }
  .construction-grid p {
    font-size:14px;
    margin-top:12px
  }
  .pricing-section {
    margin-bottom:60px
  }
  .pricing-switch {
    width:100%;
    display:flex
  }
  .pricing-switch button {
    flex:1;
    font-size:11px;
    padding:12px 8px
  }
  .plan-description {
    font-size:12px
  }
  .pricing-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .price-card {
    padding:28px
  }
  .price-card h3 {
    font-size:23px;
    min-height:0
  }
  .price {
    margin-top:22px
  }
  .price strong {
    font-size:65px
  }
  .price span {
    font-size:12px
  }
  .price-total {
    font-size:12px;
    min-height:0
  }
  .price-card .button {
    font-size:12px;
    min-height:50px;
    padding:14px 20px
  }
  .pricing-note {
    font-size:11px
  }
  .testimonials {
    grid-template-columns:1fr;
    padding-top:40px;
    gap:25px
  }
  .testimonial-card {
    padding:28px
  }
  .testimonial-card blockquote {
    font-size:24px
  }
  .testimonial-card>img {
    height:65px;
    margin-bottom:25px
  }
  .contact-layout {
    gap:35px
  }
  .contact-layout .section-heading h2 {
    font-size:35px
  }
  .enquiry-form {
    padding:25px 22px;
    border-radius:16px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:0
  }
  label {
    font-size:11px;
    margin-bottom:22px
  }
  input,select,textarea {
    font-size:16px
  }
  input::placeholder,textarea::placeholder {
    font-size:13px
  }
  .enquiry-form .button {
    font-size:12px;
    gap:20px
  }
  .contact-info {
    grid-template-columns:1fr;
    gap:0
  }
  .contact-item strong {
    font-size:22px
  }
  .contact-item>span {
    font-size:8px
  }
  .contact-item:first-child {
    padding-top:0
  }
  .contact-item:first-child>svg {
    top:0
  }
  .faq-item summary {
    font-size:16px;
    gap:15px;
    padding:23px 0
  }
  .faq-plus {
    font-size:22px
  }
  .faq-item p {
    padding:0 0 25px 28px;
    font-size:14px
  }
  .faq-section {
    padding-top:25px
  }
  .legal-copy h2 {
    font-size:25px
  }
  .legal-copy p {
    font-size:14px
  }
  .error-page h1 {
    font-size:48px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .js .reveal {
    opacity:1;
    transform:none
  }
}

.brand img,.footer-brand img {
  filter:brightness(.67) saturate(.85)
}

@media print {
  .site-header,.site-footer,.scroll-cue,.hero-orbit,.orbit,.image-shine,.skip-link {
    display:none!important
  }
  .reveal {
    opacity:1!important;
    transform:none!important
  }
  .wrap {
    width:100%
  }
  .section {
    padding-block:25px
  }
  body {
    background:#fff
  }
  .button {
    color:#000;
    background:#fff
  }
  .contact-band {
    break-inside:avoid
  }
  .hero-image {
    height:300px
  }
  .home-hero {
    min-height:0
  }
  .page-hero {
    padding-block:20px
  }
}

