.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    background: #111;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .32), rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .28)), linear-gradient(to right, rgba(0, 0, 0, .30), transparent 38%, transparent 65%, rgba(0, 0, 0, .28));
    pointer-events: none;
}

.wowslider-container, .ws_images, .ws_slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wowslider-container {
    z-index: -2;
    overflow: hidden;
}

.ws_slide {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.35s ease-in-out;
    animation: wsMove 10s linear infinite;
}

.ws_slide.active {
    opacity: 1;
}

.topbar .row, .topbar a, .topbar button, .topbar nav {
    pointer-events: auto;
}

.desktop-nav {
    gap: clamp(20px, 3vw, 44px);
    padding-top: 22px;
}

.desktop-nav a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
    position: relative;
    transition: color .25s ease;
    white-space: nowrap;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s ease;
}

.desktop-nav a:hover {
    color: #ff0000;
}

.desktop-nav a:hover::after {
    width: 100%;
}

.social-rail a, .mobile-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    transition: color .28s ease, transform .28s ease, text-shadow .28s ease;
    padding: 10px;
    background: #ffffff00;
    border-radius: 999px;
    width: 46px;
    height: 46px;
}

.fa-youtube-in {
    color: var(--youtube);
}

.social-rail .facebook:hover, .menu-social .facebook:hover, .mobile-social .facebook:hover {
    color: var(--facebook);
    text-shadow: 0 0 24px rgba(24, 119, 242, .5);
}

.social-rail .instagram:hover, .menu-social .instagram:hover, .mobile-social .instagram:hover {
    color: var(--instagram);
    text-shadow: 0 0 24px rgba(228, 64, 95, .5);
}

.social-rail .youtube:hover, .menu-social .youtube:hover, .mobile-social .youtube:hover {
    color: var(--youtube);
    text-shadow: 0 0 24px rgba(10, 102, 194, .5);
}

.hero-content {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 110px 24px 40px;
    pointer-events: none;
}

.content-inner {
    transform: translateY(38px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.content-inner.changing {
    opacity: 0;
    transform: translateY(55px);
}

.eyebrow {
    margin-bottom: 18px;
    font-size: clamp(13px, 1.1vw, 18px);
    font-weight: 700;
    letter-spacing: clamp(4px, 1vw, 11px);
    color: rgba(255, 255, 255, .92);
    text-transform: uppercase;
}

.hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 7.5vw, 112px);
    font-weight: 600;
    line-height: .87;
    letter-spacing: -2px;
    text-shadow: 0 12px 35px rgba(0, 0, 0, .18);
}

.location {
    margin-top: 22px;
    font-size: clamp(12px, .95vw, 16px);
    font-weight: 700;
    letter-spacing: clamp(4px, 1vw, 12px);
    color: rgba(255, 255, 255, .92);
    text-transform: uppercase;
}

.slide-arrow {
    position: fixed;
    top: 55.5%;
    width: 34px;
    height: 34px;
    z-index: 25;
    cursor: pointer;
    border: 0;
    border-left: 4px solid rgba(255, 255, 255, .86);
    border-bottom: 4px solid rgba(255, 255, 255, .86);
    background: transparent;
    opacity: .9;
    transition: opacity .25s ease, transform .25s ease;
}

.slide-arrow.left {
    left: clamp(60px, 8vw, 118px);
    transform: translateY(-50%) rotate(45deg);
}

.slide-arrow.right {
    right: clamp(40px, 6vw, 72px);
    transform: translateY(-50%) rotate(-135deg);
}

.slide-arrow:hover {
    opacity: 1;
}

.banner-content span {
    font-family: "Montserrat", serif;
    font-size: 2em;
    font-weight: 200;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
}

.breadcrumb-custom {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
}

.menu-social .contact-link:hover, .footer-social .contact-link:hover {
    color: var(--contact);
    text-shadow: 0 0 24px rgba(37, 211, 102, .5);
}

.footer-bottom p {
    margin: 0;
}

.project-hero::before {
    background: url("../assets/slider_1.jpg") center/cover no-repeat;
    opacity: .18;
}

.projects-scope .one-stop-item {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 18px 38px rgba(0,0,0,.06);
}

.projects-scope .one-stop-item p {
    margin: 0;
}

.project-gallery .service-content {
    min-height: auto;
    padding: 42px 24px 28px;
}

.project-gallery .service-content h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-gallery .service-image {
    height: 230px;
}

.project-cta {
    background: #111;
    color: #fff;
}

.project-cta .process-title h2, .project-cta .process-title p {
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #ffffff;
    --black: #111111;
    --soft-black: #171717;
    --text: #232323;
    --muted: #777777;
    --cream: #f6f1eb;
    --gold: #92bc81;
    --facebook: #fff;
    --instagram: #fff;
    --youtube: #fff;
    --contact: #25d366;
}

html, body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background: var(--cream);
    color: var(--text);
    scroll-behavior: smooth;
}

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

button {
    font-family: inherit;
}

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

.nav-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
    padding-top: 40px;
    padding-right: 35px;
    pointer-events: auto;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
    padding-top: 30px;
    pointer-events: auto;
}

.topbar.scrolled .nav-left, .topbar.scrolled .nav-right {
    padding-top: 28px;
}

.nav-left a, .nav-right a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
    position: relative;
    transition: color .25s ease;
}

.nav-left a::after, .nav-right a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s ease;
}

.nav-left a:hover, .nav-right a:hover {
    color: #ff0000;
}

.nav-left a:hover::after, .nav-right a:hover::after {
    width: 100%;
}

.logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    pointer-events: auto;
}

