:root {
  --blue: #0072bc;
  --blue-dark: #00558d;
  --ink: #070707;
  --charcoal: #111;
  --muted: #555;
  --paper: #fff;
  --soft: #f4f4f4;
  --line: #e7e7e7;
  --orange: #f15a24;
  --yellow: #f7c600;
  --green: #7ac143;
  --max: 1200px;
  --wide: 1600px
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55
}
a {
  color: inherit;
  text-decoration: none
}
img {
  display: block;
  max-width: 100%
}
.contact-email-art {
	width: 300px;
	height: auto;
}
.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto
}
.wide-container {
  width: min(var(--wide), calc(100% - 48px));
  margin-inline: auto
}
.section {
  padding: clamp(74px, 8vw, 130px) 0
}
.menu-toggle {
  position: fixed;
  opacity: 0;
  pointer-events: none
}
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 70px);
  background: linear-gradient(90deg, #19313b 0%, #1c3642 18%, #254556 34%, #345779 50%, #48679a 66%, #2d78b2 84%, #0072bc 100%);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em
}
.brand-logo {
  display: block;
  width: clamp(160px, 20vw, 260px);
  height: auto
}
.brand-mark {
  display: none
}
.brand-text {
  display: none
}
.menu-button {
  z-index: 100;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--paper);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-left: 54px;
  min-height: 42px
}
.menu-button::before, .menu-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, box-shadow .2s ease
}
.menu-button::before {
  transform: translateY(-50%);
  box-shadow: 0 9px 0 currentColor, 0 -9px 0 currentColor
}
.menu-button::after {
  transform: translateY(-50%);
  opacity: 0
}
.menu-close {
  display: none
}
.menu-toggle:checked ~ .site-header .menu-open {
  display: none
}
.menu-toggle:checked ~ .site-header .menu-close {
  display: inline
}
.menu-toggle:checked ~ .site-header .menu-button {
  color: #fff
}
.menu-toggle:checked ~ .site-header .menu-button::before {
  box-shadow: none;
  transform: translateY(-50%) rotate(45deg)
}
.menu-toggle:checked ~ .site-header .menu-button::after {
  opacity: 1;
  transform: translateY(-50%) rotate(-45deg)
}
.nav-panel {
  position: fixed;
  inset: 0;
  background: rgba(0, 114, 188, .97);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: .22s ease
}
.nav-panel a {
  color: #fff;
  font-size: clamp(52px, 10vw, 126px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.09em
}
.nav-panel a:hover {
  color: #fff200
}
.menu-toggle:checked ~ .site-header .nav-panel {
  opacity: 1;
  visibility: visible
}
.hero {
  padding: clamp(52px, 7vw, 105px) 0 0
}
.hero-home {
  min-height: clamp(560px, 58vw, 844px);
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: #111 url(../assets/home-hero-montage-gallery-2000x844-1.webp) left/cover no-repeat;
  overflow: hidden
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .64) 38%, rgba(0, 0, 0, .18) 70%, rgba(0, 0, 0, .06) 100%)
}
.hero-copy {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 1
}
.hero-home .hero-copy {
  padding: clamp(80px, 8vw, 140px) 0;
  color: #fff
}
.hero-home h1, .hero-home h2, .hero-home p {
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .55)
}
.eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: clamp(42px, 7vw, 86px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.075em
}
.small-eyebrow {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .21em
}
.hero h1, .page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.085em
}
.hero h2 {
  margin: 0 0 18px;
  font-size: clamp(25px, 3.7vw, 48px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.04em
}
.hero p, .lead {
  margin: 0;
  max-width: 860px;
  color: #343434;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.35
}
.hero-home p, .hero-home .lead {
  color: #fff
}
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 13px;
  line-height: 1;
  padding: 17px 34px;
  border: 2px solid currentColor;
  min-width: 132px;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease
}
.button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px)
}
.button-dark {
  background: transparent;
  color: #000;
  border-color: #000
}
.button-dark:hover {
  background: #000;
  color: #fff;
  border-color: #000
}
.button-ghost {
  background: transparent;
  color: #000;
  border-color: #000
}
.button-light {
  background: transparent;
  color: #fff;
  border-color: #fff
}
.button-light:hover {
  background: #fff;
  color: #000;
  border-color: #fff
}
.blue-band .button-light:hover, .black-section .button-light:hover {
  background: #fff;
  color: #000;
  border-color: #fff
}
.hero-montage {
  margin-top: clamp(44px, 6vw, 80px);
  width: 100%;
  background: #000
}
.hero-montage img {
  width: 100%;
  height: auto
}
.two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 7vw, 96px);
  align-items: start
}
.intro-copy p, .rich-copy p, .centered p, .cta-grid p, .section-heading p {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.43;
  color: #303030;
  margin: 0 0 22px
}
.intro-copy .eyebrow, .section-heading .eyebrow, .centered .eyebrow, .cta-grid .eyebrow, .rich-copy .eyebrow, .contact-copy .eyebrow {
  font-size: clamp(72px, 6vw, 96px);
  color: #000
}
.intro-copy .button {
  margin-top: 8px
}
.media-panel {
  min-height: 480px;
  background: #ddd;
  overflow: hidden
}
.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.blue-band {
  background: var(--blue);
  color: #fff
}
.blue-band .eyebrow, .blue-band .small-eyebrow, .blue-band p {
  color: #fff
}
.centered {
  text-align: center
}
.narrow {
  width: min(950px, calc(100% - 48px));
  margin-inline: auto
}
.feature-title {
  font-size: clamp(22px, 6vw, 62px);
  line-height: .94;
  letter-spacing: -.07em;
  margin: 0 0 24px;
  font-weight: 950
}
.process {
  background: #fff
}
.section-heading {
  margin-bottom: 42px
}
.cards {
  display: grid;
  gap: 22px
}
.cards.four {
  grid-template-columns: repeat(4, 1fr)
}
.card {
  padding: 30px 25px;
  border: 1px solid var(--line);
  background: #fff;
  min-height: 270px
}
.icon {
  font-size: 42px;
  color: var(--blue);
  display: block;
  margin-bottom: 20px
}
.card h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 13px;
  font-weight: 600;
}
.card p {
  font-size: 16px;
  line-height: 1.45;
  color: #444;
  margin: 0
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center
}
.cta-grid h2, .contact-preview h2 {
  font-size: clamp(38px, 5vw, 74px);
  line-height: .94;
  letter-spacing: -.07em;
  margin: 0 0 18px
}
.black-section {
  background: #050505;
  color: #fff
}
.black-section .eyebrow, .black-section p {
  color: #fff
}
.page-hero {
  padding: clamp(58px, 8vw, 118px) 0;
  background: #fff
}
.page-hero .small-eyebrow {
  color: var(--white)
}
.about-hero {
  min-height: clamp(500px, 43vw, 726px);
  position: relative;
  display: flex;
  align-items: center;
  background: #111 url(../assets/about-banner-1795x726-1.webp) center/cover no-repeat;
  overflow: hidden
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .13) 40%, rgba(0, 0, 0, .02) 70%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none
}
.about-hero-copy {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100% - 48px));
  margin-left: clamp(24px, 7vw, 132px);
  padding: clamp(34px, 5vw, 72px) clamp(26px, 4vw, 54px);
  color: #fff;
  background: rgba(8, 20, 27, .16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-left: 6px solid var(--blue);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18)
}
.about-hero .small-eyebrow {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55)
}
.about-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.085em;
  color: #fff;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .58)
}
.about-hero .lead {
  max-width: 520px;
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .58);
  font-weight: 800
}
.banner-image {
  width: 100%;
  background: #000
}
.banner-image img {
  width: 100%;
  height: auto
}
.about-photo {
  min-height: 530px
}
.about-photo img {
  object-position: center
}
.inspiration-cars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #050505
}
.inspiration-car {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  background: #111
}
.inspiration-car img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform .24s ease, filter .24s ease
}
.inspiration-car::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .72) 100%);
  pointer-events: none
}
.inspiration-car figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 22px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .65)
}
.inspiration-car:hover img {
  transform: scale(1.045);
  filter: contrast(1.04) saturate(1.06)
}
.skill-list {
  columns: 2;
  column-gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0
}
.skill-list li {
  break-inside: avoid;
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
  font-weight: 800
}
.toolbox {
  background: #f5f5f5
}
.portfolio-title {
  padding: clamp(54px, 7vw, 104px) 0 clamp(32px, 4vw, 58px);
  background: #fff
}
.portfolio-title h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 116px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.085em
}
.portfolio-section {
  padding: 0 0 clamp(70px, 8vw, 128px);
  background: #fff
}
.portfolio-gallery {
  width: min(1560px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px
}
.portfolio-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  min-height: 0;
  aspect-ratio: 1/1
}
.portfolio-tile.wide {
  grid-column: span 2;
  aspect-ratio: 2/1
}
.portfolio-tile.tall {
  grid-row: span 2;
  aspect-ratio: 1/2
}
.portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .24s ease, filter .24s ease
}
.portfolio-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid rgba(255, 255, 255, .72);
  transition: border-width .18s ease;
  pointer-events: none
}
.portfolio-tile:hover img {
  transform: scale(1.045);
  filter: contrast(1.03) saturate(1.04)
}
.portfolio-tile:hover::after {
  border-width: 8px
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px
}
.contact-card h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 20px
}
.contact-card form {
  display: grid;
  gap: 16px
}
.contact-card label {
  font-weight: 900
}
.contact-card input, .contact-card textarea {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 7px;
  padding: 14px 15px;
  font: inherit
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0
}
.check-list li {
  padding: 0 0 16px 28px;
  position: relative
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%
}
.social-row {
  display: none
}
.site-footer {
  background: #050505;
  color: #fff;
  padding: clamp(52px, 6vw, 86px) 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(160px, .6fr) minmax(190px, .75fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start
}
.footer-brand {
  max-width: 430px
}
.footer-logo {
  display: inline-block;
  margin-bottom: 22px
}
.footer-logo img {
  width: min(260px, 70vw);
  height: auto
}
.site-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .22em
}
.site-footer p {
  margin: 0;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.6
}
.footer-column nav, .footer-column-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px
}
.site-footer a {
  color: #b8b8b8;
  transition: color .16s ease, transform .16s ease
}
.site-footer a:hover {
  color: #fff;
  transform: translateX(3px)
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: clamp(42px, 5vw, 72px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12)
}
.footer-bottom p {
  font-size: 14px;
  color: #8e8e8e
}
.contact-hero a {
  color: var(--blue)
}
@media (max-width:980px) {
  .about-hero {
    background-position: center
  }
  .about-hero-copy {
    margin-left: 24px;
    width: min(560px, calc(100% - 48px))
  }
  .two-col, .cta-grid, .footer-inner {
    grid-template-columns: 1fr
  }
  .cards.four {
    grid-template-columns: repeat(2, 1fr)
  }
  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px
  }
  .portfolio-tile.wide {
    grid-column: span 2
  }
  .portfolio-tile.tall {
    grid-row: span 1;
    aspect-ratio: 1/1
  }
  .inspiration-cars {
    grid-template-columns: repeat(2, 1fr)
  }
  .footer-inner {
    justify-items: start
  }
  .footer-bottom {
    display: grid;
    gap: 8px
  }
  .hero-copy {
    text-align: left
  }
  .media-panel {
    min-height: auto
  }
  .media-panel img {
    height: auto
  }
  .about-photo img {
    height: auto
  }
  .about-photo {
    min-height: 0
  }
}
@media (max-width:640px) {
  .about-hero {
    min-height: 520px;
    background-position: 62% center
  }
  .about-hero-copy {
    width: calc(100% - 28px);
    margin: 0 14px;
    padding: 28px 22px;
    border-left-width: 4px
  }
  .about-hero h1 {
    font-size: 48px
  }
  .about-hero .lead {
    font-size: 19px
  }
  body {
    font-size: 16px
  }
  .container, .wide-container, .hero-copy, .narrow {
    width: min(100% - 28px, var(--max))
  }
  .site-header {
    height: 78px;
    padding: 0 14px
  }
  .brand-logo {
    width: 170px
  }
  .brand-mark {
    width: 52px;
    height: 52px;
    font-size: 20px
  }
  .brand-text strong {
    font-size: 17px
  }
  .brand-text span {
    font-size: 9px
  }
  .menu-button {
    padding-left: 38px
  }
  .menu-button span {
    display: none
  }
  .menu-button::before, .menu-button::after {
    width: 34px
  }
  .hero h1, .page-hero h1 {
    font-size: 48px
  }
  .eyebrow, .intro-copy .eyebrow, .section-heading .eyebrow, .centered .eyebrow, .cta-grid .eyebrow, .rich-copy .eyebrow, .contact-copy .eyebrow {
    font-size: 40px
  }
  .hero p, .lead, .intro-copy p, .rich-copy p, .centered p, .cta-grid p, .section-heading p {
    font-size: 19px
  }
  .section {
    padding: 62px 0
  }
  .cards.four, .portfolio-gallery, .inspiration-cars {
    grid-template-columns: 1fr
  }
  .portfolio-gallery {
    width: calc(100% - 28px);
    gap: 12px
  }
  .portfolio-tile.wide, .portfolio-tile.tall {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1
  }
  .skill-list {
    columns: 1
  }
  .nav-panel a {
    font-size: 54px
  }
  .footer-column nav, .footer-column-contact {
    gap: 14px
  }
  .footer-logo img {
    width: 210px
  }
}
/* Footer two-column refinements */
.site-footer {
  padding: clamp(42px, 5vw, 70px) 0;
  background: #050505;
  color: #fff
}
.footer-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: clamp(28px, 7vw, 110px);
  align-items: end
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px
}
.footer-logo {
  margin: 0
}
.footer-logo img {
  width: min(250px, 70vw);
  height: auto
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px clamp(30px, 4vw, 58px)
}
.footer-nav a {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  transition: color .16s ease, transform .16s ease
}
.footer-nav a:hover {
  color: #fff;
  transform: translateY(-2px)
}
.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px
}
.footer-copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .05em
}
.footer-note {
  margin: 0;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.4
}
.footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin-top: 6px
}
.footer-contact-links a {
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800
}
.footer-contact-links a:hover {
  color: #fff
}
.footer-inner, .footer-bottom {
  display: none
}
@media (max-width:760px) {
  .footer-two {
    grid-template-columns: 1fr;
    align-items: start
  }
  .footer-left {
    gap: 22px
  }
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 18px 34px
  }
  .footer-right {
    text-align: left;
    align-items: flex-start
  }
  .footer-contact-links {
    justify-content: flex-start
  }
  .footer-copyright {
    font-size: 11px
  }
}
/* v15 footer SSI and back-to-top button */
.site-footer {
  padding: clamp(34px, 4vw, 56px) 0;
  background: #050505;
  color: #fff
}
.footer-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(28px, 7vw, 120px);
  align-items: center
}
.footer-left.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px clamp(42px, 5vw, 78px)
}
.footer-left.footer-nav a {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  transition: color .16s ease, transform .16s ease
}
.footer-left.footer-nav a:hover {
  color: #fff;
  transform: translateY(-2px)
}
.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px
}
.footer-copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .05em
}
.footer-note {
  margin: 0;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.4
}
.footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin-top: 3px
}
.footer-contact-links a {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  transition: color .16s ease
}
.footer-contact-links a:hover {
  color: #fff
}
.scroll-top {
  position: fixed;
  right: clamp(16px, 2.4vw, 34px);
  bottom: clamp(16px, 2.4vw, 34px);
  z-index: 80;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, .56);
  border: 1px solid rgba(255, 255, 255, .18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, background .18s ease, transform .18s ease
}
.scroll-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 14px;
  height: 14px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-50%, -35%) rotate(45deg)
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.scroll-top:hover {
  background: rgba(0, 0, 0, .78);
  transform: translateY(-3px)
}
@media (max-width:760px) {
  .footer-two {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px
  }
  .footer-left.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 20px 42px
  }
  .footer-right {
    text-align: left;
    align-items: flex-start
  }
  .footer-contact-links {
    justify-content: flex-start
  }
  .footer-copyright {
    font-size: 10px
  }
  .scroll-top {
    width: 44px;
    height: 44px
  }
}
/* v16 final footer and right-side scroll-to-top tab */
.site-footer {
  padding: clamp(34px, 4vw, 56px) 0;
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.site-footer .footer-inner, .site-footer .footer-bottom, .site-footer .footer-brand, .site-footer .footer-column {
  display: none !important
}
.footer-two {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(28px, 7vw, 120px);
  align-items: center
}
.footer-left.footer-nav {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px clamp(48px, 6vw, 92px)
}
.footer-left.footer-nav a {
  color: #b8b8b8 !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  transition: color .16s ease, transform .16s ease
}
.footer-left.footer-nav a:hover {
  color: #fff !important;
  transform: translateY(-2px)
}
.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px
}
.footer-copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .05em
}
.footer-note {
  margin: 0;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.4
}
.footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin-top: 3px
}
.footer-contact-links a {
  color: #b8b8b8 !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  transition: color .16s ease
}
.footer-contact-links a:hover {
  color: #fff !important
}
.scroll-top {
  position: fixed;
  right: 0;
  top: 62%;
  bottom: auto;
  z-index: 999;
  width: 46px;
  height: 54px;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(255, 255, 255, .2);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, background .18s ease, transform .18s ease
}
.scroll-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 13px;
  height: 13px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-50%, -35%) rotate(45deg)
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.scroll-top:hover {
  background: rgba(0, 0, 0, .78);
  transform: translateX(-3px)
}
@media (max-width:760px) {
  .footer-two {
    grid-template-columns: 1fr !important;
    align-items: start;
    gap: 28px
  }
  .footer-left.footer-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 20px 42px
  }
  .footer-right {
    text-align: left;
    align-items: flex-start
  }
  .footer-contact-links {
    justify-content: flex-start
  }
  .footer-copyright {
    font-size: 10px
  }
  .scroll-top {
    width: 42px;
    height: 50px;
    top: auto;
    bottom: 24px
  }
}
/* v17 restored branded footer with right-side scroll tab */
.site-footer {
  padding: clamp(42px, 5vw, 70px) 0;
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.site-footer .footer-inner, .site-footer .footer-bottom, .site-footer .footer-brand, .site-footer .footer-column {
  display: none !important
}
.footer-two.footer-branded {
  display: grid !important;
  grid-template-columns: minmax(320px, 1.08fr) minmax(260px, .72fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end
}
.footer-branded .footer-left {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px
}
.footer-branded .footer-logo {
  display: inline-block;
  margin: 0
}
.footer-branded .footer-logo img {
  width: min(248px, 70vw);
  height: auto
}
.footer-branded .footer-nav {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px clamp(44px, 5vw, 82px)
}
.footer-branded .footer-nav a {
  color: #b8b8b8 !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  transition: color .16s ease, transform .16s ease
}
.footer-branded .footer-nav a:hover {
  color: #fff !important;
  transform: translateY(-2px)
}
.footer-branded .footer-right {
  text-align: right;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px
}
.footer-branded .footer-copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .05em
}
.footer-branded .footer-note {
  margin: 0;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.4
}
.footer-branded .footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  margin-top: 3px
}
.footer-branded .footer-contact-links a {
  color: #b8b8b8 !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  transition: color .16s ease
}
.footer-branded .footer-contact-links a:hover {
  color: #fff !important
}
.scroll-top {
  position: fixed;
  right: 0;
  top: 62%;
  bottom: auto;
  z-index: 999;
  width: 46px;
  height: 54px;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(255, 255, 255, .2);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, background .18s ease, transform .18s ease
}
.scroll-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 13px;
  height: 13px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-50%, -35%) rotate(45deg)
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.scroll-top:hover {
  background: rgba(0, 0, 0, .78);
  transform: translateX(-3px)
}
@media (max-width:760px) {
  .footer-two.footer-branded {
    grid-template-columns: 1fr !important;
    align-items: start;
    gap: 30px
  }
  .footer-branded .footer-left {
    gap: 22px
  }
  .footer-branded .footer-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 20px 42px
  }
  .footer-branded .footer-right {
    text-align: left;
    align-items: flex-start
  }
  .footer-branded .footer-contact-links {
    justify-content: flex-start
  }
  .footer-branded .footer-copyright {
    font-size: 10px
  }
  .scroll-top {
    width: 42px;
    height: 50px;
    top: auto;
    bottom: 24px
  }
}
/* v18 pill outline buttons */
.button, .contact-card button.button {
  border-radius: 999px !important;
  background: transparent;
  border: 2px solid currentColor;
  padding: 17px 34px;
  min-height: 48px;
  margin: 0 auto;
}
.button:hover, .contact-card button.button:hover {
  transform: translateY(-0px)
}
.button-dark, .button-ghost {
  background: transparent;
  color: #000;
  border-color: #000
}
.button-dark:hover, .button-ghost:hover {
  background: #000;
  color: #fff;
  border-color: #000
}
.button-light {
  background: transparent;
  color: #fff;
  border-color: #fff
}
.button-light:hover, .blue-band .button-light:hover, .black-section .button-light:hover {
  background: #fff;
  color: #000;
  border-color: #fff
}
@media (max-width:640px) {
  .button, .contact-card button.button {
    width: auto;
    min-width: 148px;
    padding: 16px 30px
  }
} /* v19 about page live-site body match, preserving custom Soft Skills and My Toolbox */
.about-hero-live {
  background-position: center center;
}
.about-hero-live .about-hero-copy {
  max-width: 650px;
}
.about-hero-live h1 {
  font-size: clamp(58px, 7vw, 104px);
}
.about-hero-caption {
  margin: 42px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.45;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .65);
}
.about-resume-live {
  background: #fff;
  padding-top: clamp(76px, 8vw, 130px);
  padding-bottom: clamp(76px, 8vw, 130px);
}
.about-resume-grid {
  display: grid;
  grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}
