/* EL PASO GRAPHICS — SITE STYLES
   Shared rules for the site, followed by page-specific layouts.
   01 Base  02 Masthead  03 Home  04 Etching  05 Footer  06 Responsive  07 Graphic design  08 Web services  09 Social media  10 About  11 Gallery  12 Laser  13 Contact  14 Errors
*/

/* 01 — Base */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  margin: 0;
  min-width: 320px;
  background: #0b0c0d;
  color: #f3f1ec;
  font: 400 16px/1.65 Arial, Helvetica, sans-serif;
}

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

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

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #cbb273;
  outline-offset: 4px;
}

p {
  color: #b8b6b0;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

h1 {
  font-size: 76px;
}

h2 {
  font-size: 53px;
}

h3 {
  font-size: 26px;
}

h1 em,
h2 em {
  color: #cbb273;
  font-style: normal;
}

h2 span,
h3 span {
  color: #cbb273;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 100px 0;
}

.eyebrow,
.panel-number {
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 22px;
}

.lead {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.7;
}

.section-head {
  max-width: 780px;
  margin-bottom: 45px;
}

.section-head h2 {
  margin-bottom: 18px;
}

.section-head > p:last-child {
  max-width: 620px;
  font-size: 18px;
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 15px;
  z-index: 100;
  padding: 10px;
  background: white;
  color: #0b0c0d;
}

.skip-link:focus {
  top: 15px;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.button {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #b89a5a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.button-gold {
  background: #b89a5a;
  color: #0b0c0d;
}

.button-gold:hover {
  background: #cbb273;
  border-color: #cbb273;
}

.button-outline:hover {
  background: #b89a5a;
  color: #0b0c0d;
}

.text-action,
.inline-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #b89a5a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.text-action:hover,
.inline-link:hover {
  color: #cbb273;
}

/* 02 — Shared masthead */

.utility-bar {
  background: #17191b;
  border-bottom: 1px solid #383632;
}

.utility-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaa8a2;
  font-size: 12px;
}

.utility-inner a:hover {
  color: #cbb273;
}

.site-header {
  background: #0b0c0d;
  border-bottom: 1px solid #383632;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 95px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 68px;
  height: 50px;
  object-fit: contain;
}

.brand-name {
  width: 218px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: #cbb273;
}

.primary-nav .nav-quote {
  padding-left: 20px;
  border-left: 1px solid #806a3e;
  color: #cbb273;
}

.menu-toggle {
  display: none;
}

/* 03 — Homepage */

.home-hero {
  background: #111315;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 60px;
  min-height: 650px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-grid h1 {
  max-width: 680px;
  margin-bottom: 25px;
}

.hero-grid h1 em {
  display: block;
}

.hero-seal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-seal img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.hero-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #806a3e;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.services-section {
  background: #0b0c0d;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #3c372e;
  border: 1px solid #3c372e;
}

.service-panel {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 35px 28px;
  background: #151719;
}

.service-panel:nth-child(2) {
  background: #1b1d1e;
}

.service-panel h3 {
  margin: 32px 0 16px;
}

.service-panel p {
  margin-bottom: 16px;
}

.service-panel ul {
  margin: 0 0 30px;
  padding-left: 18px;
  color: #d5d3ce;
  font-size: 14px;
}

.service-panel .inline-link {
  align-self: flex-start;
  margin-top: auto;
}

.work-section {
  background: #141618;
}

.work-grid,
.unit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-item,
.unit-item {
  min-width: 0;
  margin: 0;
  border: 1px solid #393934;
  background: #0b0c0d;
}

.art-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  padding: 36px;
}

.art-stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.work-item figcaption,
.unit-item figcaption {
  display: block;
  padding: 18px 20px 22px;
  border-top: 1px solid #393934;
}

.work-item figcaption span,
.unit-item figcaption span {
  display: block;
  margin-bottom: 6px;
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.work-item figcaption strong,
.unit-item figcaption strong {
  font-size: 16px;
  line-height: 1.35;
}

.legacy-section {
  background: #1b1d1e;
}

.legacy-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 100px;
}

.legacy-mark {
  display: flex;
  justify-content: center;
}

.legacy-mark img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.legacy-grid p:not(.eyebrow),
.statement-grid p:not(.eyebrow) {
  max-width: 590px;
}

blockquote {
  max-width: 650px;
  margin: 30px 0;
  padding: 5px 0 5px 22px;
  border-left: 2px solid #b89a5a;
  font-size: 21px;
  line-height: 1.5;
}

.about-section {
  background: #0b0c0d;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.about-grid p:not(.eyebrow) {
  font-size: 18px;
}

/* 04 — Etching page */

