/********** Sea Star Shipping Company Theme **********/
:root {
    --primary: #d6aa45;
    --primary-soft: #f3d37a;
    --secondary: #15496f;
    --dark: #061426;
    --dark-2: #0a1d33;
    --navy-3: #102944;
    --ink: #101828;
    --light: #f8f5ed;
    --muted: #9ca7b5;
    --white: #ffffff;
    --line: rgba(214, 170, 69, .24);
    --glass: rgba(255, 255, 255, .08);
    --surface: #fffdfa;
    --surface-warm: #f8f5ed;
    --shadow: 0 22px 60px rgba(7, 17, 31, .18);
    --shadow-gold: 0 20px 46px rgba(214, 170, 69, .1);
    --ease-luxury: cubic-bezier(.2, .72, .18, 1);
    --ease-soft: cubic-bezier(.22, 1, .36, 1);
    --strip-height: 38px;
    --nav-height: 96px;
    --fixed-header-height: 134px;
}

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

::selection {
    background: rgba(214, 170, 69, .32);
    color: var(--white);
}

body {
    color: #c8d2df;
    background:
        radial-gradient(circle at 18% 0%, rgba(214, 170, 69, .08), transparent 30%),
        linear-gradient(180deg, var(--dark-2), var(--dark) 44%, #050d19);
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
    padding-top: var(--fixed-header-height);
    position: relative;
}

body::before {
    background:
        radial-gradient(circle at 18% 10%, rgba(243, 211, 122, .07), transparent 24%),
        radial-gradient(circle at 88% 28%, rgba(21, 73, 111, .18), transparent 30%),
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .025) 48%, transparent 56%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0;
}

p {
    line-height: 1.75;
}

a {
    color: var(--secondary);
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

img {
    max-width: 100%;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-muted {
    color: var(--muted) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.container-narrow {
    max-width: 980px;
}

.section-padding {
    padding: 96px 0;
}

.section-light {
    background:
        radial-gradient(circle at 12% 0%, rgba(214, 170, 69, .1), transparent 32%),
        linear-gradient(180deg, var(--dark-2), var(--dark));
}

.section-white {
    background:
        radial-gradient(circle at 86% 8%, rgba(214, 170, 69, .09), transparent 28%),
        linear-gradient(180deg, var(--navy-3), var(--dark-2) 58%, var(--dark));
}

.section-light,
.section-white {
    color: #d9e2ed;
    overflow: hidden;
    position: relative;
}

.section-light::after,
.section-white::after,
.section-dark::after {
    background:
        linear-gradient(120deg, transparent 0%, rgba(214, 170, 69, .07) 48%, transparent 58%);
    content: "";
    height: 360px;
    left: -18%;
    pointer-events: none;
    position: absolute;
    right: -18%;
    top: 12%;
    transform: skewY(-8deg);
}

.section-light::before,
.section-white::before,
.section-dark::before {
    background: linear-gradient(90deg, transparent, rgba(214, 170, 69, .34), transparent);
    content: "";
    height: 1px;
    left: 7%;
    opacity: .75;
    position: absolute;
    right: 7%;
    top: 0;
}

.section-light > .container,
.section-white > .container {
    position: relative;
    z-index: 1;
}

.section-dark {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 56%, var(--navy-3) 100%);
    color: #d9e2ed;
    overflow: hidden;
    position: relative;
}

.section-dark > .container {
    position: relative;
    z-index: 1;
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6,
.section-white h1,
.section-white h2,
.section-white h3,
.section-white h4,
.section-white h5,
.section-white h6,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
    color: var(--white);
}

.section-light p,
.section-white p,
.section-dark p {
    color: #c1ccd9;
}

.eyebrow {
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.eyebrow::before {
    background: var(--primary);
    content: "";
    display: inline-block;
    height: 1px;
    width: 42px;
}

.section-title {
    font-size: 48px;
    line-height: 1.06;
    margin-bottom: 18px;
}

.section-title::after {
    background: linear-gradient(90deg, var(--primary), rgba(214, 170, 69, 0));
    content: "";
    display: block;
    height: 2px;
    margin-top: 18px;
    width: 92px;
    box-shadow: 0 0 22px rgba(214, 170, 69, .2);
}

.text-center .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.lead-text {
    color: #5b6678;
    font-size: 18px;
    max-width: 760px;
}

.section-light .lead-text,
.section-white .lead-text,
.section-dark .lead-text {
    color: #d7dee8;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease-out, visibility 0s linear .45s;
    z-index: 99999;
}

#spinner.show {
    opacity: 1;
    transition: opacity .45s ease-out, visibility 0s linear 0s;
    visibility: visible;
}

#spinner.bg-white {
    background: var(--dark) !important;
}

/*** Buttons ***/
.btn {
    border-radius: 6px;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 46px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition: transform .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury), background .45s var(--ease-luxury), color .35s ease, border-color .35s ease;
    z-index: 1;
}

.btn::before {
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .38) 48%, transparent 72%);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: translateX(-120%);
    transition: transform .75s var(--ease-luxury), opacity .35s ease;
    z-index: 0;
}

.btn:hover::before {
    opacity: .55;
    transform: translateX(120%);
}

.btn:focus-visible,
.request-chip:focus-visible,
.navbar-toggler:focus {
    box-shadow: 0 0 0 .22rem rgba(214, 170, 69, .28);
    outline: 0;
}

.btn.btn-primary {
    background: linear-gradient(135deg, var(--primary-soft), var(--primary));
    border-color: var(--primary);
    color: var(--dark);
    box-shadow: 0 12px 28px rgba(214, 170, 69, .22);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: var(--primary-soft);
    border-color: var(--primary-soft);
    color: var(--dark);
    box-shadow: 0 18px 42px rgba(214, 170, 69, .3);
    transform: translateY(-3px);
}

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

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background: #276487;
    border-color: #276487;
    color: var(--white);
    transform: translateY(-3px);
}

.btn.btn-outline-light {
    border-color: rgba(248, 245, 237, .44);
    color: var(--light);
}

.btn.btn-outline-light:hover {
    background: var(--light);
    border-color: var(--light);
    color: var(--dark);
    transform: translateY(-3px);
}

.btn.btn-call {
    background: rgba(7, 17, 31, .34);
    border: 1px solid rgba(214, 170, 69, .5);
    color: var(--primary-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.btn.btn-call:hover,
.btn.btn-call:focus {
    background: linear-gradient(135deg, var(--secondary), var(--navy-3));
    border-color: var(--primary);
    color: var(--white);
    box-shadow: 0 16px 38px rgba(7, 17, 31, .24);
    transform: translateY(-3px);
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    align-items: center;
    display: inline-flex;
    font-weight: normal;
    justify-content: center;
    padding: 0;
}

.btn-square {
    height: 38px;
    width: 38px;
}

.btn-sm-square {
    height: 32px;
    width: 32px;
}

.btn-lg-square {
    height: 48px;
    width: 48px;
}

/*** Top Strip and Navbar ***/
.top-strip {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0)),
        var(--dark);
    border-bottom: 1px solid rgba(214, 170, 69, .22);
    color: #d9e2ed;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    min-height: var(--strip-height);
    padding: 9px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1090;
}

