@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Great+Vibes&family=Noto+Serif+Bengali:wght@500&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --bg: #faf7ef;
    --ink: #27231f;
    --accent: #a87922;
    --section: #6d0d18
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font: 16px/1.6 'DM Sans', Arial
}

.c {
    width: min(1050px, calc(100% - 40px));
    margin: auto
}

.head {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fcfaf7;
    border-bottom: 1px solid #ddd
}

.head .c {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo img {
    height: 62px
}

.switch {
    position: relative
}

.switch button {
    padding: 10px;
    border: 1px solid #4d1414;
    background: #fff;
    color: #4d1414;
    font-weight: 700
}

.switch ul {
    position: absolute;
    right: 0;
    width: 270px;
    margin: 5px 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 24px #0003
}

.switch ul[hidden] {
    display: none
}

.switch a {
    display: block;
    padding: 8px
}

.main {
    padding: 65px 0
}

.card {
    padding: clamp(30px, 6vw, 70px);
    background: #fffdf8;
    border: 1px solid #d7bd7a;
    box-shadow: 0 12px 30px #0002
}

.title {
    text-align: center;
    font: 600 clamp(2rem, 5vw, 4rem)/1.15 'Playfair Display', Georgia
}

.title:after {
    content: '';
    display: block;
    width: 90px;
    border-top: 1px solid var(--accent);
    margin: 20px auto
}

.s {
    margin: 35px 0
}

.s h2 {
    font: 600 1.8rem 'Playfair Display';
    color: var(--section)
}

.s h3 {
    font-size: 1rem;
    text-transform: uppercase
}

.s h4 {
    color: var(--accent);
    font-size: .85rem;
    text-transform: uppercase
}

.s ul {
    padding-left: 20px
}

.disc {
    margin-top: 45px;
    padding-top: 16px;
    border-top: 1px solid var(--accent);
    font-size: .88rem;
    font-style: italic
}

.cta,
.foot {
    padding: 40px;
    text-align: center;
    background: #4d1414;
    color: #fff
}

.cta a,
.foot a {
    color: #fff
}

.page--corporate {
    --bg: #1d1c1c;
    --ink: #f7f0e5;
    --accent: #c59d56;
    --section: #e0be78
}

.page--corporate .card {
    background: #292727
}

.page--conference {
    --bg: #f1ede4;
    --accent: #9c7630;
    --section: #641f28
}

.page--conference .s {
    padding: 18px;
    border-top: 2px solid var(--accent);
    background: #fff9
}

.page--cocktail {
    --accent: #7b2130;
    --section: #6d1523
}

.page--wedding .card {
    background: #fffaf0 url('assets/menus/wedding/wedding-border.svg') center/100% 100% no-repeat
}

.page--selections .card {
    background: #f8f3e6
}

.page--selections .title {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(3rem, 8vw, 5rem)
}

@media(max-width:600px) {
    .c {
        width: min(100% - 28px, 1050px)
    }

    .card {
        padding: 25px
    }

    .logo img {
        height: 50px
    }
}

/* Selections: keep logical menu groups intact when using two-column layouts. */
.page--selections .menu-group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 56px;
    align-items: start;
}

.page--selections .menu-group {
    min-width: 0;
    break-inside: avoid;
}

.page--selections .menu-group>h4 {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.page--selections .menu-subgroup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 42px;
    align-items: start;
}

.page--selections .menu-subgroup {
    min-width: 0;
    break-inside: avoid;
}