.logo-dots {
    display: flex;
    gap: 7px;
    margin-bottom: 1px;
}

.logo-dots i {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

.logo-dots i:nth-child(3) {
    border-radius: 3px;
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    pointer-events: auto;
    padding-top: 4px;
    margin-left: 28px;
}

.enquire-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s cubic-bezier(.77, 0, .175, 1);
    z-index: -1;
}

.enquire-btn:hover {
    color: #111;
    border-color: #fff;
}

.enquire-btn:hover::before {
    transform: scaleX(1);
}

.hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    transition: .35s ease;
}

.about-banner {
    position: relative;
    min-height: 68vh;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    padding: 160px 24px 90px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(to bottom, rgba(0,0,0,.56), rgba(0,0,0,.22) 48%, rgba(0,0,0,.68)), url("../assets/slider_2.jpg") center/cover no-repeat;
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: -35px;
    z-index: -1;
    background: inherit;
    animation: bannerMove 12s linear infinite;
}

.banner-content {
    max-width: 940px;
    position: relative;
    z-index: 2;
}

.banner-kicker {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
    margin-bottom: 18px;
}

.banner-content h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(64px, 8vw, 120px);
    font-weight: 600;
    line-height: .9;
    letter-spacing: -2px;
    text-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.breadcrumb {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
}

.section {
    padding: 110px 7vw;
}

.section-title {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4.4vw, 72px);
    font-weight: 600;
    line-height: 1;
    color: #111;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
}

.section-kicker::before {
    content: "";
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.about-intro {
    background: #fff;
}

.about-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, .88fr) minmax(320px, 1.12fr);
    align-items: center;
    gap: clamp(36px, 6vw, 90px);
}

.about-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    box-shadow: 0 32px 70px rgba(0,0,0,.18);
}

.about-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform .8s ease;
}

.about-image:hover img {
    transform: scale(1.1);
}

.experience-card {
    position: absolute;
    right: -28px;
    bottom: 36px;
    width: 190px;
    min-height: 150px;
    padding: 26px 24px;
    display: grid;
    align-content: center;
    background: #111;
    color: #fff;
    box-shadow: 0 22px 50px rgba(0,0,0,.24);
}

.experience-card strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: .8;
    font-weight: 600;
}

.experience-card span {
    margin-top: 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.82);
}

.about-copy p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #5d5d5d;
}

.about-points {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
    list-style: none;
}

.about-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: #2b2b2b;
}

.about-points i {
    margin-top: 4px;
    color: var(--gold);
}

.about-cta {
    margin-top: 44px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #111;
    transition: gap .3s ease, color .3s ease;
}

.about-cta:hover {
    gap: 22px;
    color: var(--gold);
}

.values-band {
    background: #111;
    color: #fff;
    padding: 78px 7vw;
}

.values-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.value-card {
    height: 100%;
    border: 1px solid rgba(255,255,255,.13);
    padding: 34px 28px;
    min-height: 210px;
    background: rgba(255,255,255,.035);
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.07);
    border-color: rgba(199,178,153,.48);
}

.value-card i {
    font-size: 30px;
    color: var(--gold);
    margin-bottom: 28px;
}

.value-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}

.value-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,.72);
}

.timeline-section {
    background: var(--cream);
    overflow: hidden;
}

.timeline-head {
    max-width: 780px;
    margin: 0 auto 70px;
    text-align: center;
}

.timeline-head .section-kicker {
    justify-content: center;
}

.timeline-head .section-kicker::before, .timeline-head .section-kicker::after {
    content: "";
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.timeline-head p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.timeline {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(17,17,17,.18);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 58px 54px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gold);
    border: 5px solid var(--cream);
    box-shadow: 0 0 0 1px rgba(17,17,17,.18);
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -9px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -9px;
}

.timeline-card {
    padding: 34px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.04);
}

.timeline-year {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
}

.timeline-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    color: #111;
    margin-bottom: 14px;
}

.timeline-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}

.social-rail a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    transition: color .28s ease, transform .28s ease, text-shadow .28s ease;
    padding: 10px;
    background: #ffffff00;
    border-radius: 999px;
    width: 46px;
    height: 46px;
}

.fa-facebook-f {
    color:#d7d7d7;
}

.fa-instagram {
  color:#d7d7d7;
}

.fa-youtube {
  color:#d7d7d7;
}

.fa-phone {
    color: var(--contact);
}

.social-rail a i {
    font-size: 30px;
}

.social-rail a:hover {
    transform: translateX(5px);
}

.social-rail .facebook:hover, .menu-social .facebook:hover, .footer-social .facebook:hover {
    color: var(--facebook);
    text-shadow: 0 0 24px rgba(24, 119, 242, .5);
}

.social-rail .instagram:hover, .menu-social .instagram:hover, .footer-social .instagram:hover {
    color: var(--instagram);
    text-shadow: 0 0 24px rgba(228, 64, 95, .5);
}

.social-rail .youtube:hover, .menu-social .youtube:hover, .footer-social .youtube:hover {
    color: var(--youtube);
    text-shadow: 0 0 24px rgba(10, 102, 194, .5);
}

.social-rail .contact-link:hover, .menu-social .contact-link:hover, .footer-social .contact-link:hover {
    color: var(--contact);
    text-shadow: 0 0 24px rgba(37, 211, 102, .5);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    visibility: hidden;
    pointer-events: none;
}

.menu-overlay.open {
    visibility: visible;
    pointer-events: auto;
}

.menu-overlay.open .menu-panel {
    transform: translateX(0);
}

