* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    background: #071322;
    color: #d6e2f0;
    font-family: 'Cairo', sans-serif;
    line-height: 1.65;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

:root {
    --surface: #06101c;
    --panel: #0a1830;
    --ink: #0b1f2d;
    --text: #d6e2f0;
    --muted: #93a3b6;
    --focus: #00ffd1;
    --gold: #f5c46a;
    --emerald: #22c55e;
    --amber: #f59e0b;
    --sapphire: #3b82f6;
    --crimson: #ef4444;
    --radius-xl: 22px;
    --radius: 14px;
    --shadow: 0 8px 30px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .03)
}

.container {
    width: min(1120px, 92vw);
    margin-inline: auto
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(4, 10, 18, .85), rgba(4, 10, 18, .55));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px
}

.brand .leaf {
    font-size: 26px;
    color: var(--gold);
    filter: drop-shadow(0 6px 20px rgba(245, 196, 106, .5))
}

.brand .name {
    letter-spacing: .28em;
    font-weight: 600;
    opacity: .9
}

.nav {
    display: flex;
    gap: 24px
}

.nav a {
    opacity: .85;
    transition: opacity .2s ease
}

.nav a:hover {
    opacity: 1
}

.lang {
    display: flex;
    gap: 6px
}

.chip {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--text);
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 600
}

.chip.active {
    background: rgba(255, 255, 255, .06)
}

.hero {
    position: relative;
    padding: 72px 0;
    background: radial-gradient(1200px 600px at 70% -10%, rgba(30, 30, 30, .15), transparent), radial-gradient(800px 400px at 10% 10%, rgba(0, 0, 0, 100), transparent);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
}

.display {
    font-weight: 800;
    font-size: 82px;
    line-height: 1;
    color: #fff;
    letter-spacing: .02em;
    margin: 0 0 12px;
    text-shadow: 0 10px 50px rgba(0, 255, 209, .08);
    margin-bottom: 90px;
}

.subtitle {
    font-size: 19px;
    margin: 0 0 8px;
    color: #dfe9ff
}

.blurb {
    color: var(--muted);
    margin: 4px 0 24px
}

.cta {
    display: flex;
    gap: 12px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .12);
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease
}

.btn.primary {
    background: linear-gradient(180deg, rgba(0, 141, 127, .15), rgba(0, 141, 127, .6));
    box-shadow: 0 20px 50px rgba(0, 255, 209, .08)
}

.btn.ghost {
    background: rgba(255, 255, 255, .03)
}

.btn:hover {
    transform: translateY(-2px)
}

.hero-visual {
    position: relative;
    height: 420px;
    display: grid;
    place-items: center
}

.bottle-img {
    width: 300px;
    height: auto;
    filter: drop-shadow(0 30px 120px rgba(0, 0, 0, .5))
}

.bottle-img_name {
    width: 200px;
}

.hero-img {
    width: 350px
}

.section-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.cards {
    padding: 24px 0 40px
}