.page--selections .menu-subgroup h5 {
    margin: 0 0 8px;
    color: var(--section);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page--selections .menu-group ul {
    margin: 0;
}

.page--selections .menu-group-grid+h3,
.page--selections .menu-group-grid+.menu-group-grid {
    margin-top: 34px;
}

@media (max-width: 760px) {

    .page--selections .menu-group-grid,
    .page--selections .menu-subgroup-grid {
        grid-template-columns: 1fr;
    }
}

.page--selections .menu-group--wide {
    grid-column: 1 / -1;
}

/* =========================================================
   FINAL SELECTIONS FRAMEWORK REFINEMENTS
   ========================================================= */

/* --- Header / Sample Menus dropdown --- */

.head {
    border-bottom: 1px solid rgba(164, 123, 55, 0.25);
}

.head .c {
    min-height: 82px;
}

.switch button {
    appearance: none;
    cursor: pointer;
    padding: 11px 16px;
    border: 1px solid var(--accent);
    background: #fbf8f1;
    color: #681d24;
    font: 600 0.82rem/1.2 "DM Sans", Arial, sans-serif;
    letter-spacing: 0.03em;
}

.switch button:hover,
.switch button:focus-visible {
    background: #f4eee2;
}

.switch ul {
    top: calc(100% + 7px);
    right: 0;
    width: 300px;
    margin: 0;
    padding: 8px;
    background: #fbf8f1;
    border: 1px solid #d6c8af;
    box-shadow: 0 14px 32px rgba(42, 31, 18, 0.16);
}

.switch li {
    margin: 0;
    padding: 0;
}

.switch a {
    display: block;
    padding: 10px 12px;
    color: #292621;
    background: transparent;
    font: 400 0.9rem/1.4 "DM Sans", Arial, sans-serif;
    text-decoration: none;
}

.switch a:hover,
.switch a:focus-visible {
    color: #681d24;
    background: #f4eee2;
    text-decoration: none;
}


/* --- Selections title --- */

.page--selections .title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.page--selections .title::before {
    content: "SELECTIONS";
    display: block;
    margin-bottom: 14px;
    color: #a47b37;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.page--selections .title::after {
    width: 88px;
    margin: 24px auto 0;
}


/* --- Menu body hierarchy --- */

.page--selections .s {
    margin-top: 58px;
    padding-top: 30px;
    border-top: 1px solid rgba(164, 123, 55, 0.40);
}

.page--selections .s:first-of-type {
    margin-top: 50px;
}

.page--selections .s h2 {
    margin-bottom: 24px;
    color: #681d24;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.45rem, 2.3vw, 1.8rem);
    font-weight: 600;
}

.page--selections .s h2::after {
    content: "";
    display: block;
    width: 34px;
    margin-top: 10px;
    border-top: 1px solid #c5aa72;
}

.page--selections .s h3 {
    margin-top: 28px;
    color: #292621;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.page--selections .s h4 {
    color: #a47b37;
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}


/* --- Properly separated logical subgroups --- */

.page--selections .menu-group-grid {
    margin-top: 6px;
}

.page--selections .menu-subgroup h5 {
    margin: 0 0 9px;
    color: #681d24;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.page--selections .menu-subgroup ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.page--selections .menu-subgroup li {
    position: relative;
    padding: 3px 0 3px 15px;
    font-size: 0.91rem;
    line-height: 1.52;
}

.page--selections .menu-subgroup li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #a47b37;
}


/* --- CTA and footer must read as two separate components --- */