.top-strip::after {
    background: linear-gradient(90deg, transparent, rgba(243, 211, 122, .6), transparent);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    width: 44%;
    animation: luxuryLineSweep 7s var(--ease-luxury) infinite;
}

.top-strip a {
    color: var(--primary-soft);
    overflow-wrap: anywhere;
}

.top-strip .divider {
    color: rgba(248, 245, 237, .35);
    padding: 0 9px;
}

.sea-navbar {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0)),
        rgba(7, 17, 31, .98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(214, 170, 69, .34);
    box-shadow: 0 18px 44px rgba(7, 17, 31, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
    min-height: 94px;
    position: fixed !important;
    left: 0;
    right: 0;
    top: var(--strip-height) !important;
    transition: box-shadow .45s var(--ease-luxury), background .45s var(--ease-luxury), min-height .45s var(--ease-luxury);
    z-index: 1080;
}

.sea-navbar::after {
    background: linear-gradient(90deg, transparent, rgba(243, 211, 122, .42), transparent);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: translateX(-70%);
    width: 36%;
    animation: luxuryLineSweep 8.5s var(--ease-luxury) infinite;
}

.sea-navbar.nav-scrolled {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0)),
        rgba(4, 11, 21, .99);
    box-shadow: 0 20px 52px rgba(0, 0, 0, .38), 0 1px 0 rgba(214, 170, 69, .28);
    min-height: 90px;
}

.navbar-brand {
    align-items: center;
    display: flex;
    gap: 13px;
    min-height: 94px;
    padding: 6px 0;
    transition: min-height .45s var(--ease-luxury);
}

.navbar-brand::after {
    color: var(--white);
    content: "Sea Star\A Shipping Company";
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: .92;
    text-shadow: 0 8px 22px rgba(0, 0, 0, .36);
    white-space: pre-line;
}

.brand-logo {
    display: block;
    height: 58px;
    width: 236px;
}

.brand-logo.actual-logo {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .3));
    height: 82px;
    object-fit: contain;
    transition: height .45s var(--ease-luxury), filter .45s var(--ease-luxury), transform .45s var(--ease-luxury);
    width: auto;
}

.sea-navbar.nav-scrolled .navbar-brand {
    min-height: 90px;
}

.sea-navbar.nav-scrolled .navbar-brand::after {
    font-size: 24px;
}

.sea-navbar.nav-scrolled .brand-logo.actual-logo {
    filter: drop-shadow(0 7px 14px rgba(0, 0, 0, .28));
    height: 74px;
}

.sea-navbar .navbar-toggler {
    align-items: center;
    border-color: rgba(248, 245, 237, .28);
    border-radius: 6px;
    display: none;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 8px 10px;
    width: 48px;
}

.sea-navbar .navbar-toggler-icon {
    background-image: none;
    height: 18px;
    position: relative;
    width: 24px;
}

.sea-navbar .navbar-toggler-icon::before {
    background: var(--primary-soft);
    box-shadow: 0 8px 0 var(--primary-soft), 0 16px 0 var(--primary-soft);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sea-navbar .navbar-nav .nav-link {
    color: #e8edf4;
    font-size: 14px;
    font-weight: 800;
    margin: 0 2px;
    padding: 37px 13px;
    position: relative;
    text-transform: uppercase;
    transition: color .35s ease, padding .45s var(--ease-luxury);
}

.sea-navbar.nav-scrolled .navbar-nav .nav-link {
    padding-bottom: 34px;
    padding-top: 34px;
}

.sea-navbar .navbar-nav .nav-link:hover,
.sea-navbar .navbar-nav .nav-link.active {
    color: var(--primary-soft);
}

.sea-navbar .navbar-nav .nav-link::after {
    background: var(--primary);
    bottom: 27px;
    content: "";
    height: 2px;
    left: 13px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s var(--ease-luxury);
    width: calc(100% - 26px);
}

.sea-navbar.nav-scrolled .navbar-nav .nav-link::after {
    bottom: 24px;
}

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

.nav-cta {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--primary-soft);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-left: 18px;
    padding: 12px 16px;
    transition: background .4s var(--ease-luxury), border-color .4s var(--ease-luxury), transform .4s var(--ease-luxury), color .3s ease;
}

.nav-cta:hover {
    background: rgba(214, 170, 69, .1);
    border-color: rgba(243, 211, 122, .55);
    color: var(--primary-soft);
    transform: translateY(-2px);
}

/*** Hero ***/
.hero {
    align-items: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(17, 54, 96, .82), transparent 34%),
        linear-gradient(135deg, #061426 0%, #071c36 44%, #04101f 100%);
    display: flex;
    min-height: 690px;
    overflow: hidden;
    padding: 112px 0 120px;
    position: relative;
    box-shadow: inset 0 -36px 58px rgba(6, 20, 38, .16);
    isolation: isolate;
}

