:root {
    --foxgate-ink: #061722;
    --foxgate-navy: #08273B;
    --foxgate-blue: #123E59;
    --foxgate-gold: #C79A48;
    --foxgate-gold-light: #E1C078;
    --foxgate-charcoal: #1B2227;
    --foxgate-steel: #71808A;
    --foxgate-silver: #D9DEE1;
    --foxgate-ivory: #F5F3ED;
    --foxgate-surface: #FAFAF8;
    --foxgate-white: #FFFFFF;
    --foxgate-border: rgba(8, 39, 59, 0.12);
    --foxgate-gold-border: rgba(199, 154, 72, 0.35);
    --foxgate-shadow: 0 24px 70px rgba(6, 23, 34, 0.12);
    --foxgate-shadow-hover: 0 30px 80px rgba(6, 23, 34, 0.20);
    --foxgate-navy-light: var(--foxgate-blue);
    --foxgate-light: var(--foxgate-ivory);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--foxgate-white);
    color: var(--foxgate-charcoal);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

body.mobile-nav-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

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

a:hover {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--foxgate-navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
}

p {
    color: var(--foxgate-steel);
    margin: 0 0 24px;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 9999;
    transform: translateY(-150%);
    background: var(--foxgate-gold);
    color: var(--foxgate-navy);
    padding: 10px 14px;
    font-weight: 800;
    transition: transform 0.25s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.container,
.container-xl {
    max-width: 1440px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.section {
    position: relative;
    padding: 108px 0;
}

.section--light {
    background: var(--foxgate-light);
}

.luxury-label,
.section-heading__eyebrow,
.page-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--foxgate-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.luxury-label::before,
.section-heading__eyebrow::before,
.page-banner__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--foxgate-gold);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading--center .section-heading__eyebrow {
    justify-content: center;
}

.section-heading h2 {
    font-size: 30px;
}

.section-heading p {
    font-size: 17px;
}

.section-heading--light h2,
.section-heading--light p {
    color: var(--foxgate-white);
}

.section-heading--light p {
    opacity: 0.78;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    border-radius: 4px;
    border-width: 1px;
    padding: 12px 22px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn i {
    line-height: 1;
    transition: transform 0.25s ease;
}

.btn:hover i,
.text-link:hover i,
.material-card__link:hover i {
    transform: translateX(4px);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-gold {
    background: var(--foxgate-gold);
    border-color: var(--foxgate-gold);
    color: var(--foxgate-navy);
}

.btn-gold:hover,
.btn-gold:focus {
    background: var(--foxgate-gold-light);
    border-color: var(--foxgate-gold-light);
    color: var(--foxgate-navy);
}

.btn-navy {
    background: var(--foxgate-navy);
    border-color: var(--foxgate-navy);
    color: var(--foxgate-white);
}

.btn-navy:hover,
.btn-navy:focus {
    background: var(--foxgate-navy-light);
    border-color: var(--foxgate-navy-light);
    color: var(--foxgate-white);
}

.btn-light-outline {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.44);
    color: var(--foxgate-white);
}

.btn-light-outline:hover,
.btn-light-outline:focus {
    background: var(--foxgate-white);
    color: var(--foxgate-navy);
}

.btn-outline-gold {
    background: transparent;
    border-color: var(--foxgate-border);
    color: var(--foxgate-navy);
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
    background: var(--foxgate-gold);
    border-color: var(--foxgate-gold);
    color: var(--foxgate-navy);
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.topbar {
    background: var(--foxgate-navy);
    border-bottom: 1px solid var(--foxgate-border);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.topbar__inner,
.topbar__contacts,
.topbar__socials {
    display: flex;
    align-items: center;
}

.topbar__inner {
    justify-content: space-between;
    min-height: 40px;
    gap: 24px;
}

.topbar__contacts {
    flex-wrap: wrap;
    gap: 20px;
}

.topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.topbar__link i,
.topbar__social i {
    color: var(--foxgate-gold);
}

.topbar__socials {
    gap: 12px;
}

.topbar__social {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-header {
    z-index: 1050;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.main-nav {
    min-height: 82px;
    background: rgba(7, 30, 46, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease, min-height 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled .main-nav {
    min-height: 74px;
    background: rgba(7, 30, 46, 0.98);
    box-shadow: 0 18px 42px rgba(7, 30, 46, 0.22);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: 236px;
    background: var(--foxgate-white);
    padding: 6px 10px;
}

.navbar-brand img,
.mobile-nav__brand img {
    width: 100%;
    height: auto;
}

.main-nav .navbar-nav {
    gap: 8px;
}

.main-nav .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.84);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 28px 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 21px;
    left: 10px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--foxgate-gold);
    transition: transform 0.25s ease;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .nav-link:focus {
    color: var(--foxgate-white);
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after,
.main-nav .nav-link:focus::after {
    transform: scaleX(1);
}

.premium-dropdown {
    min-width: 260px;
    margin-top: 0;
    padding: 10px;
    background: var(--foxgate-white);
    border: 1px solid var(--foxgate-border);
    border-radius: 0;
    box-shadow: 0 22px 42px rgba(7, 30, 46, 0.18);
}

.premium-dropdown .dropdown-item {
    color: var(--foxgate-charcoal);
    font-size: 14px;
    font-weight: 700;
    padding: 11px 12px;
    border-left: 2px solid transparent;
}

.premium-dropdown .dropdown-item:hover,
.premium-dropdown .dropdown-item:focus,
.premium-dropdown .dropdown-item.active {
    background: var(--foxgate-light);
    border-left-color: var(--foxgate-gold);
    color: var(--foxgate-navy);
}

.navbar-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--foxgate-border);
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(201, 154, 66, 0.24);
}

.navbar-toggler span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--foxgate-white);
}

.mobile-nav {
    width: min(420px, 92vw);
    background: var(--foxgate-navy);
    color: var(--foxgate-white);
}

body:not(.mobile-nav-open) .mobile-nav {
    display: none;
}

.mobile-nav .offcanvas-header {
    border-bottom: 1px solid var(--foxgate-border);
}

.mobile-nav__brand {
    display: inline-flex;
    max-width: 210px;
    background: var(--foxgate-white);
    padding: 6px 10px;
}

.mobile-nav__link,
.mobile-nav__toggle,
.mobile-nav__sublink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
    padding: 16px 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.mobile-nav__link.active,
.mobile-nav__link:hover,
.mobile-nav__toggle:hover {
    color: var(--foxgate-gold-light);
}

.mobile-nav__sublink {
    padding: 12px 0 12px 18px;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.mobile-nav__cta {
    margin-top: 28px;
}

.mobile-nav__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
    color: var(--foxgate-gold-light);
    font-weight: 800;
}

.hero-slider {
    min-height: 100vh;
    background: var(--foxgate-navy);
    overflow: hidden;
}

.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide,
.client-swiper {
    overflow: hidden;
}

.hero-slide {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
}

.swiper-slide-active .hero-slide > img,
.swiper-slide-active > img {
    animation: heroZoom 8s ease forwards;
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 30, 46, 0.92) 0%, rgba(7, 30, 46, 0.76) 42%, rgba(7, 30, 46, 0.2) 100%);
}

.hero-slide__geometry {
    position: absolute;
    right: 9%;
    bottom: 14%;
    width: 260px;
    height: 260px;
    border: 1px solid var(--foxgate-border);
    transform: skewX(-16deg);
}

.hero-slide__geometry::before {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(201, 154, 66, 0.38);
}

.hero-slide .container {
    position: relative;
    min-height: 100vh;
}

.hero-slide__content {
    width: min(760px, 100%);
    padding-top: 235px;
    color: var(--foxgate-white);
}

.hero-slide__content h1 {
    color: var(--foxgate-white);
    font-size: 45px;
    margin-bottom: 22px;
}

.hero-slide__content p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 34px;
}

