:root {
    --primary: #7c3aed;
    --secondary: #f7edff;
    --accent: #f59e0b;
    --ink: #171321;
    --muted: #675d74;
    --line: rgba(23, 19, 33, 0.12);
    --white: #ffffff;
    --cream: #fff9f0;
    --blush: #fff4f7;
    --shadow: 0 24px 70px rgba(55, 35, 88, 0.16);
    --soft-shadow: 0 18px 42px rgba(55, 35, 88, 0.10);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    padding-top: 78px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 4%, rgba(124, 58, 237, 0.13), transparent 28rem),
        radial-gradient(circle at 90% 14%, rgba(245, 158, 11, 0.14), transparent 25rem),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 40%, #fbf7ff 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

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

.container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.section-pad {
    padding: 86px 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    min-height: 78px;
    padding: 14px 0;
    background: rgba(255, 250, 244, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(23, 19, 33, 0.08);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(23, 19, 33, 0.08);
}

.nav-wrap {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-weight: 900;
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, var(--primary), #a855f7 52%, var(--accent));
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.28);
}

.brand strong {
    display: block;
    line-height: 1.1;
    font-size: 0.98rem;
    white-space: nowrap;
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 0.76rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav a {
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    color: rgba(23, 19, 33, 0.76);
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.main-nav a:hover {
    color: var(--primary);
    background: rgba(124, 58, 237, 0.08);
}

.main-nav .nav-cta {
    color: var(--white);
    background: #171321;
    box-shadow: 0 14px 28px rgba(23, 19, 33, 0.18);
}

.main-nav .nav-cta:hover {
    color: var(--white);
    background: var(--primary);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 710px;
    display: grid;
    align-items: center;
    overflow: hidden;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.hero-shape {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(1px);
    pointer-events: none;
}

.hero-shape-one {
    width: 260px;
    height: 260px;
    left: -120px;
    top: 120px;
    background: rgba(124, 58, 237, 0.10);
}

.hero-shape-two {
    width: 320px;
    height: 320px;
    right: -130px;
    bottom: 30px;
    background: rgba(245, 158, 11, 0.12);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 999px;
    color: #2b1a44;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.16);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 7vw, 5.65rem);
    line-height: 0.95;
    letter-spacing: -0.075em;
    max-width: 790px;
}

h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hero-text {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.1rem;
}

.hero-actions,
.hero-points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hero-actions {
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 950;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
    color: var(--white);
    background: linear-gradient(135deg, #171321, var(--primary));
    box-shadow: 0 18px 34px rgba(124, 58, 237, 0.27);
}

.btn-soft {
    color: #2b1a44;
    background: rgba(124, 58, 237, 0.10);
    border-color: rgba(124, 58, 237, 0.18);
}

.btn-outline {
    color: var(--primary);
    background: transparent;
    border-color: rgba(124, 58, 237, 0.25);
}

.hero-points {
    margin-top: 24px;
}

.hero-points span {
    padding: 9px 12px;
    border-radius: 999px;
    color: rgba(23, 19, 33, 0.78);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 19, 33, 0.08);
    font-size: 0.88rem;
    font-weight: 850;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.hero-photo {
    position: absolute;
    right: 30px;
    top: 38px;
    width: min(450px, 88vw);
    height: 520px;
    margin: 0;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 19, 33, 0.04), rgba(23, 19, 33, 0.30));
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planning-card {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: min(350px, 84vw);
    padding: 24px;
    border-radius: 30px;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.20), transparent 12rem),
        linear-gradient(145deg, rgba(124, 58, 237, 0.96), rgba(91, 33, 182, 0.96));
    box-shadow: var(--shadow);
}

.card-label {
    display: inline-flex;
    margin-bottom: 14px;
    color: #fff3d6;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.planning-card h2 {
    margin-bottom: 18px;
    font-size: 1.9rem;
}

.event-date {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.event-date strong {
    font-size: 2.2rem;
    line-height: 1;
}

.event-date span {
    font-size: 0.78rem;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.planning-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.planning-card li {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
}

.floating-note {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--soft-shadow);
    font-weight: 950;
    animation: floatNote 5s ease-in-out infinite;
}

.floating-note span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: var(--white);
    background: var(--accent);
    font-size: 0.8rem;
}

.note-one {
    top: 100px;
    left: 8px;
}

.note-two {
    right: 0;
    bottom: 118px;
    animation-delay: 1.3s;
}

.trust-strip {
    padding: 28px 0;
    background: rgba(255, 255, 255, 0.74);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

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

.trust-grid div {
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.74);
}

.trust-grid strong {
    display: block;
    color: #171321;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.trust-grid span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 850;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.section-heading p {
    color: var(--muted);
    font-size: 1.02rem;
}

.align-left {
    margin-left: 0;
    text-align: left;
}

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

.service-card,
.testimonial-card,
.timeline-item,
.faq-item,
.contact-card {
    border: 1px solid rgba(23, 19, 33, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--soft-shadow);
}

.service-card {
    position: relative;
    min-height: 300px;
    padding: 24px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.service-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -46px;
    bottom: -46px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.10);
}