.menu-top, .menu-links, .menu-social {
    position: relative;
    z-index: 1;
}

.menu-top {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.close-menu {
    flex-shrink: 0;
    min-width: 56px;
    position: relative;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, .7);
    background: transparent;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}

.close-menu:hover {
    background: rgba(255, 255, 255, .14);
    transform: rotate(90deg);
}

.close-menu span {
    position: absolute;
    left: 13px;
    top: 27px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
}

.close-menu span:first-child {
    transform: rotate(45deg);
}

.close-menu span:last-child {
    transform: rotate(-45deg);
}

.menu-links li {
    overflow: hidden;
    margin: 14px 0;
}

.menu-overlay.open .menu-links a {
    opacity: 1;
    transform: translateY(0);
}

.menu-overlay.open .menu-links li:nth-child(1) a {
    transition-delay: .20s;
}

.menu-overlay.open .menu-links li:nth-child(2) a {
    transition-delay: .30s;
}

.menu-overlay.open .menu-links li:nth-child(3) a {
    transition-delay: .40s;
}

.menu-overlay.open .menu-links li:nth-child(4) a {
    transition-delay: .50s;
}

.menu-overlay.open .menu-links li:nth-child(5) a {
    transition-delay: .60s;
}

.menu-links a:hover {
    color: var(--gold);
}

.site-footer {
    background: #0f0f0f;
    color: #fff;
    padding: 80px 7vw 28px;
}

.footer-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .7fr .7fr .9fr;
    gap: 48px;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-brand .logo {
    align-items: flex-start;
    justify-self: start;
    margin-bottom: 22px;
}

.footer-brand .logo-text {
    letter-spacing: -2px;
    font-size: 48px;
}

.footer-brand p, .footer-contact p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,.68);
}

.footer-title {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    transition: color .25s ease, padding-left .25s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-contact p + p {
    margin-top: 10px;
}

.footer-social {
    flex-wrap: wrap;
    display: flex;
    gap: 14px;
    margin-top: 22px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    transition: border-color .25s ease, transform .25s ease;
}

.footer-social a:hover {
    border-color: rgba(255,255,255,.42);
    transform: translateY(-4px);
}

.services-hero {
    position: relative;
    min-height: 76vh;
    padding: 188px 7vw 96px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 78% 18%, rgba(199, 178, 153, .32), transparent 34%), linear-gradient(135deg, rgba(10,10,10,.98), rgba(28,24,20,.92) 54%, rgba(9,9,9,.96));
}

.services-hero::before {
    content: "";
    position: absolute;
    inset: -40px;
    z-index: -2;
    background: url("../assets/servicesbg.jpg") center/cover no-repeat;
    opacity: .13;
    filter: grayscale(.25) contrast(1.1);
    animation: bannerMove 16s ease-in-out infinite;
}

.services-hero::after {
    content: "";
    position: absolute;
    right: 7vw;
    bottom: 54px;
    width: min(520px, 52vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(199,178,153,.88), transparent);
    opacity: .85;
}

.services-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1040px;
}

.services-kicker {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold);
}

.services-kicker::before {
    content: "";
    width: 56px;
    height: 1px;
    background: var(--gold);
}

.services-hero h1 {
    max-width: 940px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 8vw, 120px);
    line-height: .9;
    font-weight: 600;
    letter-spacing: -2.5px;
    text-shadow: 0 22px 54px rgba(0,0,0,.32);
}

.services-hero h1 span {
    display: block;
    color: rgba(255,255,255,.62);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 4.5vw, 70px);
    line-height: 1.12;
    font-weight: 300;
    letter-spacing: -1.6px;
    margin-top: 8px;
}

.services-hero p {
    max-width: 690px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,.76);
}

.services-hero-actions {
    margin-top: 42px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-primary, .hero-secondary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid rgba(255,255,255,.72);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.hero-primary {
    background: #fff;
    color: #111;
    border-color: #fff;
}

.hero-secondary {
    color: #fff;
    background: rgba(255,255,255,.04);
}

.hero-primary:hover, .hero-secondary:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    background: var(--gold);
    color: #111;
}

.interiors-destination {
    background-image: url("../assets/bg-services_1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    background: #fff;
    padding: 108px 7vw 86px;
    overflow: hidden;
}

.interiors-destination::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(199,178,153,.13);
}

.destination-inner {
    position: relative;
    z-index: 1;
    max-width: 1260px;
    margin: 0 auto;
}

.destination-head {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr);
    gap: 46px;
    align-items: end;
    margin-bottom: 56px;
}

.destination-title {
    font-size: clamp(38px, 4.8vw, 78px);
    line-height: .98;
    font-weight: 400;
    color: #202020;
    letter-spacing: -2px;
}

.destination-title strong {
    color: #6e8187;
    font-weight: 800;
}

.destination-copy {
    padding-left: 28px;
    border-left: 1px solid rgba(17,17,17,.16);
    font-size: 15px;
    line-height: 1.85;
    color: #666;
}

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

.service-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 22px 48px rgba(0,0,0,.08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), rgba(199,178,153,.18));
    z-index: 2;
    transform: scaleX(.24);
    transform-origin: left;
    transition: transform .35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(199,178,153,.55);
    box-shadow: 0 36px 80px rgba(0,0,0,.14);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-image {
    position: relative;
    height: 190px;
    overflow: hidden;
    background: #ece8e1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

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

.service-number {
    position: absolute;
    left: 22px;
    bottom: -24px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.service-content {
    padding: 46px 26px 32px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
}

.service-content p {
    font-size: 14px;
    line-height: 1.78;
    color: #4e4e4e;
}

.service-chip {
    margin-top: auto;
    padding-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-chip i {
    transition: transform .3s ease;
}

.service-card:hover .service-chip i {
    transform: translateX(6px);
}

.process-strip {
    background: #393939;
    padding: 78px 7vw;
}

.process-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    gap: 46px;
    align-items: center;
}

.process-title h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 4vw, 66px);
    line-height: 1;
    font-weight: 600;
    color: #111;
}