.hero-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 76px;
    background: rgba(7, 30, 46, 0.92);
    border-top: 1px solid var(--foxgate-border);
}

.hero-button {
    display: inline-grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 0;
    background: transparent;
    color: var(--foxgate-white);
    transition: background 0.25s ease, color 0.25s ease;
}

.hero-button:hover,
.hero-button:focus {
    background: var(--foxgate-gold);
    color: var(--foxgate-navy);
}

.hero-pagination {
    position: static;
    width: 140px !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.42);
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: var(--foxgate-gold);
}

.scroll-indicator {
    position: absolute;
    bottom: 28px;
    left: 50%;
    z-index: 4;
    width: 28px;
    height: 46px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.62);
}

.scroll-indicator span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    transform: translateX(-50%);
    background: var(--foxgate-gold);
    animation: scrollDot 1.7s ease infinite;
}

.trust-strip {
    background: var(--foxgate-navy);
    border-top: 1px solid var(--foxgate-border);
}

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

.trust-item {
    min-height: 132px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 26px 28px;
    border-right: 1px solid var(--foxgate-border);
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item i {
    color: var(--foxgate-gold);
    font-size: 31px;
}

.trust-item h2 {
    color: var(--foxgate-white);
    font-size: 18px;
    margin: 0;
}

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

.image-stack__main,
.image-frame img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.image-stack__main {
    position: relative;
    z-index: 1;
}

.image-stack__small {
    position: absolute;
    right: -24px;
    bottom: 44px;
    z-index: 2;
    width: 48%;
    height: 330px;
    object-fit: cover;
    border: 10px solid var(--foxgate-light);
}

.image-stack__frame {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 0;
    width: 76%;
    height: 86%;
    border: 1px solid var(--foxgate-gold);
}

.about-preview__content h2,
.content-block h2 {
    font-size: 44px;
}

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

.feature-list span,
.safety-grid span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--foxgate-navy);
    font-weight: 800;
}

.feature-list i,
.safety-grid i,
.check-list i {
    color: var(--foxgate-gold);
}

