:root {
  --navy: #021022;
  --gold: #ffb703;
  --cream: #fff6df;
  --body-font: 'Lexend', sans-serif;
  --display-font: 'Koulen', sans-serif;
  /* Inner sections keep their original 1440px composition. */
  --u: min(1px, 0.0694444444vw);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
p,
dl,
dd {
  margin: 0;
}

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

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

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
select {
  cursor: pointer;
}

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

address {
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display-font);
  font-weight: 400;
}

button {
  border: 0;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 5px;
}

.site-footer :focus-visible,
.careers-banner :focus-visible {
  outline-color: var(--navy);
}

.site-shell {
  position: relative;
  max-width: 2520px;
  margin-inline: auto;
}

.section {
  max-width: 1440px;
  margin-inline: auto;
}

@media (min-width: 1100px) {

  .hero,
  .site-footer {
    --u: min(1.75px, 0.0694444444vw);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc(42 * var(--u));
  padding: calc(12 * var(--u)) calc(55 * var(--u));
  background: var(--gold);
  color: #023047;
  border-radius: 32px;
  font-size: calc(14 * var(--u));
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  transition: background-color .2s, transform .2s;
}

.button:hover,
.job-contact:hover {
  background: #ffcb47;
  transform: translateY(-2px);
}

.button:disabled {
  opacity: .65;
  cursor: not-allowed;
}

/* Hero artwork is layered exactly as in the source frame. */
.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 2520px;
  transform: translateX(-50%);
  height: calc(100 * var(--u));
  transition: background-color .3s, box-shadow .3s, backdrop-filter .3s;
}

.site-header.is-scrolled {
  background: rgb(2 16 34 / 94%);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgb(0 0 0 / 22%);
}

:where(main > section, main > section [id]) {
  scroll-margin-top: calc(116 * var(--u));
}

