:root {
  --black: #0b0d0e;
  --forest: #112c23;
  --forest-deep: #0c211a;
  --paper: #f8f7f3;
  --ivory: #f4f0e7;
  --accent: #ffd400;
  --ink: #0b0d0e;
  --muted: #68706c;
  --line-dark: rgba(245, 243, 237, .28);
  --line-light: rgba(20, 35, 30, .24);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(24px, 5vw, 88px);
  --max: 1540px;
  --nav-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
.section-shell { width: min(calc(100% - (var(--gutter) * 2)), var(--max)); margin: 0 auto; }

.utility-bar { height: 38px; display: flex; align-items: center; background: #202427; color: rgba(255,255,255,.76); font-size: 12px; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - (var(--gutter) * 2)), var(--max)); margin: 0 auto; }
.utility-nav { display: flex; gap: 28px; }
.utility-nav a, .utility-contact { transition: color .2s ease; }
.utility-nav a:hover, .utility-contact:hover { color: white; }

.site-header { position: relative; z-index: 50; height: var(--nav-height); background: rgba(11,13,14,.98); color: var(--ivory); border-bottom: 1px solid rgba(255,255,255,.16); }
.site-header.is-sticky { position: sticky; top: 0; }
.nav-inner { height: 100%; width: min(calc(100% - (var(--gutter) * 2)), var(--max)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand-lockup { display: flex; align-items: center; min-width: 340px; color: var(--ivory); text-transform: uppercase; }
.brand-lockup > img { width: 58px; height: 58px; margin-right: 15px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 15px; font-weight: 700; letter-spacing: .1em; }
.brand-copy small { margin-top: 8px; font-size: 8px; font-weight: 500; letter-spacing: .18em; color: rgba(244,240,231,.66); }
.main-nav { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 24px); font-size: 11px; font-weight: 600; letter-spacing: .035em; }
.main-nav a { position: relative; padding: 34px 0 31px; color: rgba(245,243,237,.75); transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--ivory); transition: right .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: white; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav .nav-quote { padding: 13px 18px; background: var(--accent); color: var(--black); text-transform: uppercase; letter-spacing: .12em; }
.main-nav .nav-quote::after { display: none; }
.main-nav .nav-quote:hover { color: var(--black); background: #ffe04d; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; color: white; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; }

.hero { position: relative; min-height: min(820px, calc(100vh - 38px)); overflow: hidden; background: var(--black); }
.hero-carousel, .hero-slide { position: absolute; inset: 0; }
.hero-slide { height: 100%; object-fit: cover; opacity: 0; transform: scale(1.015); transition: opacity 1.1s ease, transform 7s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1.045); }
.hero-panel { position: relative; z-index: 2; display: flex; min-height: inherit; width: min(62%, 940px); background: linear-gradient(90deg, var(--black) 0%, rgba(11,13,14,.98) 67%, rgba(11,13,14,.76) 82%, rgba(11,13,14,0) 100%); color: var(--ivory); }
.hero-copy { width: 100%; max-width: 810px; padding: clamp(54px, 7vh, 92px) clamp(110px, 10vw, 170px) 46px var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.location-line { margin: 0 0 34px; font-size: 15px; letter-spacing: .22em; text-transform: uppercase; color: rgba(245,243,237,.72); }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
body[data-page] h1, body[data-page] h2, body[data-page] h3 { color: inherit; }
h1 { max-width: 720px; margin: 0; font-size: clamp(68px, 7vw, 118px); line-height: .89; letter-spacing: -.055em; }
.hero-intro { max-width: 610px; margin: 46px 0 0; font-size: clamp(20px, 1.7vw, 29px); line-height: 1.55; color: rgba(245,243,237,.76); }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 48px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 18px; padding: 14px 28px; border: 1px solid currentColor; font-size: 16px; line-height: 1.2; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.button-light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.button-light:hover { background: transparent; color: var(--ivory); }
.button-outline-light { color: var(--ivory); border-color: rgba(245,243,237,.45); }
.button-outline-light:hover { border-color: var(--ivory); background: rgba(255,255,255,.06); }
.button-dark { background: var(--black); color: var(--ivory); border-color: var(--black); }
.button-dark:hover { background: transparent; color: var(--black); }
.button-accent { background: var(--accent); color: var(--black); border-color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.button-accent:hover { background: transparent; color: var(--accent); }
body[data-page] .button-accent { background: var(--accent) !important; color: var(--black) !important; border-color: var(--accent) !important; }
body[data-page] .button-accent:hover { background: transparent !important; color: var(--accent) !important; }
body[data-page] .button-light { background: var(--ivory) !important; color: var(--ink) !important; border-color: var(--ivory) !important; }
body[data-page] .button-light:hover { background: transparent !important; color: var(--ivory) !important; }
body[data-page] .button-dark { background: var(--black) !important; color: var(--ivory) !important; border-color: var(--black) !important; }
body[data-page] .button-dark:hover { background: transparent !important; color: var(--black) !important; }
body[data-page] .button-outline-light { background: transparent !important; color: var(--ivory) !important; border-color: rgba(245,243,237,.45) !important; }
.arrow { flex: 0 0 auto; width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; transition: transform .2s ease; }
.button:hover .arrow, .text-link:hover .arrow, .product-rail a:hover .arrow { transform: translateX(4px); }
.carousel-status { display: grid; grid-template-columns: auto minmax(70px, 150px) auto; align-items: center; gap: 14px; margin-top: auto; padding-top: 44px; font-size: 11px; letter-spacing: .14em; color: rgba(245,243,237,.64); }
.carousel-rule { height: 1px; background: rgba(255,255,255,.28); }
.carousel-rule span { display: block; width: 20%; height: 100%; background: white; transition: width .4s ease; }

.section { position: relative; padding: clamp(96px, 11vw, 172px) 0; }
.section-dark { background: var(--black); color: var(--ivory); }
.section-light { background: var(--paper); color: var(--ink); }
.section-grid { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(520px, 1.45fr); gap: clamp(48px, 7vw, 120px); align-items: center; }
.section-copy h2 { margin: 0 0 38px; font-size: clamp(70px, 7.6vw, 124px); line-height: .88; letter-spacing: -.055em; }
.section-lede { max-width: 680px; margin: 0; font-size: clamp(21px, 2vw, 31px); line-height: 1.45; }
.section-dark .section-lede { color: rgba(245,243,237,.78); }
.capabilities, .brand-line { margin: 36px 0 42px; font-size: 16px; color: rgba(245,243,237,.72); }
.brand-line { color: var(--ink); font-size: 19px; }
.media-frame { margin: 0; overflow: hidden; }
.media-frame img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.media-frame:hover img { transform: scale(1.02); }
.cinema-media { height: clamp(530px, 52vw, 760px); }
.cinema-media img { object-position: 58% center; }
.cinema-section { overflow: hidden; }
.cinema-section .section-grid { grid-template-columns: minmax(380px, .92fr) minmax(520px, 1.55fr); gap: 0; }
.cinema-section .section-copy { position: relative; z-index: 2; padding-right: clamp(34px, 5vw, 80px); }
.cinema-section .cinema-media { position: relative; margin-left: clamp(-120px, -7vw, -70px); }
.cinema-section .cinema-media::after { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: clamp(130px, 24%, 230px); background: linear-gradient(90deg, var(--black) 0%, rgba(11,13,14,.84) 38%, rgba(11,13,14,0) 100%); pointer-events: none; }
.media-frame figcaption { margin-top: 12px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(245,243,237,.55); }
.insight { max-width: 490px; margin-top: 76px; padding-left: 28px; border-left: 1px solid rgba(245,243,237,.5); }
.insight span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.insight p { margin: 12px 0 0; color: rgba(245,243,237,.72); }

.automation-lead, .bo-lead { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(48px, 7vw, 120px); align-items: center; }
.automation-media { height: clamp(480px, 48vw, 690px); }
.automation-media img { object-position: center; }
.brand-columns { display: grid; grid-template-columns: 1fr 1fr; margin-top: 84px; border-top: 1px solid var(--line-light); }
.brand-columns article { padding: 44px 8% 0 0; }
.brand-columns article + article { padding-left: 9%; border-left: 1px solid var(--line-light); }
.brand-columns h3, .network-detail h3 { margin: 0 0 16px; font-size: clamp(32px, 3vw, 48px); line-height: 1; }
.brand-columns p { max-width: 540px; margin: 0; font-size: 18px; color: #39433f; }

.network-layout { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(54px, 7vw, 120px); align-items: start; }
.network-section { background: var(--forest); }
.network-section .section-copy h2 { font-size: clamp(62px, 6.6vw, 106px); }
.network-detail { margin: 48px 0 34px; padding-top: 34px; border-top: 1px solid var(--line-dark); }
.network-detail h3 { color: inherit; }
.network-detail p { max-width: 560px; margin: 0; color: rgba(245,243,237,.72); }
.section-light .network-detail { border-color: var(--line-light); }
.section-light .network-detail p { color: #39433f; }
.network-visual > .media-frame { height: 390px; }
.network-visual > .media-frame img { object-position: center 60%; }
.coverage-map { position: relative; height: 300px; margin-top: 34px; border-bottom: 1px solid rgba(245,243,237,.28); }
.home-outline { position: absolute; left: 5%; right: 5%; bottom: 0; height: 178px; border: 1px solid rgba(245,243,237,.5); border-bottom: 0; }
.home-outline::before { content: ""; position: absolute; left: 17%; top: -83px; width: 65%; height: 112px; border-left: 1px solid rgba(245,243,237,.5); border-top: 1px solid rgba(245,243,237,.5); transform: skewY(-23deg) rotate(0); }
.home-outline span { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(245,243,237,.28); }
.home-outline span:nth-child(1) { left: 26%; }.home-outline span:nth-child(2) { left: 54%; }.home-outline span:nth-child(3) { left: 78%; }
.coverage-line { position: absolute; left: 12%; right: 10%; bottom: 74px; height: 1px; border-top: 1px dashed rgba(245,243,237,.45); }
.coverage-node { position: absolute; z-index: 2; width: 24px; height: 24px; border: 6px solid var(--forest); border-radius: 50%; background: var(--ivory); box-shadow: 0 0 0 1px rgba(245,243,237,.8); }
.node-a { left: 14%; bottom: 62px; }.node-b { left: 42%; bottom: 102px; }.node-c { left: 68%; bottom: 44px; }.node-d { right: 9%; bottom: 86px; }
.principles { display: flex; justify-content: space-between; align-items: center; margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.principles > span { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.principles p { margin: 0; font-size: clamp(17px, 1.7vw, 25px); color: rgba(245,243,237,.75); }
.principles i { margin: 0 16px; font-style: normal; opacity: .55; }

.bo-media { height: clamp(560px, 58vw, 810px); }
.bo-media img { object-position: center; }
.button-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 40px; }
.text-link { display: inline-flex; align-items: center; gap: 40px; min-height: 58px; padding: 10px 26px; border: 1px solid var(--ink); }
.text-link .arrow { transition: transform .2s ease; }
.product-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 88px; border-top: 1px solid var(--line-light); }
.product-rail a { position: relative; display: grid; gap: 7px; padding: 38px 7% 14px 0; min-height: 178px; }
.product-rail a + a { padding-left: 10%; border-left: 1px solid var(--line-light); }
.product-rail span { font-family: var(--display); font-size: 20px; }
.product-rail strong { font-family: var(--display); font-size: clamp(25px, 2.2vw, 36px); font-weight: 400; line-height: 1; }
.product-rail small { max-width: 310px; font-size: 15px; color: var(--muted); }
.product-rail .arrow { margin-top: 10px; }

.site-footer { padding: clamp(86px, 9vw, 140px) 0 30px; background: var(--black); color: var(--ivory); }
.footer-brand { display: flex; align-items: center; margin-bottom: 54px; text-transform: uppercase; }
.footer-brand img { width: 62px; height: 62px; margin-right: 16px; object-fit: contain; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 16px; letter-spacing: .1em; }
.footer-brand small { margin-top: 8px; font-size: 8px; letter-spacing: .18em; color: rgba(244,240,231,.64); }
.footer-main { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.footer-main h2 { margin: 0; font-size: clamp(62px, 7vw, 112px); line-height: .9; letter-spacing: -.05em; }
.footer-main p { max-width: 650px; margin: 36px 0 0; font-size: clamp(18px, 1.6vw, 25px); color: rgba(245,243,237,.7); }
.footer-actions { display: flex; gap: 14px; justify-content: flex-end; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 76px; padding-top: 26px; border-top: 1px solid rgba(245,243,237,.28); font-size: 12px; color: rgba(245,243,237,.62); }
.footer-bottom nav { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Service pages */
.page-hero { min-height: 680px; display: grid; grid-template-columns: 1fr 1.25fr; background: var(--black); color: var(--ivory); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 96px var(--gutter); }
.page-hero h1 { font-size: clamp(68px, 7.2vw, 116px); }
.page-hero p { max-width: 620px; margin: 42px 0 0; font-size: clamp(21px, 2vw, 30px); color: rgba(245,243,237,.75); }
.page-hero figure { min-height: 620px; margin: 0; overflow: hidden; }
.page-hero figure img { height: 100%; object-fit: cover; }
.content-band { padding: clamp(90px, 10vw, 150px) 0; }
.content-band.dark { background: var(--forest); color: var(--ivory); }
.content-band.light { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 150px); }
.editorial-grid h2 { margin: 0; font-size: clamp(56px, 6vw, 94px); line-height: .92; letter-spacing: -.045em; }
.editorial-copy { max-width: 760px; }
.editorial-copy > p:first-child { margin-top: 0; font-size: clamp(22px, 2.3vw, 34px); line-height: 1.4; }
.editorial-copy p { color: #3e4844; }
.dark .editorial-copy p { color: rgba(245,243,237,.72); }
.list-rail { margin-top: 52px; border-top: 1px solid currentColor; }
.list-rail article { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(20,35,30,.22); }
.dark .list-rail article { border-color: rgba(245,243,237,.25); }
.list-rail span { font-family: var(--display); font-size: 24px; }
.list-rail h3 { margin: 0 0 5px; font-family: var(--sans); font-size: 18px; font-weight: 500; }
.list-rail p { margin: 0; }
.quote-band { padding: clamp(88px, 9vw, 140px) var(--gutter); background: #d7d0c3; }
.quote-band blockquote { max-width: 1180px; margin: 0 auto; font-family: var(--display); font-size: clamp(42px, 5vw, 78px); line-height: 1.04; letter-spacing: -.035em; }
.dark-label { color: var(--muted); }
.feature-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(52px, 8vw, 130px); align-items: center; }
.feature-story figure { height: clamp(500px, 52vw, 740px); }
.feature-story h2, .split-brand-band h2, .unifi-layout h2, .bo-product h2 { margin: 0 0 28px; font-size: clamp(50px, 5vw, 82px); line-height: .94; letter-spacing: -.04em; }
.feature-story p:not(.location-line), .unifi-layout p, .bo-product p { margin: 0 0 34px; font-size: 19px; color: #45504b; }
.split-brand-band { display: grid; grid-template-columns: 1fr 1fr; background: #d7d0c3; }
.split-brand-band article { padding: clamp(78px, 9vw, 140px) var(--gutter); }
.split-brand-band article + article { border-left: 1px solid var(--line-light); background: var(--paper); }
.split-brand-band span, .bo-product > div > span { display: block; margin-bottom: 34px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.split-brand-band p { max-width: 620px; margin: 0; font-size: 19px; color: #45504b; }
.unifi-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 130px); align-items: center; }
.unifi-layout > div:first-child p:not(.location-line) { color: rgba(245,243,237,.72); }
.portal-panel { padding: clamp(28px, 4vw, 56px); border: 1px solid rgba(245,243,237,.35); }
.portal-head { display: flex; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--line-dark); }
.portal-head span { font-size: 13px; color: rgba(245,243,237,.66); }
.portal-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 40px 0; }
.portal-metrics span { font-size: 12px; color: rgba(245,243,237,.64); }
.portal-metrics b { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 48px; font-weight: 400; color: var(--ivory); }
.portal-line { display: flex; align-items: end; gap: 9px; height: 100px; border-bottom: 1px solid var(--line-dark); }
.portal-line i { flex: 1; height: 40%; border-top: 1px solid var(--ivory); opacity: .55; }
.portal-line i:nth-child(2) { height: 64%; }.portal-line i:nth-child(3) { height: 50%; }.portal-line i:nth-child(4) { height: 78%; }.portal-line i:nth-child(5) { height: 65%; }.portal-line i:nth-child(6) { height: 88%; }.portal-line i:nth-child(7) { height: 74%; }.portal-line i:nth-child(8) { height: 94%; }
.bo-product { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: var(--forest); color: var(--ivory); }
.bo-product.reverse { grid-template-columns: .85fr 1.15fr; background: #d7d0c3; color: var(--ink); }
.bo-product.reverse figure { order: 2; }
.bo-product figure { min-height: 650px; margin: 0; overflow: hidden; }
.bo-product figure img { height: 100%; object-fit: cover; }
.bo-product > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px) var(--gutter); }
.bo-product p { color: rgba(245,243,237,.72); }
.bo-product.reverse p { color: #45504b; }

/* Company, insights, contact and portfolio */
.simple-hero { padding: clamp(92px, 10vw, 150px) 0; background: var(--black); color: var(--ivory); }
.simple-hero-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px, 8vw, 130px); align-items: end; }
.simple-hero h1 { margin: 0; font-size: clamp(70px, 8vw, 126px); line-height: .88; letter-spacing: -.055em; }
.simple-hero-copy { max-width: 690px; padding-bottom: 9px; }
.simple-hero-copy p { margin: 0 0 34px; font-size: clamp(20px, 2vw, 29px); color: rgba(244,240,231,.72); }
.yellow-rule { display: block; width: 68px; height: 3px; margin-bottom: 28px; background: var(--accent); }
.about-profile { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.about-profile figure { height: clamp(520px, 52vw, 760px); }
.about-profile h2, .contact-layout h2, .portfolio-intro h2 { margin: 0 0 32px; font-size: clamp(52px, 5.7vw, 90px); line-height: .94; letter-spacing: -.045em; }
.about-profile p, .contact-layout p, .portfolio-intro p { max-width: 690px; font-size: 19px; color: #404643; }
.value-rail { display: grid; grid-template-columns: repeat(3,1fr); background: var(--forest); color: var(--ivory); }
.value-rail article { min-height: 330px; padding: clamp(52px, 6vw, 94px) var(--gutter); }
.value-rail article + article { border-left: 1px solid rgba(244,240,231,.24); }
.value-rail span { font-size: 11px; letter-spacing: .18em; color: var(--accent); }
.value-rail h2 { margin: 28px 0 20px; font-size: clamp(34px, 3.5vw, 54px); line-height: .98; }
.value-rail p { margin: 0; color: rgba(244,240,231,.7); }
.insights-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(11,13,14,.2); border: 1px solid rgba(11,13,14,.2); }
.insight-card { display: flex; min-height: 420px; flex-direction: column; padding: clamp(34px, 4vw, 58px); background: var(--paper); }
.insight-card .meta { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #777b78; }
.insight-card h2 { margin: 58px 0 24px; font-size: clamp(34px, 3vw, 50px); line-height: 1; }
.insight-card p { margin: 0; color: #4b514e; }
.insight-card .text-link { margin-top: auto; align-self: flex-start; padding: 8px 0; border: 0; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); }
.contact-details { margin-top: 52px; border-top: 1px solid var(--line-light); }
.contact-details div { padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.contact-details span { display: block; margin-bottom: 5px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: #777b78; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { margin-bottom: 9px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #8d918f; border-radius: 0; background: transparent; color: var(--ink); font: 17px/1.4 var(--sans); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 0; border-color: var(--black); }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; margin-top: 12px; }
.form-actions small { color: #777b78; }
.portfolio-top { padding-bottom: 70px; }
.portfolio-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.portfolio-intro p { color: rgba(244,240,231,.7); }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 0; margin-top: 62px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.portfolio-filters { border-color: rgba(244,240,231,.22); }
.portfolio-filters button { min-height: 58px; padding: 12px 24px; border: 0; border-right: 1px solid rgba(244,240,231,.22); border-radius: 0; background: transparent; color: var(--ivory); font: 700 10px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.portfolio-filters button:hover, .portfolio-filters button.is-active { background: var(--accent); color: var(--black); }
.legacy-portfolio { padding: 70px 0 130px; background: var(--paper); }
.legacy-portfolio-live { padding: 70px 0 130px; background: var(--paper); color: var(--ink); }
.legacy-portfolio-live .portfolio-filter { margin-bottom: 40px; }
.legacy-portfolio-live .portfolio-projects { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 24px; height: auto !important; }
.legacy-portfolio-live .project-item { position: relative !important; inset: auto !important; float: none !important; width: auto !important; margin: 0 !important; }
.legacy-portfolio-live .project-item img { width: 100%; }
.legacy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 24px; }
.legacy-project[hidden] { display: none; }
.legacy-project figure { height: 260px; margin: 0 0 18px; overflow: hidden; background: #deddd8; }
.legacy-project img { height: 100%; object-fit: cover; }
.legacy-project h2 { margin: 0 0 6px; font: 700 17px/1.25 var(--sans); }
.legacy-project p { margin: 0; color: #696e6b; font-size: 14px; }

@media (max-width: 1180px) {
  :root { --gutter: clamp(22px, 4vw, 52px); }
  .main-nav { gap: 11px; }
  .main-nav a { font-size: 12px; }
  .hero-panel { width: 68%; }
  .section-grid, .automation-lead, .bo-lead, .network-layout { grid-template-columns: .9fr 1.1fr; gap: 54px; }
}

@media (max-width: 1080px) {
  :root { --nav-height: 78px; }
  .utility-contact, .main-nav { display: none; }
  .utility-inner { justify-content: center; }
  body.menu-open .site-header { position: fixed; top: 0; left: 0; right: 0; }
  .menu-toggle { display: block; }
  .main-nav.is-open { position: fixed; z-index: 80; display: flex; flex-direction: column; align-items: stretch; gap: 0; left: 0; right: 0; bottom: 0; padding: 18px var(--gutter); background: var(--forest-deep); }
  .main-nav.is-open a { padding: 18px 0; font-family: var(--display); font-size: 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .main-nav.is-open .nav-quote { margin-top: 18px; padding: 18px; font-family: var(--sans); font-size: 13px; text-align: center; border-bottom: 0; }
  .main-nav.is-open a::after { display: none; }
  .hero { min-height: 840px; }
  .hero-panel { width: 76%; }
  .section-grid, .automation-lead, .bo-lead, .network-layout, .footer-main, .page-hero, .editorial-grid, .feature-story, .unifi-layout { grid-template-columns: 1fr; }
  .cinema-section .section-grid { grid-template-columns: 1fr; gap: 54px; }
  .cinema-section .section-copy { padding-right: 0; }
  .cinema-section .cinema-media { margin-left: 0; }
  .cinema-section .cinema-media::after { display: none; }
  .cinema-media, .automation-media, .bo-media { height: 560px; }
  .network-visual { margin-top: 30px; }
  .footer-actions { justify-content: flex-start; }
  .page-hero figure { min-height: 500px; }
  .bo-product, .bo-product.reverse { grid-template-columns: 1fr; }
  .bo-product.reverse figure { order: 0; }
  .simple-hero-grid, .about-profile, .contact-layout, .portfolio-intro { grid-template-columns: 1fr; }
  .value-rail { grid-template-columns: 1fr; }
  .value-rail article + article { border-left: 0; border-top: 1px solid rgba(244,240,231,.24); }
  .insights-grid { grid-template-columns: 1fr 1fr; }
  .legacy-grid { grid-template-columns: 1fr 1fr; }
  .legacy-portfolio-live .portfolio-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .utility-nav { gap: 18px; font-size: 12px; }
  .brand-lockup { min-width: 0; }
  .brand-lockup > img { width: 48px; height: 48px; margin-right: 11px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { max-width: 210px; font-size: 6.8px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding-top: 56vh; }
  .hero-carousel { height: 56vh; bottom: auto; }
  .hero-panel { width: 100%; min-height: 610px; background: var(--black); }
  .hero-copy { max-width: none; padding: 58px var(--gutter) 34px; }
  .location-line { margin-bottom: 28px; font-size: 11px; }
  h1 { font-size: clamp(58px, 18vw, 84px); }
  .hero-intro { margin-top: 34px; font-size: 20px; }
  .button-row, .footer-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section { padding: 90px 0; }
  .section-copy h2 { font-size: clamp(58px, 17vw, 82px); }
  .cinema-media, .automation-media, .bo-media { height: 420px; margin-top: 20px; }
  .brand-columns, .product-rail { grid-template-columns: 1fr; }
  .brand-columns article + article, .product-rail a + a { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .brand-columns article { padding: 32px 0; }
  .product-rail a { padding: 28px 0; }
  .principles { align-items: flex-start; gap: 28px; }
  .principles p { display: grid; gap: 4px; }
  .principles i { display: none; }
  .coverage-map { height: 240px; }
  .footer-bottom { flex-direction: column; gap: 20px; }
  .footer-bottom nav { flex-wrap: wrap; }
  .page-hero { display: flex; flex-direction: column; min-height: 0; }
  .page-hero-copy { padding: 76px var(--gutter); }
  .page-hero h1 { font-size: clamp(58px, 18vw, 80px); }
  .page-hero figure { min-height: 0; height: 420px; }
  .page-hero figure img { height: 420px; }
  .list-rail article { grid-template-columns: 48px 1fr; }
  .split-brand-band { grid-template-columns: 1fr; }
  .split-brand-band article + article { border-left: 0; border-top: 1px solid var(--line-light); }
  .portal-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .portal-metrics { grid-template-columns: 1fr; }
  .portal-metrics span { display: grid; grid-template-columns: 60px 1fr; align-items: center; }
  .portal-metrics b { margin: 0; font-size: 34px; }
  .bo-product { min-height: 0; }
  .bo-product figure { min-height: 420px; }
  .simple-hero { padding: 74px 0; }
  .simple-hero h1 { font-size: clamp(62px, 18vw, 82px); }
  .insights-grid, .legacy-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 360px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-field.full, .form-actions { grid-column: 1; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .portfolio-filters button { flex: 1 1 50%; border-bottom: 1px solid var(--line-light); }
  .legacy-project figure { height: 235px; }
  .legacy-portfolio-live .portfolio-projects { grid-template-columns: 1fr; }
}

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