.etch-hero {
  background: #111315;
  border-bottom: 1px solid #3c372e;
}

.etch-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.etch-hero-grid h1 {
  max-width: 600px;
  margin-bottom: 26px;
}

.etch-hero-grid h1 em {
  display: block;
}

.etch-door-figure {
  min-width: 0;
  margin: 0;
}

.etch-door-figure img {
  width: 100%;
  height: auto;
}

.etch-door-figure figcaption {
  margin-top: 8px;
  color: #aaa8a2;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.photo-figure {
  min-width: 0;
  margin: 0;
}

.photo-link {
  position: relative;
  display: block;
  padding: 12px;
  border: 1px solid #806a3e;
  background: #202224;
  cursor: zoom-in;
}

.photo-link picture,
.photo-link img {
  display: block;
  width: 100%;
}

.photo-link img {
  height: auto;
}

.photo-cue {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 8px 11px;
  background: #0b0c0d;
  color: #f3f1ec;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.photo-link:hover .photo-cue {
  color: #cbb273;
}

.photo-figure figcaption {
  margin-top: 10px;
  color: #aaa8a2;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.capability-section {
  background: #0b0c0d;
}

.capability-list {
  border-top: 1px solid #806a3e;
}

.capability-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 55px;
  padding: 33px 0;
  border-bottom: 1px solid #383632;
}

.capability-list h3 {
  margin-bottom: 12px;
}

.capability-list p {
  max-width: 720px;
  margin-bottom: 0;
}

.unit-section {
  background: #151719;
}

.unit-item .art-stage {
  height: 380px;
}

.statement-section {
  background: #0b0c0d;
}

.statement-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
  align-items: center;
}

.statement-mark {
  display: flex;
  justify-content: center;
}

.statement-mark img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.photo-dialog {
  width: 94vw;
  max-width: 1024px;
  max-height: 94vh;
  margin: auto;
  padding: 14px;
  overflow: auto;
  border: 1px solid #806a3e;
  background: #151719;
  color: #f3f1ec;
}

.photo-dialog::backdrop {
  background: rgba(0, 0, 0, .88);
}

.photo-dialog figure {
  margin: 0;
}

.photo-dialog picture,
.photo-dialog img {
  display: block;
}

.photo-dialog img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  object-fit: contain;
}

.photo-dialog figcaption {
  margin-top: 10px;
  color: #aaa8a2;
  font-size: 13px;
}

.dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #806a3e;
  background: #0b0c0d;
  color: white;
  font-size: 27px;
  cursor: pointer;
}

.dialog-close:hover {
  color: #cbb273;
}

/* 05 — Shared contact and footer */

.contact-band {
  padding: 75px 0;
  background: #1b1d1e;
  border-top: 1px solid #806a3e;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr .65fr;
  align-items: center;
  gap: 60px;
}

.contact-grid h2 {
  margin-bottom: 16px;
}