.brand {
  position: absolute;
  top: calc(16 * var(--u));
  left: calc(52 * var(--u));
  width: calc(68 * var(--u));
  height: calc(69 * var(--u));
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primary-navigation {
  display: flex;
  gap: calc(13 * var(--u));
  position: absolute;
  top: calc(11 * var(--u));
  left: calc(594 * var(--u));
  font: calc(15 * var(--u)) var(--display-font);
}

.primary-navigation a {
  display: flex;
  align-items: center;
  min-height: max(44px, calc(44 * var(--u)));
}

.primary-navigation a:hover,
.primary-navigation a[aria-current] {
  color: var(--gold);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  height: calc(817 * var(--u));
  overflow: hidden;
}

.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-background {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: calc(773 * var(--u));
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(773 * var(--u));
  overflow: hidden;
}

.hero-shade::before {
  content: '';
  position: absolute;
  width: calc(1279.887 * var(--u));
  height: calc(829.968 * var(--u));
  left: calc(-290.114 * var(--u));
  top: calc(-203.067 * var(--u));
  transform: rotate(-50.97deg);
  background: rgb(2 16 34 / 93%);
}

.hero-excavator {
  position: absolute;
  top: calc(-17 * var(--u));
  left: calc(52 * var(--u));
  width: calc(1341 * var(--u));
  height: calc(807 * var(--u));
  max-width: none;
  object-fit: cover;
  filter: drop-shadow(-27px 17px 23.6px rgb(0 0 0 / 17%));
}

.hero-copy {
  position: relative;
  padding-top: calc(182 * var(--u));
  padding-left: calc(73 * var(--u));
}

.hero h1 {
  font-size: calc(70 * var(--u));
  line-height: 1.03;
  text-transform: uppercase;
}

.hero-copy p {
  margin-top: calc(31 * var(--u));
  margin-left: calc(6 * var(--u));
  width: calc(415 * var(--u));
  font-size: calc(14 * var(--u));
  line-height: 1.5;
  color: rgb(255 246 223 / 53%);
}

.hero-copy strong {
  color: rgb(255 246 223 / 76%);
}

.hero-copy .button {
  position: absolute;
  top: calc(468 * var(--u));
  left: calc(171 * var(--u));
}

/* Shared title treatment preserves the large outlined lettering. */
.section-heading {
  position: relative;
  height: calc(94 * var(--u));
  text-align: center;
}

.heading-outline {
  position: absolute;
  top: calc(-32 * var(--u));
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  color: transparent;
  -webkit-text-stroke: .55px rgb(255 246 223 / 13%);
  font: calc(128 * var(--u))/1.25 var(--display-font);
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 24%, rgb(0 0 0 / 68%) 52%, rgb(0 0 0 / 22%) 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 24%, rgb(0 0 0 / 68%) 52%, rgb(0 0 0 / 22%) 78%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.section-heading h2,
.section-heading h3 {
  position: relative;
  padding-top: calc(26 * var(--u));
  font-size: calc(48 * var(--u));
  line-height: 1.2;
  text-transform: uppercase;
}

.section-heading>p {
  position: absolute;
  top: calc(78 * var(--u));
  left: 0;
  width: 100%;
  font-size: calc(13 * var(--u));
  line-height: 1.25;
  color: rgb(255 246 223 / 33%);
}

.about {
  padding-top: calc(78 * var(--u));
  padding-bottom: calc(183 * var(--u));
}

.about-company {
  display: grid;
  grid-template-columns: calc(593 * var(--u)) calc(614 * var(--u));
  gap: calc(80 * var(--u));
  margin-top: calc(82 * var(--u));
  margin-left: calc(84 * var(--u));
  min-height: calc(385 * var(--u));
}

.company-description {
  margin-top: calc(7 * var(--u));
  font-size: calc(12 * var(--u));
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  color: white;
}

.about-image {
  width: 100%;
  height: calc(357 * var(--u));
  object-fit: cover;
}

.company-stats {
  display: grid;
  grid-template-columns: repeat(2, calc(226 * var(--u)));
  gap: calc(17 * var(--u)) calc(29 * var(--u));
  margin-top: calc(60 * var(--u));
  margin-left: calc(54 * var(--u));
}

.stat {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: calc(226 * var(--u));
  height: calc(113 * var(--u));
  padding: calc(10 * var(--u)) calc(20 * var(--u));
  border: calc(3 * var(--u)) solid var(--gold);
  background: var(--gold);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 calc(3 * var(--u)) var(--navy);
  color: var(--navy);
  overflow: hidden;
}

.stat::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(165 * var(--u));
  height: calc(165 * var(--u));
  right: calc(-26 * var(--u));
  top: calc(-30 * var(--u));
  background: center / contain no-repeat;
  opacity: .26;
  transform: rotate(-1.25deg);
}

.stat-experience::before {
  background-image: url('assets/stat-experience.png');
}

.stat-certification::before {
  background-image: url('assets/stat-certification.png');
  transform: rotate(-21.87deg);
}

.stat-projects::before {
  background-image: url('assets/stat-projects.png');
}

.stat-projects {
  grid-column: 1 / -1;
  justify-self: center;
}

.stat dt,
.stat dd {
  position: relative;
  font-family: var(--display-font);
}

.stat dt {
  font-size: calc(15 * var(--u));
  line-height: 1.13;
}

.stat dd {
  font-size: calc(48 * var(--u));
  line-height: 1;
}

.founder {
  position: relative;
  width: calc(1102 * var(--u));
  height: calc(353 * var(--u));
  margin: calc(61 * var(--u)) auto 0;
  overflow: hidden;
}

.founder-background {
  position: absolute;
  top: calc(115 * var(--u));
  left: 0;
  width: calc(1440 * var(--u));
  height: calc(238 * var(--u));
  max-width: none;
}

.founder-portrait {
  position: absolute;
  top: calc(19 * var(--u));
  left: calc(87 * var(--u));
  width: calc(279 * var(--u));
  height: calc(370 * var(--u));
  object-fit: cover;
  filter: drop-shadow(11px 3px 9.1px rgb(0 0 0 / 25%));
}

.founder-copy {
  position: absolute;
  left: calc(400 * var(--u));
  top: calc(131 * var(--u));
  width: calc(640 * var(--u));
  color: var(--navy);
}

.founder-copy .section-heading {
  width: calc(710 * var(--u));
  margin-left: calc(-17 * var(--u));
}

.founder-copy .heading-outline {
  -webkit-text-stroke-color: rgb(2 16 34 / 12%);
}

.founder-copy .section-heading>p {
  color: var(--navy);
}

.founder-description {
  margin-top: calc(27 * var(--u));
  font-weight: 300;
  font-size: calc(11 * var(--u));
  line-height: 1.28;
  color: rgb(2 16 34 / 53%);
  text-align: center;
}

.services {
  padding-bottom: calc(263 * var(--u));
}

.services-orbit {
  position: relative;
  width: calc(899 * var(--u));
  height: calc(667 * var(--u));
  margin: calc(109 * var(--u)) auto 0;
  transform: translateX(calc(-4.5 * var(--u)));
}

.service-emblem {
  position: absolute;
  left: calc(274 * var(--u));
  top: calc(189 * var(--u));
  width: calc(366 * var(--u));
  height: calc(374 * var(--u));
}

.service-card {
  position: absolute;
  width: calc(254 * var(--u));
  min-height: calc(164 * var(--u));
  text-align: center;
}

.service-home {
  left: 0;
  top: calc(189 * var(--u));
}

.service-land {
  left: calc(325 * var(--u));
  top: 0;
}

.service-contracting {
  left: calc(645 * var(--u));
  top: calc(189 * var(--u));
}

.service-equipment {
  left: calc(565 * var(--u));
  top: calc(503 * var(--u));
}

.service-materials {
  left: calc(95 * var(--u));
  top: calc(503 * var(--u));
}

.service-icon {
  display: grid;
  place-items: center;
  width: calc(79 * var(--u));
  height: calc(79 * var(--u));
  margin: 0 auto;
  background: url('assets/service-ring.svg') center / 100% 100% no-repeat;
}

.service-icon img {
  width: calc(52 * var(--u));
  height: calc(52 * var(--u));
  object-fit: contain;
}

.service-card h3 {
  margin-top: calc(9 * var(--u));
  font-size: calc(24 * var(--u));
  line-height: 1.4;
  white-space: nowrap;
}

.service-card p {
  width: 85%;
  margin: calc(7 * var(--u)) auto 0;
  font-size: calc(8 * var(--u));
  line-height: calc(13 * var(--u));
  font-weight: 200;
  color: rgb(255 246 223 / 68%);
}

.careers {
  padding-bottom: calc(218 * var(--u));
}

.careers-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(1222 * var(--u));
  height: calc(174 * var(--u));
  margin: calc(143 * var(--u)) auto 0;
  padding: 0 calc(62 * var(--u)) 0 calc(80 * var(--u));
  color: var(--navy);
  background: radial-gradient(ellipse calc(518.5 * var(--u)) calc(268 * var(--u)) at center, var(--cream), var(--gold));
}

.careers-banner>h3 {
  font-size: calc(53 * var(--u));
  line-height: calc(51 * var(--u));
  letter-spacing: -.01em;
}