.hero-slideshow {
    background: #061426;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.hero-slideshow::before {
    background:
        linear-gradient(90deg, rgba(5, 18, 36, .62) 0%, rgba(7, 28, 54, .38) 30%, rgba(7, 28, 54, .12) 56%, rgba(7, 28, 54, 0) 82%),
        radial-gradient(circle at 18% 48%, rgba(19, 57, 100, .18), transparent 36%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
}

.hero-slideshow::after {
    background:
        linear-gradient(180deg, rgba(4, 13, 25, .02) 0%, rgba(4, 13, 25, .16) 100%),
        linear-gradient(90deg, rgba(6, 20, 38, .03) 0%, rgba(6, 20, 38, 0) 52%, rgba(214, 170, 69, .05) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 3;
}

.hero-slide {
    animation: heroSlideShow 42s ease-in-out infinite;
    background-position: 82% center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(1.05) contrast(1.04);
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.hero-slide:nth-child(1) {
    background-image: url("../img/client-real/hero-terminal-night.jpg");
}

.hero-slide:nth-child(2) {
    animation-delay: 7s;
    background-image: url("../img/client-real/terminal-burchardkai-evening.jpg");
}

.hero-slide:nth-child(3) {
    animation-delay: 14s;
    background-image: url("../img/client-real/port-cranes-maersk.jpg");
}

.hero-slide:nth-child(4) {
    animation-delay: 21s;
    background-image: url("../img/client-real/cargo-ship-clouds.jpg");
}

.hero-slide:nth-child(5) {
    animation-delay: 28s;
    background-image: url("../img/client-real/container-ship-sea.jpg");
}

.hero-slide:nth-child(6) {
    animation-delay: 35s;
    background-image: url("../img/client-real/vessel-bridge-night.jpg");
}

.hero::after {
    border-bottom: 1px solid rgba(214, 170, 69, .15);
    border-top: 1px solid rgba(214, 170, 69, .15);
    content: "";
    height: 154px;
    left: -5%;
    opacity: .32;
    position: absolute;
    right: -5%;
    top: 20%;
    transform: skewY(-7deg);
    z-index: 1;
}

.hero::before {
    background: linear-gradient(90deg, rgba(214, 170, 69, 0), rgba(214, 170, 69, .38), rgba(214, 170, 69, 0));
    content: "";
    height: 1px;
    left: 6%;
    position: absolute;
    right: 6%;
    top: 88px;
    z-index: 1;
    animation: luxuryLinePulse 5s ease-in-out infinite;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    border-left: 2px solid rgba(243, 211, 122, .72);
    max-width: 900px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.hero-content::before {
    background: linear-gradient(180deg, rgba(243, 211, 122, .58), transparent);
    content: "";
    height: 160px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 2px;
}

.hero-crest {
    align-items: center;
    display: flex;
    filter: drop-shadow(0 28px 46px rgba(0, 0, 0, .36));
    justify-content: center;
    perspective: 1100px;
    pointer-events: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: min(27vw, 380px);
    z-index: 0;
    animation: crestFloat 8.5s var(--ease-luxury) infinite;
}

.hero-crest::before {
    background:
        radial-gradient(circle, rgba(243, 211, 122, .24) 0%, rgba(214, 170, 69, .1) 42%, rgba(214, 170, 69, 0) 72%);
    border: 1px solid rgba(243, 211, 122, .22);
    border-radius: 999px;
    box-shadow: 0 32px 72px rgba(0, 0, 0, .34);
    content: "";
    inset: 7%;
    position: absolute;
    animation: mobileLogoHalo 7.5s ease-in-out infinite;
}

.hero-crest::after {
    border: 1px solid rgba(243, 211, 122, .24);
    border-radius: 999px;
    content: "";
    inset: 18%;
    position: absolute;
}

.hero-crest img {
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .42));
    height: auto;
    opacity: .74;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 1;
    animation: mobileLogoFlip 18s var(--ease-luxury) infinite;
}

.hero-content > * {
    animation: heroReveal .95s var(--ease-soft) both;
}

.hero-content > *:nth-child(2) {
    animation-delay: .08s;
}

.hero-content > *:nth-child(3) {
    animation-delay: .16s;
}

.hero-content > *:nth-child(4) {
    animation-delay: .24s;
}

.hero-content > *:nth-child(5) {
    animation-delay: .32s;
}

.hero-content > *:nth-child(6) {
    animation-delay: .4s;
}

.hero-kicker {
    color: var(--primary-soft);
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero h1 {
    color: var(--white);
    font-size: 72px;
    line-height: .98;
    margin-bottom: 22px;
    max-width: 850px;
    overflow-wrap: break-word;
    text-shadow: 0 14px 36px rgba(0, 0, 0, .36);
}

.hero-title-mobile {
    display: none;
}

.hero-mobile-mark {
    display: none;
}

.hero h2 {
    color: var(--primary-soft);
    font-family: "Inter", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px;
}

.hero-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.hero-services a {
    align-items: center;
    background:
        linear-gradient(145deg, rgba(255, 226, 137, .14), rgba(214, 170, 69, .05)),
        rgba(5, 18, 36, .52);
    border: 1px solid rgba(243, 211, 122, .3);
    border-radius: 7px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
    color: var(--primary-soft);
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    transition: transform .35s var(--ease-luxury), border-color .35s var(--ease-luxury), background .35s var(--ease-luxury), color .35s ease;
}

.hero-services a:hover,
.hero-services a:focus {
    background:
        linear-gradient(145deg, rgba(255, 226, 137, .22), rgba(214, 170, 69, .1)),
        rgba(5, 18, 36, .66);
    border-color: rgba(243, 211, 122, .62);
    color: var(--white);
    transform: translateY(-2px);
}

.hero-services a:not(:last-child)::after {
    display: none;
}

.hero p {
    color: #d6dee9;
    font-size: 17px;
    max-width: 690px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hero-actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.hero-quick-actions {
    display: none;
}

.hero-trust-line {
    color: #d6dee9 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 15px !important;
    font-weight: 700;
    margin: 18px 0 0;
}

.hero-trust-line a {
    color: var(--primary-soft);
    overflow-wrap: anywhere;
}

.hero-trust-line a:hover {
    color: var(--white);
}

.hero-contact {
    color: #d6dee9;
    font-size: 14px;
    font-weight: 700;
}

.hero-contact i {
    color: var(--primary);
    margin-right: 8px;
}

.trust-grid {
    margin-top: -72px;
    position: relative;
    z-index: 3;
}

.trust-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)),
        rgba(7, 17, 31, .92);
    border: 1px solid rgba(214, 170, 69, .32);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .06);
    color: var(--white);
    height: 100%;
    min-height: 116px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    transition: border-color .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury), transform .45s var(--ease-luxury), background .45s var(--ease-luxury);
}

.trust-card:hover {
    background:
        linear-gradient(180deg, rgba(214, 170, 69, .15), rgba(255, 255, 255, .045)),
        rgba(8, 22, 40, .96);
    border-color: rgba(243, 211, 122, .68);
    box-shadow: 0 26px 60px rgba(7, 17, 31, .2), 0 18px 44px rgba(214, 170, 69, .12);
    transform: translateY(-6px);
}

.trust-card i {
    color: var(--primary-soft);
    font-size: 25px;
    margin-bottom: 14px;
}

.trust-card h3 {
    color: var(--white);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

/*** Page Header ***/
.page-header {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, .95) 0%, rgba(7, 17, 31, .78) 62%, rgba(7, 17, 31, .55) 100%),
        url("../img/client-real/terminal-burchardkai-evening.jpg") center center / cover no-repeat;
    padding: 120px 0 86px;
}

.page-header h1 {
    color: var(--white);
    font-size: 58px;
    line-height: 1;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #d6dee9;
    font-weight: 700;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-soft);
}

/*** Cards and Content Blocks ***/
.premium-card,
.supply-card,
.service-card,
.contact-tile,
.enquiry-panel,
.legacy-panel {
    background:
        linear-gradient(180deg, rgba(255, 253, 250, .99), rgba(248, 245, 237, .96));
    border: 1px solid rgba(214, 170, 69, .26);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(7, 17, 31, .16), inset 0 1px 0 rgba(255, 255, 255, .75);
    color: var(--ink);
    height: 100%;
    position: relative;
    transition: border-color .55s var(--ease-luxury), box-shadow .55s var(--ease-luxury), transform .55s var(--ease-luxury), background .55s var(--ease-luxury);
}

.premium-card,
.supply-card,
.service-card,
.contact-tile,
.story-panel,
.enquiry-panel,
.legacy-panel {
    overflow: hidden;
}

.premium-card {
    padding: 30px;
}

.story-panel {
    background:
        linear-gradient(180deg, rgba(255, 253, 250, .99), rgba(248, 245, 237, .96));
    border: 1px solid rgba(214, 170, 69, .2);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(7, 17, 31, .16), inset 0 1px 0 rgba(255, 255, 255, .75);
    color: var(--ink);
    padding: 34px;
    position: relative;
    transition: border-color .55s var(--ease-luxury), box-shadow .55s var(--ease-luxury), transform .55s var(--ease-luxury), background .55s var(--ease-luxury);
}