.contact-grid p:last-child {
  max-width: 640px;
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.contact-actions .button {
  text-align: center;
}

.site-footer {
  padding-top: 65px;
  background: #0b0c0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .65fr 1fr;
  gap: 50px;
  padding-bottom: 55px;
}

.footer-identity img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

.footer-identity p {
  margin-top: 19px;
  font-size: 14px;
}

.site-footer h2 {
  margin-bottom: 15px;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 7px;
}

.site-footer a:hover {
  color: #cbb273;
}

.site-footer address {
  font-style: normal;
  line-height: 1.85;
}

.site-footer address a {
  overflow-wrap: anywhere;
}

.site-footer p {
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 22px;
  border-top: 1px solid #383632;
  color: #aaa8a2;
  font-size: 12px;
}

/* 06 — Responsive */

@media (max-width: 1100px) {
  .brand-mark {
    width: 55px;
  }

  .brand-name {
    width: 175px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a {
    font-size: 12px;
  }

  .primary-nav .nav-quote {
    padding-left: 12px;
  }

  .hero-grid {
    gap: 40px;
  }

  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 46px;
  }
}

@media (max-width: 920px) {
  .header-inner {
    min-height: 78px;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px;
    border: 0;
    background: none;
    color: white;
    cursor: pointer;
  }

  .menu-lines {
    display: grid;
    gap: 5px;
  }

  .menu-lines i {
    display: block;
    width: 21px;
    height: 1px;
    background: currentColor;
  }

  .site-header {
    position: relative;
    z-index: 20;
  }

  .primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 18px 30px 25px;
    border-bottom: 1px solid #806a3e;
    background: #151719;
  }

  .primary-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .primary-nav a {
    padding: 8px 0;
    font-size: 15px;
  }

  .primary-nav .nav-quote {
    margin-top: 5px;
    padding: 13px 0 0;
    border-left: 0;
    border-top: 1px solid #383632;
  }

  .section {
    padding: 75px 0;
  }

  .hero-grid,
  .etch-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-grid {
    padding-top: 75px;
    padding-bottom: 65px;
  }

  .hero-seal img {
    max-width: 340px;
  }

  .etch-hero-grid {
    gap: 40px;
  }

  .photo-figure {
    width: 100%;
    max-width: 600px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-panel {
    min-height: 0;
    padding: 30px;
  }

  .service-panel h3 {
    margin-top: 20px;
  }

  .work-grid,
  .unit-grid {
    gap: 12px;
  }

  .art-stage,
  .unit-item .art-stage {
    height: 260px;
    padding: 22px;
  }

  .legacy-grid,
  .statement-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 50px;
  }

  .about-grid {
    gap: 45px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

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

  .footer-identity {
    grid-column: 1 / -1;
  }

  .footer-identity img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-inner {
    font-size: 11px;
  }

  .brand-mark {
    width: 46px;
    height: 36px;
  }

  .brand-name {
    width: 162px;
  }

  .primary-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 23px;
  }

  .lead {
    font-size: 17px;
  }

  .section {
    padding: 58px 0;
  }

  .hero-grid,
  .etch-hero-grid {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero-seal img {
    max-width: 270px;
  }

  .hero-line {
    gap: 8px;
    font-size: 10px;
    letter-spacing: .04em;
  }

  .work-grid,
  .unit-grid {
    grid-template-columns: 1fr;
  }

  .art-stage,
  .unit-item .art-stage {
    height: 300px;
  }

  .legacy-grid,
  .statement-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .legacy-mark img,
  .statement-mark img {
    max-width: 230px;
  }

  .capability-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-band {
    padding: 55px 0;
  }

  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-identity {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}

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

/* 07 — Graphic design page */

.design-hero {
  padding: 108px 0 100px;
  background: #111315;
  border-bottom: 1px solid #806a3e;
}

.design-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 100px;
}

.design-hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
}

.design-hero h1 em {
  display: block;
}

.design-hero-index {
  padding: 28px 34px 24px;
  border: 1px solid #806a3e;
  background: #1b1d1e;
}

.design-index-heading {
  margin-bottom: 24px;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.design-hero-index > div {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid #454037;
}

.design-hero-index span {
  color: #cbb273;
  font-size: 12px;
  letter-spacing: .1em;
}

.design-hero-index strong {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.design-experience {
  background: #0b0c0d;
}

.design-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.design-case {
  padding: 26px 24px 10px 0;
  border-top: 2px solid #806a3e;
}

.design-case-label {
  margin-bottom: 22px;
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.design-case h3 {
  margin-bottom: 18px;
}

.design-case p:last-child {
  margin-bottom: 0;
}

.design-capabilities {
  background: #1b1d1e;
}

.design-capabilities-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.design-capabilities-intro > p:last-child {
  max-width: 470px;
  font-size: 18px;
}

.design-capability-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 30px;
}

.design-capability-items article {
  padding-top: 20px;
  border-top: 1px solid #806a3e;
}

.design-capability-items h3 {
  margin-bottom: 14px;
  font-size: 23px;
}

.design-capability-items p {
  margin-bottom: 0;
}

.design-work {
  background: #141618;
}

.design-work-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
}

.design-work-grid figure {
  min-width: 0;
  margin: 0;
  border: 1px solid #393934;
  background: #0b0c0d;
}

.design-work-feature {
  grid-row: span 2;
}

.design-work-art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.design-work-feature .design-work-art {
  min-height: 570px;
}

.design-work-small .design-work-art {
  height: 250px;
}

.design-work-art img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 490px;
  object-fit: contain;
}

.design-work-small .design-work-art img {
  max-height: 205px;
}

.design-work-grid figcaption {
  padding: 16px 20px 20px;
  border-top: 1px solid #393934;
}

