:root {
    --ink: #100d0a;
    --muted: #a99c8c;
    --paper: #120f0d;
    --cream: #f2e4cf;
    --linen: #dcc7a7;
    --green: #0f3029;
    --green-soft: #1d5a4d;
    --gold: #c8943f;
    --gold-light: #f3d28b;
    --amber: #7c3e1f;
    --white: #fff9ec;
    --glass: rgba(255, 249, 236, 0.1);
    --glass-strong: rgba(255, 249, 236, 0.18);
    --shadow: 0 32px 100px rgba(0, 0, 0, 0.36);
    --gold-shadow: 0 18px 62px rgba(200, 148, 63, 0.32);
    --radius: 14px;
    --max: 1180px;
    --mouse-x: 50%;
    --mouse-y: 50%;
    --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    min-width: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 118px;
    background: var(--paper);
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--white);
    background:
        radial-gradient(circle at 18% 8%, rgba(200, 148, 63, 0.18), transparent 26rem),
        radial-gradient(circle at 86% 28%, rgba(15, 48, 41, 0.72), transparent 34rem),
        linear-gradient(180deg, #0b0908 0%, #15100c 48%, #0e0b09 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 88px 88px;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

.cursor-light {
    display: none;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    transform: translateY(-140%);
    background: var(--gold-light);
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

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

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

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 20px 0;
    transition: padding 0.45s var(--ease-luxury), transform 0.45s var(--ease-luxury);
    will-change: transform;
}

.nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 12px 14px 12px 16px;
    border: 1px solid rgba(255, 249, 236, 0.16);
    border-radius: 999px;
    background: rgba(10, 8, 6, 0.2);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px) saturate(120%);
    transition: background 0.45s var(--ease-luxury), border-color 0.45s var(--ease-luxury), box-shadow 0.45s var(--ease-luxury);
}

.site-header.scrolled .nav-shell,
.site-header.open .nav-shell {
    background: rgba(13, 11, 9, 0.74);
    border-color: rgba(243, 210, 139, 0.25);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
    max-width: 100%;
}

.brand-mark {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #070808;
    box-shadow: 0 0 0 1px rgba(255, 249, 236, 0.18), 0 12px 34px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.94);
}

@keyframes logoGlow {
    0%, 100% { filter: saturate(1); box-shadow: 0 0 0 1px rgba(255, 249, 236, 0.22), 0 0 26px rgba(243, 210, 139, 0.24); }
    50% { filter: saturate(1.16); box-shadow: 0 0 0 1px rgba(255, 249, 236, 0.38), 0 0 48px rgba(243, 210, 139, 0.48); }
}

.brand strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--white);
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.brand small {
    display: block;
    color: rgba(255, 249, 236, 0.58);
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    overflow-wrap: anywhere;
}

.site-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-nav a {
    position: relative;
    text-decoration: none;
    color: rgba(255, 249, 236, 0.72);
    font-weight: 800;
    font-size: 13px;
    transition: color 0.32s var(--ease-luxury);
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    transform: translateX(-50%);
    transition: width 0.42s var(--ease-luxury);
}

.site-nav a:hover,
.site-nav a.active {
    color: var(--gold-light);
}

.site-nav a:hover::after,
.site-nav a.active::after {
    width: 100%;
}

.nav-cta {
    justify-self: end;
    text-decoration: none;
    background: rgba(255, 249, 236, 0.1);
    color: var(--gold-light);
    border: 1px solid rgba(243, 210, 139, 0.34);
    padding: 11px 18px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 42px rgba(0, 0, 0, 0.26);
    transition: transform 0.35s var(--ease-luxury), background 0.35s var(--ease-luxury), box-shadow 0.35s var(--ease-luxury);
}

.nav-cta:hover {
    transform: translateY(-2px);
    background: rgba(243, 210, 139, 0.18);
    box-shadow: var(--gold-shadow);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(243, 210, 139, 0.28);
    border-radius: 50%;
    background: rgba(255, 249, 236, 0.08);
    cursor: pointer;
    padding: 12px;
}