.process-title p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

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

.process-step {
    min-height: 154px;
    padding: 25px 20px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.06);
    box-shadow: 0 18px 38px rgba(0,0,0,.06);
}

.process-step i {
    color: var(--gold);
    font-size: 23px;
    margin-bottom: 18px;
}

.process-step h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.one-stop-promise {
    position: relative;
    background: #fff;
    padding: 86px 7vw 94px;
    overflow: hidden;
}

.one-stop-promise::before, .one-stop-promise::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.one-stop-promise::before {
    width: 310px;
    height: 310px;
    right: -150px;
    top: -120px;
    background: rgba(199, 178, 153, .16);
}

.one-stop-promise::after {
    width: 220px;
    height: 220px;
    left: -110px;
    bottom: -90px;
    background: rgba(110, 129, 135, .10);
}

.one-stop-inner {
    position: relative;
    z-index: 1;
    max-width: 1260px;
    margin: 0 auto;
}

.one-stop-title {
    margin-bottom: 54px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 3.2vw, 52px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.8px;
    color: #202020;
}

.one-stop-title span {
    color: #8fbd7a;
    font-weight: 800;
}

.one-stop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 5vw, 82px);
    align-items: start;
}

.one-stop-column {
    display: grid;
    gap: 27px;
}

.one-stop-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 48px;
}

.one-stop-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #d84b5f;
    background: #fff;
    border: 1px solid rgba(17,17,17,.18);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    position: relative;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.one-stop-icon::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d84b5f;
    opacity: .15;
}

.one-stop-icon i {
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #d84b5f;
}

.one-stop-item:hover .one-stop-icon {
    transform: translateY(-4px);
    border-color: rgba(216,75,95,.42);
    box-shadow: 0 18px 36px rgba(0,0,0,.09);
}

.one-stop-item p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #111;
}

.one-stop-more {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
    color: #111;
    letter-spacing: .2px;
}

.services-hero-content.container, .destination-inner.container, .one-stop-inner.container, .process-inner.container {
    width: 100%;
}

.destination-head.row, .service-grid.row, .one-stop-grid.row, .process-inner.row, .process-steps.row, .footer-grid.row {
    display: flex;
    gap: 0;
}

.service-grid.row, .one-stop-grid.row, .process-steps.row {
    grid-template-columns: none;
}

.service-grid.row > [class*="col-"], .one-stop-grid.row > [class*="col-"], .process-steps.row > [class*="col-"] {
    margin-bottom: 0;
}

.service-card.h-100, .process-step.h-100 {
    height: 100%;
}

.process-inner.container.row {
    margin-left: auto;
    margin-right: auto;
}

.process-steps.col-lg-8.row {
    margin-left: 0;
    margin-right: 0;
}

.footer-grid.row {
    grid-template-columns: none;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.footer-bottom {
    margin: 0 auto;
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.52);
    max-width: none;
}

.topbar {
    grid-template-columns: 1fr auto 1fr;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    inset: auto 0 auto 0;
    z-index: 50;
    height: auto;
    min-height: auto;
    padding: 18px 44px;
    display: block;
    pointer-events: none;
    transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}

.topbar.scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
    min-height: auto;
    padding: 12px 44px;
    background: rgba(12, 12, 12, .88);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.topbar .row, .topbar a, .topbar button, .topbar nav, .header-actions {
    pointer-events: auto;
}

.logo, .menu-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-self: auto;
    pointer-events: auto;
}

.logo-text {
    display: inline-block;
    font-size: clamp(38px, 4.2vw, 84px);
    font-weight: 400;
    line-height: .82;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.logo-text img {
    width: 70%;
    max-width: 230px;
    height: auto;
}

.topbar.scrolled .logo-text, .topbar.scrolled .menu-logo .logo-text {
    font-size: clamp(34px, 3.8vw, 64px);
}

.topbar.scrolled .logo-text img {
    max-width: 190px;
}

.enquire-btn {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .86);
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    overflow: hidden;
    transition: color .35s ease, border-color .35s ease;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    white-space: nowrap;
    z-index: 1;
}

.hamburger {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    width: 46px;
    height: 30px;
    flex-shrink: 0;
}

.hamburger span:nth-child(1) {
    width: 34px;
}

.hamburger span:nth-child(2) {
    width: 46px;
    max-width: none;
}

.hamburger span:nth-child(3) {
    width: 28px;
}

.hamburger.active span:nth-child(1) {
    width: 42px;
    transform: translateY(14px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}

.hamburger.active span:nth-child(3) {
    width: 42px;
    transform: translateY(-14px) rotate(-45deg);
}

.social-rail {
    position: fixed;
    left: 22px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-44%);
    z-index: 60;
}

.mobile-social {
    display: none;
}

.mobile-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: color .28s ease, transform .28s ease, text-shadow .28s ease;
    padding: 10px;
    background: #000;
    border-radius: 999px;
    width: 46px;
    height: 46px;
}

.mobile-social .facebook:hover {
    color: var(--facebook);
    text-shadow: 0 0 24px rgba(24, 119, 242, .5);
}