.careers-helmet {
  position: absolute;
  left: calc(431 * var(--u));
  top: calc(-80 * var(--u));
  width: calc(360 * var(--u));
  height: calc(360 * var(--u));
  filter: drop-shadow(-10px 7px 39.8px rgb(0 0 0 / 22%));
}

.careers-intro {
  width: calc(378 * var(--u));
  text-align: center;
}

.careers-intro h4 {
  font-size: calc(24 * var(--u));
  line-height: 1.3;
}

.careers-intro p {
  margin-top: calc(9 * var(--u));
  font: 300 calc(11 * var(--u))/calc(15 * var(--u)) 'Lexend Deca', sans-serif;
  color: rgb(2 16 34 / 58%);
}

.more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(5 * var(--u));
  width: calc(89 * var(--u));
  min-height: calc(27 * var(--u));
  margin-top: calc(10 * var(--u));
  padding: 0;
  border: 1px solid var(--navy);
  border-radius: 20px;
  background: transparent;
  color: var(--navy);
  font-size: calc(10 * var(--u));
  font-weight: 700;
  text-transform: uppercase;
}

.more-link img {
  width: calc(9 * var(--u));
  height: calc(8 * var(--u));
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(231 * var(--u)));
  gap: calc(57 * var(--u));
  justify-content: center;
  margin-top: calc(99 * var(--u));
}

.job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(231 * var(--u));
  height: calc(297 * var(--u));
  border: calc(3 * var(--u)) solid var(--gold);
  border-radius: calc(37 * var(--u));
  background: rgb(255 183 3 / 6%);
  text-align: center;
  overflow: hidden;
}

.job-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/job-background.png') 9% 26% / 248% 194% no-repeat;
  opacity: .03;
  pointer-events: none;
}

.job-card h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(184 * var(--u));
  height: calc(58 * var(--u));
  margin-top: calc(35 * var(--u));
  font-size: calc(24 * var(--u));
  line-height: 1.2;
}

.job-card p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(197 * var(--u));
  height: calc(75 * var(--u));
  margin-top: calc(8 * var(--u));
  font: 300 calc(12 * var(--u))/1.005 'Lexend Deca', sans-serif;
  color: rgb(255 246 223 / 78%);
}

.job-contact {
  position: absolute;
  top: calc(206 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(136 * var(--u));
  height: calc(36 * var(--u));
  background: var(--gold);
  color: var(--navy);
  border-radius: calc(13 * var(--u));
  font: calc(18 * var(--u)) var(--display-font);
  transition: .2s;
}

.contact {
  padding-bottom: calc(139 * var(--u));
}

.contact-details {
  display: flex;
  justify-content: center;
  gap: calc(80 * var(--u));
  height: calc(48 * var(--u));
  margin-top: calc(80 * var(--u));
}

.contact-details>div {
  text-align: center;
}

.contact-details h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(5 * var(--u));
  font: calc(12 * var(--u))/1.33 'Lexend Deca', sans-serif;
}

.contact-details h3::before,
.contact-details h3::after {
  content: '';
  width: calc(18 * var(--u));
  height: 1px;
  background: var(--cream);
}

.contact-details a,
.contact-details p {
  display: flex;
  align-items: center;
  gap: calc(6 * var(--u));
  margin-top: calc(9 * var(--u));
  font: calc(12 * var(--u))/1.3 'Lexend Deca', sans-serif;
}

.contact-details img {
  flex: 0 0 auto;
  width: calc(20 * var(--u));
  height: calc(20 * var(--u));
  object-fit: contain;
}

.contact-details a:hover {
  color: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: calc(624 * var(--u)) calc(525 * var(--u));
  gap: calc(75 * var(--u));
  width: calc(1224 * var(--u));
  margin: calc(100 * var(--u)) auto 0;
}

.contact-image {
  width: 100%;
  height: calc(419 * var(--u));
  border-radius: calc(50 * var(--u));
  object-fit: cover;
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--u));
  padding: calc(24 * var(--u));
  border: 1px solid rgb(255 183 3 / 18%);
  border-radius: calc(30 * var(--u));
  background: linear-gradient(145deg, rgb(255 246 223 / 7%), rgb(255 246 223 / 2%));
  box-shadow: 0 calc(18 * var(--u)) calc(55 * var(--u)) rgb(0 0 0 / 16%);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: calc(42 * var(--u));
  padding: 0 calc(17 * var(--u));
  border: 1px solid rgb(255 246 223 / 16%);
  border-radius: calc(13 * var(--u));
  background: rgb(16 30 45 / 88%);
  color: var(--cream);
  font: calc(12 * var(--u)) 'Lexend Deca', sans-serif;
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgb(255 246 223 / 52%);
  opacity: 1;
}

.contact-form select {
  color-scheme: dark;
}

.contact-form option,
.contact-form optgroup {
  background: var(--cream);
  color: var(--navy);
}

.contact-form textarea {
  height: calc(110 * var(--u));
  min-height: calc(110 * var(--u));
  padding-top: calc(14 * var(--u));
  border-radius: calc(16 * var(--u));
  resize: vertical;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgb(255 183 3 / 42%);
  background: rgb(16 30 45 / 100%);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgb(255 183 3 / 28%);
  outline-offset: 2px;
  box-shadow: 0 0 0 calc(4 * var(--u)) rgb(255 183 3 / 8%);
}

.contact-form [aria-invalid='true'] {
  border-color: #ffa6a6;
}