.cta {
    padding: 28px 20px;
    background: #681d24;
    color: #fffaf2;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.cta a {
    color: #fffaf2;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.cta a:hover,
.cta a:focus-visible {
    text-decoration: underline;
}

.foot {
    padding: 32px 20px;
    background: #4d1414;
    color: #fffaf2;
}

.foot p {
    margin: 0 auto 10px;
    max-width: 900px;
    font-size: 0.8rem;
    line-height: 1.6;
}

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

.foot a {
    color: #fffaf2;
}


/* --- Mobile --- */

@media (max-width: 760px) {

    .head .c {
        min-height: 70px;
    }

    .logo img {
        height: 50px;
    }

    .switch button {
        padding: 9px 11px;
        font-size: 0.73rem;
    }

    .switch ul {
        width: min(290px, calc(100vw - 28px));
    }

    .page--selections .title {
        font-size: clamp(2.15rem, 11vw, 3.2rem);
    }

    .page--selections .title::before {
        margin-bottom: 11px;
        font-size: 0.58rem;
        letter-spacing: 0.22em;
    }

    .page--selections .s {
        margin-top: 47px;
        padding-top: 25px;
    }

    .page--selections .menu-group-grid,
    .page--selections .menu-subgroup-grid {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: 24px 18px;
    }

    .foot {
        padding: 28px 18px;
    }
}

/* =========================================================
   WEDDING MENU — INITIAL LOCKED TREATMENT
   ========================================================= */

.page--wedding {
    --wedding-ivory: #f7f0e3;
    --wedding-paper: #fcf8ef;
    --wedding-charcoal: #29231f;
    --wedding-red: #861d26;
    --wedding-red-dark: #69151d;
    --wedding-gold: #a47a32;
    --wedding-gold-soft: #c6a568;
    --wedding-line: rgba(164, 122, 50, 0.42);

    background: var(--wedding-ivory);
    color: var(--wedding-charcoal);
}


/* ---------------------------------------------------------
   MENU CARD
   --------------------------------------------------------- */

.page--wedding .wedding-card {
    position: relative;
    overflow: hidden;

    background-color: var(--wedding-paper);

    /*
       The approved Bengali-inspired border is used as the
       principal page-frame ornament.
    */
    background-image:
        url("assets/menus/wedding/wedding-border.svg");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    border: 1px solid rgba(164, 122, 50, 0.45);

    box-shadow:
        0 18px 45px rgba(60, 35, 20, 0.10);
}


/*
   Quiet inner frame. This gives the page the feel of an
   invitation/menu card without adding another asset.
*/

.page--wedding .wedding-card::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(164, 122, 50, 0.22);
    pointer-events: none;
}


/* ---------------------------------------------------------
   TITLE AREA
   --------------------------------------------------------- */

.page--wedding .title {
    position: relative;
    z-index: 1;

    margin: 0 auto;

    color: var(--wedding-charcoal);

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.12;

    letter-spacing: -0.025em;
}


/*
   Primary alpana.
   Kept concentrated around the title rather than repeated
   throughout the menu, as specified.
*/

.page--wedding .wedding-title-ornament {
    position: relative;
    z-index: 1;

    width: min(440px, 72%);
    margin: 0 auto 10px;

    text-align: center;
}

.page--wedding .wedding-title-ornament img {
    display: block;
    width: 100%;
    height: auto;
}


/* Bengali title */

.page--wedding .wedding-bengali {
    display: block;

    margin-bottom: 12px;

    color: var(--wedding-red);

    font-family:
        "Noto Serif Bengali",
        serif;

    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 500;

    line-height: 1.25;
}


/* English title */

.page--wedding .wedding-title-main {
    display: block;

    color: var(--wedding-charcoal);
}


/*
   Small gold flourish reproduced with CSS rather than
   introducing another asset.
*/

.page--wedding .wedding-title-flourish {
    display: block;

    width: 58px;
    height: 8px;

    margin: 18px auto 0;

    position: relative;
}

.page--wedding .wedding-title-flourish::before,
.page--wedding .wedding-title-flourish::after {
    content: "";
    position: absolute;
    top: 3px;

    width: 22px;
    height: 1px;

    background: var(--wedding-gold);
}

.page--wedding .wedding-title-flourish::before {
    left: 0;
}

.page--wedding .wedding-title-flourish::after {
    right: 0;
}

.page--wedding .wedding-title-flourish {
    border-top: 1px solid var(--wedding-gold);
    transform: scaleX(0.35);
}


/* Approved small alpana divider */

.page--wedding .wedding-divider {
    position: relative;
    z-index: 1;

    width: min(170px, 42%);
    margin: 28px auto 0;

    text-align: center;
}

.page--wedding .wedding-divider img {
    display: block;
    width: 100%;
    height: auto;
}


/* ---------------------------------------------------------
   MENU SECTIONS
   --------------------------------------------------------- */

.page--wedding .s {
    position: relative;
    z-index: 1;

    width: min(780px, 100%);

    margin: 58px auto 0;
    padding-top: 30px;

    border-top: 1px solid var(--wedding-line);
}

.page--wedding .s:first-of-type {
    margin-top: 48px;
}


/* Major section headings */

.page--wedding .s h2 {
    margin: 0 0 22px;

    color: var(--wedding-red-dark);

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(1.45rem, 2.5vw, 1.8rem);
    font-weight: 600;

    line-height: 1.25;
}

