/* Premium inner pages: contacts, production and 404. */
:root {
  --page-gold: #d4a657;
  --page-silver: #c8cdcb;
  --page-dark: #090b0a;
  --page-panel: #111411;
}

html {
  scroll-behavior: smooth;
}

body.inner-page {
  color: #111311;
  background: #090b0a;
}

.inner-page .page-shell {
  background: #f4f2ec;
  overflow: hidden;
}

.inner-page .site-header {
  position: relative;
  z-index: 50;
}

.inner-page .desktop-nav a[aria-current="page"] {
  color: var(--lime);
}

.inner-page .desktop-nav a[aria-current="page"]::after {
  background: var(--lime);
  width: 100%;
}

.page-hero {
  isolation: isolate;
  color: #f8f5ee;
  background:
    radial-gradient(circle at 78% 22%, rgba(212, 166, 87, .2), transparent 25rem),
    radial-gradient(circle at 18% 84%, rgba(237, 124, 36, .09), transparent 28rem),
    linear-gradient(135deg, #090b0a, #121513 62%, #080a09);
  min-height: 650px;
  margin: 0 18px;
  padding: clamp(62px, 6vw, 108px) clamp(32px, 5vw, 92px);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 68px 68px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .35) 65%, transparent);
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .35) 65%, transparent);
}

.page-hero::after {
  content: attr(data-watermark);
  z-index: 0;
  color: rgba(255, 255, 255, .03);
  letter-spacing: -.065em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: clamp(80px, 13vw, 240px);
  font-weight: 900;
  line-height: .75;
  position: absolute;
  right: -26px;
  bottom: -13px;
}

.page-hero-copy {
  z-index: 5;
  max-width: 830px;
  position: relative;
}

.page-kicker {
  color: rgba(255, 255, 255, .58);
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.page-kicker span {
  color: var(--lime);
}

.page-kicker::after {
  content: "";
  background: linear-gradient(90deg, var(--lime), var(--page-gold));
  width: 58px;
  height: 1px;
}

.page-hero h1 {
  letter-spacing: -.062em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(58px, 6.8vw, 118px);
  font-weight: 870;
  line-height: .9;
}

.page-hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.page-hero-lead {
  color: rgba(255, 255, 255, .62);
  max-width: 650px;
  margin: 31px 0 0;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

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

.page-hero .button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .35);
}

.page-hero .button-secondary:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .72);
}

.page-hero-visual {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 47%;
}

.page-hero-visual::after {
  content: "";
  background: linear-gradient(90deg, #0a0c0b 0%, rgba(10, 12, 11, .77) 18%, transparent 56%);
  position: absolute;
  inset: 0;
}

.page-hero-visual img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  filter: saturate(.65) contrast(1.08) brightness(.72);
}

.hero-visual-glint {
  z-index: 3;
  width: 22%;
  height: 150%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 230, 168, .3), transparent);
  position: absolute;
  top: -25%;
  left: 40%;
  transform: skewX(-16deg);
  animation: inner-hero-glint 6.8s 1.2s ease-in-out infinite;
}

.content-band {
  padding: clamp(72px, 7vw, 128px) clamp(26px, 5vw, 92px);
}

.content-band-dark {
  color: #f6f3ec;
  background:
    radial-gradient(circle at 83% 10%, rgba(212, 166, 87, .15), transparent 25rem),
    linear-gradient(140deg, #090b0a, #131613);
}

.inner-heading {
  grid-template-columns: minmax(0, 1fr) minmax(250px, .38fr);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(38px, 5vw, 70px);
  display: grid;
}

.inner-heading p:first-child {
  color: #6f706b;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 800;
}

.inner-heading p:first-child span {
  color: #a4410c;
  margin-right: 10px;
}

.inner-heading h2 {
  letter-spacing: -.052em;
  text-transform: uppercase;
  max-width: 1060px;
  margin: 0;
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 860;
  line-height: .96;
}

.inner-heading h2 em {
  color: var(--lime);
  font-style: normal;
}

.inner-heading > p:last-child {
  color: #6b6c67;
  max-width: 460px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.content-band-dark .inner-heading p:first-child,
.content-band-dark .inner-heading > p:last-child {
  color: rgba(255, 255, 255, .55);
}

.contact-hero {
  grid-template-columns: 1fr 420px;
  align-items: end;
  display: grid;
}

.contact-hero .page-hero-copy {
  max-width: 930px;
}

.contact-hero-visual {
  inset: 0 0 0 50%;
}

.contact-hero-visual img {
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(.72) brightness(.78) contrast(1.08) drop-shadow(0 32px 45px rgba(0, 0, 0, .48));
}

.hero-contact-card {
  z-index: 7;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .025)),
    rgba(8, 10, 9, .62);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .12);
  padding: 28px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.hero-contact-card::before {
  content: "";
  background: linear-gradient(90deg, var(--lime), var(--page-gold));
  height: 2px;
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
}