.menu-toggle span {
    display: block;
    height: 2px;
    background: var(--gold-light);
    margin: 5px 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: center;
    padding: 142px 0 86px;
    color: var(--white);
    overflow: hidden;
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(180deg, transparent, #0b0908 78%);
    z-index: 4;
    pointer-events: none;
}

.hero-media,
.hero-shade,
.hero-particles,
.hero-steam,
.hero-reflection {
    position: absolute;
    inset: 0;
}

.hero-media {
    background: url("images/hero-bg.jpg") center / cover no-repeat;
    transform: scale(1.04);
    filter: brightness(0.86);
    z-index: 0;
}

.hero-shade {
    z-index: 1;
    background:
        radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(243, 210, 139, 0.2), transparent 18rem),
        radial-gradient(circle at 12% 38%, rgba(200, 148, 63, 0.22), transparent 25rem),
        linear-gradient(90deg, rgba(6, 5, 4, 0.96) 0%, rgba(12, 24, 21, 0.8) 48%, rgba(12, 24, 21, 0.34) 100%),
        linear-gradient(0deg, rgba(10, 8, 7, 0.84), rgba(10, 8, 7, 0.08));
}

.hero-particles {
    z-index: 2;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(243, 210, 139, 0.72);
    box-shadow: 0 0 12px rgba(243, 210, 139, 0.58);
    animation: floatParticle var(--duration, 9s) ease-in-out infinite;
    opacity: var(--opacity, 0.55);
}

.hero-steam {
    z-index: 2;
    opacity: 0.18;
    background:
        radial-gradient(ellipse at 64% 72%, rgba(255, 255, 255, 0.17), transparent 14rem),
        radial-gradient(ellipse at 76% 54%, rgba(255, 255, 255, 0.13), transparent 18rem),
        radial-gradient(ellipse at 46% 74%, rgba(255, 255, 255, 0.1), transparent 14rem);
}

.hero-reflection {
    z-index: 3;
    opacity: 0.28;
    background:
        linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 47%, transparent 54% 100%),
        linear-gradient(145deg, transparent 0 68%, rgba(243, 210, 139, 0.18) 72%, transparent 78% 100%);
    mix-blend-mode: screen;
    pointer-events: none;
}

@keyframes heroDrift {
    from { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
    to { transform: scale(1.18) translate3d(1.2%, 1%, 0); }
}

@keyframes steamRise {
    from { transform: translate3d(-1%, 3%, 0) scale(1); }
    to { transform: translate3d(2%, -4%, 0) scale(1.08); }
}

@keyframes glassSweep {
    0%, 18% { transform: translateX(-62%); opacity: 0; }
    48% { opacity: 0.58; }
    78%, 100% { transform: translateX(42%); opacity: 0; }
}

@keyframes floatParticle {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(24px, -46px, 0) scale(1.6); }
}

.hero-grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) 430px;
    gap: 62px;
    align-items: end;
    perspective: 1200px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 950;
    font-size: 12px;
}

.hero h1,
.section h2,
.contact-section h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
    line-height: 0.98;
}

.hero h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(46px, 7.5vw, 94px);
    text-wrap: balance;
    text-shadow: 0 26px 86px rgba(0, 0, 0, 0.72);
}

.hero-text {
    max-width: 690px;
    margin: 26px 0 0;
    color: rgba(255, 249, 236, 0.82);
    font-size: 19px;
}

.hero-copy {
    transform-style: preserve-3d;
}

.hero-actions,
.contact-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 950;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.38s var(--ease-luxury), box-shadow 0.38s var(--ease-luxury), background 0.38s var(--ease-luxury), border-color 0.38s var(--ease-luxury);
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: translateX(-120%);
    transition: transform 0.85s var(--ease-luxury);
}

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

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