.cards-services {
    padding: 24px 0 40px
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.card {
    position: relative;
    background: radial-gradient(400px 400px at 50% 0, rgba(255, 255, 255, .04), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: var(--shadow);
    display: grid;
    place-items: center;
    gap: 18px;
    min-height: 520px;
    overflow: hidden
}

.card-title {
    font-weight: 600;
    font-size: 32px;
    margin: 10px 0 0;
    letter-spacing: .02em;
    color: #fff;
    text-align: center;
}

.card ul.notes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.card ul.notes li {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .08)
}

.pill {
    display: inline-flex;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 800;
    width: 150px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin: 0 auto;
}

.card.tone-emerald {
    background: linear-gradient(180deg, rgba(0, 141, 127, .08), rgba(255, 255, 255, .02))
}

.card.tone-amber {
    background: linear-gradient(180deg, rgbargba(0, 141, 127, .08), rgba(255, 255, 255, .02))
}

.card.tone-sapphire {
    background: linear-gradient(180deg, rgba(0, 141, 127, .08), rgba(255, 255, 255, .02))
}

.card.tone-blue {
    border-color: rgba(59, 130, 246, .22);
    background: radial-gradient(700px 380px at 50% -15%, rgba(18, 59, 95, .45), transparent 60%), linear-gradient(180deg, rgba(18, 59, 95, .50), rgba(0, 0, 0, 1));
}

.card.tone-red {
    background: radial-gradient(700px 380px at 50% -15%, rgba(109, 0, 0, .45), transparent 60%), linear-gradient(180deg, rgba(109, 0, 0, .16), rgba(0, 0, 0, 1));
    border-color: rgba(239, 68, 68, .22);
}

.card.tone-green {
    background: radial-gradient(700px 380px at 50% -15%, rgba(0, 66, 54, .45), transparent 60%), linear-gradient(180deg, rgba(0, 66, 54, .16), rgba(0, 0, 0, 1));
    border-color: rgba(34, 197, 94, .22);
}

.card.tone-asali {
    background: radial-gradient(700px 380px at 50% -15%, rgba(102, 63, 16, .45), transparent 60%), linear-gradient(180deg, rgba(102, 63, 16, .45), rgba(0, 0, 0, 1));
    border-color: rgba(245, 158, 11, .22);
}

.card:hover {
    transform: translateY(-4px);
    transition: .2s ease
}

.story-v2 {
    padding: 36px 0 54px
}

.story-v2-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
    align-items: center
}

.founder-col {
    display: grid;
    align-content: start;
    gap: 14px
}

.brand-col {
    display: grid;
    align-content: start;
    gap: 10px
}

.founder-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0
}

.brand-title {
    font-size: 34px;
    margin: 0 0 4px
}

.portrait-col {
    display: grid;
    place-items: center
}

.portrait {
    width: clamp(170px, 18vw, 240px);
    height: auto;
    border-radius: 18px;
    filter: drop-shadow(0 24px 80px rgba(0, 0, 0, .5))
}

.founder-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.founder-list li {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    align-items: baseline;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 10px 12px
}

.founder-list .k {
    color: #dfe9ff;
    font-weight: 800
}

.founder-list .v {
    color: var(--muted);
    font-weight: 600
}

@media (max-width:1024px) {
    .story-v2-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .portrait-col {
        order: -1
    }

    .founder-list li {
        grid-template-columns: 1fr
    }

    .brand-title{
        text-align: center;
    }

    .brand-text{
        text-align: center;
    }
}

.families {
    padding: 18px 0 60px
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.chips li {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    font-weight: 700
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 20px 0 36px;
    margin-top: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
}

.foot-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
    align-items: center
}

.sigline {
    color: #dfe9ff;
    font-weight: 700
}

.links {
    display: flex;
    gap: 16px;
    justify-content: center
}

.made {
    opacity: .65
}

@media (max-width:1024px) {
    .hero-grid {
            grid-template-columns: 1fr;
            grid-template-areas:
                "hero-copy"
                "hero-visual";
        }

    .hero-visual {
        height: 380px
    }

    .grid-3 {
        grid-template-columns: 1fr 1fr
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr
    }

    .story-grid {
        grid-template-columns: 1fr
    }

    .display {
        font-size: 64px;
        text-align: center;
    }

    .subtitle{
        text-align: center;
    }

    .card {
        min-height: 480px
    }
}

@media (max-width:680px) {
    .grid-3 {
        grid-template-columns: 1fr
    }

    .grid-4 {
        grid-template-columns: 1fr
    }

    .topbar .container {
        gap: 10px
    }

    .nav {
        display: none
    }

    .display {
        font-size: 56px;
        text-align: center;
    }

    .subtitle {
        font-size: 22px
    }
}

.tone-blue {
    border-color: rgba(59, 130, 246, .22);
    background: radial-gradient(700px 380px at 50% -15%, rgba(18, 59, 95, .45), transparent 60%), linear-gradient(180deg, rgba(18, 59, 95, .50), rgba(0, 0, 0, 1));
}