.design-work-grid figcaption span {
  display: block;
  margin-bottom: 5px;
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.design-work-grid figcaption strong {
  font-size: 16px;
}

.design-bridge {
  background: #0b0c0d;
}

.design-bridge-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.design-bridge-grid > div:last-child > p {
  max-width: 650px;
  font-size: 18px;
}

@media (max-width: 920px) {
  .design-hero {
    padding: 75px 0;
  }

  .design-hero-grid,
  .design-capabilities-grid,
  .design-bridge-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

@media (max-width: 640px) {
  .design-hero {
    padding: 58px 0;
  }

  .design-hero-grid,
  .design-capabilities-grid,
  .design-bridge-grid {
    gap: 32px;
  }

  .design-hero-index {
    padding: 20px 23px 16px;
  }

  .design-hero-index strong {
    font-size: 17px;
  }

  .design-case-grid,
  .design-capability-items,
  .design-work-grid {
    grid-template-columns: 1fr;
  }

  .design-work-feature {
    grid-row: auto;
  }

  .design-work-feature .design-work-art {
    min-height: 320px;
  }

  .design-work-small .design-work-art {
    height: 250px;
  }
}

/* 08 — Web services page */

.web-hero {
  padding: 110px 0 0;
  background: #111315;
}

.web-hero h1 {
  max-width: 940px;
  margin-bottom: 26px;
}

.web-hero h1 em {
  display: block;
}

.web-hero .lead {
  max-width: 470px;
}

.web-hero-body {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
  gap: 45px;
}

.web-hero-preview {
  min-width: 0;
  margin: 0;
}

.web-hero-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.web-hero-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
  padding: 23px 0;
  border-top: 1px solid #806a3e;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.web-hero-line span:nth-child(2) {
  text-align: center;
}

.web-hero-line span:nth-child(3) {
  text-align: right;
}

.web-services-section {
  background: #0b0c0d;
}

.web-service-list {
  border-top: 1px solid #806a3e;
}

.web-service-list article {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  padding: 44px 0;
  border-bottom: 1px solid #383632;
}

.web-service-heading h3 {
  max-width: 400px;
  margin: 20px 0 0;
  font-size: 34px;
}

.web-service-detail p {
  max-width: 630px;
  margin-bottom: 20px;
  font-size: 18px;
}

.web-service-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d5d3ce;
  font-size: 13px;
}

.web-service-detail li::before {
  content: "/ ";
  color: #cbb273;
}

.web-service-detail .inline-link {
  margin-top: 22px;
}

.web-process {
  background: #1b1d1e;
}

.web-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-process-list li {
  padding: 24px 24px 8px;
  border: 1px solid #4a4234;
  background: #151719;
}

.web-process-list li > span {
  display: block;
  margin-bottom: 44px;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.web-process-list h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.web-process-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.web-identity {
  background: #0b0c0d;
}

.web-identity-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 105px;
}

.web-identity-mark {
  display: flex;
  justify-content: center;
  padding: 40px;
  border: 1px solid #383632;
  background: #151719;
}

.web-identity-mark img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.web-identity-grid p:not(.eyebrow) {
  max-width: 640px;
  font-size: 18px;
}

@media (max-width: 920px) {
  .web-hero {
    padding-top: 75px;
  }

  .web-hero-line {
    margin-top: 42px;
  }

  .web-hero-body {
    grid-template-columns: .8fr 1.2fr;
    gap: 25px;
  }

  .web-service-list article {
    gap: 35px;
  }

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

  .web-identity-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .web-identity-mark {
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .web-hero {
    padding-top: 58px;
  }

  .web-hero-line {
    gap: 12px;
    margin-top: 58px;
    font-size: 10px;
    letter-spacing: .04em;
  }

  .web-hero-body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .web-hero-preview {
    order: -1;
  }

  .web-service-list article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 0;
  }

  .web-service-heading h3 {
    margin-top: 14px;
    font-size: 27px;
  }

  .web-service-detail p {
    font-size: 16px;
  }

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

  .web-process-list li > span {
    margin-bottom: 20px;
  }

  .web-identity-mark {
    max-width: 100%;
  }
}

/* 09 — Social media page */

.social-hero {
  padding: 42px 0 80px;
  background: #111315;
  border-bottom: 1px solid #806a3e;
}

.social-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 62px;
  padding: 0;
  list-style: none;
  color: #aaa8a2;
  font-size: 12px;
}

.social-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #806a3e;
}

.social-breadcrumb a:hover,
.social-breadcrumb [aria-current="page"] {
  color: #cbb273;
}

.social-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 35px;
}

.social-hero h1 {
  max-width: 620px;
  margin-bottom: 27px;
  font-size: 66px;
}

.social-hero h1 em {
  display: block;
}

.social-hero .lead {
  max-width: 565px;
}

.social-hero-art {
  min-width: 0;
  margin: 0;
}

.social-hero-art img {
  width: 100%;
  height: auto;
}

.social-services {
  background: #0b0c0d;
}

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

.social-service-grid article {
  position: relative;
  min-height: 250px;
  padding: 35px 38px;
  border: 1px solid #3c372e;
  background: #151719;
}

.social-service-number {
  display: block;
  margin-bottom: 30px;
  color: #cbb273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
}

.social-service-grid h3 {
  margin-bottom: 14px;
}