.btn-primary {
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 58%, #9d6423);
    color: #1e1005;
    box-shadow: var(--gold-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.btn-primary:hover {
    box-shadow: 0 28px 78px rgba(200, 148, 63, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-secondary {
    background: rgba(255, 249, 236, 0.08);
    border-color: rgba(255, 249, 236, 0.28);
    color: var(--white);
    backdrop-filter: blur(14px);
}

.section .btn-secondary,
.contact-section .btn-secondary {
    color: var(--gold-light);
    border-color: rgba(243, 210, 139, 0.36);
    background: rgba(255, 249, 236, 0.08);
}

.hero-panel {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 249, 236, 0.18), rgba(255, 249, 236, 0.07));
    color: var(--white);
    border: 1px solid rgba(255, 249, 236, 0.18);
    border-radius: 22px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    padding: 18px;
    backdrop-filter: blur(12px) saturate(115%);
    overflow: hidden;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 28%, rgba(243, 210, 139, 0.2) 64%, transparent);
    opacity: 0.54;
    pointer-events: none;
}

.hero-panel-top,
.panel-row {
    position: relative;
    z-index: 1;
}

.hero-panel-top {
    padding: 18px 16px 16px;
    border-bottom: 1px solid rgba(255, 249, 236, 0.14);
}

.hero-panel-top span {
    display: block;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    font-weight: 950;
}

.hero-panel-top strong {
    display: block;
    margin-top: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.08;
}

.panel-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px 14px;
    border-bottom: 1px solid rgba(255, 249, 236, 0.12);
}

.panel-row:last-child {
    border-bottom: 0;
}

.panel-row span {
    color: var(--gold-light);
    font-weight: 950;
}

.panel-row strong {
    display: block;
    font-size: 17px;
}

.panel-row p {
    margin: 4px 0 0;
    color: rgba(255, 249, 236, 0.66);
}

.trust-strip {
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, #0a1714, #123a32, #0a1714);
    color: var(--white);
    padding: 28px 0;
    box-shadow: 0 -22px 80px rgba(0, 0, 0, 0.32), 0 24px 80px rgba(0, 0, 0, 0.24);
}

.trust-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(243, 210, 139, 0.16), transparent);
    opacity: 0.8;
    pointer-events: none;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.trust-grid div {
    border-left: 1px solid rgba(243, 210, 139, 0.28);
    padding-left: 22px;
}

.trust-grid strong {
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.stat-number {
    color: var(--gold-light);
    font-size: 32px;
    line-height: 1;
}

.trust-grid span:not(.stat-number) {
    display: block;
    color: rgba(255, 249, 236, 0.68);
    margin-top: 2px;
}

.section {
    position: relative;
    padding: 112px 0;
    overflow: hidden;
    scroll-margin-top: 118px;
}

@supports (content-visibility: auto) {
    .section,
    .contact-section,
    .site-footer {
        content-visibility: auto;
        contain-intrinsic-size: 760px;
    }
}

section[id],
.contact-section,
.trust-strip {
    scroll-margin-top: 118px;
}

.section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 12%, rgba(243, 210, 139, 0.1), transparent 22rem),
        radial-gradient(circle at 88% 76%, rgba(29, 90, 77, 0.28), transparent 26rem);
}

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

.split {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 72px;
    align-items: start;
}

.section h2,
.contact-section h2 {
    font-size: clamp(36px, 4.8vw, 62px);
    margin: 0;
    text-wrap: balance;
}

.section-heading {
    max-width: 810px;
    margin-bottom: 42px;
}

.section-heading h2 {
    margin-bottom: 16px;
}

.section-heading p:not(.eyebrow),
.body-copy p {
    color: rgba(255, 249, 236, 0.68);
    font-size: 18px;
}

.body-copy p:first-child {
    margin-top: 0;
}