.tone-red {
    background: radial-gradient(700px 380px at 50% -15%, rgba(109, 0, 0, .45), transparent 60%), linear-gradient(180deg, rgba(109, 0, 0, .16), rgba(0, 0, 0, 1));
    border-color: rgba(239, 68, 68, .22);
}

.tone-green {
    background: radial-gradient(700px 380px at 50% -15%, rgba(0, 66, 54, .45), transparent 60%), linear-gradient(180deg, rgba(0, 66, 54, .16), rgba(0, 0, 0, 1));
    border-color: rgba(34, 197, 94, .22);
}

.tone-asali {
    background: radial-gradient(700px 380px at 50% -15%, rgba(102, 63, 16, .45), transparent 60%), linear-gradient(180deg, rgba(102, 63, 16, .45), rgba(0, 0, 0, 1));
    border-color: rgba(245, 158, 11, .22);
}

.cards-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.card-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "media desc";
    gap: 28px;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: var(--shadow);
    overflow: hidden;
    min-height: 360px;
}

.card-row:nth-child(even) {
    grid-template-areas: "desc media";
}

.card-media {
    grid-area: media;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    justify-items: center;
    align-content: center;
}

.card-desc {
    grid-area: desc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.card-title {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    letter-spacing: .02em;
    color: #fff;
}

.card-text {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.card-comp {
    color: var(muted);
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}

.card-row .notes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-row .notes li {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    font-weight: 600;
    font-size: 14px;
}

.card-row .bottle-img {
    width: clamp(220px, 28vw, 320px);
    height: auto;
    max-width: 100%;
    filter: drop-shadow(0 30px 120px rgba(0, 0, 0, .5));
}

@media (max-width:1024px) {
    .card-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "desc";
        text-align: center;
        align-items: start;
        min-height: auto;
    }
}

@media (max-width:680px) {
    .card-row {
        gap: 0px;
    }

    .card-media {
        grid-template-columns: 1fr;
    }

    .card-comp {
        color: var(muted);
        font-weight: lighter;
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
    }
}

.tone-blue {
    border-color: rgba(59, 130, 246, .22);
    background: radial-gradient(700px 380px at 50% -15%, rgba(18, 59, 95, .45), transparent 60%), linear-gradient(180deg, rgba(18, 59, 95, .50), rgba(0, 0, 0, 1));
}

.tone-red {
    background: radial-gradient(700px 380px at 50% -15%, rgba(109, 0, 0, .45), transparent 60%), linear-gradient(180deg, rgba(109, 0, 0, .16), rgba(0, 0, 0, 1));
    border-color: rgba(239, 68, 68, .22);
}

.tone-green {
    background: radial-gradient(700px 380px at 50% -15%, rgba(0, 66, 54, .45), transparent 60%), linear-gradient(180deg, rgba(0, 66, 54, .16), rgba(0, 0, 0, 1));
    border-color: rgba(34, 197, 94, .22);
}

.tone-asali {
    background: radial-gradient(700px 380px at 50% -15%, rgba(102, 63, 16, .45), transparent 60%), linear-gradient(180deg, rgba(102, 63, 16, .45), rgba(0, 0, 0, 1));
    border-color: rgba(245, 158, 11, .22);
}

.cards-services-list {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.card-service-row {
    position: relative;
    gap: 28px;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: var(--shadow);
    overflow: hidden;
    width: 400px;
    height: 400px;
}

.card-service-desc {
    grid-area: desc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    margin-top: 30px;
}

.pill-service {
    display: inline-flex;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 800;
    width: 150px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 10%;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--text);
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 22px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

@media (max-width:680px) {
    .menu-toggle {
        display: inline-flex
    }

    .topbar .container {
        position: relative
    }

    body.menu-open .nav {
        display: flex;
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        flex-direction: column;
        gap: 10px;
        padding: 12px 16px 16px;
        background: rgba(4, 10, 18, .96);
        backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        z-index: 60;
    }

    body.menu-open .nav a {
        padding: 10px 6px
    }
}

@media (max-width:1024px) {
    .card-row:nth-child(even) {
        grid-template-areas:
            "media"
            "desc";
    }
}

@media (max-width:680px) {
    .cards-services-list {
        flex-direction: column;
    }

    .card-service-row {
        width: 85%;
        height: auto;
        align-self: center;
    }
}

.card-service-desc {
    padding-bottom: 90px;
}

@media (max-width:680px) {
    .pill-service {
        bottom: 16px;
        margin-bottom: 0;
    }
}

.topbar .container {
    position: relative;
}

.nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:680px) {
    body.menu-open .nav {
        transform: none;
    }
}


@media (max-width:1024px) {

    .card-row,
    .card-row:nth-child(even) {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "desc";
    }

    .card-media {
        grid-template-columns: 1fr;
        grid-template-areas:
            "name"
            "img";
    }

    .card-media .bottle-img {
        grid-area: img;
    }

    .card-media .bottle-img_name {
        grid-area: name;
    }
}


@media (max-width:680px) {

    .display {
        font-size: 42px;
        margin-bottom: 28px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-visual {
        height: 300px;
    }

    .hero-visual .hero-img {
        width: 200px;
    }

    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #collections .card-row {
        padding: 16px;
        min-height: auto;
    }

    #collections .card-media {
        gap: 6px;
    }

    #collections .card-row .bottle-img {
        width: min(160px, 42vw);
    }

    #collections .card-text {
        font-size: 14px;
    }

    #collections .card-comp {
        font-size: 12px;
        margin-bottom: 18px;
    }

    #collections .pill {
        height: 36px;
        width: 120px;
        font-size: 13px;
    }
} 

