:root {
  color-scheme: dark;
  --ink: #002C5B;
  --charcoal: #0b2d59;
  --panel: #113f73;
  --panel-soft: #1c4d84;
  --steel: #edf4ff;
  --silver: #f6f9ff;
  --muted: #c4d5ef;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.26);
  --gold: #FC6A20;
  --gold-bright: #FF8A4C;
  --gold-deep: #D95512;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --shadow: 0 28px 90px rgba(0, 44, 91, 0.32);
  --radius: 8px;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
.hero aside.hero-panel {
    display: none;
}
body {
  min-width: 320px;
  margin: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    linear-gradient(180deg, rgba(252, 106, 32, 0.06), transparent 18rem),
    var(--ink);
  color: var(--silver);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  animation: bodyIn 560ms var(--ease-soft) both;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(252, 106, 32, 0.18), transparent 28rem),
    rgba(0, 44, 91, 0.94);
  animation: pageCurtain 720ms var(--ease-soft) forwards;
}
.logo_con {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #dbc77c;
    font-weight: 600; font-family: "Poppins", sans-serif;
}
.logo_con br{display: none;}
body.menu-open {
  overflow: hidden;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.2em;
  height: 1.2em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

a {
  color: #0e3766;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--serif);
  letter-spacing: 0;
  overflow-wrap: break-word;
}

:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong,
  b,
  label,
  span[style*="font-weight"],
  .brand__mark,
  .nav-cta,
  .mega-menu__intro span,
  .mega-menu__intro a,
  .mega-menu__all,
  .mega-column__title,
  .breadcrumbs,
  .eyebrow,
  .btn,
  .metal-card span,
  .text-link,
  .testimonial-card > span,
  .process-step span,
  .portfolio-card span,
  .mini-metrics span,
  .section-note,
  .compare__label,
  .gallery-item span,
  .finish-row__number,
  .finish-row__title,
  .faq-item button,
  .contact-list span,
  .form-status,
  .footer__cta,
  .footer__title,
  .lightbox figcaption,
  .service-group__heading span
) {
  font-family: var(--serif);
}

p,
a,
span,
strong,
button,
label {
  overflow-wrap: break-word;
}

button {
  border: 0;
  cursor: pointer;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  min-width: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: #002c5b;
  color: var(--white);
  transition:
    background 420ms var(--ease-soft),
    border-color 420ms var(--ease-soft),
    box-shadow 420ms var(--ease-soft),
    transform 420ms var(--ease-soft);
  will-change: background, transform;
}

.site-header.is-scrolled {
  background: #002c5b;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(0, 44, 91, 0.18);
  backdrop-filter: blur(18px);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.85rem;
}

.topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.topbar a {
  transition: color 260ms ease; color: #fff;
}

.topbar a:hover {
  color: var(--white);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
a.nav-cta:hover {
    color: #fff !important;
    background: #fc6a20;
    border-color: #fc6a20;
}
.brand__mark {
  width: 100px;
  height: 100px;  transition: all 0.5s ease-in-out;
}

.brand__mark img {
  width: 100%;
}
.brand__text {
  display: grid;
  line-height: 1.15;
  min-width: 0;
}

.brand__text strong {
  font-size: 0.96rem;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 22px;
  color: var(--white);
  font-size: 16px;
  min-width: 0;
}

.nav-menu > a,
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 260ms ease; font-weight: 500;
}
.nav-menu > a:not(.nav-cta), .nav-item, .nav-link {
    height: auto;
    min-height: auto; color: #fff;
}

.nav-link {
  gap: 6px;
  padding: 0;
  background: transparent;
  color: inherit;
}
.is-scrolled .topbar {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.nav-menu > a:not(.nav-cta)::after,
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 320ms var(--ease-soft);
}
.is-scrolled .brand__mark {
    width: 85px;
    height: 85px;
}

.nav-menu > a:hover,
.nav-link:hover,
.nav-item--mega.is-mega-open .nav-link {
  color: var(--white);
}

.nav-menu > a:hover::after,
.nav-link:hover::after,
.nav-item--mega.is-mega-open .nav-link::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 42px;
  align-self: center;
  padding: 0 17px;
  border: 1px solid rgba(215, 182, 106, 0.55);
  border-radius: var(--radius);
  background: rgba(215, 182, 106, 0.12);
  color: var(--white);
  transition:
    color 260ms ease,
    background 320ms var(--ease-soft),
    border-color 320ms var(--ease-soft),
    transform 320ms var(--ease-soft);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(215, 182, 106, 0.16);
  border-color: rgba(241, 217, 148, 0.72);
}

.nav-item {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.nav-item--mega {
  position: static;
}

.nav-chevron {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 320ms var(--ease-soft);
}

.nav-item--mega.is-mega-open .nav-chevron,
.nav-item--mega:hover .nav-chevron,
.nav-item--mega:focus-within .nav-chevron {
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(calc(100vw - 40px), 1160px);
  padding: 10px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 10px;
  border: 1px solid rgba(227, 232, 232, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.028)),
    rgba(7, 9, 10, 0.94);
  box-shadow: 0 30px 90px rgba(0, 44, 91, 0.34);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 14px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 280ms ease,
    visibility 280ms ease,
    transform 420ms var(--ease-soft);
  will-change: opacity, transform;
}

.mega-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(241, 217, 148, 0.18), transparent) top / 100% 1px no-repeat,
    radial-gradient(circle at 8% 0, rgba(215, 182, 106, 0.18), transparent 18rem);
}

.mega-menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  height: 34px;
}

@media (min-width: 941px) {
  .nav-item--mega:hover .mega-menu,
  .nav-item--mega:focus-within .mega-menu,
  .nav-item--mega.is-mega-open .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
  }
}

.mega-menu__intro,
.mega-column {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.mega-menu__intro {
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(215, 182, 106, 0.14), transparent 50%),
    rgba(255, 255, 255, 0.035);
}

.mega-menu__intro span,
.mega-column__title {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-menu__intro strong {
  display: block;
  margin: 16px 0 26px;
  color: var(--silver);
  font-size: 1.35rem;
  line-height: 1.14;
}

.mega-menu__intro a {
  display: inline-flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(215, 182, 106, 0.5);
  color: var(--gold-bright);
  font-weight: 900;
}

.mega-menu__all {
  display: none;
}

.mega-menu__columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mega-column {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.028);
}

.mega-column__title {
  display: block;
  margin: 0 0 12px;
}

.mega-column a {
  display: block;
  padding: 10px 0;
  color: rgba(238, 242, 243, 0.78);
  line-height: 1.25;
  transition: color 260ms ease, transform 320ms var(--ease-soft);
}

.mega-column a:hover,
.mega-column a:focus-visible,
.mega-menu__intro a:hover,
.mega-menu__intro a:focus-visible {
  color: var(--white);
  transform: translateX(4px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  position: relative;
}

.nav-toggle span {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  background: var(--silver);
  transition: transform 320ms var(--ease-soft), top 320ms var(--ease-soft);
}

.nav-toggle span:first-child {
  top: 17px;
}

.nav-toggle span:last-child {
  top: 27px;
}

.nav-toggle.is-active span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.nav-toggle.is-active span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.section,
.quote-cta {
  padding: 112px 0;
  position: relative;
  scroll-margin-top: 108px;
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 42%),
    linear-gradient(180deg, var(--charcoal), var(--ink));
}

.hero {
    position: relative;
  min-height: 88vh;
  padding: 200px 0 78px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero {
    
  position: relative;
  min-height: 62vh;
  padding: 168px 0 88px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 44, 91, 0.92), rgba(0, 44, 91, 0.74) 44%, rgba(0, 44, 91, 0.32)),
    var(--page-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
  animation: slowZoom 18s var(--ease-soft) forwards;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  top: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 217, 148, 0.56), transparent);
  transform: rotate(-9deg);
  opacity: 0.48;
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) 320px;
  align-items: end;
  gap: 70px;
}

.page-hero__content h1 {
  max-width: 800px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
}

