/*
Theme Name: L&N Services Expert
Theme URI: https://www.landnexpert.com.au/
Author: L&N Services Expert
Description: Custom responsive WordPress theme for L&N Services Expert, including electrical, data, security, automation, digital antenna, solar repair and ventilation service pages.
Version: 1.0.3
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: ln-services-expert
*/

/* Fallback protection if the retired builder prints its credit outside the
   normal WordPress footer hook. */
.nicepage-container,
.u-backlink {
    display: none !important;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/fonts/barlow-condensed-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("assets/fonts/barlow-condensed-latin-800-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("assets/fonts/barlow-condensed-latin-900-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("assets/fonts/manrope-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("assets/fonts/manrope-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("assets/fonts/manrope-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/fonts/manrope-latin-700-normal.woff2") format("woff2");
}

:root {
  --ink: #071116;
  --ink-soft: #0e1a20;
  --ink-2: #14232b;
  --paper: #efefec;
  --white: #f7f7f4;
  --muted: #c3c9cc;
  --slate: #637f90;
  --tan: #c8a57d;
  --tan-dark: #ae875d;
  --line-light: rgba(247, 247, 244, 0.32);
  --line-dark: rgba(7, 17, 22, 0.2);
  --gutter: clamp(24px, 5.9vw, 88px);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
.lnse-icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.skip-link { position: fixed; z-index: 100000; top: 8px; left: 8px; padding: 12px 16px; background: var(--white); color: var(--ink); text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.lnse-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 0 0 7px; padding: 10px 12px; border-left: 4px solid #a94442; background: #fff2f1; color: #7b2522; font-size: 12px; }
.form-success .form-reset { grid-column: 2; justify-self: start; padding: 0; border-bottom: 1px solid currentColor; color: var(--ink); cursor: pointer; font-weight: 700; text-decoration: none; }
.antenna-hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.admin-bar .mobile-menu { top: calc(112px + 32px); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--tan); color: var(--ink); }
:focus-visible { outline: 3px solid var(--tan); outline-offset: 4px; }

.utility-bar { height: 30px; background: #14232b; border-bottom: 1px solid rgba(255,255,255,.12); color: #e3e7e8; }
.utility-inner { width: 100%; max-width: 1600px; height: 100%; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 14px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner span, .utility-inner a { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.utility-inner a { margin-left: auto; text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.utility-inner i { width: 1px; height: 14px; background: rgba(255,255,255,.55); }
.utility-inner b { font-size: 9px; color: var(--tan); }

.site-header { height: 58px; max-width: 1600px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--ink); border-bottom: 1px solid var(--line-light); position: relative; z-index: 50; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; text-transform: uppercase; color: var(--white); }
.brand-ln { font-family: var(--display); font-size: 29px; font-weight: 800; line-height: .8; letter-spacing: -.035em; }
.brand-divider { width: 1px; height: 34px; margin: 0 15px; background: rgba(255,255,255,.65); }
.brand-services { font-size: 9px; font-weight: 700; line-height: 1.32; letter-spacing: .24em; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: clamp(32px, 4.5vw, 68px); }
.desktop-nav > a, .desktop-services-toggle, .footer-nav a { position: relative; padding: 10px 0; text-decoration: none; text-transform: uppercase; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.desktop-nav > a::after, .desktop-services-toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--tan); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after, .desktop-services-toggle:hover::after, .desktop-services-toggle.is-active::after, .desktop-services.is-open .desktop-services-toggle::after { right: 0; }
.desktop-services { height: 100%; position: relative; display: flex; align-items: center; }
.desktop-services-toggle { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.desktop-services-toggle svg { transition: transform .2s ease; }
.desktop-services.is-open .desktop-services-toggle svg { transform: rotate(180deg); }
.services-dropdown { width: 310px; position: absolute; z-index: 75; top: 100%; left: -24px; border: 1px solid var(--line-light); border-top-color: var(--tan); background: var(--ink-soft); box-shadow: 0 24px 50px rgba(0,0,0,.34); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.desktop-services.is-open .services-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.services-dropdown a { min-height: 49px; padding: 0 20px; display: grid; grid-template-columns: 38px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; transition: background .16s ease, color .16s ease; }
.services-dropdown a:last-child { border-bottom: 0; }
.services-dropdown a:hover, .services-dropdown a:focus-visible, .services-dropdown a[aria-current="page"] { background: var(--white); color: var(--ink); outline-offset: -3px; }
.services-dropdown a:not(.services-overview-link) > span { color: #7895a5; font-family: var(--display); font-size: 19px; font-weight: 700; }
.services-dropdown strong { font-family: var(--display); font-size: 18px; line-height: 1; }
.services-dropdown .services-overview-link { min-height: 52px; grid-template-columns: 1fr auto; background: rgba(200,165,125,.12); }
.services-overview-link span { font-family: var(--display); font-size: 18px; font-weight: 800; }
.services-overview-link small { color: var(--tan); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.services-overview-link:hover small, .services-overview-link:focus-visible small, .services-overview-link[aria-current="page"] small { color: var(--tan-dark); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line-light); background: transparent; color: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu { display: none; }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 18px; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .24em; line-height: 1.2; text-transform: uppercase; }
.eyebrow i { display: block; width: 52px; height: 2px; background: var(--tan); }
.eyebrow.dark { color: var(--ink); }
.eyebrow.dark i { background: var(--ink); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: var(--display); text-transform: none; }

.home-hero { max-width: 1600px; min-height: 399px; margin: 0 auto; display: grid; grid-template-columns: 52% 48%; background: var(--ink); border-bottom: 1px solid var(--line-light); }
.home-hero-copy { padding: 36px clamp(20px, 2.4vw, 38px) 34px var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.home-hero-copy h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 5.3vw, 80px); font-weight: 800; line-height: .95; letter-spacing: -.025em; }
.hero-intro { max-width: 650px; margin: 18px 0 0; color: #d2d7d8; font-size: clamp(14px, 1.35vw, 20px); line-height: 1.46; }
.hero-actions { display: flex; gap: 16px; margin-top: 22px; }
.button { min-height: 49px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; background: transparent; text-decoration: none; text-transform: uppercase; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .035em; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-tan { background: var(--tan); color: var(--ink); border-color: var(--tan); }
.button-tan:hover { background: #dab98f; border-color: #dab98f; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.72); }
.button-outline:hover { background: var(--white); color: var(--ink); }

.home-hero-media { min-width: 0; display: grid; grid-template-columns: 31% 31% 38%; background: #0a1114; overflow: hidden; }
.media-slice { min-width: 0; height: 100%; margin: 0; position: relative; overflow: hidden; border-left: 1px solid rgba(255,255,255,.5); }
.media-slice img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.05); transition: transform .55s ease; }
.media-slice:hover img { transform: scale(1.025); }
.media-electrical img { object-position: 0% center; }
.media-data img { object-position: 100% center; }
.media-security img { object-position: 52% center; }
.media-security::after { content: ""; position: absolute; inset: 0; background: rgba(4, 9, 12, .28); pointer-events: none; }
.media-security figcaption { position: absolute; z-index: 1; right: 22px; bottom: 42px; color: #dce3e5; font-size: 10px; font-weight: 600; line-height: 2.45; letter-spacing: .25em; text-transform: uppercase; }
.media-security figcaption span { display: block; width: 38px; height: 2px; margin-top: 11px; background: var(--tan); }

.proof-strip { max-width: 1600px; min-height: 54px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--ink-soft); border-bottom: 1px solid var(--line-light); }
.proof-strip div { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 20px; border-right: 1px solid rgba(255,255,255,.65); color: var(--white); }
.proof-strip div:first-child { justify-content: flex-start; }
.proof-strip div:last-child { justify-content: flex-end; border-right: 0; }
.proof-strip span { font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.home-services { max-width: 1600px; margin: 0 auto; padding: 23px var(--gutter) 28px; background: var(--ink); }
.home-services h2 { margin: 0 0 14px; font-size: clamp(40px, 4.15vw, 64px); font-weight: 800; line-height: .95; letter-spacing: -.02em; }
.service-rows { border-top: 1px solid rgba(255,255,255,.58); }
.service-row { min-height: 68px; display: grid; grid-template-columns: 105px minmax(210px, .95fr) minmax(300px, 1.45fr) 32px; align-items: center; column-gap: 22px; border-bottom: 1px solid rgba(255,255,255,.58); text-decoration: none; transition: background .2s ease, color .2s ease, padding .2s ease; }
.service-row:hover, .service-row:focus-visible { padding-left: 15px; padding-right: 15px; background: var(--white); color: var(--ink); outline-offset: 0; }
.service-number { color: #7190a3; font-family: var(--display); font-size: 45px; font-weight: 700; line-height: 1; letter-spacing: .015em; }
.service-row h3 { margin: 0; padding-left: 27px; border-left: 1px solid rgba(255,255,255,.7); font-size: 25px; font-weight: 800; line-height: 1; }
.service-row:hover h3, .service-row:focus-visible h3 { border-color: rgba(7,17,22,.35); }
.service-row p { max-width: 560px; margin: 0; color: #d0d5d7; font-size: 11px; line-height: 1.45; }
.service-row:hover p, .service-row:focus-visible p { color: #425059; }
.service-row > svg { justify-self: end; }

.why-process { max-width: 1600px; min-height: 225px; margin: 0 auto; display: grid; grid-template-columns: 43% 57%; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.why-panel { padding: 24px var(--gutter) 22px; background: var(--slate); border-right: 1px solid rgba(255,255,255,.7); }
.why-panel h2 { margin: 0; font-size: clamp(37px, 4vw, 61px); font-weight: 800; line-height: .92; letter-spacing: -.02em; }
.why-panel > p:last-child { max-width: 500px; margin: 12px 0 0; color: #edf1f1; font-size: 12px; line-height: 1.5; }
.process-panel { padding: 24px clamp(28px, 4.2vw, 64px) 20px; background: var(--ink-soft); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-number { display: flex; align-items: center; justify-content: space-between; color: #7592a2; }
.process-number span { font-family: var(--display); font-size: 45px; font-weight: 700; line-height: 1; }
.process-number svg { color: var(--white); }
.process-grid article:last-child .process-number { justify-content: flex-start; }
.process-grid h3 { max-width: 190px; margin: 8px 0 6px; font-size: 19px; font-weight: 800; line-height: 1.04; }
.process-grid p { max-width: 210px; margin: 0; color: #d1d6d8; font-size: 11px; line-height: 1.45; }

.recent-work { max-width: 1600px; min-height: 151px; margin: 0 auto; padding: 15px var(--gutter); display: grid; grid-template-columns: 195px 1fr; align-items: stretch; gap: 24px; background: var(--ink); }
.recent-intro { padding: 9px 10px 8px 0; }
.recent-intro > p:last-child { max-width: 170px; margin: 18px 0 0; color: #e1e4e4; font-size: 11px; line-height: 1.45; }
.recent-grid { min-width: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work-image { min-width: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.work-image:hover img { transform: scale(1.035); filter: brightness(1.08); }

.enquiry-section { max-width: 1600px; min-height: 265px; margin: 0 auto; padding: 25px var(--gutter) 23px; display: grid; grid-template-columns: 36% 64%; gap: 40px; background: var(--paper); color: var(--ink); }
.enquiry-copy h2 { margin: 0; font-size: clamp(44px, 4.4vw, 68px); font-weight: 900; line-height: .9; letter-spacing: -.035em; }
.enquiry-copy > p:last-child { margin: 16px 0 0; font-size: 12px; }
.quote-form { align-self: center; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.quote-form label { display: block; min-width: 0; }
.quote-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #c5c7c7; border-radius: 0; background: rgba(255,255,255,.72); color: var(--ink); font-size: 13px; outline: none; transition: border .2s ease, background .2s ease; }
.quote-form input, .quote-form select { height: 30px; padding: 0 11px; }
.quote-form textarea { height: 55px; min-height: 55px; padding: 8px 11px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--tan-dark); background: white; box-shadow: 0 0 0 2px rgba(200,165,125,.25); }
.form-wide { grid-column: 1 / -1; }
.form-submit { min-height: 40px; margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--tan); background: var(--tan); color: var(--ink); font-family: var(--display); font-size: 15px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.form-submit:hover { background: #d7b68c; transform: translateY(-1px); }
.form-success { min-height: 220px; align-self: center; padding: 34px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 22px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.6); color: var(--ink); }
.form-success strong { display: block; font-family: var(--display); font-size: 28px; line-height: 1; }
.form-success p { margin: 10px 0 0; line-height: 1.55; }
.form-success button { grid-column: 2; justify-self: start; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); cursor: pointer; font-weight: 700; }

.site-footer { min-height: 90px; max-width: 1600px; margin: 0 auto; padding: 19px var(--gutter); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; background: var(--ink); border-top: 1px solid var(--line-light); }
.site-footer .brand-ln { font-size: 33px; }
.site-footer .brand-divider { height: 37px; margin: 0 17px; }
.site-footer .brand-services { font-size: 10px; }
.footer-nav { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 4.2vw, 64px); }
.footer-nav a { font-size: 12px; }
.footer-meta { text-align: right; color: #d5dadb; font-size: 10px; line-height: 1.7; text-transform: uppercase; letter-spacing: .03em; }
.footer-meta p { margin: 0; }
.footer-meta div { display: flex; justify-content: flex-end; gap: 10px; }
.footer-meta a { text-decoration: none; }
.footer-meta a:hover { color: var(--tan); }

.page-hero { max-width: 1600px; min-height: 430px; margin: 0 auto; padding: 74px var(--gutter); display: flex; flex-direction: column; justify-content: center; background: var(--ink); border-bottom: 1px solid var(--line-light); }
.page-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(64px, 7.4vw, 112px); font-weight: 900; line-height: .87; letter-spacing: -.04em; }
.page-hero > p:last-child { max-width: 760px; margin: 30px 0 0; color: #c8cfd1; font-size: 18px; line-height: 1.6; }
.detail-service-list { max-width: 1600px; margin: 0 auto; padding: 0 var(--gutter) 80px; background: var(--ink); }
.detail-service { scroll-margin-top: 25px; min-height: 220px; display: grid; grid-template-columns: 130px 1.25fr 1fr; gap: 45px; align-items: start; padding: 43px 0; border-bottom: 1px solid var(--line-light); }
.detail-service > div h2 { margin: 0 0 14px; font-size: clamp(39px, 4vw, 60px); font-weight: 800; line-height: .95; }
.detail-service > div p { max-width: 640px; margin: 0; color: #c9d0d2; line-height: 1.65; }
.detail-service ul { margin: 8px 0 0; padding: 0; list-style: none; }
.detail-service li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.detail-service li::before { content: "+"; margin-right: 14px; color: var(--tan); font-weight: 700; }
.detail-service-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 11px; color: var(--tan); font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.detail-service-link:hover { color: var(--white); }
.page-cta { max-width: 1600px; min-height: 250px; margin: 0 auto; padding: 45px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--slate); }
.page-cta h2 { max-width: 800px; margin: 0; font-size: clamp(46px, 5.1vw, 76px); font-weight: 800; line-height: .9; }
.page-cta .button { flex: 0 0 auto; }
.about-story { max-width: 1600px; margin: 0 auto; padding: 100px var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: var(--paper); color: var(--ink); }
.about-story h2, .work-note h2, .contact-details h2 { margin: 0; font-size: clamp(50px, 5.6vw, 84px); font-weight: 900; line-height: .91; letter-spacing: -.035em; }
.story-copy .lead { margin-top: 0; font-family: var(--display); font-size: 31px; font-weight: 700; line-height: 1.15; }
.story-copy p:not(.lead) { color: #465159; line-height: 1.75; }
.about-process { max-width: 1600px; margin: 0 auto; padding: 65px var(--gutter) 85px; background: var(--ink-soft); }
.about-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.about-process-grid article { padding: 30px; border: 1px solid var(--line-light); }
.about-process-grid span { color: #7693a4; font-family: var(--display); font-size: 58px; font-weight: 700; }
.about-process-grid h3 { margin: 28px 0 12px; font-size: 30px; line-height: 1; }
.about-process-grid p { margin: 0; color: #c8cfd1; line-height: 1.6; }
.work-gallery { max-width: 1600px; margin: 0 auto; padding: 60px var(--gutter) 100px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: var(--ink); }
.gallery-card { margin: 0; border: 1px solid var(--line-light); }
.gallery-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.gallery-card figcaption { min-height: 115px; padding: 23px; display: flex; align-items: center; gap: 20px; }
.gallery-card figcaption span { color: #7896a6; font-family: var(--display); font-size: 32px; font-weight: 700; }
.gallery-card h2 { margin: 0; font-size: 28px; line-height: 1; }
.work-note { max-width: 1600px; margin: 0 auto; padding: 90px var(--gutter); display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 90px; background: var(--paper); color: var(--ink); }
.work-note .eyebrow { grid-column: 1 / -1; }
.work-note > p:last-child { max-width: 640px; margin: 10px 0 0; color: #465159; font-size: 17px; line-height: 1.7; }
.contact-page-grid { max-width: 1600px; margin: 0 auto; padding: 90px var(--gutter); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; background: var(--paper); color: var(--ink); }
.contact-details > p:not(.eyebrow) { max-width: 580px; color: #4a555b; line-height: 1.7; }
.contact-details > a { margin: 34px 0; padding: 25px 0; display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.contact-details > a span { display: flex; flex-direction: column; gap: 3px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details > a strong { font-family: var(--display); font-size: 29px; letter-spacing: .03em; }
.contact-details dl { margin: 0; }
.contact-details dl div { padding: 13px 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line-dark); }
.contact-details dt { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-details dd { margin: 0; line-height: 1.6; }
.policy-content { max-width: 1600px; min-height: 420px; margin: 0 auto; padding: 80px var(--gutter); background: var(--paper); color: var(--ink); }
.policy-content h2 { margin: 0 0 14px; font-size: 38px; }
.policy-content p { max-width: 760px; margin: 0 0 42px; color: #465159; line-height: 1.75; }

@media (max-width: 820px) {
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-copy { min-height: 550px; }
  .home-hero-media { height: 480px; }
  .service-row { grid-template-columns: 80px minmax(170px, .85fr) minmax(220px, 1.3fr) 28px; column-gap: 16px; }
  .service-row h3 { padding-left: 20px; }
  .why-process { grid-template-columns: 1fr; }
  .why-panel { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.7); }
  .process-panel { min-height: 330px; }
  .recent-work { grid-template-columns: 190px 1fr; }
  .enquiry-section { grid-template-columns: 31% 69%; gap: 30px; }
  .site-footer { grid-template-columns: auto 1fr; }
  .footer-nav { justify-content: flex-end; }
  .footer-meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .footer-meta div { justify-content: flex-start; }
  .detail-service { grid-template-columns: 90px 1fr 1fr; }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .contact-page-grid { gap: 55px; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .utility-bar { height: 38px; }
  .utility-inner { justify-content: space-between; padding: 0 16px; font-size: 9px; }
  .utility-inner i, .utility-hours { display: none !important; }
  .utility-inner a { margin-left: 0; font-size: 10px; }
  .site-header { height: 74px; }
  .brand-ln { font-size: 32px; }
  .brand-divider { height: 34px; margin: 0 14px; }
  .brand-services { font-size: 9px; }
  .mobile-menu { position: fixed; z-index: 40; inset: 112px 0 0; padding: 28px var(--gutter) 38px; display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .mobile-menu.is-open { transform: translateX(0); visibility: visible; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav > a, .mobile-services-heading { font-size: 34px; }
  .mobile-menu nav > a, .mobile-services-heading { padding: 15px 0; display: flex; border-bottom: 1px solid var(--line-light); text-decoration: none; font-family: var(--display); font-weight: 800; line-height: 1; }
  .mobile-menu nav a[aria-current="page"] { color: var(--tan); }
  .mobile-services { border-bottom: 1px solid var(--line-light); }
  .mobile-services-heading { border-bottom: 0; }
  .mobile-services-links { padding-left: 14px; grid-template-columns: 1fr; }
  .mobile-services-links { padding-top: 2px; padding-bottom: 15px; display: grid; }
  .mobile-services-links a { min-height: 42px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); color: #d9dfe1; font-family: var(--display); font-size: 19px; font-weight: 700; line-height: 1.1; text-decoration: none; }
  .mobile-services-links a:hover, .mobile-services-links a:focus-visible { color: var(--tan); }
  .mobile-menu-footer { margin-top: 34px; padding-bottom: 8px; }
  .mobile-menu-footer .button { width: 100%; }
  .mobile-menu-footer p { margin: 18px 0 0; color: #aeb8bc; font-size: 10px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
  .home-hero-copy { min-height: auto; padding-top: 50px; padding-bottom: 48px; }
  .home-hero-copy h1 { font-size: clamp(46px, 13.5vw, 62px); }
  .hero-intro { margin-top: 24px; font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .button { width: 100%; min-height: 55px; }
  .home-hero-media { height: 340px; grid-template-columns: 32% 32% 36%; }
  .media-security figcaption { right: 10px; bottom: 20px; font-size: 7px; line-height: 2.1; letter-spacing: .18em; }
  .media-security figcaption span { width: 24px; }
  .proof-strip { padding: 0 20px; grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:first-child, .proof-strip div:last-child { min-height: 58px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .proof-strip div:last-child { border-bottom: 0; }
  .proof-strip svg { width: 23px; }
  .proof-strip span { font-size: 15px; }
  .home-services { padding-top: 45px; }
  .home-services h2 { margin-bottom: 28px; font-size: 46px; }
  .service-row { min-height: 120px; padding: 15px 0; grid-template-columns: 58px 1fr 25px; column-gap: 12px; align-content: center; }
  .service-row:hover, .service-row:focus-visible { padding-left: 10px; padding-right: 10px; }
  .service-number { grid-row: 1 / 3; align-self: start; font-size: 43px; }
  .service-row h3 { padding-left: 0; border-left: 0; font-size: 27px; }
  .service-row p { grid-column: 2 / 4; margin-top: 6px; font-size: 12px; }
  .service-row > svg { grid-column: 3; grid-row: 1; }
  .why-panel, .process-panel { padding: 38px 20px; }
  .why-panel h2 { font-size: 48px; }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-grid article { padding: 18px 0 23px; border-bottom: 1px solid var(--line-light); }
  .process-number svg { display: none; }
  .process-grid h3, .process-grid p { max-width: none; }
  .recent-work { padding: 38px 20px; grid-template-columns: 1fr; gap: 24px; }
  .recent-intro > p:last-child { max-width: 280px; margin-top: 14px; }
  .recent-grid { grid-template-columns: 1fr; }
  .work-image { height: 210px; }
  .enquiry-section { padding: 50px 20px; grid-template-columns: 1fr; gap: 38px; }
  .enquiry-copy h2 { font-size: 56px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .quote-form input, .quote-form select { height: 46px; }
  .quote-form textarea { height: 105px; min-height: 105px; }
  .form-submit { min-height: 54px; }
  .form-success { grid-template-columns: 1fr; }
  .form-success button, .form-success .form-reset { grid-column: 1; }
  .site-footer { padding: 35px 20px; grid-template-columns: 1fr; gap: 30px; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; gap: 10px 25px; }
  .footer-meta { grid-column: 1; flex-direction: column; align-items: flex-start; gap: 8px; }
  .page-hero { min-height: 390px; padding-top: 55px; padding-bottom: 55px; }
  .page-hero h1 { font-size: clamp(57px, 17vw, 79px); }
  .page-hero > p:last-child { font-size: 15px; }
  .detail-service-list { padding-bottom: 55px; }
  .detail-service { grid-template-columns: 58px 1fr; gap: 15px; padding: 30px 0; }
  .detail-service > div h2 { font-size: 39px; }
  .detail-service > div p { font-size: 14px; }
  .detail-service ul { grid-column: 2; }
  .page-cta { padding-top: 50px; padding-bottom: 50px; flex-direction: column; align-items: flex-start; }
  .page-cta h2 { font-size: 50px; }
  .about-story { padding-top: 65px; padding-bottom: 65px; grid-template-columns: 1fr; gap: 35px; }
  .about-story h2, .work-note h2, .contact-details h2 { font-size: 54px; }
  .story-copy .lead { font-size: 26px; }
  .about-process-grid { grid-template-columns: 1fr; }
  .work-gallery { padding-top: 35px; padding-bottom: 65px; grid-template-columns: 1fr; }
  .work-note { padding-top: 65px; padding-bottom: 65px; grid-template-columns: 1fr; gap: 22px; }
  .contact-page-grid { padding-top: 60px; padding-bottom: 60px; grid-template-columns: 1fr; }
  .policy-content { padding-top: 60px; padding-bottom: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Digital antenna service page */
.antenna-page .utility-bar { height: 28px; }
.antenna-page .site-header { height: 56px; }

.antenna-hero { max-width: 1600px; min-height: 550px; margin: 0 auto; display: grid; grid-template-columns: 55% 45%; background: var(--ink); border-bottom: 1px solid var(--line-light); }
.antenna-hero-copy { padding: 54px clamp(34px, 4vw, 64px) 54px var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.antenna-hero-copy h1 { max-width: 820px; margin: 0; font-size: clamp(48px, 4.6vw, 70px); font-weight: 800; line-height: .96; letter-spacing: -.02em; }
.antenna-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 25px 0 0; color: #cbd2d4; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.65; }
.antenna-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.antenna-hero-actions .button { min-width: 205px; }
.antenna-hero-media { min-width: 0; min-height: 550px; margin: 0; position: relative; overflow: hidden; border-left: 1px solid var(--line-light); background: var(--ink-soft); }
.antenna-hero-media img { object-fit: cover; object-position: 59% center; filter: saturate(.84) contrast(1.04) brightness(.88); }
.antenna-hero-media figcaption { min-height: 42px; padding: 0 18px; position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); background: rgba(7,17,22,.9); color: #e7eaeb; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.antenna-proof { max-width: 1600px; min-height: 70px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-bottom: 1px solid var(--line-light); background: var(--ink-soft); }
.antenna-proof > div, .antenna-proof > a { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.42); text-decoration: none; }
.antenna-proof > :first-child { justify-content: flex-start; }
.antenna-proof > :last-child { justify-content: flex-end; border-right: 0; }
.antenna-proof span { font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.antenna-proof svg { color: var(--tan); }
.antenna-proof a:hover span { color: var(--tan); }

.antenna-problems { max-width: 1600px; margin: 0 auto; padding: 86px var(--gutter); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); background: var(--paper); color: var(--ink); }
.antenna-section-intro h2, .antenna-services-heading h2, .antenna-process-intro h2, .antenna-faq-heading h2, .antenna-closing-cta h2 { margin: 0; font-size: clamp(45px, 4.65vw, 68px); font-weight: 800; line-height: .95; letter-spacing: -.025em; }
.antenna-section-intro > p:last-child { max-width: 590px; margin: 25px 0 0; color: #445158; font-size: 16px; line-height: 1.75; }
.antenna-problem-list { margin: 3px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.antenna-problem-list li { min-height: 67px; padding: 12px 0; display: grid; grid-template-columns: 58px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: clamp(23px, 2.1vw, 31px); font-weight: 700; line-height: 1.05; }
.antenna-problem-list span { color: var(--slate); font-size: 19px; }

.antenna-services { max-width: 1600px; margin: 0 auto; padding: 82px var(--gutter) 96px; background: var(--ink); }
.antenna-services-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: end; }
.antenna-services-heading > p { max-width: 570px; margin: 0 0 4px; color: #c8d0d2; font-size: 15px; line-height: 1.7; }
.antenna-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.antenna-service-grid article { min-height: 255px; padding: 27px 29px 30px; display: grid; grid-template-columns: 1fr auto; align-content: start; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .2s ease, color .2s ease; }
.antenna-service-grid article:hover { background: var(--paper); color: var(--ink); }
.antenna-service-icon { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(200,165,125,.7); color: var(--tan); }
.antenna-service-grid article > span { color: #7895a5; font-family: var(--display); font-size: 23px; font-weight: 700; }
.antenna-service-grid h3 { grid-column: 1 / -1; margin: 29px 0 12px; font-size: 29px; font-weight: 800; line-height: 1; }
.antenna-service-grid p { grid-column: 1 / -1; max-width: 360px; margin: 0; color: #c6ced0; font-size: 13px; line-height: 1.65; }
.antenna-service-grid article:hover p { color: #435159; }

.antenna-process { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 38% 62%; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.antenna-process-intro { padding: 63px clamp(36px, 4.3vw, 70px) 63px var(--gutter); background: var(--slate); }
.antenna-process-intro h2 { max-width: 570px; }
.antenna-process-intro > p:last-child { max-width: 470px; margin: 22px 0 0; color: #edf0f1; font-size: 14px; line-height: 1.7; }
.antenna-process-steps { padding: 61px var(--gutter) 61px clamp(34px, 4.1vw, 65px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; background: var(--ink-soft); }
.antenna-process-steps article > div { display: flex; align-items: center; justify-content: space-between; color: #7895a5; }
.antenna-process-steps article > div span { font-family: var(--display); font-size: 49px; font-weight: 700; line-height: 1; }
.antenna-process-steps article > div svg { color: var(--white); }
.antenna-process-steps article:last-child > div { justify-content: flex-start; }
.antenna-process-steps h3 { margin: 24px 0 12px; font-size: 25px; font-weight: 800; line-height: 1.04; }
.antenna-process-steps p { margin: 0; color: #c8d0d2; font-size: 13px; line-height: 1.65; }

.antenna-faq { max-width: 1600px; margin: 0 auto; padding: 86px var(--gutter) 96px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); background: var(--ink); }
.antenna-faq-heading > p:last-child { max-width: 480px; margin: 24px 0 0; color: #c8d0d2; font-size: 15px; line-height: 1.7; }
.antenna-faq-list { border-top: 1px solid var(--line-light); }
.antenna-faq-list details { border-bottom: 1px solid var(--line-light); }
.antenna-faq-list summary { min-height: 72px; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.1; }
.antenna-faq-list summary::-webkit-details-marker { display: none; }
.antenna-faq-list summary svg { flex: 0 0 auto; color: var(--tan); transition: transform .2s ease; }
.antenna-faq-list details[open] summary svg { transform: rotate(180deg); }
.antenna-faq-list details > p { max-width: 720px; margin: -2px 55px 25px 0; color: #c7cfd1; font-size: 14px; line-height: 1.7; }

.antenna-closing-cta { max-width: 1600px; min-height: 280px; margin: 0 auto; padding: 55px var(--gutter); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 65px; background: var(--slate); }
.antenna-closing-cta h2 { max-width: 840px; }
.antenna-closing-cta > div:first-child > p:last-child { max-width: 650px; margin: 20px 0 0; color: #eef1f1; line-height: 1.65; }
.antenna-cta-actions { display: flex; flex-direction: column; gap: 11px; min-width: 235px; }

@media (max-width: 1000px) {
  .antenna-hero { grid-template-columns: 58% 42%; }
  .antenna-hero-copy h1 { font-size: clamp(48px, 5.7vw, 58px); }
  .antenna-service-grid { grid-template-columns: repeat(2, 1fr); }
  .antenna-process { grid-template-columns: 1fr; }
  .antenna-process-intro { padding-right: var(--gutter); }
}

@media (max-width: 820px) {
  .antenna-hero { grid-template-columns: 1fr; }
  .antenna-hero-copy { min-height: 480px; padding-right: var(--gutter); }
  .antenna-hero-copy h1 { max-width: 700px; font-size: clamp(48px, 7.6vw, 58px); }
  .antenna-hero-media { min-height: 420px; border-top: 1px solid var(--line-light); border-left: 0; }
  .antenna-proof { grid-template-columns: 1fr; padding-top: 10px; padding-bottom: 10px; }
  .antenna-proof > div, .antenna-proof > a, .antenna-proof > :first-child, .antenna-proof > :last-child { min-height: 52px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .antenna-proof > :last-child { border-bottom: 0; }
  .antenna-problems, .antenna-faq { grid-template-columns: 1fr; gap: 48px; }
  .antenna-services-heading { grid-template-columns: 1fr; gap: 24px; }
  .antenna-closing-cta { grid-template-columns: 1fr; gap: 35px; }
  .antenna-cta-actions { min-width: 0; flex-direction: row; }
}

@media (max-width: 720px) {
  .antenna-page .utility-bar { height: 34px; }
  .antenna-page .site-header { height: 64px; }
  .antenna-page .mobile-menu { inset: 98px 0 0; }
  .admin-bar.antenna-page .mobile-menu { top: calc(98px + 46px); }
  .antenna-page .brand-ln { font-size: 28px; }
  .antenna-page .brand-divider { height: 29px; margin: 0 12px; }
  .antenna-page .brand-services { font-size: 8px; }
  .antenna-page .menu-button { width: 42px; height: 42px; }
  .antenna-hero-copy { min-height: auto; padding: 48px 20px 50px; }
  .antenna-hero-copy .eyebrow { margin-bottom: 17px; font-size: 9px; letter-spacing: .19em; }
  .antenna-hero-copy h1 { font-size: clamp(43px, 12vw, 49px); line-height: .98; letter-spacing: -.015em; }
  .antenna-hero-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 14px; line-height: 1.62; }
  .antenna-hero-actions { margin-top: 26px; flex-direction: column; }
  .antenna-hero-actions .button { width: 100%; min-width: 0; }
  .antenna-hero-media { min-height: 310px; }
  .antenna-hero-media figcaption { left: 0; right: auto; font-size: 8px; }
  .antenna-proof { padding-left: 20px; padding-right: 20px; }
  .antenna-proof span { font-size: 14px; }
  .antenna-problems, .antenna-services, .antenna-faq { padding: 62px 20px 70px; }
  .antenna-section-intro h2, .antenna-services-heading h2, .antenna-process-intro h2, .antenna-faq-heading h2, .antenna-closing-cta h2 { font-size: 46px; line-height: .96; }
  .antenna-section-intro > p:last-child { font-size: 14px; }
  .antenna-problem-list li { min-height: 62px; grid-template-columns: 48px 1fr; font-size: 24px; }
  .antenna-service-grid { grid-template-columns: 1fr; }
  .antenna-service-grid article { min-height: 225px; padding: 25px; }
  .antenna-service-grid h3 { margin-top: 25px; font-size: 28px; }
  .antenna-process-intro { padding: 58px 20px; }
  .antenna-process-steps { padding: 30px 20px 42px; grid-template-columns: 1fr; gap: 0; }
  .antenna-process-steps article { padding: 25px 0 28px; border-bottom: 1px solid var(--line-light); }
  .antenna-process-steps article:last-child { border-bottom: 0; }
  .antenna-process-steps article > div svg { display: none; }
  .antenna-process-steps h3 { margin-top: 15px; }
  .antenna-faq-list summary { min-height: 67px; font-size: 21px; }
  .antenna-faq-list details > p { margin-right: 35px; }
  .antenna-closing-cta { padding: 58px 20px; }
  .antenna-cta-actions { flex-direction: column; }
  .antenna-cta-actions .button { width: 100%; }
}