.submit-button {
  align-self: center;
  margin-top: calc(8 * var(--u));
}

.form-status {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: var(--cream);
}

.form-status:empty {
  display: none;
}

.form-note {
  font-size: 13px;
  line-height: 1.6;
}

.site-footer {
  height: calc(545 * var(--u));
  padding-top: calc(44 * var(--u));
  background: var(--gold);
  color: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: calc(230 * var(--u)) calc(124 * var(--u)) calc(203 * var(--u)) calc(308 * var(--u));
  column-gap: calc(82 * var(--u));
  height: calc(192 * var(--u));
  margin-left: calc(130 * var(--u));
}

.footer-about {
  width: calc(230 * var(--u));
  margin-right: calc(75 * var(--u));
}

.footer-links {
  margin-left: calc(75 * var(--u));
  width: calc(124 * var(--u));
}

.footer-services {
  margin-left: calc(75 * var(--u));
  width: calc(203 * var(--u));
}

.footer-contact {
  margin-left: calc(75 * var(--u));
  width: calc(308 * var(--u));
}

.footer-logo-crop {
  position: relative;
  width: calc(92 * var(--u));
  height: calc(75 * var(--u));
  margin: 0 auto;
  overflow: hidden;
}

.footer-logo-crop img {
  position: absolute;
  top: 0;
  left: calc(-5 * var(--u));
  width: calc(102 * var(--u));
  height: calc(103 * var(--u));
  max-width: none;
}

.footer-about>p {
  margin-top: calc(20 * var(--u));
  font-size: calc(10 * var(--u));
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: rgb(2 16 34 / 58%);
}

.footer-grid h2 {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--u));
  margin-top: calc(20 * var(--u));
  margin-bottom: calc(30 * var(--u));
  font-size: calc(22 * var(--u));
  line-height: 1.2;
  white-space: nowrap;
}

.footer-grid h2::after {
  content: '';
  width: calc(21 * var(--u));
  height: 2px;
  background: var(--navy);
}

.footer-grid nav,
.footer-grid ul,
.footer-grid address {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 800 calc(15 * var(--u))/1.64 'Lexend Deca', sans-serif;
  letter-spacing: -.05em;
  color: rgb(2 16 34 / 64%);
}

.footer-grid nav a {
  display: block;
}

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

.footer-contact address a,
.footer-contact address p {
  display: flex;
  align-items: flex-start;
  gap: calc(9 * var(--u));
}

.footer-contact img {
  flex: 0 0 auto;
  width: calc(20 * var(--u));
  height: calc(20 * var(--u));
  object-fit: contain;
}

.footer-wordmark {
  position: relative;
  width: calc(1227 * var(--u));
  height: calc(217 * var(--u));
  margin: calc(16 * var(--u)) auto 0;
}

.wordmark-symbol {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(210 * var(--u));
  height: calc(217 * var(--u));
  overflow: hidden;
}

.wordmark-symbol img {
  position: absolute;
  left: calc(-22 * var(--u));
  top: 0;
  width: calc(274 * var(--u));
  height: calc(275 * var(--u));
  max-width: none;
}

.wordmark-text {
  position: absolute;
  left: calc(232 * var(--u));
  top: calc(47 * var(--u));
  width: calc(995 * var(--u));
  height: calc(123 * var(--u));
  overflow: hidden;
}

.wordmark-text img {
  position: absolute;
  left: calc(-13 * var(--u));
  top: calc(-782 * var(--u));
  width: calc(1008 * var(--u));
  height: calc(1012 * var(--u));
  max-width: none;
}

.copyright {
  margin: calc(31 * var(--u)) calc(60 * var(--u)) 0;
  padding-top: calc(11 * var(--u));
  border-top: 2px solid var(--navy);
  font-size: calc(10 * var(--u));
  font-weight: 300;
  text-align: center;
}