.page--wedding .s h2::after {
    content: "";

    display: block;

    width: 42px;

    margin-top: 10px;

    border-top: 1px solid var(--wedding-gold);
}


/* Subsection headings */

.page--wedding .s h3 {
    margin: 28px 0 8px;

    color: var(--wedding-charcoal);

    font-family:
        "DM Sans",
        Arial,
        sans-serif;

    font-size: 0.76rem;
    font-weight: 700;

    letter-spacing: 0.14em;
    line-height: 1.3;

    text-transform: uppercase;
}


/* Non-Veg / Veg labels */

.page--wedding .s h4 {
    margin: 17px 0 7px;

    color: var(--wedding-red);

    font-family:
        "DM Sans",
        Arial,
        sans-serif;

    font-size: 0.70rem;
    font-weight: 700;

    letter-spacing: 0.13em;
    line-height: 1.3;

    text-transform: uppercase;
}


/* Food lists */

.page--wedding .s ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.page--wedding .s li {
    position: relative;

    margin: 0;

    padding: 3px 0 3px 17px;

    color: var(--wedding-charcoal);

    font-family:
        "DM Sans",
        Arial,
        sans-serif;

    font-size: 0.94rem;
    line-height: 1.55;
}

.page--wedding .s li::before {
    content: "•";

    position: absolute;
    left: 0;

    color: var(--wedding-gold);
}


/* ---------------------------------------------------------
   FLORAL ORNAMENT
   --------------------------------------------------------- */

.page--wedding .wedding-floral {
    position: relative;
    z-index: 1;

    width: min(130px, 30%);

    margin: 58px auto 10px;

    text-align: center;
}

.page--wedding .wedding-floral img {
    display: block;
    width: 100%;
    height: auto;
}


/* ---------------------------------------------------------
   DISCLAIMER
   --------------------------------------------------------- */

.page--wedding .disc {
    position: relative;
    z-index: 1;

    width: min(780px, 100%);

    margin: 35px auto 0;
    padding-top: 20px;

    border-top: 1px solid var(--wedding-line);

    color: #756b60;

    font-size: 0.80rem;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   CTA / FOOTER
   --------------------------------------------------------- */

.page--wedding .cta {
    background: var(--wedding-red-dark);
}

.page--wedding .foot {
    background: #4c1218;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .page--wedding .wedding-card {
        padding: 36px 25px 45px;
    }

    .page--wedding .wedding-card::before {
        inset: 14px;
    }

    .page--wedding .wedding-title-ornament {
        width: min(330px, 82%);
        margin-bottom: 8px;
    }

    .page--wedding .wedding-bengali {
        font-size: 1.35rem;
    }

    .page--wedding .wedding-title-main {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .page--wedding .wedding-divider {
        width: min(135px, 46%);
        margin-top: 23px;
    }

    .page--wedding .s {
        width: 100%;
        margin-top: 45px;
        padding-top: 24px;
    }

    .page--wedding .s:first-of-type {
        margin-top: 40px;
    }

    .page--wedding .s h2 {
        font-size: 1.4rem;
    }

    .page--wedding .s li {
        font-size: 0.89rem;
        line-height: 1.52;
    }

    .page--wedding .wedding-floral {
        width: 100px;
        margin-top: 45px;
    }

    .page--wedding .disc {
        width: 100%;
        font-size: 0.77rem;
    }
}


/* ---------------------------------------------------------
   VERY SMALL SCREENS
   --------------------------------------------------------- */

@media (max-width: 420px) {

    .page--wedding .wedding-card {
        padding-inline: 19px;
    }

    .page--wedding .wedding-card::before {
        inset: 10px;
    }

    .page--wedding .wedding-title-ornament {
        width: 86%;
    }

    .page--wedding .wedding-bengali {
        font-size: 1.2rem;
    }

    .page--wedding .s li {
        font-size: 0.86rem;
    }
}

/* =========================================================
   SHARED HOMEPAGE FOOTER — MENU PAGES
   ========================================================= */

.site-footer {
    background: #4d1414;
    color: #ffffff;
    padding: 45px 0 0;
}

.site-footer .container {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 35px;
    align-items: start;
}

.footer-logo {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto 28px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.footer-column h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.footer-column p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 12px;
}


/* Contact */

.footer-contact-row a,
.footer-phone-row a,
.footer-email-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-whatsapp-icon,
.footer-phone-icon,
.footer-contact-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    filter: brightness(0) invert(1);
}