.division-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 340px;
    gap: 22px;
}

.division-grid--compact {
    grid-auto-rows: 300px;
}

.division-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background: var(--foxgate-navy);
}

.division-grid .division-card:first-child,
.division-grid .division-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.division-grid--compact .division-card:first-child,
.division-grid--compact .division-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
}

.division-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.division-card:hover img {
    transform: scale(1.08);
}

.division-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 30, 46, 0.1), rgba(7, 30, 46, 0.94));
}

.division-card__content {
    position: absolute;
    right: 26px;
    bottom: 26px;
    left: 26px;
    z-index: 2;
}

.division-card__number {
    display: inline-block;
    color: var(--foxgate-gold);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 12px;
}

.division-card h3 {
    color: var(--foxgate-white);
    font-size: 28px;
}

.division-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 16px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--foxgate-gold-light);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.text-link i,
.material-card__link i {
    transition: transform 0.25s ease;
}

.manpower-tabs {
    background: var(--foxgate-white);
    border: 1px solid rgba(7, 30, 46, 0.08);
    padding: 18px;
    box-shadow: 0 24px 52px rgba(7, 30, 46, 0.08);
}

.manpower-tabs .nav {
    gap: 8px;
    margin-bottom: 22px;
}

.manpower-tabs .nav-link {
    border-radius: 0;
    background: var(--foxgate-light);
    color: var(--foxgate-navy);
    font-weight: 800;
    padding: 10px 14px;
}

.manpower-tabs .nav-link.active {
    background: var(--foxgate-navy);
    color: var(--foxgate-white);
}

.manpower-tabs .tab-pane {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(7, 30, 46, 0.08);
}

.manpower-tabs h3,
.manpower-panel h2 {
    font-size: 24px;
}

.tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    background: var(--foxgate-light);
    border: 1px solid rgba(7, 30, 46, 0.08);
    color: var(--foxgate-charcoal);
    font-size: 14px;
    font-weight: 700;
}

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

.equipment-card,
.material-card,
.contact-info-card,
.why-card,
.benefit-grid article,
.manpower-panel,
.client-logo-card,
.legal-content,
.quote-form,
.map-panel {
    background: var(--foxgate-white);
    border: 1px solid rgba(7, 30, 46, 0.08);
    border-radius: 4px;
}

.equipment-card,
.material-card {
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.equipment-card:hover,
.material-card:hover {
    transform: translateY(-4px);
    border-color: var(--foxgate-border);
    box-shadow: 0 24px 48px rgba(7, 30, 46, 0.12);
}

.equipment-card__media,
.material-card__image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: var(--foxgate-light);
}

.equipment-card__media img,
.material-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.equipment-card:hover img,
.material-card:hover img {
    transform: scale(1.06);
}

.equipment-card__body,
.material-card__body {
    padding: 18px;
}

.equipment-card__body span {
    display: block;
    min-height: 22px;
    color: var(--foxgate-gold);
    font-size: 13px;
    font-weight: 800;
}

.equipment-card h3,
.material-card h3 {
    min-height: 56px;
    font-size: 19px;
    margin-bottom: 16px;
}

.equipment-card .btn {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
}

.material-card p {
    min-height: 84px;
    font-size: 14px;
    line-height: 1.6;
}

.material-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--foxgate-navy);
    font-weight: 800;
    padding: 0;
}

.capability-list {
    display: grid;
    gap: 34px;
}

.capability-row {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 38px;
}

.capability-row--reverse {
    grid-template-columns: 0.95fr 1.05fr;
}

.capability-row--reverse .capability-row__image {
    order: 2;
}

.capability-row__image {
    overflow: hidden;
    min-height: 410px;
}

.capability-row__image img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.capability-row__content {
    position: relative;
    padding: 44px;
    background: var(--foxgate-white);
    border-left: 3px solid var(--foxgate-gold);
    box-shadow: 0 22px 44px rgba(7, 30, 46, 0.08);
}

.capability-row__content > span {
    color: var(--foxgate-gold);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 46px;
    font-weight: 800;
    opacity: 0.85;
}

.capability-row__content h2,
.capability-row__content h3 {
    font-size: 32px;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--foxgate-charcoal);
    font-weight: 700;
}

.why-section {
    overflow: hidden;
    background: var(--foxgate-navy);
}

.why-section__image,
.enquiry-cta > img,
.not-found > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-section__overlay,
.enquiry-cta__overlay,
.not-found__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 30, 46, 0.9);
}

.why-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.16;
}

.why-section .container,
.enquiry-cta .container,
.not-found .container {
    position: relative;
    z-index: 2;
}

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

.why-card {
    min-height: 160px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(201, 154, 66, 0.24);
    backdrop-filter: blur(4px);
}

.why-card i,
.benefit-grid i,
.contact-info-card i {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 18px;
    background: rgba(201, 154, 66, 0.13);
    color: var(--foxgate-gold);
    font-size: 24px;
}

.why-card h3 {
    color: var(--foxgate-white);
    font-size: 20px;
    margin-bottom: 0;
}