/* Tablet: keep visual identity, let text and content determine section heights. */
@media (max-width: 1099px) {
  :root {
    --u: 1px;
  }

  .section {
    padding: 80px 32px;
  }

  .site-header {
    height: 100px;
  }

  .brand {
    left: 28px;
  }

  .primary-navigation {
    left: auto;
    right: 32px;
    top: 22px;
    gap: 22px;
    font-size: 18px;
  }

  .hero {
    height: 680px;
  }

  .hero-background {
    width: 1100px;
    max-width: none;
    height: 660px;
    left: auto;
    right: -230px;
    top: 25px;
  }

  .hero-shade {
    height: 630px;
    background: linear-gradient(90deg, rgb(2 16 34 / 94%) 10%, rgb(2 16 34 / 25%));
  }

  .hero-shade::before {
    display: none;
  }

  .hero-excavator {
    width: 1100px;
    height: 660px;
    left: auto;
    right: -230px;
    top: 25px;
    opacity: .88;
  }

  .hero-copy {
    padding: 160px 32px 0;
  }

  .hero h1 {
    font-size: clamp(44px, 6vw, 64px);
  }

  .hero-copy p {
    max-width: 340px;
    margin-left: 0;
    margin-top: 24px;
    color: rgb(255 246 223 / 85%);
  }

  .hero-copy .button {
    position: static;
    margin-top: 32px;
  }

  .heading-outline {
    font-size: clamp(54px, 9vw, 95px);
    top: -10px;
  }

  .section-heading h2,
  .section-heading h3 {
    font-size: 38px;
    padding-top: 24px;
  }

  .section-heading>p {
    top: 73px;
    font-size: 13px;
    color: rgb(255 246 223 / 65%);
  }

  .about-company {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 48px 0 0;
    min-height: 0;
  }

  .company-description {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 0;
  }

  .about-image {
    height: 100%;
    min-height: 320px;
  }

  .company-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 0;
  }

  .stat {
    width: 100%;
    height: 113px;
  }

  .stat-projects {
    width: calc(50% - 6px);
  }

  .founder {
    width: 100%;
    height: 390px;
    margin-top: 56px;
  }

  .founder-background {
    width: 1440px;
    height: 275px;
    top: 115px;
  }

  .founder-portrait {
    left: 0;
    top: 38px;
    width: 245px;
    height: 325px;
  }

  .founder-copy {
    left: 32%;
    top: 132px;
    width: 65%;
  }

  .founder-copy .section-heading {
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  .founder-copy .heading-outline {
    display: none;
  }

  .founder-copy .section-heading h3 {
    padding-top: 0;
    font-size: 30px;
  }

  .founder-copy .section-heading>p {
    position: static;
    margin-top: 5px;
  }

  .founder-description {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.6;
    color: rgb(2 16 34 / 78%);
  }

  .services-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    transform: none;
  }

  .service-emblem {
    position: static;
    grid-column: 1 / -1;
    justify-self: center;
    width: 240px;
    height: 245px;
  }

  .service-card {
    position: static;
    width: 100%;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .service-card h3 {
    font-size: 25px;
    white-space: normal;
  }

  .service-card p {
    max-width: 320px;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
  }

  .careers-banner {
    width: 100%;
    height: auto;
    min-height: 280px;
    margin-top: 90px;
    padding: 28px;
    gap: 28px;
  }

  .careers-banner>h3 {
    font-size: 38px;
    line-height: 1.1;
    width: 40%;
    align-self: flex-start;
  }

  .careers-helmet {
    left: 0;
    top: 100px;
    width: 240px;
    height: 240px;
  }

  .careers-intro {
    width: 55%;
    position: relative;
  }

  .careers-intro p {
    font-size: 13px;
    line-height: 1.6;
  }

  .more-link {
    min-height: 40px;
  }

  .job-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 80px;
  }

  .job-card {
    width: 100%;
    height: 320px;
    padding-inline: 12px;
    border-radius: 28px;
  }

  .job-card h3 {
    width: 100%;
    font-size: 23px;
    margin-top: 24px;
    height: 66px;
  }

  .job-card p {
    width: 100%;
    height: auto;
    min-height: 110px;
    font-size: 13px;
    line-height: 1.5;
  }

  .job-contact {
    top: auto;
    bottom: 24px;
    height: 44px;
    max-width: 85%;
  }

  .contact-details {
    gap: 24px;
    height: auto;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .contact-details a,
  .contact-details p {
    min-height: 32px;
  }

  .contact-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
  }

  .contact-image {
    height: 100%;
    max-height: 520px;
    border-radius: 32px;
  }

  .contact-form {
    padding: 24px;
    gap: 16px;
  }

  .contact-form input,
  .contact-form select {
    height: 44px;
    font-size: 14px;
  }

  .contact-form textarea {
    font-size: 14px;
  }

  .button {
    min-height: 44px;
  }

  .form-status {
    position: static;
  }

  .form-status:not(:empty) {
    margin-top: 6px;
  }

  .site-footer {
    height: auto;
    padding: 48px 32px 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    height: auto;
    margin-left: 0;
  }

  .footer-grid>div {
    width: auto;
    margin: 0;
  }

  .footer-grid h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-grid nav,
  .footer-grid ul,
  .footer-grid address {
    font-size: 14px;
    line-height: 2;
  }

  .footer-about>p {
    max-width: 260px;
    margin-inline: auto;
    font-size: 12px;
    line-height: 1.7;
  }

  .footer-wordmark {
    --u: calc((100vw - 64px) / 1227);
    margin-top: 40px;
  }

  .copyright {
    margin: 24px 0 0;
    font-size: 11px;
  }
}