.about-section,
.menu-section {
    background: linear-gradient(180deg, #0b0908, #15100d);
}

.chef-note {
    margin-top: 28px;
    padding: 22px;
    border-radius: 18px;
    border: 1px solid rgba(243, 210, 139, 0.22);
    background: linear-gradient(135deg, rgba(243, 210, 139, 0.13), rgba(255, 249, 236, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 70px rgba(0, 0, 0, 0.2);
}

.chef-note span {
    display: block;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    font-weight: 950;
}

.chef-note strong {
    display: block;
    margin-top: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.2;
}

.services-section,
.process-section {
    background:
        linear-gradient(180deg, rgba(19, 45, 39, 0.78), rgba(10, 8, 6, 0.98)),
        url("images/canapes.jpg") center / cover;
}

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

.service-card,
.step,
.testimonial-card,
.enquiry-form {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 249, 236, 0.14), rgba(255, 249, 236, 0.055));
    border: 1px solid rgba(255, 249, 236, 0.16);
    border-radius: 20px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(6px) saturate(110%);
    overflow: hidden;
    transition: transform 0.52s var(--ease-luxury), border-color 0.42s var(--ease-luxury), box-shadow 0.42s var(--ease-luxury);
}

.service-card::before,
.step::before,
.testimonial-card::before,
.enquiry-form::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 24% 0%, rgba(243, 210, 139, 0.18), transparent 18rem);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.service-card:hover,
.step:hover,
.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: rgba(243, 210, 139, 0.34);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42), 0 0 60px rgba(200, 148, 63, 0.15);
}

.service-card:hover::before,
.step:hover::before,
.testimonial-card:hover::before {
    opacity: 1;
}

.service-card {
    padding: 30px;
}

.service-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--gold-light), var(--gold));
    color: #211104;
    font-weight: 950;
    margin-bottom: 26px;
    box-shadow: var(--gold-shadow);
}

.service-card h3,
.menu-panel h3,
.step h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.18;
}

.service-card p,
.step p,
.menu-panel p,
.menu-panel li {
    color: rgba(255, 249, 236, 0.66);
}

.client-row,
.instagram-strip {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.client-row span,
.instagram-strip span {
    border: 1px solid rgba(243, 210, 139, 0.18);
    border-radius: 999px;
    padding: 10px 14px;
    color: rgba(255, 249, 236, 0.76);
    background: rgba(255, 249, 236, 0.055);
}

.menu-board {
    display: inline-flex;
    gap: 8px;
    padding: 8px;
    background: rgba(255, 249, 236, 0.08);
    border: 1px solid rgba(255, 249, 236, 0.12);
    border-radius: 999px;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
}

.menu-tab {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    color: rgba(255, 249, 236, 0.72);
    background: transparent;
    font-weight: 950;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.menu-tab.active {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #1e1005;
    box-shadow: var(--gold-shadow);
}

.menu-panels {
    position: relative;
}

.menu-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    background:
        linear-gradient(135deg, rgba(15, 48, 41, 0.94), rgba(18, 15, 13, 0.92)),
        url("images/filet-mignon.jpg") center / cover;
    color: var(--white);
    border: 1px solid rgba(243, 210, 139, 0.22);
    border-radius: 24px;
    box-shadow: var(--shadow);
    animation: panelIn 0.48s ease both;
    overflow: hidden;
}

.menu-panel.active {
    display: grid;
}

@keyframes panelIn {
    from { opacity: 0; transform: translateY(14px) scale(0.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.menu-panel p,
.menu-panel li {
    color: rgba(255, 249, 236, 0.76);
}

.menu-panel ul {
    margin: 0;
    padding-left: 22px;
}

.menu-panel li + li {
    margin-top: 10px;
}

.gallery-section {
    background: linear-gradient(180deg, #15100d, #090706);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 210px;
    gap: 18px;
}

.gallery-grid figure {
    position: relative;
    min-height: 210px;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: var(--green);
    box-shadow: 0 30px 92px rgba(0, 0, 0, 0.44);
    transform: translateZ(0);
    isolation: isolate;
}

.gallery-grid figure:nth-child(1) {
    grid-column: 1 / 5;
    grid-row: span 2;
}

.gallery-grid figure:nth-child(3) {
    grid-column: 8 / 13;
    grid-row: span 2;
}

.gallery-grid figure:nth-child(2),
.gallery-grid figure:nth-child(4) {
    grid-column: 5 / 8;
}

.gallery-grid figure:nth-child(5) {
    grid-column: 1 / 7;
}

.gallery-grid figure::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.78));
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

.gallery-grid figure::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 2;
    border: 1px solid rgba(255, 249, 236, 0.16);
    border-radius: 23px;
    pointer-events: none;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    transition: transform 1s var(--ease-luxury), filter 0.55s var(--ease-luxury);
}

.gallery-grid figure:hover img {
    transform: scale(1.11);
}

.gallery-grid figure:hover::before {
    opacity: 0.54;
}

.gallery-grid figcaption {
    position: absolute;
    z-index: 3;
    left: 18px;
    bottom: 18px;
    background: rgba(10, 8, 6, 0.48);
    border: 1px solid rgba(243, 210, 139, 0.28);
    color: var(--gold-light);
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 950;
}

.quote-card {
    grid-column: 7 / 13;
    grid-row: span 1;
    min-height: 210px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    color: var(--white);
    background:
        radial-gradient(circle at 10% 10%, rgba(243, 210, 139, 0.22), transparent 18rem),
        linear-gradient(145deg, #123a32, #0d0a08);
}

.quote-card blockquote {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.35vw, 34px);
    line-height: 1.08;
}

.quote-card a {
    color: var(--gold-light);
    font-weight: 950;
    text-decoration: none;
}

.process-section {
    background:
        linear-gradient(180deg, rgba(8, 7, 6, 0.92), rgba(12, 30, 26, 0.94)),
        url("images/seafood.jpg") center / cover;
}

.steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.steps::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 210, 139, 0.44), transparent);
}

