/*
Theme Name: Orious
Theme URI: https://orious.com.au/
Author: Orious
Author URI: https://orious.com.au/
Description: Custom WordPress theme for Orious Civil and Construction.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: orious
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root {
  --black: #050505;
  --charcoal: #121212;
  --paper: #f4f1eb;
  --white: #ffffff;
  --red: #d00000;
  --blue: #005b86;
  --gold: #b3883e;
  --muted: #6e6b66;
  --line: rgba(5, 5, 5, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 86px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header {
  align-items: center;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, 0.91);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 86px;
  padding: 0 max(32px, calc((100vw - 1320px) / 2));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.brand { width: 188px; }
.brand img { width: 100%; height: auto; }

.desktop-nav { display: flex; gap: 26px; }
.desktop-nav a {
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.desktop-nav a:hover { color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { color: rgba(255,255,255,.74); cursor: pointer; font-size: 14px; font-weight: 500; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { color: var(--red); content: " +"; }
.nav-dropdown div { background: var(--black); border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; left: -18px; min-width: 170px; padding: 12px; position: absolute; top: 31px; }
.nav-dropdown div a { padding: 10px 8px; white-space: nowrap; }

.header-cta {
  align-items: center;
  color: white;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 14px;
  justify-self: end;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.header-cta span { color: var(--red); font-size: 21px; transition: transform .2s ease; }
.header-cta:hover span { transform: translate(3px, -3px); }
.mobile-menu { display: none; }

.hero {
  background: var(--black);
  color: white;
  min-height: 860px;
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}

.hero-media {
  background-image: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.88) 39%, rgba(5,5,5,.18) 72%, rgba(5,5,5,.22) 100%), url('/wp-content/themes/orious/assets/hero-aerial.webp');
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-grid {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  inset: 0;
  mask-image: linear-gradient(90deg, #000 0%, transparent 62%);
  position: absolute;
}

.hero::after {
  background: var(--red);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 86px;
  width: 14vw;
}

.hero-inner {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 690px;
  padding-bottom: 78px;
  position: relative;
  z-index: 2;
}

.hero-copy { max-width: 810px; }
.eyebrow {
  align-items: center;
  color: var(--red);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: .19em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.eyebrow span { background: currentColor; display: inline-block; height: 2px; width: 30px; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow.light span { background: var(--red); }

.hero h1 {
  font-size: clamp(56px, 6vw, 90px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .86;
  margin: 0;
  text-transform: uppercase;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lede {
  color: rgba(255,255,255,.75);
  font-size: 21px;
  line-height: 1.55;
  margin: 40px 0 0;
  max-width: 650px;
}
.hero-actions { align-items: center; display: flex; gap: 34px; margin-top: 40px; }
.button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 40px;
  justify-content: space-between;
  letter-spacing: .08em;
  min-width: 242px;
  padding: 18px 20px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #eb0000; }
.button span { font-size: 20px; }
.text-link {
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.text-link span { color: var(--red); margin-left: 10px; }

.hero-proof {
  align-self: end;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(5,5,5,.82);
  border: 1px solid rgba(255,255,255,.3);
  border-top: 4px solid var(--red);
  box-shadow: 0 24px 65px rgba(0,0,0,.36);
}
.hero-proof div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; gap: 18px; grid-template-columns: 82px 1fr; padding: 21px 20px; }
.hero-proof div:last-child { border-bottom: 0; }
.hero-proof strong { color: white; font-size: 34px; font-weight: 500; }
.hero-proof span { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 500; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }

.hero-footer {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  gap: 28px;
  height: 84px;
  position: relative;
  z-index: 2;
}
.hero-footer p { color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.hero-footer i { background: var(--red); border-radius: 50%; height: 4px; width: 4px; }

.about { background: var(--paper); }
.home-intro, .purpose-story, .answer-section { background: var(--paper); }
.home-intro { padding-block: 72px; }
.home-paths { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.home-paths > a { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 230px; padding: 28px; position: relative; transition: background .25s ease, color .25s ease; }
.home-paths > a:hover { background: var(--black); color: white; }
.home-paths > a > span:first-child { color: var(--red); font-size: 12px; font-weight: 500; letter-spacing: .14em; }
.home-paths h2 { font-size: 31px; font-weight: 500; margin: 70px 0 10px; text-transform: uppercase; }
.home-paths p { color: var(--muted); font-size: 15px; margin: 0; }
.home-paths > a:hover p { color: rgba(255,255,255,.62); }
.home-paths > a > span:last-child { bottom: 24px; color: var(--red); font-size: 22px; position: absolute; right: 26px; }
.split-intro { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.section-link { margin-top: 38px; }
.about-grid { display: grid; gap: 70px 80px; grid-template-columns: 1fr 1fr; }
.section-heading h2 {
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
  margin: 0;
  text-transform: uppercase;
}
.about-copy { max-width: 600px; padding-top: 6px; }
.about-copy p { color: #44413d; font-size: 18px; line-height: 1.65; margin: 0 0 20px; }
.about-copy .lead { color: var(--black); font-size: 27px; font-weight: 500; line-height: 1.35; }
.inline-link { border-bottom: 1px solid var(--black); display: inline-flex; font-size: 14px; font-weight: 500; gap: 36px; letter-spacing: .08em; margin-top: 16px; padding-bottom: 6px; text-transform: uppercase; }
.inline-link span { color: var(--red); font-size: 18px; }
.about-image { margin: 0; overflow: hidden; position: relative; }
.about-image img { aspect-ratio: 16 / 9; height: 100%; object-fit: cover; width: 100%; }
.about-image figcaption { background: var(--black); bottom: 0; color: white; font-size: 12px; left: 0; letter-spacing: .12em; padding: 15px 18px; position: absolute; text-transform: uppercase; }
.purpose-card { align-items: start; background: var(--red); color: white; display: flex; flex-direction: column; justify-content: end; min-height: 100%; padding: 46px; }
.purpose-card p { font-size: 12px; letter-spacing: .16em; margin: 0 0 auto; text-transform: uppercase; }
.purpose-card h3 { font-size: 40px; font-weight: 500; letter-spacing: -.03em; line-height: 1; margin: 54px 0 20px; text-transform: uppercase; }
.purpose-card span { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.55; max-width: 480px; }

.services { background: white; }
.services-intro { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.35fr .65fr; margin-bottom: 70px; }
.services-intro > p { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 0 0 8px; max-width: 480px; }
.service-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 310px; padding: 34px; transition: background .25s ease, color .25s ease; }
.service-card:hover { background: var(--black); color: white; }
.service-top { align-items: center; display: flex; justify-content: space-between; }
.service-top span { color: var(--red); font-size: 13px; font-weight: 500; letter-spacing: .14em; }
.service-top i { background: var(--red); height: 8px; transform: rotate(45deg); width: 8px; }
.service-card h3 { font-size: 28px; font-weight: 500; line-height: 1.08; margin: 76px 0 16px; text-transform: uppercase; }
.service-card h2 { font-size: 28px; font-weight: 500; line-height: 1.08; margin: 76px 0 16px; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0; transition: color .25s ease; }
.service-card:hover p { color: rgba(255,255,255,.65); }

.management-panel { background: var(--black); color: white; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; margin-top: 48px; padding: 58px; }
.management-panel h3 { font-size: 38px; font-weight: 500; letter-spacing: -.025em; line-height: 1.15; margin: 0; max-width: 520px; text-transform: uppercase; }
.management-panel ul { display: grid; gap: 0 32px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.management-panel li { border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7); font-size: 15px; padding: 15px 0; }
.management-panel li::before { color: var(--red); content: "+"; margin-right: 12px; }

.bild-section { background: var(--black); color: white; overflow: hidden; position: relative; }
.bild-section::before {
  border: 70px solid rgba(255,255,255,.025);
  border-radius: 50%;
  content: "";
  height: 720px;
  position: absolute;
  right: -250px;
  top: -220px;
  width: 720px;
}
.bild-intro { align-items: center; display: grid; gap: 80px; grid-template-columns: 1.15fr .85fr; position: relative; z-index: 1; }
.section-heading.inverse h2 { color: white; }
.section-heading.inverse h2 em { color: var(--red); font-style: normal; }
.bild-side { align-items: center; display: grid; gap: 38px; grid-template-columns: 1fr 232px; }
.bild-side p { color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.65; margin: 0; }
.bild-logo {
  background: white;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  box-shadow: 0 24px 65px rgba(0,0,0,.34), 0 0 0 10px rgba(255,255,255,.035);
  clip-path: circle(49% at 50% 50%);
  height: auto;
  width: 232px;
}
.bild-grid { border-left: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; position: relative; z-index: 1; }
.bild-step { border-bottom: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); min-height: 360px; padding: 30px; }
.bild-marker { align-items: start; display: flex; justify-content: space-between; }
.bild-marker strong { color: var(--red); font-size: 72px; font-weight: 500; line-height: .9; }
.bild-marker span { color: rgba(255,255,255,.35); font-size: 12px; letter-spacing: .15em; }
.bild-step h3 { font-size: 27px; font-weight: 500; margin: 75px 0 16px; text-transform: uppercase; }
.bild-step p { color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.58; margin: 0; }
.bild-outcome { align-items: center; display: flex; gap: 18px; margin-top: 44px; position: relative; z-index: 1; }
.bild-outcome span { color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.bild-outcome i { background: var(--red); height: 1px; width: 28px; }
.bild-outcome strong { color: white; font-size: 13px; font-weight: 500; letter-spacing: .13em; margin-left: auto; text-transform: uppercase; }

.bild-page-hero { background: white; min-height: 720px; padding-top: 86px; }
.bild-page-hero-inner { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr minmax(360px, 560px); min-height: 634px; padding-block: 70px; }
.bild-page-copy { animation: heading-rise .75s cubic-bezier(.22,.7,.23,1) both; }
.bild-page-copy h1 { font-size: clamp(58px, 7vw, 100px); font-weight: 500; letter-spacing: -.055em; line-height: .88; margin: 0; max-width: 780px; text-transform: uppercase; }
.bild-page-copy h1 em { color: var(--red); font-style: normal; }
.bild-page-copy > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.6; margin: 34px 0 0; max-width: 620px; }
.bild-page-hero img { animation: logo-arrive .8s .12s cubic-bezier(.22,.7,.23,1) both; filter: drop-shadow(0 22px 34px rgba(5,5,5,.09)); width: 100%; }
.bild-page-steps { background: #f7f7f5; }
.bild-page-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.bild-page-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 350px; padding: 32px; }
.bild-page-grid article > div { align-items: start; display: flex; justify-content: space-between; }
.bild-page-grid strong { color: var(--red); font-size: 70px; font-weight: 500; line-height: .9; }
.bild-page-grid article > div span { color: var(--muted); font-size: 12px; letter-spacing: .14em; }
.bild-page-grid h2 { font-size: 28px; font-weight: 500; margin: 72px 0 16px; text-transform: uppercase; }
.bild-page-grid p { color: var(--muted); font-size: 15px; line-height: 1.58; margin: 0; }

.projects { background: var(--paper); }
.home-projects { padding-top: 48px; }
.home-projects .project-grid { margin-top: 0; }
.accreditations { background: var(--black); color: white; overflow: hidden; position: relative; }
.accreditations::after { border: 65px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; height: 540px; position: absolute; right: -190px; top: -220px; width: 540px; }
.accreditations-inner { align-items: end; display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; position: relative; z-index: 1; }
.accreditations-heading h2 { font-size: clamp(48px,5vw,72px); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0 0 28px; text-transform: uppercase; }
.accreditations-heading > p:last-child { color: rgba(255,255,255,.54); font-size: 16px; line-height: 1.6; margin: 0; max-width: 520px; }
.accreditation-grid { border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(3, 1fr); }
.accreditation-grid article { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); min-height: 360px; padding: 28px; }
.accreditation-grid img { height: 190px; margin: 0 auto 34px; object-fit: contain; width: 190px; }
.accreditation-grid article > div { border-top: 2px solid var(--red); display: flex; flex-direction: column; padding-top: 16px; }
.accreditation-grid span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.accreditation-grid strong { color: white; font-size: 24px; font-weight: 500; margin-top: 7px; }
.projects-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.25fr .75fr; }
.projects-heading > p { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 4px; max-width: 490px; }
.project-grid { display: grid; gap: 56px 24px; grid-template-columns: repeat(12, 1fr); margin-top: 76px; }
.project-card { grid-column: span 6; }
.project-3, .project-4, .project-5 { grid-column: span 4; }
.project-6 { grid-column: span 12; }
.project-6 .project-image img { aspect-ratio: 3 / 1; }
.project-image { background: #ddd; overflow: hidden; position: relative; }
.project-image img { aspect-ratio: 16 / 10; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-image span { background: var(--gold); bottom: 0; color: white; font-size: 11px; font-weight: 500; left: 0; letter-spacing: .12em; padding: 12px 14px; position: absolute; text-transform: uppercase; }
.project-details { border-top: 3px solid var(--black); padding-top: 18px; }
.project-details > p { color: var(--red); font-size: 11px; font-weight: 500; letter-spacing: .11em; margin: 0 0 10px; text-transform: uppercase; }
.project-details h3 { font-size: 29px; font-weight: 500; line-height: 1.1; margin: 0 0 12px; text-transform: uppercase; }
.project-details h2 { font-size: 29px; font-weight: 500; line-height: 1.1; margin: 0 0 12px; text-transform: uppercase; }
.project-details > span { color: var(--muted); display: block; font-size: 15px; line-height: 1.5; }

.client-marquee-section { background: white; overflow: hidden; padding: 100px 0 110px; }
.client-marquee-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 54px; }
.client-marquee-heading .eyebrow { margin-bottom: 8px; }
.client-marquee-heading h2 { font-size: clamp(44px,5vw,72px); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0; text-transform: uppercase; }
.client-marquee { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; }
.client-track { animation: client-roll 28s linear infinite; display: flex; width: max-content; }
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-logo { align-items: center; border-right: 1px solid var(--line); display: flex; height: 156px; justify-content: center; padding: 18px 32px; width: 340px; }
.client-logo img { height: 96px; object-fit: contain; width: 260px; }

.reasons { background: var(--black); color: white; }
.reasons-grid { display: grid; gap: 90px; grid-template-columns: .75fr 1.25fr; }
.reasons-heading { align-self: start; position: sticky; top: 40px; }
.reasons-heading h2 { font-size: clamp(48px, 5vw, 72px); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0; max-width: 500px; text-transform: uppercase; }
.cert-pill { align-items: center; border: 1px solid rgba(255,255,255,.2); display: inline-flex; gap: 20px; margin-top: 52px; padding: 16px 20px; }
.cert-pill strong { color: var(--red); font-size: 26px; font-weight: 500; }
.cert-pill span { color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.reasons-list { border-top: 1px solid rgba(255,255,255,.18); }
.reasons-list article { border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 28px; grid-template-columns: 38px 1fr; padding: 30px 0; }
.reasons-list article > span { color: var(--red); font-size: 12px; font-weight: 500; letter-spacing: .12em; padding-top: 6px; }
.reasons-list h3 { font-size: 26px; font-weight: 500; margin: 0 0 9px; text-transform: uppercase; }
.reasons-list p { color: rgba(255,255,255,.54); font-size: 15px; line-height: 1.55; margin: 0; max-width: 620px; }

.coverage { background: var(--blue); color: white; }
.coverage-inner { align-items: stretch; display: grid; grid-template-columns: .55fr repeat(4, 1fr); }
.coverage-inner > p { align-self: center; font-size: 12px; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.coverage-inner div { border-left: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; min-height: 150px; padding: 32px; }
.coverage-inner strong { font-size: 22px; font-weight: 500; line-height: 1.15; margin-top: auto; text-transform: uppercase; }
.coverage-inner span { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .15em; margin-top: 10px; }

.contact-band { background: var(--red); color: white; padding: 80px 0; }
.contact-band-inner { align-items: end; display: grid; gap: 60px; grid-template-columns: 1fr auto; }
.contact-band h2 { font-size: clamp(44px, 5vw, 72px); font-weight: 500; letter-spacing: -.04em; line-height: .96; margin: 0; max-width: 780px; text-transform: uppercase; }
.contact-band .eyebrow span { background: white; }
.contact-actions { display: flex; flex-direction: column; min-width: 320px; }
.contact-actions a { align-items: center; border-top: 1px solid rgba(255,255,255,.4); display: flex; font-size: 18px; justify-content: space-between; padding: 16px 0; }
.contact-actions a:last-child { border-bottom: 1px solid rgba(255,255,255,.4); }
.contact-actions span { font-size: 20px; }

.site-footer { background: var(--black); color: rgba(255,255,255,.54); padding: 38px 0; }

.page-hero { background: var(--black); color: white; min-height: 600px; overflow: hidden; padding-top: 86px; position: relative; }
.page-hero-media { background-position: center; background-size: cover; inset: 0; position: absolute; }
.page-hero::after { background: var(--red); content: ""; height: 5px; left: 0; position: absolute; top: 86px; width: 14vw; }
.page-hero-inner { display: flex; flex-direction: column; justify-content: end; min-height: 514px; padding-bottom: 76px; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(56px, 6vw, 88px); font-weight: 500; letter-spacing: -.05em; line-height: .92; margin: 0; max-width: 960px; text-transform: uppercase; }
.page-hero-inner > p:last-child { color: rgba(255,255,255,.74); font-size: 20px; line-height: 1.55; margin: 32px 0 0; max-width: 720px; }
.page-hero .eyebrow { animation: heading-rise .55s cubic-bezier(.22,.7,.23,1) both; }
.page-hero h1 { animation: heading-rise .72s .08s cubic-bezier(.22,.7,.23,1) both; }
.page-hero-inner > p:last-child { animation: heading-rise .72s .18s cubic-bezier(.22,.7,.23,1) both; }
.hero .eyebrow, .hero h1, .hero-lede, .hero-actions { animation: heading-rise .72s cubic-bezier(.22,.7,.23,1) both; }
.hero h1 { animation-delay: .08s; }
.hero-lede { animation-delay: .16s; }
.hero-actions { animation-delay: .24s; }

@keyframes heading-rise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
@keyframes logo-arrive { from { opacity: 0; transform: translateY(28px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes client-roll { to { transform: translateX(-50%); } }
.home-project-grid .project-card { grid-column: span 4; }
.contact-page { background: var(--paper); }
.contact-page-grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.contact-page h2 { font-size: clamp(48px,5vw,72px); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0 0 28px; text-transform: uppercase; }
.contact-page p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 520px; }
.contact-cards { border-top: 1px solid var(--line); }
.contact-cards a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 150px 1fr auto; padding: 30px 0; }
.contact-cards a > span:first-child { color: var(--red); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { font-size: 24px; font-weight: 500; }
.contact-cards a > span:last-child { color: var(--red); font-size: 22px; }
.social-profiles { background: var(--black); color: white; }
.social-profiles-grid { align-items: end; display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.social-profiles h2 { font-size: clamp(48px,5vw,72px); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0 0 26px; text-transform: uppercase; }
.social-profiles-grid > div:first-child > p:last-child { color: rgba(255,255,255,.56); font-size: 17px; line-height: 1.6; margin: 0; max-width: 470px; }
.social-profile-cards { border-top: 1px solid rgba(255,255,255,.2); }
.social-profile-cards > a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; gap: 24px; grid-template-columns: 70px 1fr auto; min-height: 118px; padding: 20px 0; transition: color .2s ease, padding .2s ease; }
.social-profile-cards > a:hover { color: var(--red); padding-left: 10px; }
.social-profile-icon { align-items: center; background: var(--red); border: 1px solid var(--red); color: white; display: flex; height: 58px; justify-content: center; position: relative; width: 58px; }
.social-profile-icon::after { background: white; content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 18px; }
.social-profile-icon .linkedin-mark { font-size: 24px; }
.social-profile-icon .instagram-mark { height: 24px; width: 24px; }
.social-profile-icon .instagram-mark::before { height: 9px; left: 5px; top: 5px; width: 9px; }
.social-profile-copy { display: flex; flex-direction: column; gap: 6px; }
.social-profile-copy small { color: rgba(255,255,255,.46); font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.social-profile-copy strong { color: white; font-size: 26px; font-weight: 500; }
.social-profile-cards > a > span:last-child { color: var(--red); font-size: 24px; }
.footer-inner { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr auto auto auto; }
.footer-inner img { width: 190px; }
.footer-inner p { font-size: 12px; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.footer-copy { justify-self: end; }
.social-links { display: flex; gap: 10px; }
.social-links a {
  align-items: center;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.24);
  color: white;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  width: 44px;
}
.social-links a::after { background: var(--red); content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 14px; }
.social-links a:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.social-links a:hover::after { background: white; }
.linkedin-mark { font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.instagram-mark { border: 2px solid currentColor; border-radius: 6px; height: 19px; position: relative; width: 19px; }
.instagram-mark::before { border: 2px solid currentColor; border-radius: 50%; content: ""; height: 7px; left: 4px; position: absolute; top: 4px; width: 7px; }
.instagram-mark::after { background: currentColor; border-radius: 50%; content: ""; height: 3px; position: absolute; right: 2px; top: 2px; width: 3px; }

@media (max-width: 980px) {
  html { scroll-padding-top: 76px; }
  .shell { width: min(100% - 40px, 760px); }
  .section { padding: 88px 0; }
  .site-header { grid-template-columns: 1fr auto; height: 76px; padding: 0 20px; }
  .brand { width: 164px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { cursor: pointer; display: flex; flex-direction: column; gap: 7px; list-style: none; padding: 10px 0 10px 14px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: white; display: block; height: 2px; width: 28px; }
  .mobile-menu nav { background: var(--black); border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; min-width: 190px; padding: 14px; position: absolute; right: 0; top: 48px; }
  .mobile-menu nav a { color: white; font-size: 14px; letter-spacing: .1em; padding: 12px; text-transform: uppercase; }
  .hero { min-height: 820px; padding-top: 76px; }
  .hero::after { top: 76px; }
  .hero-media { background-image: linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.42)), url('/wp-content/themes/orious/assets/hero-aerial.webp'); }
  .hero-inner { grid-template-columns: 1fr; min-height: 650px; padding-bottom: 38px; padding-top: 80px; }
  .hero-copy { align-self: center; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); }
  .hero-proof div { border-bottom: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); grid-template-columns: 1fr; padding: 16px; }
  .hero-proof strong { font-size: 26px; }
  .hero-footer { height: 70px; }
  .about-grid { gap: 48px; }
  .split-intro, .contact-page-grid, .social-profiles-grid { gap: 48px; grid-template-columns: 1fr; }
  .about-image, .purpose-card { grid-column: 1 / -1; }
  .purpose-card { min-height: 340px; }
  .services-intro { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .management-panel { grid-template-columns: 1fr; padding: 44px; }
  .bild-intro, .projects-heading { grid-template-columns: 1fr; }
  .accreditations-inner { gap: 52px; grid-template-columns: 1fr; }
  .bild-side { grid-template-columns: 1fr 250px; }
  .bild-logo { width: 250px; }
  .bild-grid { grid-template-columns: repeat(2, 1fr); }
  .bild-page-hero { padding-top: 76px; }
  .bild-page-hero-inner { gap: 48px; grid-template-columns: 1fr .7fr; min-height: 600px; }
  .bild-page-grid { grid-template-columns: repeat(2, 1fr); }
  .project-3, .project-4, .project-5 { grid-column: span 6; }
  .project-6 { grid-column: span 6; }
  .project-6 .project-image img { aspect-ratio: 16 / 10; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reasons-heading { position: static; }
  .coverage-inner { grid-template-columns: repeat(2, 1fr); }
  .coverage-inner > p { display: none; }
  .contact-band-inner { align-items: start; grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-abn { display: none; }
  .footer-copy { grid-column: 1 / -1; justify-self: start; }
  .page-hero { min-height: 540px; padding-top: 76px; }
  .page-hero::after { top: 76px; }
  .page-hero-inner { min-height: 464px; padding-bottom: 58px; }
  .home-project-grid .project-card { grid-column: span 6; }
  .home-paths { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 70px 0; }
  .site-header { height: 72px; padding: 0 16px; }
  .brand { width: 150px; }
  .mobile-menu summary { min-height: 44px; min-width: 44px; }
  .mobile-menu nav { max-height: calc(100vh - 72px); overflow-y: auto; top: 46px; }
  .hero { min-height: 0; padding-top: 72px; }
  .hero::after { top: 72px; width: 34vw; }
  .hero-inner { min-height: 0; padding-bottom: 42px; padding-top: 72px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 60px); }
  .hero-lede { font-size: 17px; margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .button { min-height: 52px; width: 100%; }
  .text-link { min-height: 44px; padding-top: 10px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
  .hero-proof div { border-left: 1px solid rgba(255,255,255,.18); gap: 9px; padding: 15px 9px; }
  .hero-proof div:first-child { border-left: 0; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { font-size: 9px; letter-spacing: .07em; }
  .hero-footer { flex-wrap: wrap; gap: 10px 18px; height: auto; justify-content: flex-start; padding: 20px 0; }
  .hero-footer p { font-size: 9px; letter-spacing: .11em; }
  .hero-footer i { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .split-intro { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 48px; }
  .bild-heading h2 { font-size: 46px; }
  .about-copy .lead { font-size: 23px; }
  .about-image img { aspect-ratio: 4 / 3; }
  .purpose-card { min-height: 330px; padding: 32px; }
  .purpose-card h3 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; padding: 28px; }
  .service-card h3 { margin-top: 58px; }
  .management-panel { gap: 36px; margin-left: -16px; margin-right: -16px; padding: 36px 24px; }
  .management-panel h3 { font-size: 32px; }
  .management-panel ul { grid-template-columns: 1fr; }
  .bild-intro { gap: 44px; }
  .bild-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .bild-side { gap: 32px; grid-template-columns: 1fr; }
  .bild-logo { justify-self: center; width: 220px; }
  .bild-step { min-height: 310px; }
  .bild-page-hero { min-height: 0; padding-top: 72px; }
  .bild-page-hero-inner { gap: 38px; grid-template-columns: 1fr; min-height: 0; padding-block: 72px 56px; }
  .bild-page-copy h1 { font-size: clamp(48px, 14vw, 66px); }
  .bild-page-hero img { justify-self: center; width: min(100%, 390px); }
  .bild-page-grid { grid-template-columns: 1fr; }
  .bild-page-grid article { min-height: 300px; }
  .client-marquee-section { padding: 72px 0 80px; }
  .client-marquee-heading { align-items: start; flex-direction: column; gap: 18px; }
  .client-logo { height: 136px; padding-inline: 22px; width: 280px; }
  .client-logo img { width: 235px; }
  .bild-outcome { flex-wrap: wrap; }
  .bild-outcome strong { flex-basis: 100%; margin: 12px 0 0; }
  .project-grid { gap: 48px; margin-top: 52px; }
  .project-card, .project-3, .project-4, .project-5, .project-6 { grid-column: 1 / -1; }
  .project-image img, .project-6 .project-image img { aspect-ratio: 4 / 3; }
  .project-details h3 { font-size: 26px; }
  .project-details h2 { font-size: 26px; }
  .accreditation-grid { grid-template-columns: 1fr; }
  .accreditation-grid article { align-items: center; display: grid; gap: 28px; grid-template-columns: 130px 1fr; min-height: 0; padding: 24px; }
  .accreditation-grid img { height: 125px; margin: 0; width: 125px; }
  .reasons-list article { grid-template-columns: 30px 1fr; }
  .coverage-inner { grid-template-columns: 1fr; }
  .coverage-inner div { border-bottom: 1px solid rgba(255,255,255,.24); border-left: 0; min-height: 120px; padding: 26px 0; }
  .contact-band { padding: 68px 0; }
  .contact-band h2 { font-size: 42px; }
  .contact-actions { min-width: 0; width: 100%; }
  .contact-actions a { min-height: 54px; }
  .footer-inner { gap: 22px; grid-template-columns: 1fr; }
  .social-links { justify-self: start; }
  .page-hero { min-height: 500px; padding-top: 72px; }
  .page-hero::after { top: 72px; width: 34vw; }
  .page-hero-inner { min-height: 428px; padding-bottom: 48px; }
  .page-hero h1 { font-size: clamp(44px, 12vw, 58px); }
  .page-hero-inner > p:last-child { font-size: 17px; }
  .home-project-grid .project-card { grid-column: 1 / -1; }
  .contact-cards a { gap: 10px; grid-template-columns: 1fr auto; }
  .contact-cards a > span:first-child { grid-column: 1 / -1; }
  .contact-cards strong { font-size: 19px; }
  .social-profile-cards > a { gap: 16px; grid-template-columns: 58px 1fr auto; }
  .social-profile-icon { height: 50px; width: 50px; }
  .social-profile-copy strong { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/*
Theme Name: Orious Civil & Construction
Theme URI: https://orious.com.au
Author: Orious
Description: Custom Orious multi-page corporate website theme.
Version: 1.0.0
Text Domain: orious
*/