.footer-whatsapp-icon {
    position: relative;
    top: 1px;
}

.footer-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.footer-days {
    margin-top: 4px;
    margin-left: 30px;
    font-size: 0.85rem;
}


/* Social links */

.social-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    filter: brightness(0) invert(1);
}


/* Footer bottom */

.footer-bottom {
    margin-top: 35px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

}

@media (max-width: 600px) {

    .site-footer {
        padding-top: 38px;
    }

    .site-footer .container {
        width: min(100% - 36px, 520px);
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-logo {
        margin-left: 0;
        margin-bottom: 18px;
    }

    .footer-column a,
    .social-links a {
        min-height: 44px;
    }

    .footer-bottom {
        margin-top: 25px;
    }

}

/* =========================================================
   SHARED MENU-PAGE CONTACT REFINEMENT
   ========================================================= */

/* --- CTA: compact standalone action above the footer --- */
.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 20px 42px;
    background: var(--bg);
    color: var(--ink);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--accent);
    border-radius: 8px;
    background: #681d24;
    color: #fffaf2 !important;
    font: 600 0.88rem/1.25 "DM Sans", Arial, sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    box-shadow: 0 5px 14px rgba(42, 31, 18, 0.10);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.cta-button:hover,
.cta-button:focus-visible {
    background: #7a222b;
    color: #fffaf2 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px rgba(42, 31, 18, 0.15);
}

.cta-button:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

/* Keep page-specific CTA colours while retaining the shared button treatment. */
.page--corporate .cta-button {
    background: #292727;
    border-color: #c59d56;
}

.page--corporate .cta-button:hover,
.page--corporate .cta-button:focus-visible {
    background: #353232;
}

.page--wedding .cta-button {
    background: var(--wedding-red-dark);
    border-color: var(--wedding-gold);
}

.page--wedding .cta-button:hover,
.page--wedding .cta-button:focus-visible {
    background: #7a1821;
}

/* --- Floating contact control --- */
.floating-contact {
    position: fixed;
    right: 22px;
    bottom: 24vh;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.floating-contact__toggle,
.floating-contact__action {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(164, 123, 55, 0.72);
    border-radius: 50%;
    background: #fbf8f1;
    box-shadow: 0 7px 20px rgba(42, 31, 18, 0.14);
    cursor: pointer;
}

.floating-contact__toggle {
    position: relative;
    z-index: 2;
}

.floating-contact__toggle img,
.floating-contact__action img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.floating-contact__toggle img {
    filter: none;
}

.floating-contact__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.floating-contact__actions[hidden] {
    display: none;
}

.floating-contact__action {
    width: 42px;
    height: 42px;
    opacity: 0;
    transform: translateY(12px) scale(0.88);
    animation: contact-unfurl-in 0.18s ease forwards;
}

.floating-contact__action:nth-child(2) {
    animation-delay: 0.035s;
}

.floating-contact__action:nth-child(3) {
    animation-delay: 0.07s;
}

.floating-contact__action:hover,
.floating-contact__action:focus-visible,
.floating-contact__toggle:hover,
.floating-contact__toggle:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 9px 22px rgba(42, 31, 18, 0.19);
}

.floating-contact__action:focus-visible,
.floating-contact__toggle:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

@keyframes contact-unfurl-in {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.88);
    }

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

@media (prefers-reduced-motion: reduce) {

    .cta-button,
    .floating-contact__action {
        transition: none;
        animation: none;
    }

    .floating-contact__action {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 760px) {
    .cta {
        padding: 28px 18px 34px;
    }

    .cta-button {
        min-height: 46px;
        padding: 11px 18px;
        text-align: center;
    }

    .floating-contact {
        right: 14px;
        bottom: 18vh;
    }

    .floating-contact__toggle {
        width: 46px;
        height: 46px;
    }
}