.mobile-social .instagram:hover {
    color: var(--instagram);
    text-shadow: 0 0 24px rgba(228, 64, 95, .5);
}

.mobile-social .youtube:hover {
    color: var(--youtube);
    text-shadow: 0 0 24px rgba(10, 102, 194, .5);
}

.menu-panel {
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1);
    background: url("../assets/marbalbg.avif") center/cover no-repeat;
    overflow: hidden;
    overflow-y: auto;
    padding: 24px 52px 42px;
}

.menu-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .56);
    min-height: 100%;
}

.menu-panel > .container-fluid {
    position: relative;
    z-index: 1;
    min-height: 100%;
}

.menu-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-logo .logo-text {
    font-size: clamp(40px, 5.2vw, 84px);
}

.menu-links {
    list-style: none;
    margin-top: clamp(50px, 8vh, 90px);
    margin-left: clamp(0px, 8vw, 110px);
    padding: 0;
}

.menu-links a {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(46px, 2.5vw, 88px);
    line-height: .95;
    opacity: 0;
    transform: translateY(110%);
    transition: transform .8s ease, opacity .8s ease, color .25s ease;
    color: #fff;
}

.menu-social {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding-top: 32px;
}

.menu-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .25s ease, text-shadow .25s ease;
}

.menu-social i {
    margin-right: 0;
}

.testimonial-hero::before {
    background: url("../assets/slider_3.jpg") center/cover no-repeat;
    opacity: .18;
}

.testimonial-intro {
    background: #fff;
    padding: 104px 7vw 84px;
    position: relative;
    overflow: hidden;
}

.testimonial-intro::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    right: -150px;
    top: -120px;
    background: rgba(146,188,129,.14);
}

.testimonial-intro .container, .testimonial-grid-section .container, .testimonial-featured .container {
    position: relative;
    z-index: 1;
}

.review-score-card {
    height: 100%;
    padding: 34px 30px;
    background: #111;
    color: #fff;
    box-shadow: 0 28px 70px rgba(0,0,0,.16);
}

.review-score-card strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 5vw, 84px);
    line-height: .9;
    font-weight: 600;
}

.review-stars {
    display: flex;
    gap: 5px;
    color: var(--gold);
    font-size: 14px;
    margin: 18px 0 16px;
}

.review-score-card p, .testimonial-card p, .featured-review p {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
}

.testimonial-grid-section {
    background: var(--cream);
    padding: 96px 7vw;
}

.testimonial-card {
    height: 100%;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.07);
    box-shadow: 0 22px 48px rgba(0,0,0,.07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(146,188,129,.46);
    box-shadow: 0 34px 76px rgba(0,0,0,.12);
}

.testimonial-quote-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    background: rgba(146,188,129,.14);
    color: var(--gold);
    border-radius: 999px;
    font-size: 18px;
}

.testimonial-card p {
    color: #4f4f4f;
}

.client-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(17,17,17,.08);
}

.client-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.client-info h4 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

.client-info span {
    display: block;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--gold);
}

.testimonial-featured {
    background: #111;
    color: #fff;
    padding: 96px 7vw;
    position: relative;
    overflow: hidden;
}

.testimonial-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../assets/servicesbg.jpg") center/cover no-repeat;
    opacity: .08;
}

.featured-review {
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(8px);
}

.featured-review h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4.6vw, 72px);
    line-height: 1;
    font-weight: 600;
    margin-bottom: 24px;
}

.featured-review p {
    max-width: 900px;
    font-size: 18px;
    color: rgba(255,255,255,.80);
}

.testimonial-stats {
    margin-top: 36px;
}

.stat-box {
    height: 100%;
    padding: 24px 22px;
    border: 1px solid rgba(17,17,17,.08);
    background: #fff;
    box-shadow: 0 16px 34px rgba(0,0,0,.05);
}

.stat-box strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    line-height: 1;
    color: #111;
    margin-bottom: 8px;
}

.stat-box span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #666;
}

.testimonial-cta {
    background:#dfdfdf;
}

.contact-hero::before {
    background: url("../assets/slider_2.jpg") center/cover no-repeat;
    opacity: .20;
}

.contact-page-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 104px 7vw 92px;
}

.contact-page-section::before, .contact-page-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact-page-section::before {
    width: 330px;
    height: 330px;
    right: -170px;
    top: -130px;
    background: rgba(146,188,129,.14);
}

.contact-page-section::after {
    width: 230px;
    height: 230px;
    left: -120px;
    bottom: -90px;
    background: rgba(110,129,135,.10);
}

.contact-page-section .container, .contact-map-section .container {
    position: relative;
    z-index: 1;
}

.contact-intro-copy {
    max-width: 760px;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

.contact-info-card {
    height: 100%;
    padding: 26px 24px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 18px 42px rgba(0,0,0,.06);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(146,188,129,.52);
    box-shadow: 0 28px 62px rgba(0,0,0,.10);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--gold);
    background: rgba(146,188,129,.14);
    font-size: 18px;
}

.contact-info-card h3 {
    margin-bottom: 10px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.contact-info-card p, .contact-info-card a {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    transition: color .25s ease;
}

.contact-info-card a:hover {
    color: var(--gold);
}

.contact-form-card {
    height: 100%;
    padding: clamp(28px, 4vw, 48px);
    background: #111;
    color: #fff;
    box-shadow: 0 30px 76px rgba(0,0,0,.18);
}

.contact-form-card h2 {
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 4.2vw, 62px);
    line-height: .98;
    font-weight: 600;
}

.contact-form-card > p {
    margin-bottom: 30px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.8;
}