.vision-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.9fr 1.05fr;
    gap: 22px;
    align-items: stretch;
}

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

.statement-panel {
    min-height: 360px;
    padding: 42px;
    background: var(--foxgate-white);
    border: 1px solid var(--foxgate-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.statement-panel h2 {
    font-size: 28px;
    line-height: 1.34;
}

.statement-panel--image {
    padding: 0;
    overflow: hidden;
}

.statement-panel--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statement-panel--dark {
    background: var(--foxgate-navy);
}

.statement-panel--dark h2 {
    color: var(--foxgate-white);
}

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

.safety-grid span {
    min-height: 72px;
    padding: 18px;
    background: var(--foxgate-white);
    border: 1px solid rgba(7, 30, 46, 0.08);
}

.client-swiper {
    padding: 4px 2px 18px;
    contain: paint;
}

.client-logo-card {
    display: grid;
    place-items: center;
    min-height: 132px;
    padding: 16px;
    border-color: rgba(7, 30, 46, 0.11);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.client-logo-card img {
    width: 180px;
    height: 90px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.client-logo-card:hover {
    transform: translateY(-3px);
    border-color: var(--foxgate-border);
    box-shadow: 0 18px 34px rgba(7, 30, 46, 0.08);
}

.client-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

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

.enquiry-cta,
.not-found {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: var(--foxgate-navy);
}

.enquiry-cta__content,
.not-found__content {
    max-width: 760px;
    padding: 96px 0;
}

.enquiry-cta h2,
.not-found h1 {
    color: var(--foxgate-white);
    font-size: 52px;
}

.enquiry-cta p,
.not-found p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

.page-banner {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 180px 0 82px;
    background: var(--foxgate-navy);
}

.page-banner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 30, 46, 0.94), rgba(7, 30, 46, 0.68), rgba(7, 30, 46, 0.28));
}

.page-banner__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.page-banner h1 {
    color: var(--foxgate-white);
    font-size: 58px;
}

.page-banner p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.breadcrumb-nav {
    margin-bottom: 22px;
}

.breadcrumb-nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-nav li,
.breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    font-weight: 700;
}

.breadcrumb-nav li + li::before {
    content: "/";
    margin-right: 10px;
    color: var(--foxgate-gold);
}

.content-block p {
    font-size: 17px;
}

.image-frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 460px;
    border: 1px solid var(--foxgate-border);
}

.image-frame::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 38%;
    height: 38%;
    border-right: 2px solid var(--foxgate-gold);
    border-bottom: 2px solid var(--foxgate-gold);
}

.manpower-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.manpower-panel {
    padding: 30px;
}

.benefit-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid article {
    min-height: 226px;
    padding: 26px;
}

.benefit-grid h3 {
    font-size: 20px;
}