.step {
    padding: 26px;
}

.step span {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--gold-light), var(--gold));
    color: #211104;
    font-weight: 950;
    box-shadow: var(--gold-shadow);
}

.testimonial-section {
    background:
        radial-gradient(circle at 18% 16%, rgba(243, 210, 139, 0.15), transparent 24rem),
        linear-gradient(180deg, #0b0908, #11362f);
    color: var(--white);
}

.testimonial-section .split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.testimonial-section .section-kicker {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: 900px;
}

.testimonial-card {
    padding: 36px;
    color: var(--white);
}

.testimonial-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.23;
}

.testimonial-card strong,
.testimonial-card span {
    position: relative;
    z-index: 1;
    display: block;
}

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

.testimonial-card span {
    color: rgba(255, 249, 236, 0.62);
}

.mini-review {
    margin-top: 26px;
}

.mini-review p {
    font-size: 22px;
}

.contact-section {
    position: relative;
    padding: 118px 0;
    background:
        radial-gradient(circle at 76% 20%, rgba(243, 210, 139, 0.22), transparent 24rem),
        linear-gradient(135deg, rgba(8, 7, 6, 0.92), rgba(15, 48, 41, 0.87)),
        url("images/seafood.jpg") center / cover no-repeat;
    color: var(--white);
    overflow: hidden;
    scroll-margin-top: 118px;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(243, 210, 139, 0.13), transparent 22rem);
    pointer-events: none;
}

.contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.contact-copy p:not(.eyebrow) {
    color: rgba(255, 249, 236, 0.76);
    font-size: 18px;
}

.enquiry-form {
    color: var(--white);
    padding: 28px;
    backdrop-filter: none;
}

.enquiry-form label {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    color: rgba(255, 249, 236, 0.8);
    font-weight: 850;
    font-size: 14px;
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 249, 236, 0.16);
    border-radius: 12px;
    background: rgba(255, 249, 236, 0.08);
    color: var(--white);
    padding: 13px 14px;
    outline: none;
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
    color: rgba(255, 249, 236, 0.42);
}

.enquiry-form textarea {
    resize: vertical;
    min-height: 120px;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: var(--gold-light);
    box-shadow: 0 0 0 4px rgba(243, 210, 139, 0.13);
}

.enquiry-form button {
    position: relative;
    z-index: 1;
}