@media (max-width: 699px) {
  .section {
    padding: 60px 22px;
  }

  .site-header {
    height: 90px;
  }

  .brand {
    left: 18px;
    top: 12px;
    width: 58px;
    height: 59px;
  }

  .menu-toggle:not([hidden]) {
    display: block;
    position: absolute;
    right: 22px;
    top: 23px;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    background: var(--navy);
    color: var(--gold);
    font-size: 14px;
  }

  .primary-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    top: 82px;
    left: 22px;
    right: 22px;
    background: var(--navy);
    padding: 12px;
    border: 1px solid var(--gold);
    border-radius: 12px;
  }

  .js-enabled .primary-navigation {
    display: none;
  }

  .js-enabled .primary-navigation.is-open {
    display: flex;
  }

  .primary-navigation a {
    font-size: 20px;
    min-height: 44px;
  }

  .hero {
    height: 730px;
  }

  .hero-copy {
    padding: 170px 22px 0;
  }

  .js-enabled .hero-copy {
    padding-top: 126px;
  }

  .hero h1 {
    font-size: clamp(37px, 8.4vw, 57px);
    line-height: 1.12;
  }

  .hero-copy p {
    width: 100%;
    max-width: 320px;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 18px;
  }

  .hero-copy .button {
    margin-top: 22px;
    padding-inline: 32px;
  }

  .hero-background {
    width: 750px;
    max-width: none;
    height: 452px;
    top: 290px;
    left: auto;
    right: -130px;
    object-position: center;
    mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
  }

  .hero-shade {
    height: 700px;
    background: linear-gradient(180deg, rgb(2 16 34 / 95%) 0%, rgb(2 16 34 / 90%) 42%, rgb(2 16 34 / 15%) 77%, var(--navy));
  }

  .hero-excavator {
    width: 750px;
    height: 452px;
    top: 290px;
    right: -130px;
    opacity: 1;
  }

  .hero-copy {
    z-index: 1;
  }

  .heading-outline {
    font-size: clamp(41px, 9.1vw, 63px);
    top: 4px;
  }

  .section-heading {
    height: 100px;
  }

  .section-heading h2 {
    padding-top: 34px;
    font-size: clamp(26px, 6.8vw, 38px);
  }

  .section-heading>p {
    top: 79px;
    font-size: 11px;
  }

  .about-company {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 28px;
  }

  .company-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .company-stats {
    width: 100%;
    max-width: 481px;
    margin-inline: auto;
    margin-top: 28px;
  }

  .about-image {
    height: 230px;
    min-height: 0;
  }

  .founder {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 40px;
    padding-top: 0;
    background: var(--cream);
  }

  .founder-background {
    display: none;
  }

  .founder-portrait {
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    width: 210px;
    height: 278px;
    margin-top: 20px;
  }

  .founder-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 24px 20px;
    background: var(--cream);
  }

  .founder-copy .section-heading h3 {
    font-size: 27px;
  }

  .founder-copy .section-heading>p {
    font-size: 11px;
  }

  .founder-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .services-orbit {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 26px;
  }

  .service-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .service-emblem {
    grid-column: auto;
    width: 210px;
    height: 215px;
  }

  .service-card h3 {
    font-size: 26px;
  }

  .service-card p {
    width: 100%;
    font-size: 14px;
  }

  .careers-banner {
    flex-direction: column;
    margin-top: 35px;
    padding: 28px 22px;
    gap: 0;
  }

  .careers-banner>h3 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }

  .careers-helmet {
    position: static;
    width: 230px;
    height: 230px;
    margin: -5px auto -20px;
  }

  .careers-intro {
    width: 100%;
  }

  .careers-intro p {
    font-size: 14px;
  }

  .more-link {
    min-height: 44px;
    margin-top: 18px;
  }

  .job-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    margin-top: 36px;
  }

  .job-card {
    max-width: 320px;
    height: 300px;
  }

  .job-card h3 {
    margin-top: 20px;
    font-size: 27px;
  }

  .job-card p {
    max-width: 250px;
    font-size: 14px;
    min-height: 85px;
  }

  .job-contact {
    bottom: 16px;
  }

  .contact-details {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
  }

  .contact-details a,
  .contact-details p {
    font-size: 14px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 36px;
  }

  .contact-image {
    height: 260px;
    border-radius: 30px;
  }

  .contact-form {
    gap: 18px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 140px;
  }

  .submit-button {
    margin-top: 6px;
  }

  .site-footer {
    padding: 40px 22px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-grid h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .footer-grid nav,
  .footer-grid ul {
    display: grid;
    gap: 6px;
  }

  .footer-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
  }

  .footer-about {
    padding-bottom: 12px;
  }

  .footer-contact address {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .footer-wordmark {
    --u: calc((100vw - 44px) / 1227);
    margin-top: 28px;
  }

  .copyright {
    font-size: 10px;
    line-height: 1.7;
  }
}

/* Motion enhances the existing design without changing its resting layout. */
.page-loader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 24px;
  background: var(--navy);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s, visibility .4s;
}

.page-loader img {
  width: 88px;
  height: 89px;
}

.is-loading .page-loader {
  opacity: 1;
  visibility: visible;
}

.loader-track {
  width: 128px;
  height: 3px;
  overflow: hidden;
  background: rgb(255 183 3 / 16%);
  border-radius: 3px;
}

.loader-track::after {
  content: '';
  display: block;
  width: 45%;
  height: 100%;
  background: var(--gold);
  animation: loading-sweep 1s ease-in-out infinite alternate;
}

.is-ready .loader-track::after {
  animation: none;
}

.is-ready .hero-copy h1 {
  animation: enter-up .75s ease-out both;
}

.is-ready .hero-copy p {
  animation: enter-up .75s .12s ease-out both;
}

.is-ready .hero-copy .button {
  animation: enter-up .75s .24s ease-out backwards;
}

.is-ready .hero-art {
  animation: artwork-in 1.1s ease-out both;
}

.reveal-pending {
  opacity: 0;
  translate: 0 24px;
}

.reveal-pending:focus-within {
  opacity: 1;
  translate: none;
}

.is-revealed {
  animation: enter-up .7s cubic-bezier(.2, .65, .3, 1) both;
}

.jobs-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .5s cubic-bezier(.2, .65, .3, 1), opacity .35s;
}

.jobs-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.jobs-panel-inner {
  min-height: 0;
  overflow: hidden;
}

.jobs-panel.is-open .job-card {
  animation: enter-up .55s .08s ease-out backwards;
}

.jobs-panel.is-open .job-card:nth-child(2) {
  animation-delay: .16s;
}

.jobs-panel.is-open .job-card:nth-child(3) {
  animation-delay: .24s;
}

.more-link {
  transition: background-color .2s, box-shadow .2s;
}

.more-link img {
  transition: transform .3s;
}

.more-link[aria-expanded='true'] img {
  transform: rotate(180deg);
}

.primary-navigation a {
  position: relative;
}

.primary-navigation a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.service-icon,
.stat,
.job-card,
.brand img {
  transition: transform .3s, box-shadow .3s, filter .3s;
}

.button,
.job-contact {
  transition: background-color .2s, transform .2s, box-shadow .2s;
}