.page-hero__content > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(238, 242, 243, 0.78);
  font-size: 1.14rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(238, 242, 243, 0.68);
  font-size: 0.86rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--gold-bright);
  transition: color 260ms ease;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
}

.hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: slowZoom 18s var(--ease-soft) forwards;
  will-change: transform;
  backface-visibility: hidden;
}

.hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, transparent, rgba(0, 44, 91, 0.48));
  mix-blend-mode: overlay;
  opacity: 0.32;
}

.hero::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  top: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 217, 148, 0.74), transparent);
  transform: rotate(-11deg);
  opacity: 0.55;
  animation: metalSweep 5.8s ease-in-out infinite;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) 320px;
  align-items: end;
  gap: 70px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__title,
h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero__title {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 4rem);
  line-height: 1.11;
  font-weight: 900;
}

.hero__copy {
  max-width: 640px;
  color: rgba(238, 242, 243, 0.78);
  font-size: 1.2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: var(--radius);
  font-weight: 800;
  position: relative;
  overflow: hidden;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition:
    transform 360ms var(--ease-soft),
    border-color 320ms ease,
    background 320ms ease,
    box-shadow 320ms ease;
  will-change: transform;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-115%) skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transition: transform 760ms var(--ease-soft);
}

.btn:hover {
  transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) - 2px), 0);
}

.btn:hover::before {
  transform: translateX(115%) skewX(-20deg);
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(252, 106, 32, 0.22);
}

.btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--silver);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(11, 45, 89, 0.58);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel__line {
  height: 4px;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--silver), transparent);
}

.hero-panel p,
.hero-panel span {
  color: var(--muted);
}

.hero-panel strong {
  display: block;
  margin: 8px 0 14px;
  font-size: 1.45rem;
  line-height: 1.16;
}

.stats-band {
  background: linear-gradient(180deg, #103967, #002C5B);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  min-height: 148px;
  padding: 30px 28px;
  border-left: 1px solid var(--line);
  transition: background 320ms ease, transform 320ms var(--ease);
}

.stat:last-child {
  border-right: 1px solid var(--line);
}

.stat:hover {
  background: rgba(255, 255, 255, 0.035);
  transform: translateY(-3px);
}

.stat strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 2.6rem;
  line-height: 1;
}

.stat span:last-child {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 72px;
}

.split--wide {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.related-services .text-link:hover {
    color: #fff;
}
.section-copy h2,
.section-heading h2,
.quote-cta h2,
.contact-panel h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.8vw, 2.7rem);
  line-height: 1.12;
  font-weight: 900;
}

.section-copy p,
.section-heading p,
.quote-cta p {
  color: var(--muted);
}

.section-copy > p:not(.eyebrow) {
  max-width: 650px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.check-list span {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius); font-size: 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  color: rgba(238, 242, 243, 0.88);
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 16px; top: 21px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 0 18px rgba(252, 106, 32, 0.36);
}

.image-stack {
  position: relative;
  min-height: 560px;
}

.image-stack img,
.showcase__visual img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}

.image-stack img {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.image-stack::before {
  content: "";
  position: absolute;
  inset: 34px -18px -18px 34px;
  border: 1px solid rgba(215, 182, 106, 0.42);
  border-radius: var(--radius);
}

.metal-card {
  position: absolute;
  left: -30px;
  bottom: 28px;
  width: min(310px, calc(100% - 30px));
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 44, 91, 0.72);
  backdrop-filter: blur(20px);
}

.metal-card span {
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metal-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.15;
}
.foot_t_logo {
    display: flex;
    align-items: center;
}
.foot_t_logo p {
    font-size: 28px;
    font-family: var(--serif);
    font-weight: 900;
    color: #fff !important;
    line-height: 1.3;
    width: 100%;
    display: block !important;
}
.brand--footer .brand__mark {
    width: 120px;
    height: 120px; margin: 0 10px 0 -10px;
}
.section-heading {
  margin-bottom: 46px;
  max-width: 915px;
}

.section-heading--between {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}

.section-heading--between h2 {
  max-width: 830px;
}
.nav-menu > a:not(.nav-cta):hover, .nav-link:hover {
    color: #fc6a20 !important;
}
.text-link {
  color: var(--gold-bright);
  font-weight: 800;
  border-bottom: 1px solid rgba(215, 182, 106, 0.5);
  padding-bottom: 6px;
  white-space: nowrap;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card,
.service-card,
.testimonial-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.016)),
    rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition:
    transform 420ms var(--ease-soft),
    border-color 420ms ease,
    box-shadow 420ms ease,
    background 420ms ease;
  will-change: transform;
}

.feature-card::after,
.service-card::after,
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.1), transparent 54%);
  transform: translateX(-110%);
  transition: transform 0.92s var(--ease);
  pointer-events: none;
}

.feature-card:hover::after,
.service-card:hover::after,
.testimonial-card:hover::after {
  transform: translateX(110%);
}

.feature-card:hover,
.service-card:hover,
.testimonial-card:hover {
  border-color: rgba(215, 182, 106, 0.44);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.2);
}

.feature-card {
  min-height: 270px;
  padding: 28px;
}

.icon-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(215, 182, 106, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(241, 217, 148, 0.13), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: var(--gold-bright);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 420ms var(--ease-soft),
    color 420ms ease,
    border-color 420ms ease,
    background 420ms ease;
}

.icon-ring .icon {
  width: 28px;
  height: 28px;
}

.feature-card:hover .icon-ring,
.service-card:hover .icon-ring {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(241, 217, 148, 0.7);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(215, 182, 106, 0.26), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.065);
}

.feature-card > *,
.service-card > *,
.testimonial-card > * {
  position: relative;
  z-index: 1;
}

.testimonial-card > span {
  display: inline-flex;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-card h3,
.service-card h3 {
  margin: 34px 0 14px;
  font-size: 1.24rem;
  line-height: 1.18;
}

.feature-card p,
.service-card p,
.testimonial-card p {
  color: var(--muted);
}

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

.service-card {
  display: block;
  color: inherit;
  min-height: 255px;
  padding: 0px;
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.08), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012)),
    #103967;
}
.service-card > div{
    padding: 0 20px 20px;
}
.service-card h3 {
  margin-top: 32px;
}

.service-grid--related .service-card {
  min-height: 235px;
}

.service-directory {
  background: #002C5B;
}

.service-directory__intro {
  max-width: 880px;
}

.service-group {
  display: grid;
  gap: 22px;
}

.service-group + .service-group {
  margin-top: 62px;
}

.service-group__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(227, 232, 232, 0.16);
}

.service-group__heading h2 {
  margin: 0;
  color: var(--silver);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.04;
}

.service-group__heading .eyebrow {
  margin-bottom: 10px;
}

.service-group__heading > span {
  flex: 0 0 auto;
  border: 1px solid rgba(215, 182, 106, 0.36);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(215, 182, 106, 0.08);
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-content {
  background: #002C5B;
}

.service-detail-grid,
.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 42px;
  align-items: start;
}

.service-body,
.service-highlights,
.process-step,
.portfolio-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.024);
}

.service-body,
.service-highlights {
  padding: 34px;
}

.service-body h2,
.service-highlights h2,
.process-grid h2 {
  margin: 0 0 22px;
  color: var(--silver);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
}

.service-body p:not(.eyebrow) {
  color: var(--muted);
}

.service-body p:last-child {
  margin-bottom: 0;
}

.service-highlights {
  position: sticky;
  top: 128px;
}

.check-list--single {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 24px;
  overflow: hidden;
  transition:
    transform 420ms var(--ease-soft),
    border-color 420ms ease,
    background 420ms ease;
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.1), transparent 54%);
  transform: translateX(-110%);
  transition: transform 820ms var(--ease-soft);
  pointer-events: none;
}

.process-step span {
  color: var(--gold-bright);
  font-weight: 900;
}

.process-step h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.26;
}

.process-step:hover,
.process-step:focus-within {
  transform: translateY(-4px);
  border-color: rgba(215, 182, 106, 0.42);
  background: rgba(255, 255, 255, 0.04);
}