.service-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 20px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), #a855f7);
    font-size: 1rem;
    font-weight: 950;
}

.service-card p {
    color: var(--muted);
}

.service-card a,
.text-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--primary);
    font-weight: 950;
}

.about {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.07), rgba(245, 158, 11, 0.07));
}

.about-grid {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 54px;
    align-items: center;
}

.about-visual {
    position: relative;
    min-height: 480px;
}

.about-visual img {
    width: 86%;
    height: 430px;
    object-fit: cover;
    border-radius: 38px;
    box-shadow: var(--shadow);
}

.about-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(360px, 78%);
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 19, 33, 0.08);
    box-shadow: var(--soft-shadow);
}

.about-badge strong,
.about-badge span {
    display: block;
}

.about-badge strong {
    margin-bottom: 6px;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.about-badge span {
    color: var(--muted);
}

.about-copy p {
    color: var(--muted);
}

.check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    font-weight: 850;
}

.check-list span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    border-radius: 999px;
    color: var(--white);
    background: var(--primary);
    font-size: 0.78rem;
}

.process {
    background: #ffffff;
}

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

.timeline-item {
    position: relative;
    padding: 24px;
    border-radius: var(--radius-lg);
}

.timeline-item span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 18px;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), #a855f7);
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(124, 58, 237, 0.22);
}

.timeline-item p {
    color: var(--muted);
    margin-bottom: 0;
}

.showcase {
    background:
        radial-gradient(circle at 20% 0%, rgba(245, 158, 11, 0.16), transparent 22rem),
        radial-gradient(circle at 80% 30%, rgba(124, 58, 237, 0.13), transparent 26rem),
        #fffaf2;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 44px;
    align-items: center;
}

.showcase-board {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-auto-rows: 170px;
    gap: 16px;
}

.showcase-tile,
.showcase-note {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--soft-shadow);
}

.showcase-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(23, 19, 33, 0.58));
}

.showcase-tile span {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 950;
}

.tile-large {
    grid-row: span 2;
}

.showcase-note {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    color: var(--ink);
    background: linear-gradient(135deg, #fff2d5, #ffffff);
    border: 1px solid rgba(23, 19, 33, 0.08);
}

.showcase-note strong {
    font-size: 1.15rem;
    line-height: 1.1;
}

.showcase-note p {
    margin: 8px 0 0;
    color: var(--muted);
}

.note-dark {
    grid-column: 1 / -1;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%, rgba(124, 58, 237, 0.70), transparent 18rem),
        #171321;
}

.note-dark p {
    color: rgba(255, 255, 255, 0.76);
}

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

.testimonial-card {
    padding: 26px;
    border-radius: var(--radius-lg);
}

.testimonial-card p {
    color: var(--muted);
    font-size: 1.02rem;
}