.premium-card::before,
.supply-card::before,
.service-card::before,
.contact-tile::before,
.story-panel::before,
.enquiry-panel::before,
.legacy-panel::before {
    background: linear-gradient(90deg, var(--primary), rgba(214, 170, 69, 0));
    content: "";
    height: 2px;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 0;
    transition: right .6s var(--ease-luxury), opacity .45s ease;
}

.premium-card::after,
.supply-card::after,
.service-card::after,
.contact-tile::after,
.story-panel::after,
.enquiry-panel::after,
.legacy-panel::after,
.trust-card::after {
    background:
        radial-gradient(circle at var(--mx, 0%) var(--my, 0%), rgba(243, 211, 122, .26), transparent 32%),
        linear-gradient(135deg, rgba(214, 170, 69, .1), transparent 38%),
        radial-gradient(circle at 0 0, rgba(214, 170, 69, .14), transparent 36%);
    content: "";
    inset: 0;
    opacity: .75;
    pointer-events: none;
    position: absolute;
    transition: opacity .55s var(--ease-luxury), transform .55s var(--ease-luxury);
}

.premium-card > *,
.supply-card > *,
.service-card > *,
.contact-tile > *,
.story-panel > *,
.enquiry-panel > *,
.legacy-panel > *,
.trust-card > * {
    position: relative;
    z-index: 1;
}

.story-panel h3 {
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
}

.story-panel p,
.contact-tile p,
.enquiry-panel p {
    color: #5c6677;
}

.contact-tile a,
.enquiry-panel a {
    color: var(--secondary);
    font-weight: 800;
}

.contact-tile a:hover,
.enquiry-panel a:hover {
    color: var(--primary);
}

.story-panel p:last-child {
    margin-bottom: 0;
}

.brand-showcase {
    align-items: center;
    background:
        radial-gradient(circle at center, rgba(214, 170, 69, .16), transparent 62%),
        linear-gradient(145deg, #040b15, var(--navy-3));
    border: 1px solid rgba(214, 170, 69, .34);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: flex;
    min-height: 420px;
    justify-content: center;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.brand-showcase::before {
    background: linear-gradient(115deg, transparent 16%, rgba(243, 211, 122, .2) 48%, transparent 72%);
    content: "";
    inset: -40%;
    opacity: .25;
    position: absolute;
    transform: translateX(-34%) rotate(8deg);
    transition: transform 1.2s var(--ease-luxury), opacity .7s ease;
}

.brand-showcase:hover::before {
    opacity: .42;
    transform: translateX(34%) rotate(8deg);
}

.brand-showcase::after {
    border: 1px solid rgba(214, 170, 69, .2);
    content: "";
    inset: 16px;
    pointer-events: none;
    position: absolute;
}

.brand-showcase img {
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .32));
    max-height: 360px;
    object-fit: contain;
    position: relative;
    transition: filter .7s ease, transform .7s var(--ease-luxury);
    width: min(88%, 430px);
    z-index: 1;
}

.brand-showcase:hover img {
    filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .38));
    transform: translateY(-4px) scale(1.018);
}

.brand-watermark {
    bottom: 32px;
    opacity: .08;
    pointer-events: none;
    position: absolute;
    right: 32px;
    width: 270px;
    z-index: 0;
}

.sea-footer .footer-logo,
.brand-showcase img,
.brand-watermark {
    object-fit: contain;
}

.journey-list {
    counter-reset: journey;
    display: grid;
    gap: 18px;
    margin: 26px 0 0;
    padding: 0;
}

.journey-list li {
    align-items: flex-start;
    color: #334155;
    counter-increment: journey;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px 1fr;
    list-style: none;
}

.journey-list li::before {
    align-items: center;
    background: rgba(214, 170, 69, .16);
    border: 1px solid rgba(214, 170, 69, .3);
    border-radius: 50%;
    color: var(--secondary);
    content: counter(journey);
    display: inline-flex;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.journey-list strong {
    color: var(--ink);
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
}

.section-dark .journey-list li {
    color: #d7dee8;
}

.section-dark .journey-list li::before {
    background: rgba(214, 170, 69, .18);
    color: var(--primary-soft);
}

.section-dark .journey-list strong {
    color: var(--white);
}

.section-light .journey-list li,
.section-white .journey-list li {
    color: #d7dee8;
}

.section-light .journey-list li::before,
.section-white .journey-list li::before {
    background: rgba(214, 170, 69, .18);
    color: var(--primary-soft);
}

.section-light .journey-list strong,
.section-white .journey-list strong {
    color: var(--white);
}

.natural-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
}

.natural-list li {
    border-bottom: 1px solid rgba(7, 17, 31, .08);
    color: #42526b;
    list-style: none;
    padding-bottom: 12px;
}

.section-light .natural-list li,
.section-white .natural-list li {
    border-bottom-color: rgba(214, 170, 69, .2);
    color: #d7dee8;
}

.section-light .story-panel .natural-list li,
.section-white .story-panel .natural-list li {
    border-bottom-color: rgba(7, 17, 31, .08);
    color: #42526b;
}

.natural-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.supply-card {
    overflow: hidden;
}

.supply-card:hover,
.service-card:hover,
.premium-card:hover,
.contact-tile:hover,
.story-panel:hover {
    border-color: rgba(214, 170, 69, .62);
    box-shadow: 0 30px 70px rgba(7, 17, 31, .22), 0 18px 48px rgba(214, 170, 69, .12);
    transform: translateY(-6px);
}

.supply-card:hover::before,
.service-card:hover::before,
.premium-card:hover::before,
.contact-tile:hover::before,
.story-panel:hover::before {
    right: 42%;
}

.supply-card img {
    aspect-ratio: 5 / 3;
    display: block;
    object-fit: cover;
    transition: transform .9s var(--ease-luxury), filter .6s ease;
    width: 100%;
}

.supply-card:hover img,
.service-card:hover .service-photo,
.image-panel:hover img,
.gallery-item:hover img {
    filter: saturate(1.04) contrast(1.08);
    transform: scale(1.045);
}

.supply-card-body,
.service-card {
    padding: 28px;
}