.process-step:hover::after,
.process-step:focus-within::after {
  transform: translateX(110%);
}

.portfolio-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: var(--silver);
  box-shadow: var(--shadow);
  transition:
    transform 520ms var(--ease-soft),
    border-color 420ms ease,
    box-shadow 520ms var(--ease-soft);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 26%, rgba(0, 44, 91, 0.76)),
    linear-gradient(90deg, rgba(0, 44, 91, 0.58), transparent 70%);
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 880ms var(--ease-soft), filter 880ms ease;
}

.portfolio-card span,
.portfolio-card p {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 1;
}

.portfolio-card span {
  bottom: 78px;
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.06;
}

.portfolio-card p {
  bottom: 24px;
  margin: 0;
  color: rgba(238, 242, 243, 0.72);
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(215, 182, 106, 0.46);
  box-shadow: 0 28px 80px rgba(0, 44, 91, 0.22);
}

.portfolio-card:hover img,
.portfolio-card:focus-visible img {
  transform: scale(1.09);
  filter: contrast(1.06) saturate(1.05);
}

.showcase {
  overflow: hidden;
}

.showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 64px;
  align-items: center;
}

.showcase__visual {
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.showcase__visual img {
  transition: transform 940ms var(--ease-soft), filter 940ms ease;
  will-change: transform;
}

.showcase__visual:hover img {
  transform: scale(1.055);
  filter: saturate(1.05) contrast(1.03);
}

.mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.mini-metrics span,
.industry-pill,
.section-note {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(238, 242, 243, 0.82);
  background: rgba(255, 255, 255, 0.05);
}

.industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-pill {
  font-weight: 700;
  transition: transform 340ms var(--ease-soft), border-color 340ms ease, color 340ms ease;
}

.industry-pill:hover {
  transform: translate3d(0, -3px, 0);
  border-color: rgba(215, 182, 106, 0.5);
  color: var(--gold-bright);
}

.compare {
  --position: 58%;
  position: relative;
  min-height: 640px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.compare__image,
.compare__after {
  position: absolute;
  inset: 0;
}

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

.compare__after {
  width: auto;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  transition: clip-path 120ms linear;
  will-change: clip-path;
}

.compare__after img {
  width: 100%;
}

.compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  transform: translateX(-50%);
  width: 54px;
  display: grid;
  place-items: center;
  z-index: 3;
  pointer-events: none;
  transition: left 120ms linear;
  will-change: left;
}

.compare__handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.compare__handle span {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 14px 35px rgba(0, 44, 91, 0.24);
}

.compare__handle span::before,
.compare__handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.compare__handle span::before {
  left: 13px;
  transform: translateY(-50%) rotate(45deg);
}

.compare__handle span::after {
  right: 13px;
  transform: translateY(-50%) rotate(-135deg);
}

.compare input {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.compare__label {
  position: absolute;
  top: 24px;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  padding: 8px 12px;
  background: rgba(0, 44, 91, 0.5);
  color: var(--silver);
  font-size: 0.84rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.compare__label--before {
  right: 24px;
}

.compare__label--after {
  left: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: 330px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--silver);
  text-align: left;
}

.gallery-item--tall {
  grid-row: span 2;
}

.gallery-item img {
  transition: transform 900ms var(--ease-soft), filter 900ms ease;
  will-change: transform;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 44, 91, 0.72));
}

.gallery-item span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  font-weight: 900;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.075);
  filter: contrast(1.06) saturate(1.04);
}

.finishes {
  overflow: hidden;
}

.finishes__inner {
  display: grid;
  gap: 44px;
}

.finishes__intro {
  max-width: 850px;
}

.finish-list {
  counter-reset: finish-row;
  display: grid;
  border-top: 1px solid rgba(227, 232, 232, 0.16);
  background:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: 100% 118px, calc(100% / 4) 100%;
}

.finish-row {
  counter-increment: finish-row;
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(220px, 1.05fr) minmax(260px, 1.35fr) 136px;
  gap: 36px;
  align-items: center;
  min-height: 118px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(227, 232, 232, 0.16);
  isolation: isolate;
  transition:
    background 420ms var(--ease-soft),
    border-color 420ms ease,
    transform 420ms var(--ease-soft);
}

.finish-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(215, 182, 106, 0.105), transparent 56%),
    rgba(255, 255, 255, 0.025);
  opacity: 0;
  transform: scaleX(0.985);
  transform-origin: left;
  transition:
    opacity 420ms ease,
    transform 520ms var(--ease-soft);
}

.finish-row__number {
  display: block;
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.finish-row__number::before {
  content: counter(finish-row, decimal-leading-zero);
}

.finish-row__title {
  display: block;
  color: var(--silver);
  font-size: clamp(1.28rem, 2.1vw, 1.58rem);
  font-weight: 900;
  line-height: 1.16;
  transition: color 360ms ease, transform 420ms var(--ease-soft);
}

.finish-row p {
  max-width: 380px;
  margin: 0;
  color: rgba(238, 242, 243, 0.62);
  font-size: 1rem;
  line-height: 1.72;
  transition: color 360ms ease, transform 420ms var(--ease-soft);
}

.finish-row__media {
  justify-self: end;
  width: 185px;
  aspect-ratio: 1.7 / 1;
  overflow: hidden;
  border: 1px solid rgba(227, 232, 232, 0.12);
  background: var(--panel);
  opacity: 0.88;
  transition:
    opacity 420ms ease,
    border-color 420ms ease,
    transform 520ms var(--ease-soft),
    box-shadow 520ms var(--ease-soft);
}

.finish-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.05);
  transform: scale(1.04);
  transition:
    filter 520ms ease,
    transform 680ms var(--ease-soft);
}

.finish-row:hover,
.finish-row:focus-within {
  border-color: rgba(241, 217, 148, 0.28);
  background: rgba(255, 255, 255, 0.012);
  transform: translate3d(0, -2px, 0);
}

.finish-row:hover::before,
.finish-row:focus-within::before {
  opacity: 1;
}

.finish-row:hover .finish-row__title,
.finish-row:focus-within .finish-row__title {
  color: var(--white);
  transform: translateX(8px);
}

.finish-row:hover p,
.finish-row:focus-within p {
  color: rgba(238, 242, 243, 0.78);
  transform: translateX(4px);
}

.finish-row:hover .finish-row__media,
.finish-row:focus-within .finish-row__media {
  opacity: 1;
  border-color: rgba(241, 217, 148, 0.34);
  box-shadow: 0 18px 46px rgba(0, 44, 91, 0.18);
  transform: translate3d(-8px, 0, 0) scale(1.04);
}

.finish-row:hover .finish-row__media img,
.finish-row:focus-within .finish-row__media img {
  filter: saturate(0.96) contrast(1.1);
  transform: scale(1.12);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testimonial-card {
  min-height: 270px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.12), transparent 48%),
    #113F73;
}

.testimonial-card p {
  margin: 44px 0 28px;
  font-size: 1.08rem;
}

.testimonial-card strong {
  color: var(--silver);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}
.faq-item button {
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    color: var(--silver);
    text-align: left;
    background: transparent;
    font-weight: 700;
    font-family: var(--serif);
    font-size: 19px;
}
.faq-item button span {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(215, 182, 106, 0.5);
}

.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  inset: 10px 5px auto;
  height: 2px;
  background: var(--gold-bright);
}

.faq-item button span::after {
  transform: rotate(90deg);
  transition: transform 320ms var(--ease-soft);
}

.faq-item.is-open button span::after {
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms var(--ease-soft);
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

@media (min-width: 941px) {
  .faq .split {
    align-items: start;
  }

  .faq .section-copy,
  .service-process .section-copy {
    position: sticky;
    top: 128px;
    align-self: start;
  }
}

.quote-cta {
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(0, 44, 91, 0.9), rgba(0, 44, 91, 0.68), rgba(0, 44, 91, 0.9)),
    url("../img/hero-metal-workshop.png") center / cover;
}