.testimonial-card div {
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card span {
    color: var(--muted);
    font-size: 0.9rem;
}

.faq {
    background: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: 20px;
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    color: var(--ink);
    text-align: left;
    font-weight: 950;
    cursor: pointer;
}

.faq-item button::after {
    content: "+";
    float: right;
    color: var(--primary);
    font-size: 1.2rem;
}

.faq-item.active button::after {
    content: "–";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--muted);
}

.contact {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.96), rgba(91, 33, 182, 0.98));
    color: var(--white);
}

.contact-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: start;
    padding: 34px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.16), transparent 22rem),
        rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.contact .eyebrow {
    color: #fff3d6;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.contact p {
    color: rgba(255, 255, 255, 0.78);
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.contact-details a,
.contact-details span {
    padding: 11px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 850;
}

.enquiry-form {
    padding: 26px;
    border-radius: var(--radius-lg);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--soft-shadow);
}

.enquiry-form p {
    color: var(--muted);
}

.form-row {
    margin-bottom: 14px;
}

.form-row label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 900;
}

.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    border: 1px solid rgba(23, 19, 33, 0.14);
    border-radius: 15px;
    padding: 13px 14px;
    color: var(--ink);
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row textarea {
    resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: rgba(124, 58, 237, 0.55);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.10);
}

.btn-form {
    width: 100%;
    min-height: 54px;
    color: var(--white);
    background: #171321;
    box-shadow: 0 16px 30px rgba(23, 19, 33, 0.22);
}

.btn-form:hover {
    background: var(--primary);
}

.form-status {
    min-height: 24px;
    margin: 12px 0 0;
    color: #166534 !important;
    font-weight: 850;
}

.site-footer {
    padding: 24px 0;
    background: #160f22;
    color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.footer-grid p {
    margin: 0;
}

.footer-grid a {
    color: var(--white);
    font-weight: 900;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 95;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 999px;
    color: var(--white);
    background: #16a34a;
    box-shadow: 0 18px 38px rgba(22, 163, 74, 0.28);
    font-weight: 950;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes floatNote {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 980px) {
    .section-pad {
        padding: 64px 0;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
        border: 1px solid rgba(23, 19, 33, 0.08);
    }

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

    .main-nav a {
        padding: 13px 14px;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid,
    .about-grid,
    .showcase-grid,
    .faq-grid,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 600px;
    }

    .hero-photo {
        right: 0;
        left: auto;
    }

    .planning-card {
        left: 0;
    }

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

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

@media (max-width: 680px) {
    body {
        padding-top: 74px;
    }

    .container,
    .nav-wrap {
        width: min(100% - 24px, 1160px);
    }

    .section-pad {
        padding: 52px 0;
    }

    .brand-text small {
        display: none;
    }

    .brand strong {
        max-width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    h1 {
        font-size: clamp(2.55rem, 15vw, 4rem);
    }

    h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-grid,
    .service-grid,
    .timeline,
    .check-list,
    .two-cols {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 610px;
    }

    .hero-photo {
        width: 100%;
        height: 430px;
        top: 0;
        border-radius: 28px;
    }

    .planning-card {
        width: calc(100% - 18px);
        padding: 22px;
        bottom: 10px;
    }

    .floating-note {
        font-size: 0.78rem;
        padding: 10px 12px;
    }

    .note-one {
        top: 20px;
        left: 10px;
    }

    .note-two {
        right: 10px;
        bottom: 160px;
    }

    .about-visual {
        min-height: auto;
        padding-bottom: 110px;
    }

    .about-visual img {
        width: 100%;
        height: 360px;
        border-radius: 28px;
    }

    .about-badge {
        width: calc(100% - 24px);
        right: 12px;
        bottom: 0;
    }

    .showcase-board {
        grid-template-columns: 1fr;
        grid-auto-rows: 190px;
    }

    .tile-large,
    .note-dark {
        grid-row: auto;
        grid-column: auto;
    }

    .contact-card {
        padding: 22px;
    }

    .enquiry-form {
        padding: 20px;
    }

    .footer-grid {
        flex-direction: column;
    }

    .whatsapp-float span {
        font-size: 0.88rem;
    }
}
