:root {
  --grf-asphalt: #090c0f;
  --grf-carbon: #111820;
  --grf-ink: #182028;
  --grf-brass: #d5a63b;
  --grf-brass-bright: #f6bd31;
  --grf-bone: #f2efe8;
  --grf-steel: #99a4ae;
  --grf-white: #ffffff;
  --grf-line: rgba(213, 166, 59, 0.34);
  --grf-radius: 4px;
  --grf-content: 1240px;
}

body.grf-premium-production {
  background: var(--grf-asphalt);
  color: var(--grf-white);
  font-family: Montserrat, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.grf-premium-production * {
  box-sizing: border-box;
}

body.grf-premium-production :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--grf-brass-bright) !important;
  outline-offset: 4px !important;
}

body.grf-premium-production .site-content,
body.grf-premium-production #content {
  background: var(--grf-asphalt);
}

body.grf-premium-production .elementor-location-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(213, 166, 59, 0.16);
  background: #050709;
}

body.grf-premium-production .elementor-button,
body.grf-premium-production button[type="submit"] {
  min-height: 48px;
  border-radius: var(--grf-radius) !important;
  letter-spacing: 0.035em;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

body.grf-premium-production .elementor-button:hover,
body.grf-premium-production button[type="submit"]:hover {
  background: #ffd364 !important;
  color: var(--grf-asphalt) !important;
}

body.grf-premium-production.home .elementor-element-6598d11 {
  display: none !important;
}

.grf-premium-front-door {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--grf-line);
  background-color: var(--grf-asphalt);
  background-image: url("/wp-content/uploads/2026/06/banner-bg-image.webp");
  background-position: 64% center;
  background-size: cover;
}

.grf-premium-front-door__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 7, 10, 0.98) 0%, rgba(4, 7, 10, 0.9) 39%, rgba(4, 7, 10, 0.28) 71%, rgba(4, 7, 10, 0.52) 100%),
    linear-gradient(0deg, rgba(4, 7, 10, 0.98) 0%, transparent 55%);
}

.grf-premium-front-door__inner {
  width: min(calc(100% - 48px), var(--grf-content));
  margin-inline: auto;
  padding: 34px 0 28px;
}

.grf-premium-mobile-nav {
  display: none;
}

.grf-premium-hero-copy {
  max-width: 720px;
  margin-top: 106px;
}

.grf-premium-eyebrow,
.grf-premium-route-desk__label {
  margin: 0 0 12px;
  color: var(--grf-brass-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.grf-premium-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--grf-white);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 8.2vw, 126px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.84;
  text-wrap: balance;
}

.grf-premium-lede {
  max-width: 660px;
  margin: 28px 0 0;
  color: #d9dee2;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.68;
}

.grf-premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.grf-premium-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--grf-brass-bright);
  border-radius: var(--grf-radius);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-decoration: none !important;
}

.grf-premium-button--primary {
  background: var(--grf-brass-bright);
  color: var(--grf-asphalt) !important;
}

.grf-premium-button--primary:hover {
  background: #ffd364;
}

.grf-premium-button--secondary {
  background: rgba(9, 12, 15, 0.7);
  color: var(--grf-white) !important;
  backdrop-filter: blur(10px);
}

.grf-premium-button--secondary:hover {
  background: var(--grf-white);
  color: var(--grf-asphalt) !important;
}

.grf-premium-route-desk {
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(270px, 1fr) minmax(300px, 1.15fr);
  margin-top: 64px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--grf-radius);
  background: rgba(9, 12, 15, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.grf-premium-route-desk__intro,
.grf-premium-route-card {
  min-width: 0;
  padding: 24px;
}

.grf-premium-route-desk__intro {
  align-self: stretch;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.grf-premium-route-desk__intro h2 {
  margin: 0;
  color: var(--grf-white);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 0.98;
}

.grf-premium-route-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--grf-white) !important;
  text-decoration: none !important;
}

a.grf-premium-route-card:hover {
  background: rgba(213, 166, 59, 0.1);
}

.grf-premium-route-card:last-child {
  border-right: 0;
}