.quote-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.quote-cta__inner {
  position: relative;
  max-width: 760px;
}

.quote-cta h2 {
  font-size: clamp(2.25rem, 5vw, 3.6rem);
  line-height: 1.02;
}

.quote-cta .btn {
  margin-top: 20px;
}

.contact {
  background: #002C5B;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: start;
}

.contact-panel,
.quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
}

.contact-panel {
  padding: 34px;
  position: sticky;
  top: 128px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list a,
.contact-list p {
  margin: 0;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.contact-list span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(238, 242, 243, 0.86);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(5, 6, 7, 0.72);
  color: var(--silver);
  min-height: 52px;
  padding: 14px 15px;
  outline: none;
  transition: border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

textarea {
  resize: vertical;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(215, 182, 106, 0.76);
  box-shadow: 0 0 0 4px rgba(215, 182, 106, 0.12);
  background: rgba(10, 12, 13, 0.92);
}

.form-status {
  min-height: 26px;
  margin: 0;
  color: var(--gold-bright);
  font-weight: 700;
}

.quote-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, #0b2d59, #002C5B 62%),
    #002C5B;
  padding: 72px 0 30px;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(241, 217, 148, 0.18), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 7px);
  opacity: 0.45;
}

.footer__glow {
  position: absolute;
  right: -20%;
  top: -38%;
  width: 56rem;
  height: 56rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(215, 182, 106, 0.14), transparent 58%);
}

.footer__top,
.footer__grid,
.footer__bottom {
  position: relative;
  z-index: 1;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(227, 232, 232, 0.13);
}
.footer p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--muted);
}

.footer__cta {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid rgba(215, 182, 106, 0.38);
  border-radius: var(--radius);
  background: var(--gold);
  color: #fff;
  font-weight: 900;
  transition:
    transform 420ms var(--ease-soft),
    border-color 420ms ease,
    background 420ms ease,
    color 420ms ease;
}

.footer__cta .icon {
  width: 22px;
  height: 22px;
  transition: transform 420ms var(--ease-soft);
}

.footer__cta:hover,
.footer__cta:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(241, 217, 148, 0.72);
  background: rgba(215, 182, 106, 0.14);
  color: var(--white);
}

.footer__cta:hover .icon,
.footer__cta:focus-visible .icon {
  transform: translate(3px, -3px);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(150px, 0.7fr) minmax(220px, 0.9fr);
  gap: 34px 46px;
  padding: 42px 0;
}

.footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer__service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px 24px;
}

.footer__title {
  display: block;
  margin: 0 0 10px;
  color: var(--silver);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__column a,
.footer__column span,
.footer__bottom,
.footer__bottom a {
  color: var(--muted);
}

.footer__column a {
  display: inline-block;
  position: relative;
  width: fit-content;
  max-width: 100%;
  transition: color 260ms ease, transform 320ms var(--ease-soft);
}

.footer__column a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: rgba(215, 182, 106, 0.68);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms var(--ease-soft);
}
.footer__social a:after{height: 0 !important;}
.footer__column a:hover,
.footer__column a:focus-visible,
.footer__bottom a:hover,
.footer__bottom a:focus-visible {
  color: var(--gold-bright);
}

.footer__column a:hover {
  transform: translateX(4px);
}

.footer__column a:hover::after {
  transform: scaleX(1);
}

.footer__contact a,
.footer__contact span {
  line-height: 1.35;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(227, 232, 232, 0.12);
  font-size: 0.9rem;
}

.footer__bottom p {
  margin: 0;
}

.footer__social {
  margin-top: 20px;
}