.social-service-grid p {
  max-width: 510px;
  margin-bottom: 0;
}

.social-content {
  background: #1b1d1e;
}

.social-content-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.social-content-grid > div > p:last-child {
  max-width: 550px;
  font-size: 18px;
}

.social-content-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #806a3e;
  list-style: none;
}

.social-content-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid #454037;
}

.social-content-list span {
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.social-content-list strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.social-connected {
  background: #0b0c0d;
}

.social-connected-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.social-connected-grid > div:last-child > p {
  max-width: 660px;
  font-size: 18px;
}

.social-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
  margin-top: 30px;
}

@media (max-width: 920px) {
  .social-hero-grid,
  .social-content-grid,
  .social-connected-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .social-hero h1 {
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  .social-hero {
    padding: 28px 0 58px;
  }

  .social-breadcrumb ol {
    margin-bottom: 42px;
  }

  .social-hero-grid,
  .social-content-grid,
  .social-connected-grid {
    gap: 28px;
  }

  .social-hero h1 {
    font-size: 48px;
  }

  .social-service-grid {
    grid-template-columns: 1fr;
  }

  .social-service-grid article {
    min-height: 0;
    padding: 28px 25px;
  }

  .social-service-number {
    margin-bottom: 18px;
  }

  .social-content-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* 10 — About page */

.company-hero {
  padding: 90px 0;
  background: #111315;
  border-bottom: 1px solid #806a3e;
}

.company-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 90px;
}

.company-hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
}

.company-hero h1 em {
  display: block;
}

.company-hero-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 30px 35px;
  border: 1px solid #806a3e;
  background: #1b1d1e;
  text-align: center;
}

.company-hero-mark img {
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-bottom: 28px;
}

.company-founded {
  color: #f3f1ec;
  font-size: 78px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.07em;
}