.supply-card h3,
.service-card h3,
.premium-card h3 {
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.supply-card p,
.service-card p,
.premium-card p {
    color: #5c6677;
    margin-bottom: 0;
}

.section-dark .premium-card h3,
.section-dark .story-panel h3,
.section-dark .legacy-panel h1 {
    color: var(--ink);
}

.section-dark .premium-card p,
.section-dark .story-panel p,
.section-dark .legacy-panel p,
.section-dark .legacy-panel .lead-text {
    color: #5c6677;
}

.icon-badge {
    align-items: center;
    background: linear-gradient(135deg, rgba(214, 170, 69, .16), rgba(214, 170, 69, .05));
    border: 1px solid rgba(214, 170, 69, .28);
    border-radius: 8px;
    color: #b3842f;
    display: inline-flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin-bottom: 22px;
    width: 50px;
    transition: background .45s var(--ease-luxury), color .45s var(--ease-luxury), transform .45s var(--ease-luxury);
}

.premium-card:hover .icon-badge,
.service-card:hover .icon-badge,
.contact-tile:hover .icon-badge {
    background: linear-gradient(135deg, var(--primary-soft), var(--primary));
    color: var(--dark);
    transform: translateY(-2px);
}

.service-card {
}

.service-photo {
    aspect-ratio: 5 / 3;
    border-radius: 6px;
    display: block;
    filter: saturate(.94) contrast(1.04);
    margin: -4px 0 24px;
    object-fit: cover;
    transition: transform .9s var(--ease-luxury), filter .6s ease;
    width: 100%;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.feature-list li {
    align-items: flex-start;
    color: #334155;
    display: flex;
    gap: 14px;
    list-style: none;
}

.feature-list i {
    color: var(--primary);
    margin-top: 5px;
}

.section-dark .feature-list li {
    color: #d7dee8;
}

.fact-tile {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
        rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    border-radius: 8px;
    height: 100%;
    min-height: 132px;
    padding: 26px;
    transition: border-color .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury), transform .45s var(--ease-luxury), background .45s var(--ease-luxury);
}

.fact-tile:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(243, 211, 122, .52);
    box-shadow: 0 22px 56px rgba(0, 0, 0, .2);
    transform: translateY(-4px);
}

.fact-tile .fact-value {
    color: var(--primary-soft);
    display: block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.fact-tile p {
    color: #d7dee8;
    font-weight: 800;
    margin: 0;
}

.image-panel {
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24), 0 18px 48px rgba(214, 170, 69, .08);
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.image-panel img {
    filter: saturate(.94) contrast(1.04);
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 1s var(--ease-luxury), filter .6s ease;
    width: 100%;
}

.image-panel.contain img {
    background: var(--dark);
    object-fit: contain;
    padding: 18px;
}

.cta-band {
    background:
        linear-gradient(135deg, rgba(7, 17, 31, .98), rgba(16, 41, 68, .92)),
        url("../img/client-real/terminal-burchardkai-evening.jpg") center center / cover no-repeat;
    border: 1px solid var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 28px 80px rgba(0, 0, 0, .22);
    color: var(--white);
    overflow: hidden;
    padding: 56px 0;
    position: relative;
}

.cta-band::before {
    background: linear-gradient(90deg, transparent, rgba(243, 211, 122, .34), transparent);
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 0;
}

.cta-band h2 {
    color: var(--white);
    font-size: 42px;
}

.cta-band p {
    color: #d7dee8;
    margin-bottom: 0;
}

/*** Gallery ***/
.gallery-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.gallery-item {
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: transform .9s var(--ease-luxury), filter .6s ease;
    width: 100%;
}

.gallery-item.gallery-logo img {
    background: var(--dark);
    object-fit: contain;
    padding: 22px;
}

.gallery-item:hover img {
    transform: scale(1.045);
}

.gallery-caption {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0), rgba(7, 17, 31, .92));
    bottom: 0;
    color: var(--white);
    left: 0;
    padding: 54px 22px 20px;
    position: absolute;
    right: 0;
}

.gallery-caption h3 {
    color: var(--primary-soft);
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 4px;
}

.gallery-caption p {
    color: #d7dee8;
    font-size: 14px;
    margin: 0;
}

.lightbox {
    align-items: center;
    background: rgba(7, 17, 31, .92);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 9999;
}

.lightbox.show {
    display: flex;
}

.lightbox-content {
    max-width: 980px;
    position: relative;
    width: 100%;
}

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

.lightbox-caption {
    color: var(--primary-soft);
    font-weight: 800;
    margin-top: 14px;
}

.lightbox-close {
    align-items: center;
    background: var(--primary);
    border: 0;
    border-radius: 6px;
    color: var(--dark);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 42px;
}

/*** Forms and Contact ***/
.enquiry-panel {
    background:
        linear-gradient(180deg, rgba(214, 170, 69, .12), rgba(255, 255, 255, 0) 210px),
        linear-gradient(180deg, var(--surface), var(--surface-warm));
    border-top: 0;
    padding: 34px;
}

.form-intro {
    border-bottom: 1px solid rgba(7, 17, 31, .08);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.form-intro .eyebrow {
    margin-bottom: 8px;
}

.form-intro h3 {
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.form-intro p {
    margin-bottom: 0;
}

.request-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.request-chip {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(248, 245, 237, .75));
    border: 1px solid rgba(214, 170, 69, .34);
    border-radius: 999px;
    color: var(--ink);
    font-weight: 800;
    padding: 11px 16px;
    transition: all .2s ease;
}

.request-chip:hover,
.request-chip.active {
    background:
        linear-gradient(135deg, var(--dark), var(--navy-3));
    border-color: var(--primary);
    box-shadow: 0 10px 24px rgba(7, 17, 31, .14);
    color: var(--primary-soft);
    transform: translateY(-1px);
}

.form-label {
    color: var(--ink);
    font-weight: 800;
    margin-bottom: 7px;
}

.form-control,
.form-select {
    background-color: rgba(255, 253, 250, .82);
    border: 1px solid rgba(7, 17, 31, .14);
    border-radius: 6px;
    color: var(--ink);
    min-height: 54px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form-control:hover,
.form-select:hover {
    background-color: var(--white);
    border-color: rgba(214, 170, 69, .38);
}

.form-control:focus,
.form-select:focus {
    background-color: var(--white);
    border-color: var(--primary);
    box-shadow: 0 0 0 .22rem rgba(214, 170, 69, .18);
}

textarea.form-control {
    min-height: 132px;
}

.contact-tile {
    padding: 28px;
}

.contact-tile i {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 18px;
}

.contact-tile h3 {
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
}

.contact-tile p,
.contact-tile a {
    overflow-wrap: anywhere;
}

.map-search-panel {
    background: linear-gradient(135deg, var(--dark), #102944);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--white);
    padding: 34px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.map-search-panel h3 {
    color: var(--white);
    font-family: "Inter", Arial, sans-serif;
    font-size: 22px;
}

.map-search-panel p {
    color: #d7dee8;
}

/*** Footer ***/
.sea-footer {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0)),
        var(--dark);
    border-top: 1px solid var(--line);
    color: #c7d1dd;
}

.sea-footer .footer-logo {
    display: block;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .3));
    height: auto;
    margin-bottom: 24px;
    max-width: 156px;
    width: 44%;
}

.sea-footer h4 {
    color: var(--white);
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 22px;
}

.sea-footer p {
    color: #c7d1dd;
}

.sea-footer .btn.btn-link {
    color: #c7d1dd;
    display: block;
    font-weight: 700;
    margin-bottom: 9px;
    padding: 0;
    text-align: left;
}

.sea-footer .btn.btn-link:hover {
    color: var(--primary-soft);
}