.footer__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(215, 182, 106, 0.34);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.045);
    color: var(--muted);
    transition: transform 320ms var(--ease-soft),
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease;
    margin-right: 6px;
    text-decoration: none !important;
}
.footer__social .icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.footer__social a:hover,
.footer__social a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(241, 217, 148, 0.72);
  background: rgba(215, 182, 106, 0.14);
  color: var(--gold-bright);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(252, 106, 32, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(0, 44, 91, 0.9);
  color: var(--gold-bright);
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 12px, 0) scale(0.96);
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease,
    transform 360ms var(--ease-soft),
    border-color 320ms ease,
    background 320ms ease,
    color 320ms ease;
  backdrop-filter: blur(16px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

.back-to-top .icon {
  width: 22px;
  height: 22px;
  transition: transform 320ms var(--ease-soft);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: rgba(241, 217, 148, 0.72);
  background:
    linear-gradient(145deg, rgba(241, 217, 148, 0.22), rgba(255, 255, 255, 0.06)),
    rgba(10, 12, 13, 0.96);
  color: var(--white);
  transform: translate3d(0, -3px, 0) scale(1);
}

.back-to-top:hover .icon,
.back-to-top:focus-visible .icon {
  transform: translateY(-2px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(0, 44, 91, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms ease, visibility 320ms ease;
  backdrop-filter: blur(14px);
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox figure {
  width: min(100%, 1040px);
  margin: 0;
  transform: scale(0.96);
  transition: transform 420ms var(--ease-soft);
}

.lightbox.is-open figure {
  transform: scale(1);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
}

.lightbox figcaption {
  margin-top: 14px;
  color: var(--silver);
  text-align: center;
  font-weight: 800;
}

.lightbox__close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox__close::before,
.lightbox__close::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 23px;
  height: 2px;
  background: var(--silver);
}

.lightbox__close::before {
  transform: rotate(45deg);
}

.lightbox__close::after {
  transform: rotate(-45deg);
}

.reveal-up,
.reveal-scale {
  opacity: 0;
  transition: opacity 900ms var(--ease-soft), transform 900ms var(--ease-soft);
  transition-delay: var(--stagger, 0ms);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.reveal-up {
  transform: translate3d(0, 28px, 0);
}

.reveal-scale {
  transform: translate3d(0, 18px, 0) scale(0.992);
}

.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@keyframes slowZoom {
  from {
    transform: scale(1.055);
  }
  to {
    transform: scale(1.015);
  }
}

@keyframes metalSweep {
  0%,
  100% {
    transform: translateX(-10%) rotate(-11deg);
    opacity: 0.2;
  }
  48% {
    transform: translateX(10%) rotate(-11deg);
    opacity: 0.75;
  }
}

@keyframes bodyIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pageCurtain {
  0% {
    opacity: 1;
    visibility: visible;
  }
  65% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
.hero__inner, .page-hero__inner {
    gap: 34px;
  }

  .hero-panel {
    max-width: 520px;
  }

  .feature-grid,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .finish-row {
    grid-template-columns: 54px minmax(190px, 1fr) minmax(240px, 1.1fr) 120px;
    gap: 26px;
  }

  .finish-row__media {
    width: 120px;
  }

  .mega-menu {
    width: min(calc(100vw - 28px), 980px);
    grid-template-columns: 1fr;
  }

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

  .footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  }

  .footer__column--services {
    grid-column: 1 / -1;
  }

  .contact-panel {
    position: static;
  }

  .service-highlights {
    position: static;
  }
  .check-list{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  html {
    scroll-padding-top: 84px;
  }

  .section,
  .quote-cta {
    scroll-margin-top: 84px;
  }

  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .topbar {
    display: none;
  }

  .navbar__inner {
    min-height: 78px;
  }
  .brand__text strong {
    font-size: 0.88rem;
  }

  .brand__text small {
    display: none;
  }

  .nav-toggle {
    display: block;
    z-index: 111;
  }

  .nav-menu {
    position: fixed;
    inset: 78px 14px auto;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(0, 44, 91, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden;
    transition: transform 320ms var(--ease-soft), opacity 280ms ease, visibility 280ms ease;
    backdrop-filter: blur(20px);
    overscroll-behavior: contain;
  }

  .nav-menu.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .nav-menu > a,
  .nav-link {
    padding: 16px;
    border-radius: 6px;
  }

  .nav-menu > a:not(.nav-cta)::after,
  .nav-link::after {
    display: none;
  }

  .nav-item {
    display: grid;
  }

  .nav-menu > a:not(.nav-cta),
  .nav-item,
  .nav-link {
    height: auto;
    min-height: auto; color: #000 !important;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
  }

  .mega-menu {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    pointer-events: none;
    overflow: hidden;
    transition:
      max-height 420ms var(--ease-soft),
      padding 300ms ease,
      opacity 260ms ease,
      visibility 260ms ease;
  }

  .nav-item--mega.is-mega-open .mega-menu {
    max-height: 900px;
    padding: 4px 0 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mega-menu::before {
    display: none;
  }

  .mega-menu::after {
    display: none;
  }

  .mega-menu__intro {
    display: none;
  }

  .mega-menu__all {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(215, 182, 106, 0.28);
    border-radius: 6px;
    background: rgba(215, 182, 106, 0.08);
    color: var(--gold-bright);
    font-weight: 900;
  }

  .mega-menu__columns {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mega-column {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.035);
  }

  .mega-column a {
    padding: 9px 0;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .section,
  .quote-cta {
    padding: 78px 0;
  }

  .hero {
    min-height: 70vh;
    padding: 128px 0 52px;
  }

  .page-hero {
    min-height: auto;
    padding: 128px 0 62px;
  }

  .hero__title {
    font-size: 3.25rem;
    line-height: 1;
  }

  .page-hero::before {
    background-image:
      linear-gradient(180deg, rgba(0, 44, 91, 0.92), rgba(0, 44, 91, 0.78) 48%, rgba(0, 44, 91, 0.48)),
      var(--page-image);
    background-position: 62% center;
  }

  .page-hero__content h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  .hero__copy {
    font-size: 1.04rem;
  }

  .hero__actions,
  .section-heading--between {
    align-items: stretch;
    flex-direction: column;
  }

  .text-link {
    width: fit-content;
    white-space: normal;
  }

  .hero__actions .btn,
  .quote-cta .btn {
    width: 100%;
  }
  .breadcrumbs {
    margin-bottom: 16px;
  }
.stat:nth-child(1), .stat:nth-child(3){border-left: 0 !important;}
  .stat {
    min-height: 126px;
    padding: 24px 18px;
  }

  .stat strong {
    font-size: 2.2rem;
  }

  .section-copy h2,
  .section-heading h2,
  .quote-cta h2,
  .contact-panel h2 {
    font-size: 30px;
    line-height: 1.08;
  }
  .service-group + .service-group {
    margin-top: 46px;
  }

  .service-group__heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .service-body,
  .service-highlights {
    padding: 26px;
  }

  .process-step {
    min-height: auto;
    grid-template-columns: 46px 1fr;
    padding: 22px;
  }

  .portfolio-card {
    min-height: 360px;
  }

  .finish-list {
    background-size: 100% 116px, 50% 100%;
  }

  .finish-row {
    grid-template-columns: 42px minmax(0, 1fr) 118px;
    gap: 10px 20px;
    min-height: auto;
    padding: 22px 0;
    align-items: start;
  }

  .finish-row__number {
    padding-top: 7px;
  }

  .finish-row__title {
    grid-column: 2;
  }

  .finish-row p {
    grid-column: 2;
    max-width: none;
    line-height: 1.62;
  }

  .finish-row__media {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: 118px;
    margin-top: 2px;
  }

  .image-stack,
  .showcase__visual,
  .compare {
    min-height: 420px;
  }

  .image-stack::before {
    inset: 22px 10px -10px 22px;
  }

  .metal-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
  .gallery-item--tall {
    grid-row: auto;
  }

  .footer__top,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__top {
    align-items: start;
  }

  .footer__cta {
    width: 100%;
    justify-content: space-between;
  }

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

@media (max-width: 767px) {
.stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo_con br{display: block;}
  .hero__grain {
    background: linear-gradient(
312deg, rgba(0, 44, 91, 0.96), rgba(0, 44, 91, 0.76) 42%, rgb(0 44 91 / 0%) 82%) !important;
    opacity: .8 !important;
}
  .hero-panel {
    display: none;
  }
  .foot_t_logo {
    display: block;
}
.hero__inner,
  .page-hero__inner,
  .split,
  .split--wide,
  .showcase__grid,
  .contact-grid,
  .service-detail-grid,
  .process-grid,
  .check-list,
  .feature-grid,
  .service-grid,
  .testimonial-grid,
  .form-row,
  .gallery-grid,
  .portfolio-card-grid {
    grid-template-columns: 1fr;
  }
  
  .hero__title {
    font-size: 38px;
    line-height: 1.12;
}
footer .brand__mark {
    width: 150px;
    height: 150px;
    margin-left: -20px;
}
  .footer__service-list {
    grid-template-columns: 1fr;
  }

  .footer__social a {
    width: 40px;
    height: 40px;
  }

  .page-hero__content h1 {
    font-size: 35px;
  }

  .page-hero__content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero__actions {
    gap: 10px;
  }
  .stat,
  .stat:last-child {
    border-right: 0 !important;
  }

  .compare {
    min-height: 330px;
  }

  .finishes__inner {
    gap: 34px;
  }

  .finish-list {
    background-size: 100% 1px, 100% 100%;
  }

  .finish-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 16px;
    padding: 22px 0;
  }

  .finish-row__title,
  .finish-row p,
  .finish-row__media {
    grid-column: 2;
  }

  .finish-row__media {
    grid-row: auto;
    justify-self: start;
    width: 100%;
    margin-top: 8px;
  }

  .finish-row:hover .finish-row__title,
  .finish-row:focus-within .finish-row__title,
  .finish-row:hover p,
  .finish-row:focus-within p {
    transform: none;
  }

  .finish-row:hover .finish-row__media,
  .finish-row:focus-within .finish-row__media {
    transform: scale(1.025);
  }

  .compare__label {
    top: 14px;
  }

  .compare__label--before {
    right: 14px;
  }

  .compare__label--after {
    left: 14px;
  }

  .quote-form,
  .contact-panel,
  .service-body,
  .service-highlights {
    padding: 22px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portfolio-card {
    min-height: 320px;
  }

  .portfolio-card span,
  .portfolio-card p {
    left: 18px;
    right: 18px;
  }

  .lightbox {
    padding: 18px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}

@media (hover: none) {
  .feature-card:hover,
  .service-card:hover,
  .testimonial-card:hover,
  .industry-pill:hover,
  .stat:hover,
  .finish-row:hover,
  .finish-row:hover .finish-row__title,
  .finish-row:hover p,
  .finish-row:hover .finish-row__media,
  .process-step:hover,
  .portfolio-card:hover,
  .nav-cta:hover,
  .footer__cta:hover,
  .footer__social a:hover,
  .back-to-top:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal-up,
  .reveal-scale {
    opacity: 1;
    transform: none;
  }
}

/* Singh Metal Polishing brand color theme */
:root {
  color-scheme: light;
  --ink: #f7f9fb;
  --charcoal: #202020;
  --panel: #ffffff;
  --panel-soft: #f1f5f8;
  --steel: #d7e1e9;
  --silver: #202020;
  --muted: #5d6873;
  --line: rgba(0, 44, 91, 0.14);
  --line-strong: rgba(0, 44, 91, 0.24);
  --gold: #fc6a20;
  --gold-bright: #ff7d35;
  --gold-deep: #c84a0d;
  --blue: #002c5b;
  --blue-soft: rgba(0, 44, 91, 0.08);
  --orange-soft: rgba(252, 106, 32, 0.1);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 44, 91, 0.12);
}

body {
  background:
    linear-gradient(180deg, rgba(252, 106, 32, 0.08), transparent 18rem),
    var(--ink);
  color: var(--charcoal);
}

body::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(252, 106, 32, 0.14), transparent 28rem),
    #ffffff;
}

.site-header {
  background: #001f4d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: #001f4d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(0, 31, 77, 0.2);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.topbar a:hover {
  color: #ffffff;
}

.brand__text small,
.nav-menu {
  color: rgba(255, 255, 255, 0.82);
}

.nav-menu > a:not(.nav-cta)::after,
.nav-link::after {
  background: var(--gold);
}

.nav-menu > a:hover,
.nav-link:hover,
.nav-item--mega.is-mega-open .nav-link {
  color: #ffffff;
}

.nav-cta {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 31, 77, 0.18);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: #001f4d;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.mega-menu {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.08), rgba(0, 44, 91, 0.035)),
    rgba(255, 255, 255, 0.97);
  box-shadow: 0 30px 90px rgba(0, 44, 91, 0.18);
}

.mega-menu::before {
  background:
    linear-gradient(90deg, transparent, rgba(252, 106, 32, 0.32), transparent) top / 100% 1px no-repeat,
    radial-gradient(circle at 8% 0, rgba(0, 44, 91, 0.1), transparent 18rem);
}

.mega-menu__intro,
.mega-column {
  border: 1px solid var(--line);
}

.mega-menu__intro {
  background:
    linear-gradient(160deg, rgba(252, 106, 32, 0.14), transparent 54%),
    rgba(255, 255, 255, 0.82);
}

.mega-column {
  background: rgba(255, 255, 255, 0.72);
}

.mega-menu__intro span,
.mega-column__title,
.mega-menu__intro a {
  color: var(--gold);
}

.mega-menu__intro strong,
.mega-column a {
  color: var(--charcoal);
}

.mega-column a:hover,
.mega-column a:focus-visible,
.mega-menu__intro a:hover,
.mega-menu__intro a:focus-visible {
  color: var(--blue);
}

.nav-toggle {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
}

.nav-toggle span {
  background: var(--blue);
}

.section-dark,
.service-directory,
.page-content,
.contact {
  background:
    linear-gradient(135deg, rgba(0, 44, 91, 0.045), transparent 44%),
    #f7f9fb;
}

.hero,
.page-hero,
.stats-band {
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.42)),
    var(--page-image);
}

.hero__grain {
  background:
    repeating-linear-gradient(90deg, rgba(0, 44, 91, 0.04) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28));
  opacity: 0.36;
}

.hero::after,
.page-hero::after {
  background: linear-gradient(90deg, transparent, rgba(252, 106, 32, 0.72), rgba(0, 44, 91, 0.38), transparent);
}

.hero__title,
.page-hero__content h1,
.section-copy h2,
.section-heading h2,
.quote-cta h2,
.contact-panel h2,
.service-group__heading h2,
.service-body h2,
.service-highlights h2,
.process-grid h2,
.faq-item button {
  color: var(--charcoal);
}

.hero__copy,
.page-hero__content > p:not(.eyebrow),
.breadcrumbs,
.section-copy p,
.section-heading p,
.quote-cta p,
.feature-card p,
.service-card p,
.testimonial-card p,
.service-body p:not(.eyebrow),
.faq-answer p,
.finish-row p,
.hero-panel p,
.hero-panel span,
.stat span:last-child,
.footer p,
.footer__column a,
.footer__column span,
.footer__bottom,
.footer__bottom a {
  color: var(--muted);
}

.eyebrow,
.breadcrumbs a,
.text-link,
.metal-card span,
.testimonial-card > span,
.process-step span,
.finish-row__number,
.contact-list span,
.form-status {
  color: var(--gold);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--blue);
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  color: var(--white);
  box-shadow: 0 18px 45px rgba(252, 106, 32, 0.26);
}

.btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: rgba(252, 106, 32, 0.5);
  background: rgba(252, 106, 32, 0.08);
}