.site-footer {
    position: relative;
    background:
        radial-gradient(circle at 18% 0%, rgba(243, 210, 139, 0.16), transparent 22rem),
        linear-gradient(180deg, #100d0a, #060504);
    color: var(--white);
    padding: 66px 0 0;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 52px 52px;
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.95fr 0.7fr 0.95fr;
    gap: 38px;
}

.footer-brand .brand-mark {
    box-shadow: 0 0 34px rgba(243, 210, 139, 0.24);
}

.site-footer p,
.site-footer span {
    color: rgba(255, 249, 236, 0.62);
}

.site-footer h3 {
    margin: 0 0 16px;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.site-footer a,
.site-footer span {
    display: block;
    text-decoration: none;
    margin: 8px 0;
}

.site-footer a {
    transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
    color: var(--gold-light);
    transform: translateX(3px);
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.footer-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(243, 210, 139, 0.18);
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.social-links a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(243, 210, 139, 0.24);
    background: rgba(255, 249, 236, 0.06);
    color: var(--gold-light);
}

.social-links svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.25s ease;
}

.social-links a:hover svg {
    transform: scale(1.08);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 42px;
    border-top: 1px solid rgba(243, 210, 139, 0.14);
    padding: 20px;
    text-align: center;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #6af39c, #25d366 48%, #128c7e);
    box-shadow: 0 20px 54px rgba(37, 211, 102, 0.38), 0 0 0 8px rgba(37, 211, 102, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 26px 72px rgba(37, 211, 102, 0.5), 0 0 0 10px rgba(37, 211, 102, 0.1);
}

.floating-whatsapp svg {
    width: 33px;
    height: 33px;
    fill: var(--white);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.68s var(--ease-luxury), transform 0.68s var(--ease-luxury);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 1020px) {
    .hero-grid,
    .split,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 38px;
    }

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

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

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

    .gallery-grid figure,
    .gallery-grid figure:nth-child(1),
    .gallery-grid figure:nth-child(2),
    .gallery-grid figure:nth-child(3),
    .gallery-grid figure:nth-child(4),
    .gallery-grid figure:nth-child(5),
    .quote-card {
        grid-column: auto;
    }

    .gallery-grid figure:nth-child(5) {
        grid-column: span 1;
    }

    .quote-card {
        grid-row: span 2;
        min-height: 360px;
    }

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

    .testimonial-section .section-kicker {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 820px) {
    .section,
    section[id],
    .contact-section,
    .trust-strip {
        scroll-margin-top: 150px;
    }

    .site-header {
        padding-top: 12px;
    }

    .nav-shell {
        grid-template-columns: auto auto;
        border-radius: 24px;
        gap: 14px;
        padding: 10px 12px;
    }

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 58px;
        height: 58px;
    }

    .menu-toggle {
        display: block;
        justify-self: end;
    }

    .site-nav {
        position: fixed;
        top: 88px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(13, 11, 9, 0.92);
        border: 1px solid rgba(243, 210, 139, 0.22);
        border-radius: 20px;
        box-shadow: var(--shadow);
        padding: 10px;
        backdrop-filter: blur(10px);
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        padding: 14px 12px;
        border-radius: 12px;
    }

    .site-nav a:hover,
    .site-nav a.active {
        background: rgba(243, 210, 139, 0.1);
    }

    .site-nav a::after {
        display: none;
    }

    .nav-cta {
        display: none;
    }

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

    .trust-grid div {
        border-left: 0;
        border-top: 1px solid rgba(243, 210, 139, 0.18);
        padding: 16px 0 0;
    }

    .trust-grid div:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .hero-grid,
    .split,
    .contact-grid {
        gap: 34px;
    }

    .hero-panel,
    .enquiry-form,
    .menu-panel {
        width: 100%;
    }

    .gallery-grid {
        grid-auto-rows: 240px;
    }

    .testimonial-section .split {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .testimonial-card {
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .container,
    .nav-shell {
        width: min(100% - 28px, var(--max));
    }

    .hero {
        min-height: auto;
        padding: 120px 0 58px;
    }

    .hero-particles,
    .hero-steam,
    .hero-reflection {
        display: none;
    }

    .hero h1 {
        font-size: clamp(34px, 10.5vw, 43px);
        line-height: 1.02;
    }

    .hero-text {
        font-size: 17px;
    }

    .hero-actions,
    .contact-actions,
    .menu-board {
        width: 100%;
        display: grid;
        border-radius: 18px;
        overflow: hidden;
    }

    .menu-tab {
        width: 100%;
        min-width: 0;
        border-radius: 12px;
        padding: 13px 12px;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.2;
    }

    .menu-tab.active {
        box-shadow: none;
    }

    .btn {
        width: 100%;
    }

    .brand strong {
        font-size: 17px;
    }

    .brand-mark {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        flex: 0 0 52px;
    }

    .brand small {
        font-size: 9px;
        letter-spacing: 0.08em;
    }

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

    .section h2,
    .contact-section h2 {
        font-size: clamp(30px, 9.2vw, 37px);
        line-height: 1.04;
    }

    .card-grid,
    .steps,
    .gallery-grid,
    .menu-panel,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .steps::before {
        display: none;
    }

    .gallery-grid {
        grid-auto-rows: auto;
    }

    .gallery-grid figure,
    .gallery-grid img {
        min-height: 260px;
    }

    .gallery-grid figure:nth-child(1),
    .gallery-grid figure:nth-child(3),
    .quote-card {
        grid-row: span 1;
    }

    .quote-card {
        min-height: 0;
        padding: 34px 24px 24px;
        overflow: visible;
    }

    .quote-card blockquote,
    .testimonial-card p {
        font-size: 22px;
    }

    .testimonial-section .container {
        width: min(100% - 20px, var(--max));
    }

    .testimonial-section .split {
        gap: 18px;
    }

    .testimonial-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .testimonial-card p {
        line-height: 1.28;
    }

    .hero-panel {
        border-radius: 18px;
        padding: 14px;
    }

    .hero-panel-top {
        padding: 16px 14px 14px;
    }

    .hero-panel-top strong {
        font-size: 22px;
    }

    .panel-row {
        grid-template-columns: 36px 1fr;
        gap: 12px;
        padding: 16px 10px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .service-card,
    .step,
    .testimonial-card,
    .enquiry-form {
        padding: 22px;
        border-radius: 18px;
    }

    .testimonial-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .menu-panel {
        gap: 22px;
        padding: 24px;
        border-radius: 18px;
    }

    .client-row,
    .instagram-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .client-row span,
    .instagram-strip span {
        text-align: center;
        border-radius: 14px;
        padding: 10px;
    }

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

    .footer-gallery img {
        border-radius: 10px;
    }

    .floating-whatsapp {
        width: 46px;
        height: 46px;
        right: 12px;
        bottom: 12px;
        box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32), 0 0 0 5px rgba(37, 211, 102, 0.07);
    }

    .floating-whatsapp svg {
        width: 27px;
        height: 27px;
    }

    .cursor-light {
        display: none;
    }
}

@media (max-width: 420px) {
    .container,
    .nav-shell {
        width: min(100% - 24px, var(--max));
    }

    .nav-shell {
        padding: 9px 10px;
    }

    .brand {
        gap: 8px;
    }

    .brand-mark {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .brand strong {
        font-size: 15px;
        line-height: 1.05;
    }

    .brand small {
        font-size: 8px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .hero {
        padding-top: 108px;
    }

    .hero-text,
    .section-heading p:not(.eyebrow),
    .body-copy p,
    .contact-copy p:not(.eyebrow) {
        font-size: 16px;
    }

    .trust-grid strong {
        display: grid;
        gap: 2px;
        font-size: 20px;
    }

    .stat-number {
        font-size: 30px;
    }

    .client-row,
    .instagram-strip,
    .footer-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-grid figure,
    .gallery-grid img {
        min-height: 230px;
    }

    .quote-card blockquote,
    .testimonial-card p,
    .mini-review p {
        font-size: 19px;
    }

    .quote-card {
        padding: 32px 22px 22px;
    }
}

@media (max-width: 340px) {
    .container,
    .nav-shell {
        width: min(100% - 18px, var(--max));
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .brand strong {
        font-size: 14px;
    }

    .brand small {
        display: none;
    }

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

    .section,
    .contact-section {
        padding: 62px 0;
    }

    .service-card,
    .step,
    .testimonial-card,
    .enquiry-form,
    .menu-panel {
        padding: 18px;
    }

    .floating-whatsapp {
        width: 42px;
        height: 42px;
        right: 10px;
        bottom: 10px;
    }

    .floating-whatsapp svg {
        width: 24px;
        height: 24px;
    }
}

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

    .cursor-light {
        display: none;
    }
}