.contact-form-card .form-label {
    margin-bottom: 9px;
    color: rgba(255,255,255,.88);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.contact-form-card .form-control {
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 0;
    background: rgba(255,255,255,.055);
    color: #fff;
    font-size: 14px;
    box-shadow: none;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form-card .form-control::placeholder {
    color: rgba(255,255,255,.43);
}

.contact-form-card .form-control:focus {
    border-color: var(--gold);
    background: rgba(255,255,255,.085);
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(146,188,129,.14);
}

.contact-submit-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 25px;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-4px);
    background: #fff;
    color: #111;
}

.contact-address-panel {
    height: 100%;
    padding: clamp(28px, 4vw, 44px);
    background: var(--cream);
    border: 1px solid rgba(17,17,17,.06);
}

.contact-address-panel h2 {
    margin-bottom: 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 600;
    color: #111;
}

.contact-address-panel p {
    color: #666;
    font-size: 15px;
    line-height: 1.85;
}

.contact-address-list {
    display: grid;
    gap: 18px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.contact-address-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #444;
    font-size: 14px;
    line-height: 1.75;
}

.contact-address-list i {
    width: 18px;
    margin-top: 5px;
    color: var(--gold);
    text-align: center;
}

.contact-address-list a {
    transition: color .25s ease;
}

.contact-address-list a:hover {
    color: var(--gold);
}

.contact-map-section {
    background: var(--cream);
    padding: 0 7vw 96px;
}

.contact-map-frame {
    min-height: 470px;
    overflow: hidden;
    border: 8px solid #fff;
    background: #ddd;
    box-shadow: 0 26px 66px rgba(0,0,0,.13);
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 470px;
    border: 0;
}

.contact-map-note {
    margin-top: 14px;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}

.reference-contact-stage {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    padding: 150px 7vw 58px;
    color: #fff;
    background: url("../assets/slider_2.jpg") center center / cover no-repeat;
}

.reference-contact-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(0, 0, 0, .55);
}

.reference-contact-stage::after {
    content: "";
    position: absolute;
    inset: -30px;
    z-index: -3;
    background: inherit;
    animation: referenceContactMove 18s ease-in-out infinite alternate;
}

.reference-contact-inner {
    width: min(100%, 1100px);
    margin: 0 auto;
    text-align: center;
}

.reference-contact-heading {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 6.1vw, 94px);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -1.8px;
    text-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.reference-contact-divider {
    width: min(100%, 470px);
    height: 1px;
    margin: 28px auto 20px;
    background: rgba(255, 255, 255, .86);
}

.reference-contact-subheading {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(25px, 2.5vw, 37px);
    font-weight: 600;
    line-height: 1.18;
    color: rgba(255, 255, 255, .96);
}

.reference-contact-description {
    max-width: 910px;
    margin: 22px auto 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .93);
}

.reference-contact-brand {
    width: min(100%, 480px);
    margin: 50px auto 0;
}

.reference-contact-brand img {
    width: min(100%, 310px);
    max-height: 112px;
    margin: 0 auto;
    object-fit: contain;
}

.reference-contact-brand-name {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 600;
    line-height: .88;
    letter-spacing: -1.4px;
    color: #fff;
}

.reference-contact-locations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .96);
}

.reference-contact-locations li + li::before {
    content: "•";
    margin-right: 20px;
    color: #fff;
}

.reference-contact-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width:auto;
    margin-top: 36px;
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, .84);
    border-bottom: 1px solid rgba(255, 255, 255, .84);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: background .28s ease, color .28s ease;
}

.reference-contact-phone:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.reference-contact-form {
    margin-top: 46px;
    text-align: left;
}

.reference-contact-field {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.reference-contact-field::placeholder {
    color: rgba(255, 255, 255, .94);
}

.reference-contact-field:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .10);
}

.reference-contact-field[type="date"], .reference-contact-field[type="time"] {
    color-scheme: dark;
}

textarea.reference-contact-field {
    min-height: 86px;
    resize: vertical;
}