.hero-panel,
.metal-card,
.contact-panel,
.quote-form,
.service-body,
.service-highlights,
.feature-card,
.service-card,
.testimonial-card,
.process-step,
.faq-item {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 248, 0.76)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.08);
}

.hero-panel__line {
  background: linear-gradient(90deg, transparent, var(--gold), var(--blue), transparent);
}

.hero-panel strong,
.metal-card strong,
.feature-card h3,
.service-card h3,
.process-step h3,
.testimonial-card strong,
.finish-row__title {
  color: var(--charcoal);
}

.stats-band {
  background:
    linear-gradient(180deg, rgba(0, 44, 91, 0.055), rgba(255, 255, 255, 0.94)),
    #ffffff;
}

.stat {
  border-left: 1px solid var(--line);
}

.stat:last-child {
  border-right: 1px solid var(--line);
}

.stat:hover {
  background: rgba(252, 106, 32, 0.06);
}

.stat strong {
  color: var(--blue);
}

.check-list span {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.07), rgba(255, 255, 255, 0.78)),
    #ffffff;
  color: var(--charcoal);
}

.check-list span::before {
  background: radial-gradient(circle, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 0 18px rgba(252, 106, 32, 0.24);
}

.image-stack img,
.showcase__visual,
.compare,
.gallery-item,
.finish-row__media {
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.image-stack::before {
  border-color: rgba(252, 106, 32, 0.36);
}

.text-link,
.mega-menu__intro a {
  border-bottom-color: rgba(252, 106, 32, 0.5);
}

.feature-card::after,
.service-card::after,
.testimonial-card::after,
.process-step::after {
  background: linear-gradient(115deg, transparent 28%, rgba(252, 106, 32, 0.13), transparent 54%);
}

.feature-card:hover,
.service-card:hover,
.testimonial-card:hover,
.process-step:hover,
.process-step:focus-within {
  border-color: rgba(252, 106, 32, 0.44);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(252, 106, 32, 0.07)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.14);
}

.icon-ring {
  border-color: rgba(252, 106, 32, 0.36);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.13), rgba(0, 44, 91, 0.035)),
    #ffffff;
  color: var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.feature-card:hover .icon-ring,
.service-card:hover .icon-ring {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.service-group__heading {
  border-bottom-color: var(--line);
}

.service-group__heading > span {
  border-color: rgba(252, 106, 32, 0.36);
  background: rgba(252, 106, 32, 0.08);
  color: var(--gold);
}

.portfolio-card,
.gallery-item {
  background: var(--panel);
  color: var(--white);
}

.portfolio-card::after {
  background:
    linear-gradient(180deg, transparent 26%, rgba(0, 44, 91, 0.82)),
    linear-gradient(90deg, rgba(0, 44, 91, 0.62), transparent 70%);
}

.portfolio-card span,
.gallery-item span {
  color: var(--white);     font-size: 20px;
}

.portfolio-card p {
  color: rgba(255, 255, 255, 0.78);
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  border-color: rgba(252, 106, 32, 0.46);
  box-shadow: 0 28px 80px rgba(0, 44, 91, 0.2);
}

.mini-metrics span,
.industry-pill,
.section-note,
.compare__label {
  border: 1px solid var(--line);
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.82);
}

.industry-pill:hover {
  border-color: rgba(252, 106, 32, 0.5);
  background: rgba(252, 106, 32, 0.07);
  color: var(--gold);
}

.compare__handle::before {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(0, 44, 91, 0.35);
}

.compare__handle span {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 14px 35px rgba(0, 44, 91, 0.24);
}

.compare__handle span::before,
.compare__handle span::after {
  border-left-color: var(--white);
  border-bottom-color: var(--white);
}

.compare__label {
  color: var(--blue);
  box-shadow: 0 10px 28px rgba(0, 44, 91, 0.12);
}

.gallery-item::after {
  background: linear-gradient(180deg, transparent 35%, rgba(0, 44, 91, 0.78));
}

.finish-list {
  border-top-color: var(--line);
  background:
    linear-gradient(rgba(0, 44, 91, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 44, 91, 0.06) 1px, transparent 1px);
  background-size: 100% 118px, calc(100% / 4) 100%;
}

.finish-row {
  border-bottom-color: var(--line);
}

.finish-row::before {
  background:
    linear-gradient(90deg, rgba(252, 106, 32, 0.1), transparent 56%),
    rgba(255, 255, 255, 0.82);
}

.finish-row:hover,
.finish-row:focus-within {
  border-color: rgba(252, 106, 32, 0.3);
  background: rgba(255, 255, 255, 0.72);
}

.finish-row:hover .finish-row__title,
.finish-row:focus-within .finish-row__title {
  color: var(--blue);
}