.about-resume-media {
  position: sticky;
  top: 126px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.about-resume-media img, .inspiration-portrait img {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .16);
}
.about-resume-copy h2, .mindset-title-block h2, .inspiration-live-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(44px, 5.7vw, 86px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.075em;
}
.about-role {
  margin: 10px 0 34px;
  color: var(--blue);
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.035em;
}
.about-resume-copy .eyebrow, .mindset-title-block .eyebrow, .inspiration-live-copy .eyebrow {
  margin-bottom: 18px;
  color: var(--blue);
}
.about-resume-copy p:not(.eyebrow):not(.about-role) {
  color: #1d1d1d;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.72;
}
.mindset-live {
  background: linear-gradient(90deg, #050505 0%, #111 48%, #0072bc 100%);
  color: #fff;
  padding-top: clamp(74px, 8vw, 126px);
  padding-bottom: clamp(74px, 8vw, 126px);
}
.mindset-live-grid {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
}
.mindset-title-block h2 {
  color: #fff;
}
.mindset-title-block .eyebrow {
  color: #74a9ff;
}
.mindset-copy p {
  color: #fff;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.58;
  font-weight: 700;
}
.inspiration-live {
  background: #fff;
  padding-bottom: 0;
}
.inspiration-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 88px);
}
.inspiration-live-copy p:not(.eyebrow) {
  color: #1d1d1d;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.72;
}
.inspiration-portrait {
  margin: 0;
}
.inspiration-car-wrap {
  width: min(var(--wide), calc(100% - 48px));
  padding-bottom: clamp(72px, 8vw, 126px);
}
.inspiration-live .inspiration-cars {
  box-shadow: 0 18px 60px rgba(0, 0, 0, .14);
}
@media (max-width: 920px) {
  .about-resume-grid, .mindset-live-grid, .inspiration-live-grid {
    grid-template-columns: 1fr;
  }
  .about-resume-media {
    position: static;
  }
  .about-resume-media img, .inspiration-portrait img {
    max-width: 620px;
  }
  .mindset-copy p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .about-hero-caption {
    margin-top: 28px;
  }
  .about-resume-copy p:not(.eyebrow):not(.about-role), .inspiration-live-copy p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.66;
  }
}
/* v20 portfolio page: live-site-inspired black full-width gallery and lightbox */
body:has(.work-page) {
  background: #000;
  color: #fff;
}
.work-page {
  background: #000;
  color: #fff;
  min-height: 60vh;
}
.work-page .portfolio-title {
  background: #000;
  padding: 88px clamp(22px, 4vw, 70px) 42px;
  margin: 0;
  text-align: left;
}
.work-page .portfolio-title h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: .92;
  margin: 0;
  font-weight: 900;
  letter-spacing: -.07em;
  text-shadow: none;
}
.work-page .portfolio-section {
  background: #000;
  padding: 0 0 80px;
  margin: 0;
  width: 100%;
}
.work-page .portfolio-gallery {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0;
  background: #000;
}
.work-page .portfolio-tile {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #050505;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: zoom-in;
}
.work-page .portfolio-tile.wide {
  grid-column: span 1;
  aspect-ratio: 1/1;
}
.work-page .portfolio-tile.tall {
  grid-row: span 1;
  aspect-ratio: 1/1;
}
.work-page .portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  transform: scale(1.001);
  transition: opacity .22s ease, transform .35s ease;
}
.work-page .portfolio-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .0);
  opacity: 0;
  transition: opacity .22s ease, background .22s ease;
}
.work-page .portfolio-tile:hover img {
  transform: scale(1.045);
  opacity: .78;
}
.work-page .portfolio-tile:hover::after {
  opacity: 1;
  background: rgba(0, 0, 0, .2);
}
body.lightbox-open {
  overflow: hidden;
}
.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
  padding: clamp(20px, 4vw, 56px);
}
.portfolio-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lightbox-figure {
  margin: 0;
  max-width: min(92vw, 1500px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .7);
}
.lightbox-caption {
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-align: center;
  min-height: 1em;
}
.lightbox-close, .lightbox-arrow {
  appearance: none;
  border: 0;
  background: rgba(0, 0, 0, .42);
  color: #fff;
  position: absolute;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.lightbox-close {
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
}
.lightbox-close::before, .lightbox-close::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
}
.lightbox-close::before {
  transform: rotate(45deg);
}
.lightbox-close::after {
  transform: rotate(-45deg);
}
.lightbox-arrow {
  top: 50%;
  width: 54px;
  height: 74px;
  transform: translateY(-50%);
}
.lightbox-prev {
  left: 18px;
}
.lightbox-next {
  right: 18px;
}
.lightbox-arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.lightbox-prev::before {
  transform: rotate(-45deg);
  margin-left: 7px;
}
.lightbox-next::before {
  transform: rotate(135deg);
  margin-right: 7px;
}
.lightbox-close:hover, .lightbox-arrow:hover {
  background: rgba(107, 142, 215, .72);
}
@media (max-width:1100px) {
  .work-page .portfolio-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .work-page .portfolio-title {
    padding-top: 66px;
  }
}
@media (max-width:760px) {
  .work-page .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .work-page .portfolio-title {
    padding: 52px 22px 30px;
  }
  .lightbox-arrow {
    width: 44px;
    height: 60px;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .lightbox-close {
    top: 14px;
    right: 14px;
  }
}
/* v22 live-style contact page: red background, no form */
.contact-page {
  background: #eb1c24;
}
.contact-main {
  background: #eb1c24;
  color: #fff;
}
.live-contact-section {
  min-height: calc(100vh - 96px);
  padding: clamp(76px, 8vw, 142px) 0 clamp(72px, 8vw, 132px);
  background: #eb1c24;
  overflow: hidden;
}
.live-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  gap: clamp(42px, 8vw, 126px);
  align-items: end;
}
.live-contact-copy {
  max-width: 880px;
}
.live-contact-copy h1 {
  margin: 0 0 clamp(14px, 2vw, 22px);
  color: #fff;
  font-size: clamp(62px, 9vw, 138px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.08em;
}
.live-contact-copy .contact-email {
  margin: 0 0 clamp(36px, 5vw, 68px);
  color: #fff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}
.live-contact-copy .contact-email a {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, .45);
  transition: border-color .16s ease, opacity .16s ease;
}
.live-contact-copy .contact-email a:hover {
  border-bottom-color: #fff;
  opacity: .86;
}
.live-contact-copy p {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.48;
  font-weight: 500;
}
.live-contact-copy h2 {
  margin: clamp(30px, 4vw, 54px) 0 18px;
  color: #fff;
  font-size: clamp(32px, 4.8vw, 74px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.07em;
}
.contact-reasons {
  margin: 0 0 28px;
  padding-left: 1.25em;
  color: #fff;
}
.contact-reasons li {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(17px, 1.42vw, 21px);
  line-height: 1.45;
}
.contact-reasons strong {
  color: #fff;
  font-weight: 950;
}
.live-contact-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 74px);
  padding-bottom: clamp(8px, 2vw, 28px);
}
.contact-phone-art {
  width: min(520px, 100%);
  height: auto;
}
.contact-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.contact-socials .button {
  min-width: 148px;
  justify-content: center;
  color: #fff;
  border-color: #fff;
}
.contact-socials .button:hover {
  background: #fff;
  color: #eb1c24;
  border-color: #fff;
}
@media (max-width:980px) {
  .live-contact-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .live-contact-side {
    gap: 28px;
  }
  .contact-phone-art {
    width: min(430px, 100%);
  }
  .contact-socials {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width:640px) {
  .live-contact-section {
    padding-top: 64px;
  }
  .live-contact-copy h1 {
    font-size: clamp(54px, 17vw, 86px);
  }
  .live-contact-copy .contact-email {
    font-size: 24px;
  }
}
/* v23 contact refinements: live-site red, centered headline, restored social icons */
.contact-page, .contact-main, .live-contact-section {
  background: #e02b20;
}
.live-contact-copy h1 {
  text-align: center;
  width: 100%;
  color: #fff;
}
.live-contact-copy .contact-email {
  text-align: center;
}
.icon-how {
	width: 5vw;
	margin: 0 auto;
}
.contact-socials {
  flex-direction: row;
  gap: 18px;
}
.social-icon-link {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.social-icon-link svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: currentColor;
}
.social-icon-link:hover, .social-icon-link:focus-visible {
  background: #fff;
  color: #e02b20;
  border-color: #fff;
  transform: translateY(-2px);
}
.contact-socials .button {
  display: none;
}
.contact-socials .button:hover {
  color: #e02b20;
}
@media (max-width:980px) {
  .contact-socials {
    flex-direction: row;
  }
}
@media (max-width:640px) {
  .social-icon-link {
    width: 52px;
    height: 52px;
  }
}
/* v24 contact banner: headline/email span both columns above body content */
.live-contact-banner {
  grid-column: 1 / -1;
  text-align: center;
  color: #fff;
  margin: 0 auto clamp(14px, 2vw, 28px);
  width: 100%;
}
.live-contact-banner h1 {
  margin: 0 0 clamp(14px, 2vw, 22px);
  color: #fff;
  font-size: clamp(62px, 9vw, 138px);
  line-height: .86;
  font-weight: 950;
  letter-spacing: -.08em;
  text-align: center;
}
.live-contact-banner .contact-email {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
  text-align: center;
}
.live-contact-banner .contact-email a {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, .45);
  transition: border-color .16s ease, opacity .16s ease;
}
.live-contact-banner .contact-email a:hover {
  border-bottom-color: #fff;
  opacity: .86;
}
@media (max-width:640px) {
  .live-contact-banner h1 {
    font-size: clamp(54px, 17vw, 86px);
  }
  .live-contact-banner .contact-email {
    font-size: 24px;
  }
}
/* v25 contact side column: keep phone/socials pinned to the top of their column */
.live-contact-grid {
  align-items: start;
}
.live-contact-side {
  align-self: start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  gap: clamp(22px, 3.2vw, 42px);
}
.contact-phone-art {
  margin-top: 0;
  display: block;
}
.contact-socials {
  margin-top: 0;
}
@media (max-width: 980px) {
  .live-contact-side {
    align-items: flex-start;
  }
}