@media (hover: hover) and (pointer: fine) {

  .button:hover,
  .job-contact:hover {
    box-shadow: 0 6px 22px rgb(255 183 3 / 24%);
  }

  .more-link:hover {
    background: rgb(255 246 223 / 40%);
    box-shadow: 0 3px 12px rgb(2 16 34 / 12%);
  }

  .service-card:hover .service-icon {
    transform: translateY(-5px) rotate(-4deg);
    filter: drop-shadow(0 5px 10px rgb(255 183 3 / 25%));
  }

  .stat:hover {
    transform: translateY(-4px);
  }

  .job-card:hover {
    box-shadow: inset 0 0 24px rgb(255 183 3 / 10%);
  }

  .brand:hover img {
    transform: scale(1.06);
  }
}

@media (max-width: 699px) {
  .js-enabled .primary-navigation.is-open {
    animation: enter-up .25s ease-out;
  }
}

@keyframes loading-sweep {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(325%);
  }
}

@keyframes enter-up {
  from {
    opacity: 0;
    translate: 0 24px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes artwork-in {
  from {
    opacity: 0;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Compact navigation stays the same size even on ultrawide displays. */
.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  height: 76px;
  padding: 8px clamp(20px, 2.8vw, 40px);
  max-width: none;
  transition: height .3s, background-color .3s, box-shadow .3s;
}

.site-header.is-scrolled {
  height: 64px;
  border-bottom: 1px solid rgb(255 183 3 / 12%);
}

.site-header .brand {
  position: static;
  flex-shrink: 0;
  width: 56px;
  height: 57px;
  transition: width .3s, height .3s;
}

.site-header.is-scrolled .brand {
  width: 44px;
  height: 45px;
}

.site-header .primary-navigation {
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  gap: 24px;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.primary-navigation a[aria-current]::after {
  transform: scaleX(1);
}

:where(main > section, main > section [id]) {
  scroll-margin-top: 92px;
}

.reading-progress {
  position: fixed;
  z-index: 15;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.reading-progress>span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left;
  background: var(--gold);
  box-shadow: 0 0 12px rgb(255 183 3 / 55%);
}

.cursor-halo {
  display: none;
  position: fixed;
  z-index: 110;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  pointer-events: none;
  border: 1px solid rgb(255 183 3 / 65%);
  border-radius: 50%;
  opacity: 0;
  transition: transform .12s ease-out, opacity .2s, background-color .2s;
}

.cursor-halo.is-visible {
  opacity: 1;
}

.cursor-halo.is-interactive {
  background: rgb(255 183 3 / 12%);
  border-color: var(--gold);
}

.hero-art {
  translate: 0 var(--parallax-y, 0px);
}

.navigation-arrival>.section-heading h2 {
  animation: title-arrival .65s ease-out;
}

.button {
  position: relative;
}

.button,
.job-contact {
  overflow: hidden;
  isolation: isolate;
}

.button::after,
.job-contact::after {
  content: '';
  position: absolute;
  inset: -80% auto -80% -65%;
  width: 35%;
  transform: rotate(24deg);
  background: rgb(255 255 255 / 30%);
  pointer-events: none;
}

.button:hover::after,
.job-contact:hover::after {
  animation: button-sheen .6s ease-out;
}

.button:active,
.job-contact:active {
  transform: scale(.97);
}

.about-image,
.contact-image {
  transition: filter .5s, scale .5s;
}

.careers-helmet {
  animation: helmet-float 5s ease-in-out infinite;
  animation-play-state: paused;
}

.careers-banner.is-motion-visible .careers-helmet {
  animation-play-state: running;
}

.feedback {
  position: relative;
  padding: 0 0 180px;
  isolation: isolate;
}

.feedback::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 110px 5% 60px;
  background: radial-gradient(ellipse at 70% 40%, rgb(255 183 3 / 6%), transparent 65%);
  pointer-events: none;
  animation: ambient-glow 8s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.feedback.is-motion-visible::before {
  animation-play-state: running;
}

.feedback-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 88px;
  max-width: 1224px;
  margin: 70px auto 0;
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feedback-intro>h3 {
  font-size: 43px;
  line-height: 1.15;
}

.feedback-intro>p {
  margin-top: 20px;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.8;
  color: rgb(255 246 223 / 72%);
}

.feedback-form {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.feedback-form>label,
.rating-field legend {
  font-size: 12px;
  color: var(--cream);
}

.feedback-form input:not([type='radio']):not([type='checkbox']),
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 1px solid rgb(255 246 223 / 23%);
  border-radius: 14px;
  background: #101e2d;
  color: var(--cream);
  font: 13px/1.6 var(--body-font);
  transition: border-color .2s, box-shadow .2s;
}

.feedback-form textarea {
  resize: vertical;
  min-height: 118px;
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder {
  color: rgb(255 246 223 / 48%);
}

.feedback-form :is(input, select, textarea):focus {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.feedback-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 2px;
  font-size: 11px !important;
  line-height: 1.65;
  color: rgb(255 246 223 / 68%) !important;
  cursor: pointer;
}

.feedback-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

.rating-field {
  border: 0;
  margin: 0 0 8px;
  padding: 0;
}

.rating-options {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.rating-options label {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 183 3 / 28%);
  border-radius: 10px;
  color: #8a877b;
  cursor: pointer;
  transition: color .2s, background .2s, translate .2s;
}

.rating-options input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.rating-options span[aria-hidden] {
  font-size: 25px;
}

.rating-options label:focus-within {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
}

.rating-options label.is-selected,
.rating-options label:hover {
  background: rgb(255 183 3 / 12%);
  color: var(--gold);
}

.feedback-note,
.stories-note {
  font-size: 11px;
  line-height: 1.75;
  color: rgb(255 246 223 / 62%);
}

.feedback-form .button {
  justify-self: start;
  margin-top: 12px;
  min-height: 46px;
  font-size: 12px;
  padding-inline: 30px;
}

.feedback-status {
  min-height: 24px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--gold);
}

.feedback-stories {
  position: sticky;
  top: 110px;
  align-self: start;
  min-width: 0;
}

.stories-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.stories-heading h3 {
  font-size: 30px;
  line-height: 1.2;
}

.review-count {
  flex-shrink: 0;
  padding: 8px 12px;
  border: 1px solid rgb(255 183 3 / 35%);
  border-radius: 30px;
  color: var(--gold);
  font-size: 11px;
}

.reviews-empty,
.review-card {
  padding: 34px;
  border: 1px solid rgb(255 183 3 / 35%);
  border-radius: 28px;
  background: linear-gradient(145deg, #17222a, #091625 75%);
}

.reviews-empty {
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empty-quote {
  color: var(--gold);
  font: 88px/.8 Georgia, serif;
}

.reviews-empty h4 {
  margin-top: 10px;
  font-size: 32px;
}

.reviews-empty p {
  max-width: 350px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: rgb(255 246 223 / 72%);
}

.reviews-rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #101e2d;
  padding: 4px 4px 16px;
}

.review-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-width: 0;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color .25s, box-shadow .25s;
}

.review-type {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 20px;
  background: rgb(255 183 3 / 11%);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.review-stars {
  color: var(--gold);
  font-size: 21px;
  letter-spacing: 4px;
}

.review-card blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.review-card footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.review-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
}

.review-author {
  font-size: 13px;
  overflow-wrap: anywhere;
}

.review-service {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6;
  color: rgb(255 246 223 / 60%);
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 14px;
  font-size: 12px;
  color: rgb(255 246 223 / 65%);
}

.reviews-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 183 3 / 45%);
  border-radius: 50%;
  color: var(--gold);
  background: transparent;
  font-size: 21px;
  transition: background .2s, transform .2s;
}

.reviews-controls button:hover:not(:disabled) {
  background: rgb(255 183 3 / 13%);
  transform: translateY(-2px);
}

.reviews-controls button:disabled {
  opacity: .3;
  cursor: default;
}

.reviews-progress {
  height: 2px;
  margin-top: 18px;
  background: rgb(255 183 3 / 15%);
}

.reviews-progress span {
  display: block;
  height: 100%;
  width: var(--review-progress, 100%);
  background: var(--gold);
  transition: width .25s;
}

.stories-note {
  margin-top: 16px;
}

.approval-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgb(255 183 3 / 45%);
}

@media (hover: hover) and (pointer: fine) {
  .cursor-halo {
    display: block;
  }

  .about-image:hover,
  .contact-image:hover {
    filter: brightness(1.09);
    scale: 1.012;
  }

  .review-card:hover {
    border-color: var(--gold);
    box-shadow: 0 8px 30px rgb(0 0 0 / 16%);
  }

  .rating-options label:hover {
    translate: 0 -3px;
  }
}

@media (max-width: 1099px) {
  .feedback {
    padding: 80px 32px;
  }

  .feedback-layout {
    gap: 36px;
    margin-top: 44px;
  }

  .feedback-intro>h3 {
    font-size: 34px;
  }

  .stories-heading {
    flex-wrap: wrap;
  }

  .reviews-empty,
  .review-card {
    padding: 24px;
  }

  .site-header {
    padding-inline: 24px;
    gap: 12px;
  }

  .site-header .primary-navigation {
    gap: 16px;
  }
}

@media (max-width: 699px) {
  .site-header {
    height: 76px;
    padding-inline: 20px;
    gap: 10px;
  }

  .site-header .brand {
    margin-right: auto;
    width: 48px;
    height: 49px;
  }

  .site-header .menu-toggle {
    position: static;
    order: 3;
    margin: 0;
    padding: 8px 12px;
  }

  .site-header .primary-navigation {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    gap: 8px 22px;
    transform: none;
    box-shadow: 0 16px 40px rgb(0 0 0 / 35%);
  }

  .site-header .primary-navigation a {
    font-size: 18px;
  }

  .feedback {
    padding: 60px 22px;
  }

  .feedback-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 28px;
  }

  .feedback-stories {
    position: static;
  }

  .feedback-intro>h3 {
    font-size: 34px;
  }

  .feedback-form input:not([type='radio']):not([type='checkbox']),
  .feedback-form select,
  .feedback-form textarea {
    font-size: 16px;
  }

  .stories-heading {
    gap: 12px;
  }

  .stories-heading h3 {
    font-size: 27px;
  }

  .review-card blockquote {
    font-size: 14px;
  }

  .feedback-form .button {
    width: 100%;
  }
}

@keyframes title-arrival {
  from {
    opacity: .4;
    filter: blur(3px);
    translate: 0 8px;
  }

  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}

@keyframes button-sheen {
  to {
    left: 140%;
  }
}

@keyframes helmet-float {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -9px;
  }
}

@keyframes ambient-glow {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal-pending {
    opacity: 1;
    translate: none;
  }

  .hero-art {
    translate: none;
  }

  .cursor-halo {
    display: none;
  }

  .reviews-rail {
    scroll-behavior: auto;
  }
}