.hero-contact-card > span {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.hero-contact-card strong {
  margin: 15px 0 10px;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.hero-contact-card p {
  color: rgba(255, 255, 255, .58);
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.contact-channels {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.contact-channel {
  color: #161816;
  border: 1px solid rgba(18, 20, 19, .14);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .85), rgba(225, 224, 216, .8)),
    #e9e7df;
  min-height: 220px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, color .35s ease;
}

.contact-channel::before {
  content: "";
  width: 48%;
  height: 170%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 242, 196, .8), transparent);
  position: absolute;
  top: -35%;
  left: -65%;
  transform: skewX(-18deg);
}

.contact-channel:hover {
  color: #fff;
  border-color: rgba(212, 166, 87, .58);
  background:
    linear-gradient(145deg, rgba(212, 166, 87, .26), rgba(255, 255, 255, .03)),
    #111411;
  box-shadow: 0 22px 48px rgba(51, 38, 12, .2);
  transform: translateY(-5px);
}

.contact-channel:hover::before {
  animation: channel-glint .9s ease both;
}

.contact-channel-icon {
  color: #111411;
  border: 1px solid rgba(18, 20, 19, .18);
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 38px;
  font-size: 11px;
  font-weight: 900;
  display: grid;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}

.contact-channel:hover .contact-channel-icon {
  color: #0b0d0b;
  border-color: var(--lime);
  background: var(--lime);
}

.contact-channel small {
  color: #777873;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  display: block;
}

.contact-channel:hover small {
  color: rgba(255, 255, 255, .48);
}

.contact-channel strong {
  letter-spacing: -.025em;
  margin: 9px 0 8px;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.15;
  display: block;
}

.contact-channel span:last-child {
  color: #666762;
  font-size: 12px;
  line-height: 1.45;
  display: block;
}

.contact-channel:hover span:last-child {
  color: rgba(255, 255, 255, .56);
}

.office-layout {
  grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}

.office-card {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .018)),
    rgba(9, 11, 10, .68);
  padding: clamp(30px, 4vw, 58px);
}

.office-card > span {
  color: var(--lime);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}

.office-card h3 {
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 22px 0 20px;
  font-size: clamp(32px, 3.4vw, 58px);
  line-height: .98;
}

.office-card address {
  color: rgba(255, 255, 255, .64);
  max-width: 470px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.65;
}

.office-notes {
  border-top: 1px solid rgba(255, 255, 255, .12);
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
  padding-top: 26px;
  display: grid;
}

.office-notes div {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.5;
}

.office-notes strong {
  color: #fff;
  margin-bottom: 6px;
  font-size: 13px;
  display: block;
}

.office-map {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  min-height: 470px;
  position: relative;
  overflow: hidden;
}

.office-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(.72) brightness(.68) contrast(1.08);
  transition: transform 1s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.office-map:hover img {
  filter: saturate(.9) brightness(.76) contrast(1.08);
  transform: scale(1.035);
}

.office-map::after {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(8, 10, 9, .92), transparent 58%);
  position: absolute;
  inset: 0;
}

.office-map-copy {
  z-index: 3;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.office-map-copy strong {
  font-size: 17px;
  display: block;
}

.office-map-copy span {
  color: rgba(255, 255, 255, .55);
  margin-top: 5px;
  font-size: 11px;
  display: block;
}

.office-map-copy a {
  color: #0b0d0b;
  background: var(--lime);
  border-radius: 999px;
  white-space: nowrap;
  padding: 13px 19px;
  font-size: 11px;
  font-weight: 800;
}

.contact-form-layout {
  grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr);
  align-items: start;
  gap: clamp(42px, 6vw, 100px);
  display: grid;
}

.form-intro {
  position: sticky;
  top: 28px;
}

.form-intro .page-kicker {
  color: #777873;
}

.form-intro h2 {
  letter-spacing: -.055em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .95;
}

.form-intro h2 em {
  color: #b3490f;
  font-style: normal;
}