.finish-row:hover p,
.finish-row:focus-within p {
  color: var(--muted);
}

.finish-row:hover .finish-row__media,
.finish-row:focus-within .finish-row__media {
  border-color: rgba(252, 106, 32, 0.34);
  box-shadow: 0 18px 46px rgba(0, 44, 91, 0.16);
}

.faq-item button span {
  border-color: rgba(252, 106, 32, 0.55);
}

.faq-item button span::before,
.faq-item button span::after {
  background: var(--gold);
}

.quote-cta {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.95)),
    url("../img/hero-metal-workshop.png") center / cover;
}

.quote-cta::before {
  background: linear-gradient(90deg, transparent, var(--gold), var(--blue), transparent);
}

.contact-list a,
.contact-list p {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

label {
  color: var(--charcoal);
}

input,
select,
textarea {
  border: 1px solid rgba(0, 44, 91, 0.16);
  background: #ffffff;
  color: var(--charcoal);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(252, 106, 32, 0.76);
  box-shadow: 0 0 0 4px rgba(252, 106, 32, 0.12);
  background: #ffffff;
}

.footer {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff, #f1f5f8 68%),
    #f1f5f8;
}

.footer::before {
  background:
    linear-gradient(90deg, transparent, rgba(252, 106, 32, 0.26), rgba(0, 44, 91, 0.16), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(0, 44, 91, 0.028) 0 1px, transparent 1px 7px);
  opacity: 1;
}

.footer__glow {
  background: radial-gradient(circle, rgba(252, 106, 32, 0.14), transparent 58%);
}

.footer__top,
.footer__bottom {
  border-color: var(--line);
}

.footer__title {
  color: var(--blue);
}

.footer__cta:hover,
.footer__cta:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--white);
}

.footer__column a::after {
  background: rgba(252, 106, 32, 0.68);
}

.footer__column a:hover,
.footer__column a:focus-visible,
.footer__bottom a:hover,
.footer__bottom a:focus-visible {
  color: var(--gold);
}

.back-to-top {
  border-color: rgba(252, 106, 32, 0.42);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.1), rgba(255, 255, 255, 0.94)),
    #ffffff;
  color: var(--gold);
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.18);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--white);
}

.lightbox {
  background: rgba(0, 44, 91, 0.78);
}

.lightbox img {
  background: #ffffff;
}

.lightbox figcaption {
  color: var(--white);
}

.lightbox__close {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(0, 44, 91, 0.38);
}

.lightbox__close::before,
.lightbox__close::after {
  background: var(--white);
}

@media (max-width: 940px) {
  .nav-menu {
    background: #fffffffa;
    box-shadow: 0 24px 70px rgba(0, 44, 91, 0.16);
  }

  .nav-menu > a,
  .nav-link {
    color: var(--charcoal);
  }

  .nav-menu > a.nav-cta {
    color: var(--white);
  }

  .mega-menu {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mega-menu__all {
    border-color: rgba(252, 106, 32, 0.28);
    background: rgba(252, 106, 32, 0.08);
    color: var(--gold);
  }

  .mega-column {
    background: rgba(0, 44, 91, 0.035);
  }
  .page-hero::before {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.87) 50%, rgba(255, 255, 255, 0.58)),
      var(--page-image);
  }
}

/* Premium orange and navy theme */
:root {
  --dark: #002C5B;
  --dark-soft: #103967;
  --dark-panel: #113F73;
  --dark-line: rgba(255, 255, 255, 0.16);
  --dark-line-strong: rgba(255, 255, 255, 0.26);
  --dark-muted: rgba(255, 255, 255, 0.72);
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.08), transparent 42%),
    linear-gradient(180deg, var(--dark), #0b2d59);
  color: var(--white);
}

.section-dark .section-copy h2,
.section-dark .section-heading h2,
.section-dark h2,
.section-dark h3,
.section-dark .finish-row__title,
.section-dark .faq-item button {
  color: var(--white);
}

.section-dark .section-copy p,
.section-dark .section-heading p,
.section-dark .feature-card p,
.section-dark .finish-row p,
.section-dark .faq-answer p,
.section-dark .mini-metrics span,
.section-dark .section-note {
  color: var(--dark-muted);
}

.section-dark .feature-card,
.section-dark .service-body,
.section-dark .service-highlights,
.section-dark .process-step,
.section-dark .faq-item,
.section-dark .hero-panel {
  border-color: var(--dark-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    var(--dark-panel);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.18);
}

.section-dark .feature-card h3,
.section-dark .process-step h3,
.section-dark .hero-panel strong {
  color: var(--white);
}

.section-dark .icon-ring {
  border-color: rgba(252, 106, 32, 0.38);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  color: var(--gold-bright);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section-dark .feature-card:hover,
.section-dark .process-step:hover,
.section-dark .process-step:focus-within,
.section-dark .faq-item:hover {
  border-color: rgba(252, 106, 32, 0.42);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.13), rgba(255, 255, 255, 0.035)),
    var(--dark-panel);
}

.section-dark .mini-metrics span,
.section-dark .section-note {
  border-color: var(--dark-line);
  background: rgba(255, 255, 255, 0.055);
}

.section-dark .finish-list {
  border-top-color: var(--dark-line);
  background:
    linear-gradient(rgba(238, 242, 243, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 243, 0.07) 1px, transparent 1px);
  background-size: 100% 118px, calc(100% / 4) 100%;
}

.section-dark .finish-row {
  border-bottom-color: var(--dark-line);
}

.section-dark .finish-row::before {
  background:
    linear-gradient(90deg, rgba(252, 106, 32, 0.16), transparent 56%),
    rgba(255, 255, 255, 0.035);
}

.section-dark .finish-row:hover,
.section-dark .finish-row:focus-within {
  border-color: rgba(252, 106, 32, 0.34);
  background: rgba(255, 255, 255, 0.035);
}

.section-dark .finish-row:hover .finish-row__title,
.section-dark .finish-row:focus-within .finish-row__title {
  color: var(--white);
}

.section-dark .finish-row__media {
  border-color: var(--dark-line);
  background: var(--dark-soft);
}

/* Image-led finishes showcase */
.finishes__inner {
  gap: 52px;
}

.finishes__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  column-gap: clamp(44px, 7vw, 96px);
  align-items: end;
  max-width: none;
}

.finishes__intro .eyebrow {
  grid-column: 1;
}

.finishes__intro h2 {
  grid-column: 1;
  margin-bottom: 0;
}

.finishes__intro > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 470px;
  margin: 0 0 3px;
}

.section-dark .finish-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
  background: none;
}

.section-dark .finish-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 16px 12px;
  align-items: start;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    var(--dark-panel);
  box-shadow: 0 24px 64px rgba(0, 25, 55, 0.22);
}

.section-dark .finish-row::before {
  inset: 0 0 auto;
  z-index: 3;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), transparent 78%);
  opacity: 0.72;
  transform: none;
}

.finish-row__media {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: stretch;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--dark-line);
  opacity: 1;
  box-shadow: none;
}

.finish-row__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 44, 91, 0.34));
}

.finish-row__media img {
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.01);
}

.finish-row__number {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 24px;
  padding: 0;
  border: 1px solid rgba(252, 106, 32, 0.5);
  border-radius: 50%;
  background: rgba(252, 106, 32, 0.1);
  font-size: 0.76rem;
}

.finish-row__title {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  padding-right: 28px;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  line-height: 1.2;
}

.finish-row p {
  grid-column: 2;
  grid-row: 3;
  max-width: 440px;
  margin: -4px 28px 30px 0;
  line-height: 1.65;
}

.section-dark .finish-row:hover,
.section-dark .finish-row:focus-within {
  border-color: rgba(252, 106, 32, 0.46);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.12), rgba(255, 255, 255, 0.025)),
    var(--dark-panel);
  box-shadow: 0 30px 78px rgba(0, 25, 55, 0.3);
  transform: translate3d(0, -6px, 0);
}

.section-dark .finish-row:hover::before,
.section-dark .finish-row:focus-within::before {
  opacity: 1;
  transform: none;
}