@media (max-width:680px) {

    .display {
        display: none;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-visual {
        order: -1;
        height: auto;
        margin-bottom: 8px;
    }

    .hero-visual .hero-img {
        width: 200px;
    }

    .subtitle {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
        margin: 6px 0 0;
    }

    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #collections .card-row {
        padding: 14px;
        min-height: auto;
        text-align: center;
        gap: 10px;
    }

    #collections .card-media {
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 6px;
    }

    #collections .card-desc {
        align-items: center;
    }

    #collections .card-row .bottle-img {
        width: min(150px, 40vw);
        height: auto;
    }

    #collections .card-text {
        font-size: 13px;
    }

    #collections .card-comp {
        font-size: 12px;
        margin-bottom: 12px;
    }

    #collections .pill {
        height: 34px;
        width: 120px;
        font-size: 13px;
    }
}

@media (max-width:680px) {

    .display {
        display: none;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-visual {
        order: -1;
        height: auto;
        margin-bottom: 6px;
    }

    .hero-visual .hero-img {
        width: 200px;
    }

    .subtitle {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
        margin: 6px 0 0;
    }

    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #collections .card-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 12px;
        min-height: auto;
        text-align: center;
        gap: 10px;
    }

    #collections .card-row * {
        max-width: 100%;
    }

    #collections .card-desc {
        align-items: center;
        padding-inline: 4px;
        overflow-wrap: anywhere;
    }

    #collections .card-media {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 6px;
        width: 100%;
    }

    #collections .card-row .bottle-img {
        width: min(130px, 36vw);
        height: auto;
    }

    #collections .card-media .bottle-img_name {
        width: min(110px, 30vw);
        height: auto;
    }

    #collections .card-text {
        font-size: 12px;
        line-height: 1.5;
        margin: 0;
    }

    #collections .card-comp {
        font-size: 11px;
        line-height: 1.45;
        margin: 6px 0 10px;
    }

    #collections .pill {
        height: 32px;
        width: 110px;
        font-size: 12px;
        padding: 0 14px;
    }
}

@media (max-width:680px) {
    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #collections .card-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 12px;
        height: 100%;
        text-align: center;
        gap: 10px;
    }

    #collections .card-media {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 6px;
        width: 100%;
    }

    #collections .card-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 auto;
        width: 100%;
    }

    #collections .pill {
        margin-top: auto;
        height: 32px;
        width: 110px;
        font-size: 12px;
        padding: 0 14px;
    }

    #collections .card-text {
        font-size: 12px;
        line-height: 1.5;
        margin: 0;
    }

    #collections .card-comp {
        font-size: 11px;
        line-height: 1.45;
        margin: 6px 0 10px;
    }

    #collections .card-row .bottle-img {
        width: min(130px, 36vw);
        height: auto;
    }

    #collections .card-media .bottle-img_name {
        width: min(110px, 30vw);
        height: auto;
    }
}