.sea-footer .contact-line {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.sea-footer .contact-line i {
    color: var(--primary);
    margin-top: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(248, 245, 237, .1);
    color: #9ca7b5;
    font-size: 13px;
    padding: 22px 0;
}

.footer-bottom a {
    color: var(--primary-soft);
}

.legal-line {
    color: #9ca7b5;
    font-size: 13px;
}

/*** Floating Actions ***/
.back-to-top {
    bottom: 38px;
    display: none;
    position: fixed;
    right: 34px;
    z-index: 99;
}

.email-float {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-soft), var(--primary));
    border-radius: 50%;
    bottom: 100px;
    box-shadow: 0 16px 34px rgba(214, 170, 69, .26), 0 0 0 1px rgba(255, 255, 255, .14);
    color: var(--dark);
    display: inline-flex;
    font-size: 23px;
    height: 56px;
    justify-content: center;
    position: fixed;
    right: 30px;
    width: 56px;
    z-index: 98;
    transition: transform .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury);
}

.email-float::after {
    border: 1px solid rgba(243, 211, 122, .34);
    border-radius: inherit;
    content: "";
    inset: -7px;
    opacity: .75;
    position: absolute;
}

.email-float:hover {
    box-shadow: 0 20px 44px rgba(214, 170, 69, .34), 0 0 0 8px rgba(214, 170, 69, .08);
    color: var(--dark);
    transform: translateY(-4px);
}

.luxury-reveal {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(34px) scale(.985);
    transition: opacity 1s var(--ease-soft), transform 1s var(--ease-soft), filter 1s var(--ease-soft);
    transition-delay: var(--reveal-delay, 0ms);
}

.luxury-reveal.reveal-in {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes luxuryLineSweep {
    0% {
        opacity: 0;
        transform: translateX(-110%);
    }

    18%,
    58% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(260%);
    }
}

@keyframes luxuryLinePulse {
    0%,
    100% {
        opacity: .42;
    }

    50% {
        opacity: .9;
    }
}

@keyframes heroSlideShow {
    0% {
        opacity: 1;
        background-position: 34% center;
    }

    13% {
        opacity: 1;
        background-position: 54% center;
    }

    18%,
    100% {
        opacity: 0;
        background-position: 74% center;
    }
}

@keyframes heroSlideShowMobile {
    0% {
        opacity: 1;
        background-position: 84% center;
    }

    13% {
        opacity: 1;
        background-position: 60% center;
    }

    18%,
    100% {
        opacity: 0;
        background-position: 38% center;
    }
}

@keyframes heroImageBreath {
    from {
        background-size: auto, auto, 106%;
    }

    to {
        background-size: auto, auto, 111%;
    }
}

@keyframes crestFloat {
    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-53%) scale(1.025);
    }
}

@keyframes mobileLogoFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.025);
    }
}

@keyframes mobileLogoFlip {
    0%,
    18% {
        transform: rotateY(0deg) rotateZ(0deg) scale(1);
    }

    28% {
        transform: rotateY(14deg) rotateZ(-1.4deg) scale(1.018);
    }

    38% {
        transform: rotateY(0deg) rotateZ(0deg) scale(1);
    }

    56% {
        transform: rotateY(-16deg) rotateZ(1.2deg) scale(1.02);
    }

    68% {
        transform: rotateY(0deg) rotateZ(0deg) scale(1);
    }

    82% {
        transform: rotateY(360deg) rotateZ(0deg) scale(1.025);
    }

    100% {
        transform: rotateY(360deg) rotateZ(0deg) scale(1);
    }
}

@keyframes mobileLogoHalo {
    0%,
    100% {
        opacity: .78;
        transform: scale(.98);
    }

    45% {
        opacity: 1;
        transform: scale(1.08);
    }

    70% {
        opacity: .86;
        transform: scale(1.02);
    }
}

@keyframes desktopBrandDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotateY(0deg);
    }

    36% {
        transform: translate3d(-4px, -8px, 0) rotateY(-2.5deg);
    }

    72% {
        transform: translate3d(3px, -3px, 0) rotateY(2deg);
    }
}

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

    .luxury-reveal {
        opacity: 1;
        transform: none;
    }

    .hero-slide:first-child {
        opacity: 1;
        transform: none;
    }
}

/*** Legacy Redirect Pages ***/
.legacy-panel {
    padding: 52px;
}

.legacy-panel h1 {
    font-size: 46px;
}

.form-control::placeholder {
    color: #788397;
}

.form-control,
.form-select,
.request-chip {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.request-chip {
    cursor: pointer;
}

/*** Responsive ***/
@media (min-width: 992px) {
    .hero {
        min-height: clamp(640px, calc(100vh - var(--fixed-header-height)), 760px);
        padding: 72px 0 112px;
    }

    .hero > .container {
        align-items: center;
        display: grid;
        gap: clamp(32px, 5.5vw, 88px);
        grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    }

    .hero-content {
        grid-column: 1;
        max-width: 760px;
        padding-left: 26px;
    }

    .hero-kicker {
        margin-bottom: 14px;
    }

    .hero h1 {
        font-size: clamp(54px, 4.6vw, 68px);
        line-height: 1;
        margin-bottom: 18px;
        max-width: 760px;
    }

    .hero-services {
        gap: 8px;
        margin-bottom: 16px;
        max-width: 730px;
    }

    .hero-services a {
        font-size: 14px;
        min-height: 40px;
        padding: 8px 12px;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 0;
        max-width: 650px;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 22px;
    }

    .hero-actions .btn {
        min-height: 52px;
        padding: 13px 20px !important;
    }

    .hero-crest {
        align-self: center;
        animation: none;
        filter: drop-shadow(0 30px 46px rgba(0, 0, 0, .34));
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: clamp(280px, 24vw, 360px);
        z-index: 2;
    }

    .hero-brand-lockup::before {
        animation: mobileLogoHalo 8.5s ease-in-out infinite;
        background: radial-gradient(circle at 50% 34%, rgba(243, 211, 122, .18) 0%, rgba(214, 170, 69, .07) 46%, rgba(214, 170, 69, 0) 72%);
        border: 0;
        border-radius: 50%;
        box-shadow: none;
        inset: -8% -12% 18%;
    }

    .hero-brand-lockup::after {
        background: linear-gradient(90deg, transparent, rgba(243, 211, 122, .58), transparent);
        border: 0;
        border-radius: 0;
        bottom: 2%;
        height: 1px;
        left: 14%;
        right: 14%;
        top: auto;
    }

    .hero-brand-lockup img {
        animation: desktopBrandDrift 11s var(--ease-luxury) infinite;
        filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .42));
        opacity: .96;
    }
}