.grf-premium-route-card__number {
  color: var(--grf-brass-bright);
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.grf-premium-route-card__copy {
  display: grid;
  gap: 7px;
}

.grf-premium-route-card__copy strong {
  color: var(--grf-white);
  font-size: 15px;
  line-height: 1.25;
}

.grf-premium-route-card__copy span {
  color: #b9c1c7;
  font-size: 12px;
  line-height: 1.55;
}

.grf-premium-route-card__action,
.grf-premium-route-card__links {
  grid-column: 2;
  margin-top: 8px;
  color: var(--grf-brass-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.grf-premium-route-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.grf-premium-route-card__links a {
  color: var(--grf-brass-bright) !important;
  text-decoration: none;
}

.grf-premium-route-card__links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.grf-premium-privacy-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 16px 0 0;
  color: #c4cbd0;
  font-size: 12px;
  line-height: 1.55;
}

.grf-premium-privacy-line > span {
  color: var(--grf-brass-bright);
  font-size: 9px;
}

.grf-premium-privacy-line a {
  color: var(--grf-white);
  text-decoration-color: var(--grf-brass);
  text-underline-offset: 3px;
}

body.grf-premium-production.home .elementor-element-333b8fc {
  padding-block: clamp(74px, 8vw, 118px) !important;
  background: var(--grf-bone) !important;
}

body.grf-premium-production.home .elementor-element-333b8fc .elementor-heading-title {
  color: var(--grf-ink) !important;
}

body.grf-premium-production.home .elementor-element-333b8fc .e-loop-item > .elementor {
  height: 100%;
}

body.grf-premium-production.home .elementor-element-333b8fc .e-loop-item .elementor-heading-title {
  color: var(--grf-white) !important;
}

body.grf-premium-production.home .elementor-element-333b8fc .e-loop-item {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.grf-premium-production.home .elementor-element-333b8fc .e-loop-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(13, 18, 23, 0.14);
}

body.grf-premium-production.home .elementor-element-ef71702 {
  scroll-margin-top: 24px;
  padding-block: clamp(72px, 8vw, 120px) !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(213, 166, 59, 0.09), transparent 32%),
    var(--grf-carbon) !important;
}

body.grf-premium-production.home .elementor-element-9464b1e {
  padding-block: clamp(72px, 8vw, 116px) !important;
  background: var(--grf-asphalt) !important;
}

body.grf-premium-production :where(.elementor-form input:not([type="checkbox"]):not([type="radio"]), .elementor-form select, .elementor-form textarea) {
  min-height: 48px !important;
  border: 1px solid #52606b !important;
  border-radius: var(--grf-radius) !important;
  background: #0a0f14 !important;
  color: var(--grf-white) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 16px !important;
}

body.grf-premium-production .elementor-form textarea {
  min-height: 124px !important;
  resize: vertical;
}

body.grf-premium-production .elementor-form label {
  color: #e8ecef !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.grf-premium-production .elementor-form input::placeholder,
body.grf-premium-production .elementor-form textarea::placeholder {
  color: #9da8b1 !important;
  opacity: 1;
}

body.grf-premium-production .grf-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  padding: 20px 24px calc(20px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(213, 166, 59, 0.22);
  background: #0d1319;
}

body.grf-premium-production .grf-legal-nav a {
  min-height: 32px;
  color: #d6dde2;
  font-size: 11px;
  line-height: 32px;
  text-decoration-color: rgba(213, 166, 59, 0.65);
  text-underline-offset: 4px;
}

body.grf-premium-production .grf-legal-nav a:hover {
  color: var(--grf-brass-bright);
}

@media (max-width: 1024px) {
  .grf-premium-front-door {
    min-height: auto;
    background-position: 68% center;
  }

  .grf-premium-front-door__shade {
    background:
      linear-gradient(90deg, rgba(4, 7, 10, 0.98) 0%, rgba(4, 7, 10, 0.86) 54%, rgba(4, 7, 10, 0.42) 100%),
      linear-gradient(0deg, rgba(4, 7, 10, 0.98) 0%, transparent 55%);
  }

  .grf-premium-route-desk {
    grid-template-columns: 1fr 1fr;
  }

  .grf-premium-route-desk__intro {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .grf-premium-route-card:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 767px) {
  body.grf-premium-production.home .elementor-location-header {
    display: none !important;
  }

  .grf-premium-front-door {
    background-image: url("/wp-content/uploads/2026/06/mobile-hero-bg-image.webp");
    background-position: center top;
  }

  .grf-premium-front-door__shade {
    background:
      linear-gradient(0deg, rgba(4, 7, 10, 0.99) 0%, rgba(4, 7, 10, 0.9) 58%, rgba(4, 7, 10, 0.58) 100%);
  }

  .grf-premium-front-door__inner {
    width: min(calc(100% - 30px), var(--grf-content));
    padding-top: 18px;
  }

  .grf-premium-mobile-nav {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid rgba(213, 166, 59, 0.42);
    border-radius: var(--grf-radius);
    background: rgba(5, 7, 9, 0.92);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
  }

  .grf-premium-mobile-nav__brand {
    display: grid;
    flex: 0 0 auto;
    color: var(--grf-white) !important;
    font-family: "Bebas Neue", "Arial Narrow", sans-serif;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 0.88;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .grf-premium-mobile-nav__brand strong {
    color: var(--grf-brass-bright);
    font-weight: 400;
  }

  .grf-premium-mobile-nav__menu {
    position: relative;
    margin-left: auto;
  }

  .grf-premium-mobile-nav__menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(246, 189, 49, 0.72);
    border-radius: var(--grf-radius);
    color: var(--grf-white);
    cursor: pointer;
    list-style: none;
  }

  .grf-premium-mobile-nav__menu summary::-webkit-details-marker {
    display: none;
  }

  .grf-premium-mobile-nav__menu summary span {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .grf-premium-mobile-nav__menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .grf-premium-mobile-nav__menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .grf-premium-mobile-nav__menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .grf-premium-mobile-nav__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(290px, calc(100vw - 48px));
    padding: 8px;
    border: 1px solid rgba(213, 166, 59, 0.52);
    border-radius: var(--grf-radius);
    background: #080c10;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.58);
  }

  .grf-premium-mobile-nav__panel a {
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e7ebee !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 44px;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .grf-premium-mobile-nav__panel a:last-child {
    border-bottom: 0;
  }

  .grf-premium-mobile-nav__panel .grf-premium-mobile-nav__contact {
    margin-top: 8px;
    border: 1px solid var(--grf-brass-bright);
    color: var(--grf-brass-bright) !important;
    text-align: center;
  }

  .grf-premium-hero-copy {
    margin-top: clamp(72px, 18vw, 88px);
  }

  .grf-premium-hero-copy h1 {
    max-width: 340px;
    font-size: clamp(64px, 19vw, 82px);
    line-height: 0.87;
  }

  .grf-premium-lede {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .grf-premium-hero-actions {
    display: grid;
  }

  .grf-premium-button {
    width: 100%;
  }

  .grf-premium-route-desk {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .grf-premium-route-desk__intro,
  .grf-premium-route-card,
  .grf-premium-route-card:nth-child(2) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .grf-premium-route-card:last-child {
    border-bottom: 0;
  }

  .grf-premium-route-desk__intro,
  .grf-premium-route-card {
    padding: 20px;
  }

  .grf-premium-route-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .grf-premium-route-card__number {
    font-size: 28px;
  }

  .grf-premium-route-card__links {
    display: grid;
  }

  .grf-premium-privacy-line {
    align-items: flex-start;
    font-size: 11px;
  }

  body.grf-premium-production.home .elementor-element-333b8fc,
  body.grf-premium-production.home .elementor-element-ef71702,
  body.grf-premium-production.home .elementor-element-9464b1e {
    padding-block: 64px !important;
  }

  body.grf-premium-production .elementor-button,
  body.grf-premium-production button[type="submit"] {
    width: 100%;
  }

  body.grf-premium-production .grf-legal-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 18px;
    justify-items: start;
    padding-inline: 20px;
  }
}

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