.reference-contact-submit {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: rgba(213, 216, 224, .90);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.reference-contact-submit:hover {
    transform: translateY(-3px);
    background: #fff;
    color: #111;
}

body:has(.about-intro) .about-banner {
    min-height: 100vh;
}

body:has(.about-intro) .section {
    padding: 110px 0;
}

body:has(.about-intro) .site-footer {
    padding: 80px 0 28px;
}

body:has(.project-hero) .service-number {
    bottom: -10px;
}

body:has(.services-hero) {
    --cream: #f8f8f8;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes wsMove {
0% {
                transform: scale(1.08) translateX(0);
            }

            50% {
                transform: scale(1.03) translateX(-24px);
            }

            100% {
                transform: scale(1.08) translateX(0);
            }
}

@keyframes bannerMove {
0% {
                transform: scale(1.07) translateX(0);
            }

            50% {
                transform: scale(1.02) translateX(-20px);
            }

            100% {
                transform: scale(1.07) translateX(0);
            }
}

@keyframes referenceContactMove {
from { transform: scale(1.06) translate3d(0, 0, 0); }
            to { transform: scale(1.11) translate3d(-18px, -7px, 0); }
}

/* =========================================================
   RESPONSIVE RULES
   ========================================================= */

@media (min-width: 992px) {
    .mobile-social {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .desktop-nav a {
        font-size: 11px;
        letter-spacing: 1.8px;
    }

    .nav-left, .nav-right {
        gap: 28px;
    }

    .nav-left a, .nav-right a {
        font-size: 11px;
        letter-spacing: 1.8px;
    }

    .about-image, .about-image img {
        min-height: 500px;
    }

    .topbar {
        padding-left: 26px;
        padding-right: 26px;
    }

    .topbar.scrolled {
        padding-left: 26px;
        padding-right: 26px;
    }
}

@media (max-width: 1100px) {
    .nav-left, .nav-right {
        gap: 28px;
    }

    .nav-left a, .nav-right a {
        font-size: 11px;
        letter-spacing: 1.8px;
    }

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

    .about-image, .about-image img {
        min-height: 500px;
    }

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

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

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

@media (max-width: 991.98px) {
    .hero {
        min-height: 100dvh;
    }

    .slide-arrow {
        display: none;
    }

    .nav-left {
        display: none;
    }

    .nav-right {
        position: absolute;
        top: 22px;
        right: 20px;
        display: flex;
        padding: 0;
        gap: 0;
    }

    .nav-right > a {
        display: none;
    }

    .top-actions {
        margin-left: 0;
        padding-top: 0;
    }

    .experience-card {
        right: 24px;
    }

    .timeline::before {
        left: 0;
    }

    .timeline-item, .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0 0 38px 42px;
    }

    .timeline-item:nth-child(even) .timeline-dot, .timeline-item:nth-child(odd) .timeline-dot {
        left: -9px;
        right: auto;
    }

    .destination-copy {
        padding-left: 0;
        border-left: 0;
    }

    .topbar {
        justify-content: center;
        align-items: flex-start;
        display: block;
        padding: 16px 20px;
    }

    .topbar.scrolled {
        padding: 12px 20px;
    }

    .logo {
        align-items: flex-start;
    }

    .logo-text {
        letter-spacing: -2px;
        font-size: clamp(32px, 8vw, 48px);
        line-height: .9;
        text-align: left;
    }

    .logo-text img {
        width: 100%;
        max-width: 180px;
    }

    .topbar.scrolled .logo-text img {
        max-width: 160px;
    }

    .social-rail {
        display: none;
    }

    .mobile-social {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 18px;
        z-index: 35;
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 0 16px;
    }

    .services-hero {
        min-height: 66vh;
        padding-top: 150px;
    }

    .testimonial-intro, .testimonial-grid-section, .testimonial-featured {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact-page-section, .contact-map-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .reference-contact-stage {
        min-height: auto;
        padding: 138px 24px 78px;
    }

    .reference-contact-brand {
        margin-top: 38px;
    }

    .reference-contact-form {
        margin-top: 38px;
    }
}

@media (max-width: 900px) {
    .topbar {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 18px 22px;
    }

    .nav-left {
        display: none;
    }

    .nav-right {
        position: absolute;
        top: 22px;
        right: 20px;
        display: flex;
        padding: 0;
        gap: 0;
    }

    .nav-right > a {
        display: none;
    }

    .top-actions {
        margin-left: 0;
        padding-top: 0;
    }

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

    .experience-card {
        right: 24px;
    }

    .timeline::before {
        left: 0;
    }

    .timeline-item, .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0 0 38px 42px;
    }

    .timeline-item:nth-child(even) .timeline-dot, .timeline-item:nth-child(odd) .timeline-dot {
        left: -9px;
        right: auto;
    }

    .services-hero {
        padding-top: 158px;
    }

    .destination-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .destination-copy {
        padding-left: 0;
        border-left: 0;
    }

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

    .one-stop-grid {
        gap: 30px;
    }

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

@media (max-width: 768px) {
    .logo {
        align-items: flex-start;
    }

    .logo-text {
        font-size: 46px;
        letter-spacing: -3px;
    }

    .logo-dots i {
        width: 10px;
        height: 10px;
    }

    .enquire-btn {
        display: none;
    }

    .social-rail {
        display: none;
    }

    .about-banner {
        min-height: 58vh;
        padding-top: 142px;
    }

    .banner-kicker, .breadcrumb {
        letter-spacing: 4px;
    }

    .section {
        padding: 78px 24px;
    }

    .about-points, .values-grid, .footer-grid {
        grid-template-columns: 1fr;
    }

    .about-image, .about-image img {
        min-height: 390px;
    }

    .experience-card {
        right: 18px;
        bottom: 18px;
        width: 158px;
        min-height: 124px;
    }

    .experience-card strong {
        font-size: 48px;
    }

    .menu-panel {
        padding: 22px 24px 34px;
    }

    .menu-links {
        margin: 80px 0 0;
    }

    .menu-social {
        left: 24px;
        right: 24px;
        gap: 18px;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .logo {
        align-items: flex-start;
    }

    .logo-text {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .topbar.scrolled .logo-text {
        font-size: 36px;
    }

    .social-rail {
        display: none;
    }

    .banner-kicker, .breadcrumb-custom {
        letter-spacing: 4px;
    }

    .section {
        padding: 78px 0;
    }

    .about-points {
        grid-template-columns: 1fr;
    }

    .about-image, .about-image img {
        min-height: 390px;
    }

    .experience-card {
        right: 18px;
        bottom: 18px;
        width: 158px;
        min-height: 124px;
    }

    .experience-card strong {
        font-size: 48px;
    }

    .footer-brand .logo-text {
        font-size: 40px;
    }

    .about-banner {
        min-height: 64vh;
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .project-gallery .service-image {
        height: 220px;
    }

    .topbar {
        padding: 14px 16px;
    }

    .topbar.scrolled {
        padding: 10px 16px;
    }

    .hamburger {
        width: 40px;
        height: 26px;
    }

    .hamburger span:nth-child(1) {
        width: 30px;
    }

    .hamburger span:nth-child(2) {
        width: 40px;
    }

    .hamburger span:nth-child(3) {
        width: 24px;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
    }

    .enquire-btn {
        display: inline-flex !important;
        min-height: 38px;
        padding: 0 10px;
        font-size: 10px;
        letter-spacing: 1.3px;
    }

    .services-hero {
        min-height: 64vh;
        padding: 132px 0 72px;
    }

    .services-hero h1 {
        font-size: 50px;
        letter-spacing: -1px;
    }

    .services-hero h1 span {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .services-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .services-hero-actions {
        gap: 12px;
    }

    .hero-primary, .hero-secondary {
        width: 100%;
        min-height: 46px;
    }

    .interiors-destination, .one-stop-promise, .process-strip {
        padding-top: 64px;
        padding-bottom: 64px;
        padding: 64px 24px;
    }

    .destination-title, .one-stop-title, .process-title h2 {
        font-size: 36px;
    }

    .destination-copy {
        padding-left: 0;
        border-left: 0;
    }

    .service-grid, .process-steps, .one-stop-grid, .values-grid, .footer-grid {
        grid-template-columns: 1fr;
    }

    .service-image {
        height: 210px;
    }

    .service-content {
        min-height: auto;
        padding: 42px 22px 28px;
    }

    .process-step {
        min-height: 130px;
    }

    .menu-panel {
        padding: 20px 22px 34px;
    }

    .close-menu {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .close-menu span {
        left: 10px;
        top: 23px;
        width: 27px;
    }

    .menu-links {
        margin-left: 0;
        margin: 70px 0 60px;
    }

    .menu-links a {
        font-size: clamp(40px, 13vw, 58px);
    }

    .menu-social {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding-bottom: 20px;
        gap: 18px;
        font-size: 13px;
        padding-top: 10px;
    }

    .testimonial-intro, .testimonial-grid-section, .testimonial-featured {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .review-score-card, .testimonial-card, .featured-review {
        padding: 28px 22px;
    }

    .featured-review p {
        font-size: 15px;
    }

    .contact-page-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .contact-map-section {
        padding-bottom: 72px;
    }

    .contact-form-card, .contact-address-panel {
        padding: 26px 22px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .contact-map-frame, .contact-map-frame iframe {
        min-height: 350px;
        height: 350px;
    }

    .reference-contact-stage {
        padding: 122px 18px 102px;
    }

    .reference-contact-heading {
        font-size: clamp(48px, 14vw, 70px);
    }

    .reference-contact-divider {
        margin-top: 21px;
        margin-bottom: 17px;
    }

    .reference-contact-subheading {
        font-size: 25px;
    }

    .reference-contact-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .reference-contact-brand-name {
        font-size: 47px;
    }

    .reference-contact-locations {
        gap: 9px;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .reference-contact-locations li + li::before {
        margin-right: 9px;
    }

    .reference-contact-phone {
        min-width: min(100%, 270px);
        margin-top: 27px;
        padding: 14px 16px;
    }

    .reference-contact-form {
        margin-top: 32px;
    }

    .reference-contact-submit {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .services-hero {
        min-height: 64vh;
        padding: 142px 24px 72px;
    }

    .services-hero h1 {
        letter-spacing: -1px;
    }

    .services-hero h1 span {
        letter-spacing: -1px;
    }

    .interiors-destination, .one-stop-promise, .process-strip, .interior-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .one-stop-grid {
        grid-template-columns: 1fr;
    }

    .one-stop-title {
        margin-bottom: 36px;
    }

    .one-stop-column {
        gap: 21px;
    }

    .one-stop-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 15px;
    }

    .one-stop-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .service-grid, .process-steps {
        grid-template-columns: 1fr;
    }

    .service-image {
        height: 210px;
    }

    .service-content {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .logo-text {
        font-size: 30px;
    }

    .ws_slide {
        background-position: center center;
    }

    .menu-logo .logo-text {
        font-size: 34px;
    }

    .about-banner {
        min-height: 62vh;
        padding-top: 118px;
    }

    .services-kicker, .section-kicker {
        letter-spacing: 3px;
    }

    .services-kicker::before, .section-kicker::before {
        width: 32px;
    }

    .one-stop-item {
        align-items: flex-start;
    }

    .logo-text img {
        width: 100%;
        max-width: 136px;
    }

    .topbar.scrolled .logo-text img {
        max-width: 126px;
    }

    .header-actions {
        gap: 8px !important;
        padding-top: 2px;
    }

    .enquire-btn {
        min-height: 32px;
        padding: 0 8px;
        font-size: 9px;
        letter-spacing: .8px;
    }

    .hamburger {
        width: 34px;
        height: 24px;
    }

    .hamburger span:nth-child(1) {
        width: 26px;
    }

    .hamburger span:nth-child(2) {
        width: 34px;
    }

    .hamburger span:nth-child(3) {
        width: 22px;
    }

    .mobile-social a {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .topbar {
        min-height: 100px;
    }

    .logo-text {
        font-size: 34px;
    }

    .hamburger {
        width: 36px;
    }

    .hamburger span:nth-child(2) {
        max-width: 36px;
    }

    .menu-social {
        flex-direction: column;
    }

    .menu-links a {
        font-size: 44px;
    }

    .section-title {
        font-size: 40px;
    }

    .footer-bottom {
        line-height: 1.7;
    }
}

@media (max-width: 390px) {
    .logo-text {
        font-size: 26px;
    }

    .enquire-btn {
        min-height: 30px;
        padding: 0 7px;
        font-size: 8px;
        letter-spacing: .6px;
    }

    .hamburger {
        width: 32px;
    }

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