@media (max-width: 1199.98px) {
    .hero h1 {
        font-size: clamp(50px, 5vw, 60px);
    }

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

@media (max-width: 991.98px) {
    :root {
        --strip-height: 40px;
        --nav-height: 78px;
        --fixed-header-height: 118px;
    }

    .section-padding {
        padding: 76px 0;
    }

    .sea-navbar {
        min-height: var(--nav-height);
    }

    .sea-navbar > .container {
        min-height: var(--nav-height);
        position: relative;
    }

    .sea-navbar.nav-scrolled {
        min-height: var(--nav-height);
    }

    .sea-navbar .navbar-toggler {
        background: rgba(214, 170, 69, .1);
        border: 1px solid rgba(214, 170, 69, .36);
        display: inline-flex;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .navbar-brand {
        flex: 0 1 auto;
        min-height: var(--nav-height);
        min-width: 0;
    }

    .sea-navbar.nav-scrolled .navbar-brand {
        min-height: var(--nav-height);
    }

    .brand-logo {
        height: 52px;
        width: 214px;
    }

    .brand-logo.actual-logo {
        height: 64px;
        width: auto;
    }

    .sea-navbar.nav-scrolled .brand-logo.actual-logo {
        height: 64px;
    }

    .navbar-brand::after {
        font-size: 22px;
    }

    .sea-navbar.nav-scrolled .navbar-brand::after {
        font-size: 22px;
    }

    .sea-navbar .navbar-collapse {
        border-top: 1px solid rgba(248, 245, 237, .12);
        padding: 12px 0 22px;
    }

    .sea-navbar .navbar-nav .nav-link {
        margin: 0;
        padding: 12px 0;
    }

    .sea-navbar.nav-scrolled .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .sea-navbar .navbar-nav .nav-link::after {
        bottom: 6px;
        left: 0;
        width: 44px;
    }

    .sea-navbar.nav-scrolled .navbar-nav .nav-link::after {
        bottom: 6px;
    }

    .nav-cta {
        margin: 12px 0 0;
        width: max-content;
    }

    .hero {
        min-height: 620px;
        padding: 64px 0 104px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero h2 {
        font-size: 19px;
    }

    .trust-grid {
        margin-top: -48px;
    }


    .operations-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .operation-photo,
    .operation-photo.tall,
    .operation-photo.wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 280px;
    }

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

@media (max-width: 767.98px) {
    .top-strip .container {
        display: grid;
        gap: 4px;
    }

    .top-strip .container > div:first-child {
        overflow-wrap: anywhere;
    }

    .top-strip .strip-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 8px;
        margin-top: 4px;
    }

    .top-strip .divider {
        padding: 0;
    }

    .hero {
        min-height: auto;
        padding: 44px 0 80px;
    }

    .hero-slideshow::before {
        background:
            linear-gradient(90deg, rgba(5, 18, 36, .58) 0%, rgba(7, 28, 54, .34) 48%, rgba(7, 28, 54, .08) 100%),
            radial-gradient(circle at 8% 34%, rgba(20, 65, 112, .18), transparent 42%);
    }

    .hero-slide {
        background-position: 64% center;
        filter: saturate(1.05) contrast(1.04);
    }

    .hero-crest {
        display: block;
        opacity: .08;
        right: -86px;
        top: 39%;
        width: min(72vw, 300px);
    }

    .hero h1 {
        font-size: 38px;
        max-width: 100%;
    }

    .hero h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .hero p,
    .lead-text {
        font-size: 16px;
    }

    .page-header {
        padding: 92px 0 64px;
    }

    .page-header h1,
    .section-title {
        font-size: 36px;
    }

    .cta-band h2 {
        font-size: 34px;
    }

    .image-panel {
        min-height: 320px;
    }

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

    .enquiry-panel,
    .legacy-panel {
        padding: 28px;
    }

    .email-float {
        display: none;
    }

    .back-to-top {
        bottom: 28px;
        right: 22px;
    }

    .trust-grid {
        background: var(--dark);
        margin-top: 0;
        padding: 24px 0 16px;
    }
}

@media (max-width: 575.98px) {
    :root {
        --strip-height: 40px;
        --nav-height: 78px;
        --fixed-header-height: 118px;
    }

    .container {
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .top-strip .container > div:first-child {
        display: none;
    }

    .top-strip .strip-meta {
        gap: 6px;
        justify-content: flex-start;
    }

    .brand-logo {
        height: 46px;
        width: 190px;
    }

    .brand-logo.actual-logo {
        height: 50px;
        width: auto;
    }

    .sea-navbar.nav-scrolled .brand-logo.actual-logo {
        height: 52px;
    }

    .navbar-brand {
        gap: 10px;
        max-width: calc(100% - 58px);
    }

    .navbar-brand::after {
        font-size: 17px;
    }

    .sea-navbar.nav-scrolled .navbar-brand::after {
        font-size: 18px;
    }

    .hero {
        align-items: stretch;
        min-height: calc(100vh - var(--fixed-header-height));
        min-height: calc(100svh - var(--fixed-header-height));
        padding: 0;
    }

    .hero-slideshow::before {
        background:
            linear-gradient(90deg, rgba(5, 18, 36, .56) 0%, rgba(7, 28, 54, .32) 48%, rgba(7, 28, 54, .08) 100%),
            radial-gradient(circle at 14% 24%, rgba(20, 65, 112, .16), transparent 36%),
            radial-gradient(circle at 20% 72%, rgba(8, 34, 66, .18), transparent 38%);
    }

    .hero-slideshow::after {
        background:
            linear-gradient(180deg, rgba(4, 13, 25, .02) 0%, rgba(4, 13, 25, .06) 38%, rgba(4, 13, 25, .22) 100%),
            linear-gradient(90deg, rgba(6, 20, 38, .04) 0%, rgba(6, 20, 38, 0) 62%, rgba(214, 170, 69, .04) 100%);
    }

    .hero-slide {
        animation-name: heroSlideShowMobile;
        background-position: 86% center;
        background-size: auto 100%;
    }

    .hero-crest {
        display: none;
    }

    .hero > .container {
        align-items: stretch;
        display: flex;
        position: relative;
        z-index: 2;
    }

    .hero-content {
        align-items: center;
        border-left: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: calc(100svh - var(--fixed-header-height));
        max-width: 100%;
        padding-bottom: clamp(18px, 3.5vh, 34px);
        padding-left: 0;
        padding-top: clamp(38px, 7.5vh, 70px);
        text-align: center;
        width: 100%;
    }

    .hero-content::before {
        display: none;
    }

    .hero-kicker {
        align-items: center;
        background:
            linear-gradient(135deg, rgba(243, 211, 122, .18), rgba(214, 170, 69, .06)),
            rgba(4, 14, 27, .58);
        border: 1px solid rgba(243, 211, 122, .34);
        border-radius: 999px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
        display: inline-flex;
        font-size: 13px;
        justify-content: center;
        letter-spacing: .04em;
        margin: 0 auto 18px;
        padding: 8px 14px;
        text-shadow: 0 8px 18px rgba(0, 0, 0, .42);
        width: max-content;
    }

    .hero-mobile-mark {
        align-items: center;
        display: flex;
        height: clamp(112px, 28vw, 132px);
        justify-content: center;
        margin: 0 auto 22px;
        perspective: 900px;
        position: relative;
        width: clamp(112px, 28vw, 132px);
        z-index: 1;
        animation: mobileLogoFloat 8s var(--ease-luxury) infinite;
    }

    .hero-mobile-mark::before {
        background:
            radial-gradient(circle, rgba(243, 211, 122, .28) 0%, rgba(214, 170, 69, .12) 38%, rgba(214, 170, 69, 0) 70%);
        border: 1px solid rgba(243, 211, 122, .2);
        border-radius: 999px;
        box-shadow: 0 24px 54px rgba(0, 0, 0, .34);
        content: "";
        inset: 5px;
        position: absolute;
        animation: mobileLogoHalo 7.5s ease-in-out infinite;
    }

    .hero-mobile-mark::after {
        border: 1px solid rgba(243, 211, 122, .3);
        border-radius: 999px;
        content: "";
        inset: 18px;
        position: absolute;
    }

    .hero-mobile-mark img {
        filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .46));
        height: 96%;
        object-fit: contain;
        position: relative;
        transform-style: preserve-3d;
        width: 96%;
        z-index: 1;
        animation: mobileLogoFlip 18s var(--ease-luxury) infinite;
    }

    .hero h1 {
        font-size: clamp(34px, 9.3vw, 42px);
        line-height: .98;
        margin-bottom: 0;
        max-width: 340px;
    }

    .hero h1,
    .hero h2,
    .hero p,
    .hero-actions {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .hero-title-desktop {
        display: none;
    }

    .hero-title-mobile {
        display: inline;
    }

    .hero h2 {
        font-size: 0;
        line-height: 1.2;
    }

    .hero-services {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
        margin: clamp(34px, 7vh, 58px) auto 0;
        max-width: 330px;
        width: 100%;
    }

    .hero-services a {
        align-items: center;
        background:
            linear-gradient(145deg, rgba(255, 226, 137, .16), rgba(214, 170, 69, .05)),
            rgba(5, 18, 36, .62);
        border: 1px solid rgba(243, 211, 122, .34);
        border-radius: 7px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
        color: var(--primary-soft);
        display: flex;
        font-size: 0;
        justify-content: center;
        line-height: 1;
        min-height: 48px;
        padding: 10px 8px;
        text-align: center;
        text-shadow: 0 8px 20px rgba(0, 0, 0, .46);
    }

    .hero-services a::before {
        content: attr(data-short);
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    .hero-services a:not(:last-child)::after {
        display: none;
    }

    .hero-copy-desktop {
        display: none;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: auto;
        max-width: 340px;
        width: 100%;
    }

    .hero-actions .btn {
        justify-content: center;
        min-height: 54px;
        min-width: 0;
        padding-left: 12px !important;
        padding-right: 12px !important;
        white-space: normal;
        width: 100%;
    }

    .hero-actions .btn-primary {
        grid-column: auto;
    }

    .hero-actions .btn-outline-light,
    .hero-actions .btn-call {
        display: none;
    }

    .hero-quick-actions {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: clamp(6px, 2vw, 8px);
        justify-content: center;
        margin-top: 12px;
        max-width: 340px;
        width: 100%;
    }

    .hero-quick-actions a {
        align-items: center;
        aspect-ratio: 1 / 1;
        background:
            linear-gradient(145deg, rgba(255, 226, 137, .18), rgba(214, 170, 69, .06)),
            rgba(4, 14, 27, .72);
        border: 1px solid rgba(243, 211, 122, .38);
        border-radius: 999px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .1);
        color: var(--primary-soft);
        display: inline-flex;
        flex: 0 0 clamp(46px, 12.5vw, 50px);
        font-size: clamp(18px, 4.8vw, 20px);
        justify-content: center;
        transition: transform .35s var(--ease-luxury), border-color .35s var(--ease-luxury), background .35s var(--ease-luxury);
    }

    .hero-quick-actions a:hover,
    .hero-quick-actions a:focus {
        background:
            linear-gradient(145deg, rgba(255, 226, 137, .28), rgba(214, 170, 69, .14)),
            rgba(4, 14, 27, .82);
        border-color: rgba(243, 211, 122, .72);
        color: var(--primary-soft);
        transform: translateY(-2px);
    }

    .hero-quick-actions .social-placeholder {
        opacity: .74;
    }

    .hero-quick-actions .social-placeholder:hover,
    .hero-quick-actions .social-placeholder:focus {
        opacity: .92;
    }

    .trust-card {
        min-height: 104px;
        padding: 20px;
    }

    .trust-grid .col-6 {
        width: 100%;
    }

    .section-title,
    .page-header h1,
    .legacy-panel h1 {
        font-size: 32px;
    }

    .top-strip {
        font-size: 12px;
    }


    .operations-strip {
        padding: 68px 0;
    }

    .operations-grid {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .operation-photo,
    .operation-photo.tall,
    .operation-photo.wide {
        min-height: 236px;
    }

    .operation-photo figcaption strong {
        font-size: 24px;
    }

    .footer-bottom {
        text-align: center;
    }
}


.operations-strip {
    padding: 96px 0;
    position: relative;
}

.operations-grid {
    display: grid;
    gap: 18px;
    grid-auto-rows: 246px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operations-grid-full .operation-photo.tall {
    grid-row: span 2;
}

.operations-grid-full .operation-photo.wide {
    grid-column: span 2;
}

.operation-photo {
    border: 1px solid rgba(214, 170, 69, .22);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.operation-photo.tall {
    grid-row: span 2;
}

.operation-photo.wide {
    grid-column: span 2;
}

.operation-photo img {
    display: block;
    filter: saturate(.95) contrast(1.03);
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s var(--ease-luxury), filter .8s ease;
    width: 100%;
}

.operation-photo::after {
    background:
        linear-gradient(180deg, rgba(4, 13, 25, .04) 0%, rgba(4, 13, 25, .82) 100%),
        linear-gradient(90deg, rgba(4, 13, 25, .55), rgba(4, 13, 25, 0));
    content: "";
    inset: 0;
    position: absolute;
}

.operation-photo::before {
    background: linear-gradient(90deg, var(--primary-soft), rgba(214, 170, 69, 0));
    bottom: 0;
    content: "";
    height: 2px;
    left: 22px;
    position: absolute;
    right: 42%;
    z-index: 2;
}

.operation-photo figcaption {
    bottom: 22px;
    color: var(--white);
    left: 22px;
    position: absolute;
    right: 22px;
    z-index: 3;
}

.operation-photo figcaption span {
    color: var(--primary-soft);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.operation-photo figcaption strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1;
}

.operation-photo:hover img {
    filter: saturate(1.02) contrast(1.08);
    transform: scale(1.035);
}


@media (max-width: 991.98px) {
    .operations-grid,
    .operations-grid.operations-grid-full {
        grid-auto-rows: 280px;
        grid-template-columns: 1fr 1fr;
    }

    .operation-photo,
    .operation-photo.tall,
    .operation-photo.wide,
    .operations-grid-full .operation-photo.tall,
    .operations-grid-full .operation-photo.wide {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {
    .operations-strip {
        padding: 68px 0;
    }

    .operations-grid,
    .operations-grid.operations-grid-full {
        gap: 14px;
        grid-auto-rows: 236px;
        grid-template-columns: 1fr;
    }

    .operation-photo figcaption strong {
        font-size: 24px;
    }
}