.company-founded-label,
.company-mark-footer {
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.company-founded-label {
  margin-top: 12px;
}

.company-mark-line {
  width: 100%;
  height: 1px;
  margin: 36px 0 24px;
  background: #806a3e;
}

.company-story {
  background: #0b0c0d;
}

.company-story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.company-story-grid > div:last-child p {
  max-width: 630px;
  font-size: 18px;
}

.company-work {
  background: #151719;
}

.company-work-list {
  border-top: 1px solid #806a3e;
}

.company-work-list article {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  padding: 45px 0;
  border-bottom: 1px solid #454037;
}

.company-work-label span {
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.company-work-label h3 {
  max-width: 400px;
  margin-top: 22px;
  font-size: 31px;
}

.company-work-detail > p {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 18px;
}

.company-work-detail blockquote {
  margin-bottom: 0;
  font-size: 19px;
}

.company-range {
  background: #0b0c0d;
}

.company-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.company-range-grid article {
  display: flex;
  flex-direction: column;
  min-height: 335px;
  padding: 30px 27px;
  border: 1px solid #3c372e;
  background: #1b1d1e;
}

.company-range-grid article > span {
  color: #cbb273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.company-range-grid h3 {
  margin: 28px 0 16px;
  font-size: 25px;
}

.company-range-grid p {
  margin-bottom: 28px;
}

.company-range-grid .inline-link {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 920px) {
  .company-hero-grid,
  .company-story-grid,
  .company-work-list article {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .company-hero-mark {
    max-width: 500px;
  }

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

@media (max-width: 640px) {
  .company-hero {
    padding: 58px 0;
  }

  .company-hero-grid,
  .company-story-grid,
  .company-work-list article {
    gap: 30px;
  }

  .company-hero-mark {
    padding: 30px 24px 25px;
  }

  .company-hero-mark img {
    max-width: 220px;
  }

  .company-founded {
    font-size: 65px;
  }

  .company-work-label h3 {
    font-size: 26px;
  }

  .company-range-grid {
    grid-template-columns: 1fr;
  }

  .company-range-grid article {
    min-height: 0;
  }
}

/* 11 — Gallery */

.gallery-home-link { margin: 28px 0 0; }

.gallery-hero {
  padding: 110px 0 95px;
  background: #181b1d;
  border-bottom: 1px solid #3c372e;
}

.gallery-hero h1 { max-width: 890px; margin-bottom: 25px; }
.gallery-hero .lead { max-width: 730px; margin-bottom: 0; }
.gallery-section { background: #0f1112; }
.gallery-filter-head { display: grid; grid-template-columns: 1fr 1.25fr; gap: 50px; align-items: end; margin-bottom: 40px; }
.gallery-filter-head h2 { margin-bottom: 0; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.gallery-filters button {
  padding: 8px 0 7px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: #b8b6b0;
  font-size: 13px;
  cursor: pointer;
}
.gallery-filters button:hover, .gallery-filters button[aria-pressed="true"] { border-bottom-color: #cbb273; color: #f3f1ec; }
.gallery-feature { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(285px, .6fr); background: #1b1d1e; border: 1px solid #444037; margin-bottom: 28px; scroll-margin-top: 25px; }
.gallery-feature-stage { min-height: 430px; display: grid; place-items: center; padding: 30px; background: #30302d; }
.gallery-feature-stage picture { display: grid; place-items: center; width: 100%; height: 100%; }
.gallery-feature-stage img { width: 100%; height: 100%; max-height: 610px; object-fit: contain; }
.gallery-feature-info { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 45px 38px; }
.gallery-feature-info h3 { margin-bottom: 20px; font-size: 32px; }
.gallery-feature-info > p:not(.eyebrow) { font-size: 16px; }
.gallery-feature-info .gallery-count { margin-top: 12px; font-size: 13px; color: #cbb273; }
.gallery-controls { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 25px; }
.gallery-controls button { padding: 10px 14px; border: 1px solid #806a3e; background: transparent; color: #f3f1ec; font-size: 13px; cursor: pointer; }
.gallery-controls button:hover { background: #b89a5a; color: #0b0c0d; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gallery-card { min-width: 0; border: 1px solid #383632; background: #1b1d1e; }
.gallery-card.is-selected { border-color: #cbb273; }
.gallery-thumb { display: grid; place-items: center; height: 215px; padding: 17px; background: #30302d; overflow: hidden; }
.gallery-thumb:hover { background: #41403a; }
.gallery-thumb img, .gallery-thumb picture { width: 100%; height: 100%; object-fit: contain; }
.gallery-card figcaption { display: flex; flex-direction: column; gap: 8px; padding: 18px; }
.gallery-card figcaption span, .gallery-card figcaption small { color: #cbb273; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.gallery-card figcaption strong { font-size: 16px; line-height: 1.25; }
.gallery-card figcaption small { margin-top: auto; color: #aaa8a2; }
.gallery-empty { padding: 60px 35px; margin-bottom: 25px; border: 1px solid #51483a; background: #1b1d1e; }
.gallery-empty h3 { margin-bottom: 12px; }
.gallery-empty p { margin-bottom: 0; }
.gallery-feature[hidden], .gallery-card[hidden], .gallery-empty[hidden] { display: none; }
.gallery-areas { background: #191b1c; }
.gallery-areas-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #48433a; border: 1px solid #48433a; }
.gallery-areas-grid article { padding: 28px 30px; background: #191b1c; }
.gallery-areas-grid h3 { margin-bottom: 12px; font-size: 22px; }
.gallery-areas-grid p { margin-bottom: 0; }
.gallery-areas-grid .inline-link { margin-top: 18px; }
.gallery-card figcaption .inline-link { align-self: flex-start; margin-top: 5px; font-size: 11px; }
.gallery-noscript { margin-top: 20px; }
.gallery-dialog { width: min(1000px, calc(100% - 30px)); max-height: calc(100% - 30px); padding: 0; border: 1px solid #806a3e; background: #191b1c; color: #f3f1ec; }
.gallery-dialog::backdrop { background: rgb(0 0 0 / .87); }
.gallery-dialog-inner { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 0; padding: 35px 35px 15px; }
.gallery-dialog img { max-height: calc(100vh - 175px); width: auto; height: auto; object-fit: contain; }
.gallery-dialog-close { position: absolute; top: 7px; right: 13px; padding: 0 8px; border: 0; background: #191b1c; color: #f3f1ec; font-size: 30px; cursor: pointer; }
.gallery-dialog-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; align-self: stretch; padding-top: 12px; }
.gallery-dialog-bottom p { margin: 0; }
.gallery-dialog-bottom .gallery-controls { margin: 0; }

@media (max-width: 1050px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-feature { grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); }
}

@media (max-width: 920px) {
  .gallery-filter-head, .gallery-feature { grid-template-columns: 1fr; }
  .gallery-filter-head { gap: 24px; }
  .gallery-feature-stage { min-height: 350px; }
  .gallery-feature-info { padding: 32px; }
}

@media (max-width: 640px) {
  .gallery-hero { padding: 70px 0; }
  .gallery-grid, .gallery-areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { gap: 12px; }
  .gallery-thumb { height: 155px; padding: 10px; }
  .gallery-card figcaption { padding: 13px; }
  .gallery-feature-stage { min-height: 270px; padding: 18px; }
  .gallery-areas-grid { grid-template-columns: 1fr; }
  .gallery-dialog-inner { padding: 34px 16px 14px; }
  .gallery-dialog-bottom { flex-direction: column; align-items: flex-start; }
}

/* 12 — Laser cutting and engraving */

.laser-hero {
  background: #111315;
  border-bottom: 1px solid #3c372e;
}

.laser-hero-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 55px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.laser-hero h1 { max-width: 600px; margin-bottom: 27px; }
.laser-hero h1 em { display: block; }
.laser-hero-copy .lead { max-width: 540px; }
.laser-hero-art { min-width: 0; }
.laser-hero-art img { width: 100%; height: auto; border: 1px solid #504b3e; }
.laser-hero-art figcaption, .laser-vector figcaption {
  margin-top: 9px;
  color: #aaa8a2;
  font-size: 12px;
  letter-spacing: .04em;
}

.laser-story { background: #e3d8bf; color: #20201d; }
.laser-story p { color: #45433e; }
.laser-story .eyebrow { color: #68512b; }
.laser-story h2 { max-width: 670px; margin-bottom: 30px; }
.laser-story h2 span { color: #816337; }
.laser-story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 105px; align-items: center; }
.laser-story-grid > div:first-child > p:not(.eyebrow) { max-width: 690px; font-size: 17px; }
.laser-story-grid .laser-story-lead { font-size: 20px !important; line-height: 1.5; }
.laser-facts { border-top: 1px solid #a69475; }
.laser-facts div { padding: 23px 0; border-bottom: 1px solid #a69475; }
.laser-facts span { display: block; margin-bottom: 8px; color: #6d5631; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.laser-facts strong { display: block; font-size: 19px; line-height: 1.3; }

.laser-artwork { background: #191b1c; }
.laser-artwork-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.laser-vector { padding: 35px; border: 1px solid #4c4334; background: #e8e1d0; }
.laser-vector img { width: 100%; height: 440px; object-fit: contain; }
.laser-vector figcaption { margin-bottom: 0; color: #47443e; }
.laser-artwork-grid h2 { max-width: 630px; margin-bottom: 28px; }
.laser-artwork-grid > div > p:not(.eyebrow) { max-width: 650px; font-size: 18px; }
.laser-artwork-grid .inline-link { margin-top: 15px; }

.laser-services { background: #0e1011; }
.laser-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.laser-services-grid article { min-height: 260px; padding: 34px; border: 1px solid #453e31; background: #1c1e1f; }
.laser-services-grid h3 { margin: 27px 0 16px; }
.laser-services-grid p { max-width: 470px; margin-bottom: 0; }

@media (max-width: 920px) {
  .laser-hero-grid, .laser-story-grid, .laser-artwork-grid { grid-template-columns: 1fr; gap: 45px; }
  .laser-hero-art { max-width: 710px; }
  .laser-vector { max-width: 550px; }
}

@media (max-width: 640px) {
  .laser-hero-grid { padding-top: 55px; padding-bottom: 55px; gap: 35px; }
  .laser-story-grid, .laser-artwork-grid { gap: 34px; }
  .laser-vector { padding: 22px; }
  .laser-vector img { height: 350px; }
  .laser-services-grid { grid-template-columns: 1fr; }
  .laser-services-grid article { min-height: 0; padding: 27px; }
}

/* 13 — Complete navigation and contact page */

/* The complete nav uses a second row. The balanced masthead pairs the logo
   with location and phone above it. */
.header-inner { flex-wrap: wrap; }
.utility-bar--mobile { display: none; }
.site-header--balanced .header-inner { row-gap: 0; padding-top: 16px; }
.header-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; margin-left: auto; text-align: right; }
.header-meta span { color: #aaa8a2; font-size: 12px; letter-spacing: .04em; }
.header-meta a { color: #f3f1ec; font-size: 20px; font-weight: 700; line-height: 1.25; }
.header-meta a:hover { color: #cbb273; }
.primary-nav--complete {
  flex: 0 0 100%;
  justify-content: space-between;
  gap: 12px;
  margin-top: -13px;
  padding: 13px 0 15px;
  border-top: 1px solid #383632;
}
.primary-nav--complete a { font-size: 12px; }
.site-header--balanced .primary-nav--complete { margin-top: 16px; }

.contact-page-hero { padding: 95px 0; background: #181b1d; border-bottom: 1px solid #514838; }
.contact-page-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 85px; }
.contact-page-grid h1 { max-width: 700px; margin-bottom: 29px; }
.contact-page-grid h1 em { display: block; }
.contact-page-grid .lead { max-width: 600px; }
.contact-page-note { max-width: 525px; margin: 31px 0 0; padding-left: 20px; border-left: 2px solid #cbb273; font-size: 16px; }
.contact-direct { border-top: 1px solid #806a3e; }
.contact-direct-card { padding: 32px 32px 36px; border: 1px solid #584d3a; border-top: 0; background: #212324; }
.contact-direct-card h2 { margin: 22px 0 13px; font-size: 28px; }
.contact-direct-card p { max-width: 450px; margin-bottom: 22px; }
.contact-direct-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #cbb273; color: #f3f1ec; font-size: 18px; font-weight: 700; overflow-wrap: anywhere; }
.contact-direct-link:hover { color: #cbb273; }
.contact-direct-link span { color: #cbb273; }

.contact-project { background: #e3d8bf; color: #20201d; }
.contact-project-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-project .eyebrow { color: #6d5631; }
.contact-project h2 { max-width: 480px; margin-bottom: 25px; }
.contact-project h2 span { color: #816337; }
.contact-project p { color: #45433e; font-size: 18px; }
.contact-project-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #a69475; }
.contact-project-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #a69475; }
.contact-project-list li > span { color: #80643b; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.contact-project-list strong { font-size: 22px; }
.contact-project-list p { margin: 8px 0 0; font-size: 16px; }

.contact-location { background: #101213; }
.contact-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-location h2 { max-width: 510px; margin-bottom: 35px; }
.contact-location address { padding-left: 20px; border-left: 2px solid #cbb273; font-size: 20px; font-style: normal; line-height: 1.7; }
.contact-hours { padding-top: 43px; }
.contact-hours h3 { margin-bottom: 25px; font-size: 24px; }
.contact-hours dl { max-width: 480px; margin: 0 0 27px; border-top: 1px solid #514838; }
.contact-hours dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; border-bottom: 1px solid #514838; }
.contact-hours dt { color: #b8b6b0; }
.contact-hours dd { margin: 0; font-weight: 700; }

@media (max-width: 1100px) and (min-width: 921px) {
  .primary-nav--complete { gap: 8px; }
  .primary-nav--complete a { font-size: 11px; }
}

@media (max-width: 920px) {
  .utility-bar--mobile { display: block; }
  .site-header--balanced .header-inner { padding-top: 0; }
  .header-meta { display: none; }
  .site-header--balanced .primary-nav--complete { margin-top: 0; }
  .primary-nav--complete {
    flex: none;
    margin-top: 0;
    padding: 18px 30px 25px;
    border-top: 0;
  }
  .primary-nav--complete a { padding: 8px 0; font-size: 15px; }
  .contact-page-hero { padding: 75px 0; }
  .contact-page-grid, .contact-project-grid, .contact-location-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-direct { max-width: 690px; }
  .contact-hours { padding-top: 0; }
}

@media (max-width: 640px) {
  .contact-page-hero { padding: 56px 0; }
  .contact-page-grid, .contact-project-grid, .contact-location-grid { gap: 35px; }
  .contact-direct-card { padding: 26px 21px 30px; }
  .contact-direct-link { font-size: 15px; }
  .contact-project-list li { grid-template-columns: 32px 1fr; gap: 12px; }
  .contact-project-list strong { font-size: 19px; }
  .contact-location address { font-size: 18px; }
}

/* 14 — Error pages */

.error-hero { padding: 95px 0; background: #151819; border-bottom: 1px solid #514838; }
.error-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.error-grid h1 { max-width: 680px; margin-bottom: 27px; }
.error-grid h1 em { display: block; }
.error-grid .lead { max-width: 610px; }
.error-illustration { position: relative; width: min(100%, 430px); margin: auto; }
.error-illustration img { width: 100%; height: auto; opacity: .22; }
.error-illustration span { position: absolute; top: 50%; left: 50%; color: #cbb273; font-size: clamp(105px, 12vw, 170px); font-weight: 700; line-height: 1; letter-spacing: -.09em; transform: translate(-50%, -50%); }
.error-links { background: #1b1d1e; }
.error-links h2 { margin-bottom: 38px; }
.error-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.error-link-grid a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 26px; border: 1px solid #514838; font-size: 17px; font-weight: 700; }
.error-link-grid a:hover { border-color: #cbb273; color: #cbb273; }
.error-help > p:last-child { max-width: 690px; margin-bottom: 0; font-size: 19px; }
.error-help > p:last-child a { color: #e1c480; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }

@media (max-width: 920px) {
  .error-grid { grid-template-columns: 1fr; gap: 25px; }
  .error-hero { padding: 75px 0; }
  .error-illustration { display: none; }
}

@media (max-width: 640px) {
  .error-hero { padding: 58px 0; }
  .error-link-grid { grid-template-columns: 1fr; }
  .error-link-grid a { padding: 19px 20px; }
}