.form-intro p {
  color: #6a6b66;
  max-width: 480px;
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.page-form {
  border: 1px solid rgba(18, 20, 19, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(237, 124, 36, .11), transparent 19rem),
    #ebe9e2;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(26px, 4vw, 52px);
  display: grid;
}

.page-form label,
.page-form fieldset {
  min-width: 0;
}

.page-form label > span,
.page-form legend {
  color: #5f605c;
  letter-spacing: .04em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.page-form input,
.page-form textarea {
  color: #131513;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(17, 19, 17, .18);
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 15px 16px;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.page-form textarea {
  min-height: 145px;
  resize: vertical;
}

.page-form input:focus,
.page-form textarea:focus {
  background: #fff;
  border-color: #a4410c;
  box-shadow: 0 0 0 3px rgba(237, 124, 36, .14);
}

.page-form-wide {
  grid-column: 1 / -1;
}

.page-channel-choice {
  border: 0;
  margin: 0;
  padding: 0;
}

.page-channel-options {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  display: grid;
}

.page-channel-options label {
  cursor: pointer;
}

.page-channel-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-channel-options span {
  color: #555651;
  border: 1px solid rgba(17, 19, 17, .18);
  border-radius: 9px;
  background: rgba(255, 255, 255, .55);
  place-items: center;
  min-height: 44px;
  margin: 0;
  font-size: 11px;
  display: grid;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.page-channel-options input:checked + span {
  color: #0a0c0a;
  border-color: var(--lime);
  background: var(--lime);
}

.page-consent {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.page-consent input {
  accent-color: #b3490f;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  padding: 0;
}

.page-consent span {
  margin: 0 !important;
  line-height: 1.45;
}

.page-form-submit {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  display: flex;
}

.page-form-status {
  min-height: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.page-form-status.is-success {
  color: #853108;
}

.page-form-status.is-error {
  color: #a42a24;
}

.page-honeypot {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.production-hero {
  min-height: 720px;
  align-items: center;
  display: flex;
}

.production-hero .page-hero-copy {
  max-width: 880px;
}

.production-hero .page-hero-visual {
  left: 43%;
}

.production-hero-stats {
  border-top: 1px solid rgba(255, 255, 255, .16);
  grid-template-columns: repeat(3, 1fr);
  max-width: 750px;
  margin-top: 48px;
  padding-top: 22px;
  display: grid;
}

.production-hero-stats div {
  min-height: 62px;
  padding-right: 22px;
}

.production-hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, .13);
  padding-left: 22px;
}

.production-hero-stats strong {
  color: var(--lime);
  letter-spacing: -.045em;
  font-size: 32px;
  display: block;
}

.production-hero-stats span {
  color: rgba(255, 255, 255, .5);
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.35;
  display: block;
}

.production-capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.production-feature {
  isolation: isolate;
  color: #f7f4ed;
  border: 1px solid rgba(18, 20, 19, .13);
  border-radius: 20px;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}

.production-feature img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(.78) brightness(.68) contrast(1.08);
  transition: transform .85s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.production-feature:hover img {
  filter: saturate(.95) brightness(.75) contrast(1.08);
  transform: scale(1.04);
}

.production-feature::after {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(7, 9, 8, .96), rgba(7, 9, 8, .2) 72%);
  position: absolute;
  inset: 0;
}

.production-feature-copy {
  z-index: 3;
  padding: clamp(26px, 3.5vw, 48px);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.production-feature-copy > span {
  color: var(--lime);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.production-feature-copy h3 {
  letter-spacing: -.035em;
  margin: 13px 0 10px;
  font-size: clamp(27px, 2.7vw, 44px);
  line-height: 1;
}

.production-feature-copy p {
  color: rgba(255, 255, 255, .56);
  max-width: 530px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.production-feature-large {
  grid-column: 1 / -1;
  min-height: 600px;
}

.production-feature-large .production-feature-copy {
  max-width: 750px;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.process-card {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .018)),
    rgba(8, 10, 9, .48);
  min-height: 285px;
  padding: 27px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.process-card::before {
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 228, 166, .18), transparent);
  width: 48%;
  height: 180%;
  opacity: 0;
  position: absolute;
  top: -40%;
  left: -65%;
  transform: skewX(-18deg);
}

.process-card:hover {
  border-color: rgba(212, 166, 87, .55);
  background:
    linear-gradient(145deg, rgba(212, 166, 87, .14), rgba(255, 255, 255, .02)),
    rgba(8, 10, 9, .7);
  transform: translateY(-5px);
}

.process-card:hover::before {
  animation: channel-glint .9s ease both;
}

.process-card > span {
  color: var(--lime);
  letter-spacing: -.04em;
  font-size: 32px;
  font-weight: 850;
}

.process-card i {
  background: linear-gradient(90deg, var(--lime), var(--page-gold));
  width: 42px;
  height: 1px;
  margin: 30px 0 36px;
  display: block;
}

.process-card h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 14px;
}

.process-card p {
  color: rgba(255, 255, 255, .52);
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.locations-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}

.locations-map {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.locations-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(.72) brightness(.72) contrast(1.08);
}

.locations-map::after {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(8, 10, 9, .88), transparent 58%);
  position: absolute;
  inset: 0;
}

.locations-map-copy {
  z-index: 2;
  max-width: 680px;
  padding: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.locations-map-copy span {
  color: var(--lime);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.locations-map-copy h3 {
  letter-spacing: -.04em;
  margin: 13px 0 9px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.locations-map-copy p {
  color: rgba(255, 255, 255, .56);
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.location-list {
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.location-card {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  align-items: center;
  grid-template-columns: 52px 1fr;
  gap: 19px;
  padding: 22px;
  display: grid;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.location-card:hover {
  border-color: rgba(212, 166, 87, .5);
  background: rgba(212, 166, 87, .08);
  transform: translateX(-4px);
}

.location-number {
  color: #0b0d0b;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 0 8px rgba(237, 124, 36, .07);
}

.location-card strong {
  font-size: 17px;
  display: block;
}

.location-card span:last-child {
  color: rgba(255, 255, 255, .52);
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.45;
  display: block;
}

.page-cta {
  color: #f8f5ee;
  background:
    radial-gradient(circle at 84% 20%, rgba(237, 124, 36, .14), transparent 24rem),
    linear-gradient(135deg, #0a0c0b, #151815);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin: 18px;
  padding: clamp(38px, 5vw, 78px);
  display: grid;
}

.page-cta span {
  color: var(--lime);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.page-cta h2 {
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-size: clamp(36px, 4.4vw, 70px);
  line-height: .96;
}

.page-cta-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 280px;
  display: flex;
}

.page-cta-actions .button {
  width: 100%;
}

/* Keep CTA text visible: the generic page kicker rule must not recolor button labels. */
.page-cta .button span {
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
}

.page-cta .button-primary,
.page-cta .button-primary span {
  color: #070907;
}

.page-cta-actions a:last-child {
  color: rgba(255, 255, 255, .68);
  text-align: center;
  font-size: 14px;
}

.error-page .page-shell {
  min-height: 100vh;
  background: #090b0a;
}

.error-main {
  isolation: isolate;
  color: #f7f4ec;
  background:
    radial-gradient(circle at 72% 42%, rgba(212, 166, 87, .17), transparent 26rem),
    radial-gradient(circle at 22% 75%, rgba(237, 124, 36, .09), transparent 24rem),
    #090b0a;
  min-height: calc(100vh - 126px);
  margin: 0 18px 18px;
  padding: clamp(62px, 7vw, 118px) clamp(30px, 6vw, 110px);
  position: relative;
  overflow: hidden;
}

.error-main::before {
  content: "";
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 66px 66px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 48% 44%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 48% 44%, #000, transparent 72%);
}

.error-code {
  z-index: 1;
  color: rgba(255, 255, 255, .035);
  letter-spacing: -.11em;
  pointer-events: none;
  font-size: clamp(250px, 45vw, 760px);
  font-weight: 950;
  line-height: .7;
  position: absolute;
  right: -3vw;
  bottom: 0;
  animation: error-code-breathe 6s ease-in-out infinite alternate;
}

.error-route {
  z-index: 2;
  pointer-events: none;
  width: 58%;
  height: 220px;
  position: absolute;
  top: 42%;
  right: -1%;
  overflow: visible;
}

.error-route path:first-child {
  fill: none;
  stroke: rgba(255, 255, 255, .13);
  stroke-width: 5px;
}

.error-route path:last-of-type {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-dasharray: 18 14;
  filter: drop-shadow(0 0 8px rgba(237, 124, 36, .7));
  animation: error-route-move 1.3s linear infinite;
}

.error-route circle {
  fill: #e8ff9a;
  stroke: var(--lime);
  stroke-width: 4px;
  filter: drop-shadow(0 0 10px var(--lime));
}

.error-content {
  z-index: 5;
  max-width: 780px;
  position: relative;
}

.error-content h1 {
  letter-spacing: -.058em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(55px, 7vw, 116px);
  line-height: .9;
}

.error-content h1 em {
  color: var(--lime);
  font-style: normal;
}

.error-content > p {
  color: rgba(255, 255, 255, .58);
  max-width: 590px;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.error-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.error-links {
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, .15);
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 70px;
  padding-top: 24px;
  position: relative;
  display: flex;
}

.error-links > span {
  color: rgba(255, 255, 255, .36);
  letter-spacing: .12em;
  text-transform: uppercase;
  width: 100%;
  font-size: 9px;
  font-weight: 800;
}

.error-links a {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  transition: color .2s ease;
}

.error-links a:hover {
  color: var(--lime);
}

.pages-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1);
}

.pages-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-tilt] {
  transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  transition: transform .25s ease;
}

@keyframes inner-hero-glint {
  0%, 57% { left: 18%; opacity: 0; }
  65% { opacity: .8; }
  82% { left: 105%; opacity: 0; }
  100% { left: 105%; opacity: 0; }
}

@keyframes channel-glint {
  0% { left: -65%; opacity: 0; }
  16% { opacity: 1; }
  100% { left: 135%; opacity: 0; }
}

@keyframes error-code-breathe {
  from { opacity: .65; transform: translateY(0); }
  to { opacity: 1; transform: translateY(-12px); }
}

@keyframes error-route-move {
  to { stroke-dashoffset: -32px; }
}

@media (width <= 1180px) {
  .contact-hero {
    grid-template-columns: 1fr 330px;
  }

  .contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .office-layout,
  .contact-form-layout,
  .locations-layout {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }
}

@media (width <= 980px) {
  .page-hero {
    min-height: 720px;
    margin: 0 10px;
    padding: 60px 34px 330px;
  }

  .page-hero-copy {
    max-width: none;
  }

  .page-hero-visual,
  .contact-hero-visual {
    inset: 46% 0 0 24%;
  }

  .page-hero-visual::after {
    background: linear-gradient(180deg, #0b0d0c 0%, rgba(11, 13, 12, .55) 28%, transparent 70%);
  }

  .contact-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-contact-card {
    margin-top: 34px;
  }

  .production-hero {
    min-height: 850px;
    align-items: flex-start;
  }

  .inner-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .production-feature-large {
    min-height: 520px;
  }

  .location-list {
    grid-template-columns: 1fr;
  }

  .page-cta {
    grid-template-columns: 1fr;
  }

  .page-cta-actions {
    width: min(100%, 390px);
  }
}

@media (width <= 680px) {
  .page-hero {
    border-radius: 0 0 16px 16px;
    min-height: 700px;
    margin: 0 6px;
    padding: 46px 18px 305px;
  }

  .page-hero h1 {
    font-size: clamp(45px, 13.5vw, 65px);
  }

  .page-hero-lead {
    margin-top: 24px;
    font-size: 14px;
  }

  .page-hero-actions .button {
    width: 100%;
  }

  .page-hero-visual,
  .contact-hero-visual {
    inset: 55% -20% 0 2%;
  }

  .hero-contact-card {
    padding: 23px;
  }

  .content-band {
    padding: 64px 18px;
  }

  .inner-heading h2,
  .form-intro h2 {
    font-size: clamp(38px, 11.5vw, 54px);
  }

  .contact-channels,
  .production-capabilities,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel {
    min-height: 190px;
  }

  .contact-channel-icon {
    margin-bottom: 26px;
  }

  .office-map,
  .locations-map {
    min-height: 430px;
  }

  .office-map-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .office-notes {
    grid-template-columns: 1fr;
  }

  .page-form {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px 16px;
  }

  .page-form-wide {
    grid-column: auto;
  }

  .page-channel-options {
    grid-template-columns: 1fr 1fr;
  }

  .page-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .page-form-submit .button {
    width: 100%;
  }

  .production-hero-stats {
    grid-template-columns: 1fr;
  }

  .production-hero-stats div {
    min-height: 0;
    padding: 12px 0;
  }

  .production-hero-stats div + div {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
    padding-left: 0;
  }

  .production-feature,
  .production-feature-large {
    grid-column: auto;
    min-height: 420px;
  }

  .page-cta {
    border-radius: 16px;
    margin: 8px;
    padding: 38px 20px;
  }

  .page-cta h2 {
    font-size: clamp(34px, 10.4vw, 48px);
  }

  .page-cta-actions {
    min-width: 0;
  }

  .error-main {
    min-height: calc(100vh - 90px);
    margin: 0 6px 6px;
    padding: 62px 18px;
  }

  .error-code {
    font-size: 310px;
    right: -40px;
    bottom: 8%;
  }

  .error-route {
    width: 95%;
    top: 58%;
  }

  .error-actions .button {
    width: 100%;
  }
}

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

  .inner-page *,
  .inner-page *::before,
  .inner-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