.benefit-grid p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.content-band {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.content-band h2 {
    font-size: 42px;
}

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

.contact-info-card {
    min-height: 230px;
    padding: 26px;
}

.contact-info-card h2 {
    font-size: 20px;
}

.contact-info-card a,
.contact-info-card p,
.map-panel__contact a,
.legal-content a {
    display: block;
    color: var(--foxgate-steel);
    font-weight: 700;
}

.contact-info-card a:hover,
.map-panel__contact a:hover,
.legal-content a:hover {
    color: var(--foxgate-gold);
}

.quote-form {
    height: 100%;
    padding: 34px;
    box-shadow: 0 22px 44px rgba(7, 30, 46, 0.08);
}

.form-heading h2 {
    font-size: 34px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.form-grid--single {
    grid-template-columns: 1fr;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field span {
    color: var(--foxgate-navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(7, 30, 46, 0.14);
    border-radius: 0;
    background: var(--foxgate-white);
    color: var(--foxgate-charcoal);
    padding: 13px 14px;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
    min-height: 138px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--foxgate-gold);
    box-shadow: 0 0 0 3px rgba(201, 154, 66, 0.15);
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea {
    border-color: #B42318;
}

.field-error {
    color: #B42318;
    font-size: 13px;
    font-weight: 700;
}

.map-panel {
    height: 100%;
    overflow: hidden;
}

.map-placeholder {
    min-height: 390px;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 34px;
    text-align: center;
    background: linear-gradient(135deg, rgba(7, 30, 46, 0.96), rgba(16, 52, 77, 0.94));
}

.map-placeholder i {
    color: var(--foxgate-gold);
    font-size: 42px;
    margin-bottom: 16px;
}

.map-placeholder span {
    color: var(--foxgate-white);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.map-placeholder p {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 10px;
}

.map-panel__contact {
    padding: 26px;
}

.map-panel__contact h2 {
    font-size: 22px;
}

.map-panel__contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.legal-section {
    padding-top: 82px;
}

.legal-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 42px;
}

.legal-content h2 {
    font-size: 25px;
    margin-top: 26px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.site-footer {
    background: var(--foxgate-navy);
    border-top: 2px solid var(--foxgate-gold);
    color: rgba(255, 255, 255, 0.78);
    padding: 78px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
    gap: 34px;
}

.footer-logo {
    display: inline-flex;
    max-width: 236px;
    margin-bottom: 22px;
    background: var(--foxgate-white);
    padding: 6px 10px;
}

.footer-column h2 {
    color: var(--foxgate-white);
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-column p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.footer-column a,
.footer-column address {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-column a:hover {
    color: var(--foxgate-gold-light);
}

.footer-socials,
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.footer-socials a {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin: 0;
    border: 1px solid var(--foxgate-border);
    color: var(--foxgate-gold-light);
}

.footer-legal a {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer-subnav {
    margin-top: 22px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.floating-actions {
    position: fixed;
    right: 22px;
    bottom: 28px;
    z-index: 1040;
    display: grid;
    gap: 10px;
}

.floating-actions__btn {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 0;
    border-radius: 4px;
    color: var(--foxgate-white);
    box-shadow: 0 16px 30px rgba(7, 30, 46, 0.22);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.floating-actions__btn:hover {
    transform: translateY(-3px);
    color: var(--foxgate-white);
}

.floating-actions__btn--whatsapp {
    background: #1FAF5B;
}

.floating-actions__btn--call {
    background: var(--foxgate-navy-light);
}

.floating-actions__btn--top {
    background: var(--foxgate-gold);
    color: var(--foxgate-navy);
    opacity: 0;
    pointer-events: none;
}

.floating-actions__btn--top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.mobile-enquiry-bar {
    display: none;
}

.whatsapp-modal {
    overflow: hidden;
    border: 0;
    border-radius: 4px;
}

.whatsapp-modal .modal-header {
    background: var(--foxgate-navy);
    border-bottom: 1px solid var(--foxgate-border);
    color: var(--foxgate-white);
}

.whatsapp-modal .modal-title {
    color: var(--foxgate-white);
    font-size: 28px;
    margin: 0;
}

.whatsapp-modal .modal-body,
.whatsapp-modal .modal-footer {
    border: 0;
    padding: 24px;
}

.foxgate-toast {
    border: 1px solid var(--foxgate-border);
    background: var(--foxgate-navy);
    color: var(--foxgate-white);
}

.foxgate-toast .toast-body {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.foxgate-toast i {
    color: var(--foxgate-gold-light);
}

.not-found {
    min-height: 100vh;
    padding-top: 120px;
}

[data-aos="fade-left"],
[data-aos="fade-right"] {
    transform: translate3d(0, 32px, 0) !important;
}

[data-aos="fade-left"].aos-animate,
[data-aos="fade-right"].aos-animate {
    transform: none !important;
}

@keyframes heroZoom {
    from {
        transform: scale(1.06);
    }
    to {
        transform: scale(1.14);
    }
}

@keyframes scrollDot {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 20px);
        opacity: 0;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Premium Foxgate redesign layer */
body {
    background:
        linear-gradient(180deg, rgba(245, 243, 237, 0.92), rgba(250, 250, 248, 1) 32%, rgba(255, 255, 255, 1) 100%);
    color: var(--foxgate-charcoal);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.72;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--foxgate-ink);
    font-weight: 400;
    letter-spacing: 0;
}

p {
    max-width: 68ch;
    color: var(--foxgate-steel);
}

.container,
.container-xl {
    width: min(100% - 64px, 1440px);
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
}

.section {
    padding: clamp(40px, 2vw, 136px) 0;
}

.section--light {
    background:
        linear-gradient(180deg, var(--foxgate-ivory), var(--foxgate-surface));
}

.section-heading {
    max-width: 820px;
    margin-bottom: clamp(40px, 4.5vw, 68px);
}

.section-heading h2,
.about-preview__content h2,
.content-block h2,
.content-band h2 {
    font-size: clamp(33px, 1vw, 30px);
    line-height: 0.98;
}

.section-heading p,
.content-block p,
.about-preview__content p {
    font-size: clamp(16px, 1.2vw, 18px);
}

.luxury-label,
.section-heading__eyebrow,
.page-banner__eyebrow {
    color: var(--foxgate-gold);
    font-size: 15px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.luxury-label::before,
.section-heading__eyebrow::before,
.page-banner__eyebrow::before {
    width: 52px;
    background: linear-gradient(90deg, transparent, var(--foxgate-gold));
}

.btn {
    position: relative;
    isolation: isolate;
    min-height: 54px;
    border-radius: 0;
    overflow: hidden;
    padding: 15px 24px;
    box-shadow: none;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--foxgate-ink);
    transition: transform 0.32s ease;
}

.btn:hover::before,
.btn:focus::before {
    transform: scaleX(1);
}

.btn-gold {
    background: var(--foxgate-gold);
    border-color: var(--foxgate-gold);
    color: var(--foxgate-ink);
}

.btn-gold:hover,
.btn-gold:focus {
    border-color: var(--foxgate-gold);
    color: var(--foxgate-white);
}

.btn-navy {
    background: var(--foxgate-ink);
    border-color: var(--foxgate-ink);
}

.btn-light-outline {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.btn-outline-gold {
    border-color: var(--foxgate-gold-border);
    color: var(--foxgate-ink);
}

.topbar {
    background: rgba(6, 23, 34, 0.94);
    border-bottom: 1px solid rgba(199, 154, 72, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.topbar__inner {
    min-height: 38px;
}

.topbar__link {
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
}

.topbar__link + .topbar__link::before {
    content: "";
    width: 1px;
    height: 14px;
    margin-right: 18px;
    background: var(--foxgate-gold-border);
}

.topbar__social {
    width: 30px;
    height: 30px;
    border-color: rgba(199, 154, 72, 0.3);
}

.site-header {
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.main-nav {
    min-height: 88px;
    background: rgba(6, 23, 34, 0.36);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.site-header--inner .main-nav,
.site-header.is-scrolled .main-nav {
    min-height: 74px;
    background: rgba(250, 250, 248, 0.97);
    border-bottom-color: rgba(8, 39, 59, 0.08);
    box-shadow: var(--foxgate-shadow);
}

.navbar-brand {
    max-width: 244px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 14px;
    transition: max-width 0.28s ease, padding 0.28s ease, box-shadow 0.28s ease;
}

.site-header.is-scrolled .navbar-brand,
.site-header--inner .navbar-brand {
    max-width: 216px;
    border-color: rgba(8, 39, 59, 0.08);
    box-shadow: 0 12px 28px rgba(6, 23, 34, 0.08);
}

.main-nav .navbar-nav {
    gap: clamp(8px, 1.1vw, 18px);
}

.main-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    padding: 30px 4px;
}

.site-header--inner .main-nav .nav-link,
.site-header.is-scrolled .main-nav .nav-link {
    color: var(--foxgate-ink);
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .nav-link:focus {
    color: var(--foxgate-white);
}

.site-header--inner .main-nav .nav-link:hover,
.site-header--inner .main-nav .nav-link.active,
.site-header--inner .main-nav .nav-link:focus,
.site-header.is-scrolled .main-nav .nav-link:hover,
.site-header.is-scrolled .main-nav .nav-link.active,
.site-header.is-scrolled .main-nav .nav-link:focus {
    color: var(--foxgate-ink);
}

.main-nav .nav-link::after {
    right: 4px;
    bottom: 24px;
    left: 4px;
    height: 1px;
    background: var(--foxgate-gold);
}

.premium-dropdown.mega-menu {
    left: 50%;
    width: min(1120px, calc(100vw - 64px));
    margin-top: 0;
    padding: 26px;
    transform: translateX(-50%);
    background: rgba(250, 250, 248, 0.98);
    border: 1px solid var(--foxgate-gold-border);
    box-shadow: 0 36px 90px rgba(6, 23, 34, 0.2);
}

.mega-menu__intro {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    gap: 28px;
    align-items: end;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(8, 39, 59, 0.1);
}

.mega-menu__intro h2 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(24px, 2vw, 34px);
}

.mega-menu__intro p {
    margin: 0;
    font-size: 15px;
}

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

.mega-card {
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 18px;
    color: var(--foxgate-white);
    background: var(--foxgate-ink);
}

.mega-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.56;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.mega-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 23, 34, 0.05), rgba(6, 23, 34, 0.92));
}

.mega-card:hover img,
.mega-card:focus img {
    opacity: 0.72;
    transform: scale(1.06);
}

.mega-card__icon,
.mega-card strong,
.mega-card small {
    position: relative;
    z-index: 2;
}

.mega-card__icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid var(--foxgate-gold-border);
    color: var(--foxgate-gold-light);
}

.mega-card strong {
    color: var(--foxgate-white);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.18;
}

.mega-card small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.45;
}

.mega-menu__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.mega-menu__links a {
    padding: 8px 12px;
    border: 1px solid rgba(8, 39, 59, 0.1);
    color: var(--foxgate-charcoal);
    font-size: 13px;
    font-weight: 800;
}

.mega-menu__links a:hover,
.mega-menu__links a.active {
    border-color: var(--foxgate-gold-border);
    color: var(--foxgate-ink);
    background: rgba(199, 154, 72, 0.09);
}

.navbar-toggler {
    border-color: var(--foxgate-gold-border);
}

.site-header.is-scrolled .navbar-toggler span,
.site-header--inner .navbar-toggler span {
    background: var(--foxgate-ink);
}

.mobile-nav {
    width: min(480px, 94vw);
    background:
        linear-gradient(145deg, rgba(6, 23, 34, 0.98), rgba(8, 39, 59, 0.98)),
        var(--foxgate-ink);
}

.mobile-nav .offcanvas-header {
    min-height: 90px;
}

.mobile-nav__link,
.mobile-nav__toggle {
    padding: 18px 0;
    font-size: 16px;
    transform: translateY(12px);
    opacity: 0;
    transition: opacity 0.32s ease, transform 0.32s ease, color 0.2s ease;
}

.mobile-nav.show .mobile-nav__link,
.mobile-nav.show .mobile-nav__toggle,
.mobile-nav.showing .mobile-nav__link,
.mobile-nav.showing .mobile-nav__toggle {
    transform: translateY(0);
    opacity: 1;
}

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

.mobile-nav__actions a,
.mobile-nav__actions button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--foxgate-gold-border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--foxgate-white);
    font-weight: 800;
}

.mobile-nav__contact {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.mobile-nav__contact a {
    color: rgba(255, 255, 255, 0.82);
}

.hero-slider {
    min-height: 92vh;
    background: var(--foxgate-ink);
}

.hero-slide {
    min-height: 92vh;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 72px 72px;
    mix-blend-mode: soft-light;
}

.hero-slide > img {
    object-position: center right;
    filter: saturate(0.9) contrast(1.06);
}

.hero-slide__overlay {
    z-index: 1;
    background:
        radial-gradient(circle at 74% 24%, rgba(225, 192, 120, 0.16), transparent 32%),
        linear-gradient(90deg, rgba(6, 23, 34, 0.96) 0%, rgba(8, 39, 59, 0.82) 45%, rgba(6, 23, 34, 0.28) 100%);
}

.hero-slide__geometry {
    z-index: 1;
    right: 6%;
    bottom: 14%;
    width: clamp(180px, 20vw, 320px);
    height: clamp(180px, 20vw, 320px);
    border-color: rgba(199, 154, 72, 0.32);
}

.hero-slide .container {
    z-index: 2;
    min-height: 92vh;
}

.hero-slide__content {
    width: min(860px, 100%);
    padding-top: clamp(190px, 18vh, 260px);
}

.hero-slide__content h1 {
    color: var(--foxgate-white);
    font-size: clamp(60px, 5.2vw, 55px);
    line-height: 0.94;
    margin-bottom: 26px;
}

.hero-slide__content h1 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(225, 192, 120, 0.92);
    text-shadow: none;
}

.hero-slide__content p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 1.3vw, 20px);
}

.hero-service-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 760px;
    margin-top: clamp(30px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 23, 34, 0.34);
    backdrop-filter: blur(12px);
}

.hero-service-rail a {
    min-height: 78px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 14px 18px;
    border-right: 1px solid rgba(199, 154, 72, 0.24);
    color: var(--foxgate-white);
    font-weight: 800;
}

.hero-service-rail a:last-child {
    border-right: 0;
}

.hero-service-rail i {
    color: var(--foxgate-gold-light);
    font-size: 20px;
}

.hero-controls {
    right: 0;
    bottom: 0;
    min-height: 82px;
    border-top-color: rgba(199, 154, 72, 0.26);
    background: rgba(6, 23, 34, 0.88);
    backdrop-filter: blur(12px);
}

.hero-button {
    width: 82px;
    height: 82px;
}

.hero-progress {
    display: grid;
    grid-template-columns: auto minmax(120px, 190px) auto;
    gap: 14px;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.hero-progress__track {
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.26);
}

.hero-progress__bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0.25);
    transform-origin: left;
    background: var(--foxgate-gold);
    transition: transform 0.55s ease;
}

.scroll-indicator {
    bottom: 34px;
    border-color: rgba(255, 255, 255, 0.46);
}

.trust-strip {
    position: relative;
    z-index: 4;
    margin-top: -46px;
    background: transparent;
    border: 0;
}

.trust-grid {
    background: linear-gradient(135deg, var(--foxgate-ink), var(--foxgate-navy));
    border: 1px solid var(--foxgate-gold-border);
    box-shadow: var(--foxgate-shadow);
}

.trust-item {
    min-height: 146px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 28px 30px;
    border-color: rgba(199, 154, 72, 0.28);
}

.trust-item i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--foxgate-gold-border);
    font-size: 22px;
}