@media (max-width:680px) {
    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #collections .card-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 12px;
        height: 100%;
        text-align: center;
        gap: 10px;
    }

    #collections .card-media {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 6px;
        width: 100%;
        min-height: 160px;
    }

    #collections .card-row .bottle-img {
        width: min(130px, 36vw);
        height: auto;
    }

    #collections .card-media .bottle-img_name {
        width: min(110px, 30vw);
        height: auto;
    }

    #collections .card-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 auto;
        width: 100%;
        padding-inline: 4px;
    }

    #collections .card-text {
        font-size: 12px;
        line-height: 1.5;
        margin: 0 0 6px 0;
        min-height: 4.5em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #collections .card-comp {
        font-size: 11px;
        line-height: 1.45;
        margin: 6px 0 10px;
        min-height: 2.9em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #collections .pill {
        margin-top: auto;
        height: 32px;
        width: 110px;
        font-size: 12px;
        padding: 0 14px;
    }
}

@media (max-width:680px) {
    #collections .cards-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #collections .card-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 12px;
        height: 100%;
        text-align: center;
        gap: 10px;
    }

    #collections .card-media {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 6px;
        width: 100%;
        min-height: 160px;
    }

    #collections .card-row .bottle-img {
        width: min(130px, 36vw);
        height: auto;
    }

    #collections .card-media .bottle-img_name {
        width: min(110px, 30vw);
        height: auto;
    }

    #collections .card-desc {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        row-gap: 8px;
        align-items: start;
        width: 100%;
        padding-inline: 4px;
    }

    #collections .card-text {
        font-size: 12px;
        line-height: 1.6;
        margin: 0;
        min-height: 9.6em;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }

    #collections .card-comp {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
        min-height: 7.2em;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }

    #collections .pill {
        grid-row: 4;
        justify-self: center;
        height: 32px;
        width: 110px;
        font-size: 12px;
        padding: 0 14px;
    }
}

@media (max-width:680px) {

    .section-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    #services .card-title {
        font-size: 22px;
        line-height: 1.4;
    }

    #services .card-text {
        font-size: 16px;
        line-height: 1.6;
    }

    #services .pill-service {
        font-size: 12px;
    }
}


/* ---------------------------- Ravo ---------------------------- */

.ravo-credit {
    --rc-fg: #b7bac7;
    --rc-accent: linear-gradient(135deg, #257a03, #d91b5c);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 12px auto 20px;
    color: var(--rc-fg);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
    font: 400 14px/1.55 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Arabic", "Noto Sans", "Helvetica Neue", Arial;
    isolation: isolate;
    transition: transform .35s cubic-bezier(.22, .61, .36, 1), box-shadow .35s;
}

.ravo-credit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .32);
}

.ravo-credit .rc-text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem .6rem;
}

.ravo-credit .rc-item {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.ravo-credit .rc-sep {
    opacity: .55;
}

.ravo-credit a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.ravo-credit .rc-ravo {
    position: relative;
    font-weight: 600;
    letter-spacing: .2px;
}

.ravo-credit .rc-ravo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1.5px;
    background: var(--rc-accent);
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.ravo-credit:hover .rc-ravo::after {
    transform: scaleX(1);
}

.ravo-credit[dir="rtl"] .rc-ravo::after {
    transform-origin: 100% 50%;
}

@media (max-width:520px) {
    .ravo-credit {
        padding: 8px 10px;
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ravo-credit,
    .ravo-credit * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (prefers-color-scheme: light) {
    .ravo-credit {
        background: rgba(255, 255, 255, .82);
        color: #2a2a2f;
        border-color: rgba(0, 0, 0, .06);
    }
}