.section-dark .finish-row:hover .finish-row__title,
.section-dark .finish-row:focus-within .finish-row__title,
.section-dark .finish-row:hover p,
.section-dark .finish-row:focus-within p {
  transform: none;
}

.section-dark .finish-row:hover .finish-row__media,
.section-dark .finish-row:focus-within .finish-row__media {
  border-color: var(--dark-line);
  box-shadow: none;
  transform: none;
}

.section-dark .finish-row:hover .finish-row__media img,
.section-dark .finish-row:focus-within .finish-row__media img {
  filter: saturate(1.02) contrast(1.12);
  transform: scale(1.065);
}

@media (max-width: 940px) {
  .finishes__intro {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .finishes__intro .eyebrow,
  .finishes__intro h2,
  .finishes__intro > p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  .finishes__intro > p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
  }

  .section-dark .finish-list {
    gap: 18px;
    background: none;
  }

  .section-dark .finish-row {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 14px 12px;
    padding: 0;
  }

  .finish-row__number {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 0 20px;
    padding: 0;
  }

  .finish-row__title {
    grid-column: 2;
    grid-row: 2;
    padding-right: 22px;
  }

  .finish-row p {
    grid-column: 2;
    grid-row: 3;
    margin: -2px 22px 26px 0;
  }

  .finish-row__media {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .finishes__inner {
    gap: 36px;
  }

  .section-dark .finish-list {
    grid-template-columns: 1fr;
  }

  .finish-row__media {
    aspect-ratio: 16 / 9;
  }

  .section-dark .finish-row:hover,
  .section-dark .finish-row:focus-within {
    transform: none;
  }
}

@media (hover: none) {
  .section-dark .finish-row:hover,
  .section-dark .finish-row:hover .finish-row__media,
  .section-dark .finish-row:hover .finish-row__media img {
    transform: none;
  }
}

.section-dark .faq-item button span {
  border-color: rgba(252, 106, 32, 0.58);
}
.hero, .page-hero {
    border-bottom-color: var(--dark-line);
    background-size: cover !important;
    background-position: center !important;
}
.hero__image {
  background-image:
    linear-gradient(90deg, rgba(0, 44, 91, 0.96), rgba(0, 44, 91, 0.76) 42%, rgb(0 44 91 / 0%) 82%), url(../img/banner.webp);
}

.page-hero::before {
  background-image:
    linear-gradient(90deg, rgba(0, 44, 91, 0.96), rgba(0, 44, 91, 0.78) 46%, rgba(0, 44, 91, 0.35)),
    var(--page-image);
}

.hero__grain {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, transparent, rgba(0, 44, 91, 0.46));
}

.hero__title,
.page-hero__content h1 {
  color: var(--white);
}

.hero__copy,
.page-hero__content > p:not(.eyebrow),
.breadcrumbs {
  color: var(--dark-muted);
}

.hero-panel p,
.hero-panel span {
  color: var(--dark-muted);
}

.hero .btn--ghost,
.page-hero .btn--ghost,
.section-dark .btn--ghost {
  border-color: var(--dark-line-strong);
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.hero .btn--ghost:hover,
.page-hero .btn--ghost:hover,
.section-dark .btn--ghost:hover,
.hero .btn--ghost:focus-visible,
.page-hero .btn--ghost:focus-visible,
.section-dark .btn--ghost:focus-visible {
  border-color: rgba(252, 106, 32, 0.55);
  background: rgba(252, 106, 32, 0.12);
}

.stats-band {
  background:
    linear-gradient(180deg, #103967, #002C5B),
    var(--dark);
  border-bottom-color: var(--dark-line);
}

.stat {
  border-left-color: var(--dark-line);
}

.stat:last-child {
  border-right-color: var(--dark-line);
}

.stat:hover {
  background: rgba(255, 255, 255, 0.045);
}

.stat strong {
  color: var(--white);
}

.stat span:last-child {
  color: var(--dark-muted);
}

.testimonial-card {
  border-color: var(--dark-line);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.13), transparent 48%),
    var(--dark-panel);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.14);
}

.testimonial-card p {
  color: var(--dark-muted);
}

.testimonial-card strong {
  color: var(--white);
}

.quote-cta {
  background:
    linear-gradient(90deg, rgb(0 44 91 / 57%), rgb(0 44 91 / 81%), rgb(0 44 91 / 58%)), url(../img/Banner-2.webp) center / cover;
  color: var(--white);
}

.quote-cta h2 {
  color: var(--white);
}

.quote-cta p {
  color: var(--dark-muted);
}

.footer {
  border-top: 1px solid var(--dark-line);
  background:
    linear-gradient(180deg, #0b2d59, #002C5B 68%),
    #002C5B;
  color: var(--white);
}

.footer::before {
  background:
    linear-gradient(90deg, transparent, rgba(252, 106, 32, 0.22), rgba(0, 44, 91, 0.22), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 7px);
  opacity: 0.7;
}

.footer__glow {
  background: radial-gradient(circle, rgba(252, 106, 32, 0.12), transparent 58%);
}

.footer__top,
.footer__bottom {
  border-color: rgba(255, 255, 255, 0.13);
}

.footer p,
.footer__column a,
.footer__column span,
.footer__bottom,
.footer__bottom a {
  color: var(--dark-muted);
}

.footer__title {
  color: var(--white);
}
.footer__cta:hover,
.footer__cta:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.back-to-top {
  border-color: rgba(252, 106, 32, 0.42);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(0, 44, 91, 0.9);
  color: var(--gold-bright);
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.2);
}

@media (max-width: 940px) {
  .page-hero::before {
    background-image:
      linear-gradient(180deg, rgba(0, 44, 91, 0.94), rgba(0, 44, 91, 0.8) 50%, rgba(0, 44, 91, 0.5)),
      var(--page-image);
  }
}

.testimonials .testimonial-card {
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.1), transparent 48%),
    var(--panel);
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.18);
}

.testimonials .testimonial-card > span {
  color: var(--gold-bright);
}

.testimonials .testimonial-card p {
  color: var(--muted);
}

.testimonials .testimonial-card strong {
  color: var(--silver);
}

.testimonials .testimonial-card:hover,
.testimonials .testimonial-card:focus-within,
.testimonials .testimonial-card:active {
  border-color: var(--gold);
  background:
    linear-gradient(135deg, rgba(252, 106, 32, 0.2), transparent 52%),
    var(--panel-soft);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.28);
}

.related-services .service-card {
  border-color: var(--dark-line);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.08), transparent 46%),
    var(--dark-panel);
  box-shadow: 0 18px 48px rgba(0, 44, 91, 0.18);
}

.related-services .service-card h3 {
  color: var(--white);
}

.related-services .service-card p {
  color: var(--dark-muted);
}

.related-services .service-card:hover,
.related-services .service-card:focus-visible,
.related-services .service-card:active {
  border-color: var(--gold);
  background:
    linear-gradient(145deg, rgba(252, 106, 32, 0.16), transparent 52%),
    var(--dark-panel);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.28);
}
.related-services .service-card:hover .icon-ring,
.related-services .service-card:focus-visible .icon-ring,
.related-services .service-card:active .icon-ring {
  border-color: var(--gold-bright);
  background: var(--gold);
  color: var(--ink);
}
/* Header brand name beside the logo */
.brand__text {
  display: block;
  min-width: 0;
  line-height: 1.12;
}

.brand__text strong {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: 0.01em;
  color: var(--white);
  transition: font-size 0.5s ease-in-out;
}

.brand__break {
  display: none;
}

.is-scrolled .brand__text strong {
  font-size: 1.2rem;
}

@media (max-width: 940px) {
  .brand {
    gap: 10px;
  }

  .brand__text strong,
  .is-scrolled .brand__text strong {
    font-size: 1.05rem;
  }

  .brand__break {
    display: block;
  }
}

@media (max-width: 380px) {
  .brand__text strong,
  .is-scrolled .brand__text strong {
    font-size: 0.95rem;
  }
}