.trust-item h2 {
    font-size: clamp(17px, 1.2vw, 20px);
}

.trust-item h2::after {
    content: "Industrial support built around project continuity.";
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.about-preview {
    padding-top: clamp(120px, 10vw, 164px);
}

.image-stack {
    min-height: 680px;
}

.image-stack::before {
    content: "Foxgate Industrial Services";
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 4;
    padding: 9px 14px;
    background: rgba(6, 23, 34, 0.84);
    border-left: 2px solid var(--foxgate-gold);
    color: var(--foxgate-white);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.image-stack__main {
    box-shadow: var(--foxgate-shadow);
}

.image-stack__small {
    right: -12px;
    bottom: 62px;
    width: 44%;
    height: 340px;
    border-color: var(--foxgate-ivory);
    box-shadow: 0 28px 70px rgba(6, 23, 34, 0.2);
}

.image-stack__frame {
    top: 44px;
    right: 54px;
    border-color: var(--foxgate-gold);
}

.about-preview__content {
    max-width: 610px;
    margin-left: auto;
}

.feature-list {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 10px;
}

.feature-list span {
    min-height: 54px;
    padding: 12px 16px;
    background: var(--foxgate-white);
    border-left: 2px solid var(--foxgate-gold);
    box-shadow: 0 14px 38px rgba(6, 23, 34, 0.06);
}

.division-grid {
    grid-template-columns: 1.15fr 0.85fr 1fr;
    grid-auto-rows: 310px;
    gap: 18px;
}

.division-grid .division-card:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.division-grid .division-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
}

.division-card {
    border-radius: 0;
    box-shadow: var(--foxgate-shadow);
}

.division-card__overlay {
    background:
        linear-gradient(180deg, rgba(6, 23, 34, 0.08), rgba(6, 23, 34, 0.94)),
        linear-gradient(135deg, rgba(199, 154, 72, 0.18), transparent 42%);
}

.division-card__content {
    right: 32px;
    bottom: 32px;
    left: 32px;
}

.division-card__number {
    font-size: 48px;
    line-height: 1;
    opacity: 0.82;
}

.division-card h3 {
    font-size: clamp(26px, 2.1vw, 34px);
}

.equipment-grid,
.materials-grid {
    gap: 18px;
}

.equipment-card,
.material-card,
.contact-info-card,
.why-card,
.benefit-grid article,
.manpower-panel,
.client-logo-card,
.legal-content,
.quote-form,
.map-panel,
.manpower-tabs {
    border-radius: 0;
    border-color: var(--foxgate-border);
    box-shadow: 0 16px 46px rgba(6, 23, 34, 0.06);
}

.equipment-card:hover,
.material-card:hover {
    box-shadow: var(--foxgate-shadow-hover);
}

.equipment-card__media,
.material-card__image {
    aspect-ratio: 16 / 11;
}

.equipment-card__body,
.material-card__body {
    padding: 22px;
}

.equipment-card h3,
.material-card h3 {
    font-size: clamp(19px, 1.25vw, 23px);
}

.manpower-tabs {
    padding: 26px;
}

.manpower-tabs .nav-link {
    background: transparent;
    border: 1px solid var(--foxgate-border);
}

.manpower-tabs .nav-link.active {
    background: var(--foxgate-ink);
}

.capability-row {
    gap: 0;
    grid-template-columns: 1.05fr 0.95fr;
}

.capability-row__image {
    min-height: 500px;
}

.capability-row__image img {
    min-height: 500px;
}

.capability-row__content {
    margin-left: -54px;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid var(--foxgate-border);
    border-left: 3px solid var(--foxgate-gold);
    box-shadow: var(--foxgate-shadow);
}

.capability-row--reverse .capability-row__content {
    margin-right: -54px;
    margin-left: 0;
    z-index: 2;
}

.capability-row__content > span {
    font-size: clamp(50px, 5vw, 76px);
    color: rgba(199, 154, 72, 0.84);
}

.capability-row__content h2,
.capability-row__content h3 {
    font-size: clamp(30px, 2.8vw, 44px);
}

.why-section {
    padding: clamp(110px, 9vw, 150px) 0;
}

.why-section__overlay,
.enquiry-cta__overlay,
.not-found__overlay {
    background:
        radial-gradient(circle at 70% 12%, rgba(199, 154, 72, 0.14), transparent 30%),
        rgba(6, 23, 34, 0.9);
}

.why-grid {
    gap: 18px;
}

.why-card {
    min-height: 190px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
}

.vision-grid {
    gap: 18px;
}

.statement-panel {
    border-radius: 0;
    box-shadow: 0 16px 46px rgba(6, 23, 34, 0.06);
}

.statement-panel h2 {
    font-size: clamp(17px, 0.2vw, 32px);
}

.safety-grid span {
    border-radius: 0;
    box-shadow: 0 16px 46px rgba(6, 23, 34, 0.06);
}

.page-banner {
    min-height: clamp(520px, 50vw, 660px);
    padding: clamp(180px, 17vw, 230px) 0 clamp(74px, 7vw, 105px);
}

.page-banner__overlay {
    background:
        radial-gradient(circle at 78% 16%, rgba(199, 154, 72, 0.16), transparent 32%),
        linear-gradient(90deg, rgba(6, 23, 34, 0.96), rgba(8, 39, 59, 0.74), rgba(6, 23, 34, 0.28));
}

.page-banner h1 {
    font-size: clamp(52px, 5vw, 64px);
}

.page-banner p {
    font-size: clamp(17px, 1.3vw, 20px);
}

.client-logo-card {
    border-radius: 0;
}

.enquiry-cta {
    min-height: 570px;
}

.enquiry-cta h2,
.not-found h1 {
    font-size: clamp(46px, 4.4vw, 64px);
}

.site-footer {
    background:
        linear-gradient(145deg, var(--foxgate-ink), var(--foxgate-navy));
}

.footer-grid {
    gap: clamp(28px, 4vw, 60px);
}

.floating-actions__btn,
.mobile-enquiry-bar a,
.mobile-enquiry-bar button {
    border-radius: 0;
}
