:root {
    --wine: #4c0715;
    --wine-dark: #22040a;
    --gold: #d6b56d;
    --cream: #f7efe2;
    --paper: #fffaf1;
    --text: #201817;
    --muted: #6f6461;
    --border: rgba(76, 7, 21, 0.15);
    --shadow: 0 24px 60px rgba(35, 5, 11, 0.14);
    --radius: 26px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

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

.topbar {
    background: var(--wine-dark);
    color: rgba(255, 250, 241, 0.86);
    font-size: 13px;
    padding: 9px 0;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 239, 226, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--wine);
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--wine);
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    border: 1px solid rgba(214, 181, 109, 0.55);
    box-shadow: 0 14px 30px rgba(76, 7, 21, 0.22);
}

.brand-title {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.brand-subtitle {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 800;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #382827;
    font-weight: 700;
    font-size: 14px;
}

.nav-links a {
    position: relative;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: 0.25s ease;
    transform-origin: left;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 800;
    border-radius: 999px;
    padding: 13px 20px;
    transition: 0.25s ease;
    font-size: 14px;
}

.btn-primary {
    background: var(--wine);
    color: var(--paper);
    box-shadow: 0 16px 32px rgba(76, 7, 21, 0.24);
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: #650b1d;
}

.btn-outline {
    border: 1px solid rgba(76, 7, 21, 0.25);
    color: var(--wine);
    background: rgba(255, 250, 241, 0.76);
}

.btn-outline:hover {
    background: var(--paper);
    transform: translateY(-2px);
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--paper);
    color: var(--wine);
    font-size: 22px;
    cursor: pointer;
}

.hero {
    min-height: 720px;
    position: relative;
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(35, 5, 11, 0.88), rgba(76, 7, 21, 0.62), rgba(35, 5, 11, 0.20)),
        url("https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?auto=format&fit=crop&w=1800&q=85") center/cover;
    color: var(--paper);
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(transparent, var(--cream));
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 90px 0 130px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 22px;
}

.eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--gold);
}

h1, h2, h3 {
    font-family: "Cormorant Garamond", serif;
    line-height: 1.05;
}

h1 {
    font-size: clamp(54px, 7vw, 100px);
    letter-spacing: -0.04em;
    margin-bottom: 22px;
}

.hero p {
    font-size: 19px;
    max-width: 650px;
    color: rgba(255, 250, 241, 0.88);
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 14px;
    max-width: 680px;
}

.stat-card {
    padding: 18px;
    border: 1px solid rgba(255, 250, 241, 0.18);
    background: rgba(255, 250, 241, 0.09);
    backdrop-filter: blur(12px);
    border-radius: 18px;
}

.stat-card strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    color: var(--gold);
    line-height: 1;
}

.stat-card span {
    color: rgba(255, 250, 241, 0.84);
    font-size: 13px;
}

section {
    padding: 96px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 38px;
}

.section-head h2 {
    color: var(--wine);
    font-size: clamp(38px, 5vw, 64px);
    letter-spacing: -0.03em;
    max-width: 740px;
}

.section-head p {
    max-width: 430px;
    color: var(--muted);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.image-stack {
    position: relative;
    min-height: 560px;
}

.image-stack img {
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow);
}

.image-main {
    width: 78%;
    height: 500px;
}

.image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 310px;
    border: 10px solid var(--cream);
}

.content-card {
    background: var(--paper);
    padding: 38px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: 0 18px 45px rgba(76, 7, 21, 0.08);
}

.content-card h3 {
    color: var(--wine);
    font-size: 42px;
    margin-bottom: 16px;
}

.content-card p {
    color: var(--muted);
    margin-bottom: 18px;
}

.check-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
}

.check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #3b302e;
    font-weight: 700;
}

.check-list li::before {
    content: "✓";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(214, 181, 109, 0.23);
    color: var(--wine);
    flex: 0 0 24px;
    font-weight: 900;
}

.wine-section {
    background: var(--wine-dark);
    color: var(--paper);
    position: relative;
    overflow: hidden;
}

.wine-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(214, 181, 109, 0.09);
    top: -220px;
    right: -180px;
}

.wine-section .section-head h2 {
    color: var(--paper);
}

.wine-section .section-head p {
    color: rgba(255, 250, 241, 0.72);
}

.wine-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wine-card {
    background: rgba(255, 250, 241, 0.06);
    border: 1px solid rgba(255, 250, 241, 0.14);
    border-radius: var(--radius);
    padding: 24px;
    transition: 0.3s ease;
}

.wine-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 250, 241, 0.09);
}

.wine-image {
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.wine-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.28));
}

.wine-card h3 {
    font-size: 34px;
    color: var(--gold);
    margin-bottom: 8px;
}

.wine-type {
    color: rgba(255, 250, 241, 0.88);
    font-weight: 800;
    margin-bottom: 8px;
}

.wine-card p {
    color: rgba(255, 250, 241, 0.72);
    margin-bottom: 16px;
}

.wine-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wine-meta span {
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(214, 181, 109, 0.12);
    color: rgba(255, 250, 241, 0.88);
    font-size: 12px;
    font-weight: 800;
}

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

.service-card {
    padding: 30px;
    border-radius: var(--radius);
    background: var(--paper);
    border: 1px solid var(--border);
    box-shadow: 0 18px 45px rgba(76, 7, 21, 0.07);
    min-height: 250px;
}

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--wine);
    color: var(--gold);
    font-size: 25px;
    margin-bottom: 22px;
}

.service-card h3 {
    color: var(--wine);
    font-size: 32px;
    margin-bottom: 12px;
}

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

.forms-section {
    background:
        linear-gradient(rgba(247, 239, 226, 0.94), rgba(247, 239, 226, 0.94)),
        url("https://images.unsplash.com/photo-1516594915697-87eb3b1c14ea?auto=format&fit=crop&w=1700&q=80") center/cover fixed;
}

.alert {
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 24px;
    font-weight: 800;
    border: 1px solid transparent;
}

.alert-success {
    background: rgba(214, 181, 109, 0.22);
    color: var(--wine);
    border-color: rgba(214, 181, 109, 0.4);
}

.alert-error {
    background: rgba(76, 7, 21, 0.08);
    color: var(--wine);
    border-color: rgba(76, 7, 21, 0.16);
}

.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.tab-btn {
    border: 1px solid rgba(76, 7, 21, 0.2);
    background: rgba(255, 250, 241, 0.8);
    color: var(--wine);
    border-radius: 999px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 900;
    font-family: inherit;
}

.tab-btn.active {
    background: var(--wine);
    color: var(--paper);
}

.form-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 26px;
    align-items: stretch;
}

.form-info {
    border-radius: var(--radius);
    background: var(--wine);
    color: var(--paper);
    padding: 34px;
    box-shadow: var(--shadow);
    min-height: 100%;
}

.form-info h3 {
    color: var(--gold);
    font-size: 40px;
    margin-bottom: 16px;
}

.form-info p {
    color: rgba(255, 250, 241, 0.82);
    margin-bottom: 22px;
}

.contact-lines {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    font-size: 14px;
}

.form-card {
    background: var(--paper);
    border-radius: var(--radius);
    padding: 30px;
    border: 1px solid var(--border);
    box-shadow: 0 18px 45px rgba(76, 7, 21, 0.08);
}

.form-panel {
    display: none;
}

.form-panel.active {
    display: block;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.field {
    display: grid;
    gap: 7px;
}

.field.full {
    grid-column: 1 / -1;
}

label {
    font-weight: 900;
    color: #352625;
    font-size: 13px;
}

input, select, textarea {
    width: 100%;
    border: 1px solid rgba(76, 7, 21, 0.18);
    background: #fffdf8;
    border-radius: 16px;
    padding: 14px 15px;
    font-family: inherit;
    color: var(--text);
    outline: none;
    transition: 0.2s ease;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(214, 181, 109, 0.18);
}

.form-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 13px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-auto-rows: 250px;
    gap: 16px;
}

.gallery-item {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(76, 7, 21, 0.1);
    background-size: cover;
    background-position: center;
}

.gallery-item.large {
    grid-row: span 2;
}

.gallery-item:nth-child(1) { background-image: url("https://images.unsplash.com/photo-1569919659476-f0852f6834b7?auto=format&fit=crop&w=1000&q=80"); }
.gallery-item:nth-child(2) { background-image: url("https://images.unsplash.com/photo-1528823872057-9c018a7a7553?auto=format&fit=crop&w=900&q=80"); }
.gallery-item:nth-child(3) { background-image: url("https://images.unsplash.com/photo-1535869462434-f92cc30bf40c?auto=format&fit=crop&w=900&q=80"); }
.gallery-item:nth-child(4) { background-image: url("https://images.unsplash.com/photo-1504864321104-48f03b89b67b?auto=format&fit=crop&w=900&q=80"); }
.gallery-item:nth-child(5) { background-image: url("https://images.unsplash.com/photo-1524594152303-9fd13543fe6e?auto=format&fit=crop&w=900&q=80"); }

.contact-section {
    padding-top: 30px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 26px;
    align-items: stretch;
}

.map-card {
    min-height: 440px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background: var(--paper);
}

.map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 440px;
}

.footer {
    background: var(--wine-dark);
    color: rgba(255, 250, 241, 0.78);
    padding: 42px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer strong {
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: 0.75s ease;
}

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

@media (max-width: 980px) {
    .topbar-inner {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .mobile-toggle {
        display: grid;
        place-items: center;
    }

    .nav-links,
    .nav-actions {
        display: none;
    }

    .nav-links.open {
        display: grid;
        position: absolute;
        left: 18px;
        right: 18px;
        top: 88px;
        background: var(--paper);
        border: 1px solid var(--border);
        border-radius: 22px;
        padding: 22px;
        box-shadow: var(--shadow);
    }

    .hero {
        min-height: 660px;
    }

    .hero-stats,
    .intro-grid,
    .form-wrap,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        display: block;
    }

    .section-head p {
        margin-top: 12px;
    }

    .wine-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 620px) {
    .container {
        width: min(100% - 26px, 1180px);
    }

    section {
        padding: 70px 0;
    }

    .hero-content {
        padding: 70px 0 110px;
    }

    .hero-buttons {
        display: grid;
    }

    .btn {
        width: 100%;
    }

    .hero-stats,
    .form-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .image-stack {
        min-height: auto;
    }

    .image-main,
    .image-small {
        position: static;
        width: 100%;
        height: 330px;
        border: 0;
        margin-bottom: 14px;
    }

    .content-card,
    .form-card,
    .form-info,
    .service-card {
        padding: 24px;
    }
}


.lang-switch { display:inline-flex; align-items:center; gap:4px; padding:4px; border-radius:999px; border:1px solid rgba(76,7,21,.2); background:rgba(255,250,241,.78); }
.lang-switch a { min-width:34px; text-align:center; padding:7px 9px; border-radius:999px; font-size:12px; font-weight:900; color:var(--wine); }
.lang-switch a.active { background:var(--wine); color:var(--paper); }
.mobile-lang { display:none; gap:8px; padding-top:12px; border-top:1px solid var(--border); margin-top:6px; }
.mobile-lang a { font-weight:900; color:var(--wine); }
.footer-right { text-align:right; }
.footer-credit { margin-top:4px; font-size:13px; }
.footer-credit a { color:var(--gold); font-weight:900; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:980px) { .mobile-lang { display:flex; } }
@media (max-width:620px) { .footer-right { text-align:left; } }

.image-card{background-image:none!important;background:var(--paper)}
.image-card img{width:100%;height:100%;object-fit:cover}
.labels-section{background:var(--paper)}
.labels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.label-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 45px rgba(76,7,21,.08);transition:.25s ease}
.label-card:hover{transform:translateY(-5px)}
.label-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee}
.label-card h3{padding:18px 20px 20px;color:var(--wine);font-size:28px}
@media(max-width:980px){.labels-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.labels-grid{grid-template-columns:1fr}}

/* Wine pricing and video update */
.pricing-section{background:radial-gradient(circle at top left,rgba(214,181,109,.18),transparent 36%),var(--cream)}
.pricing-packages{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:34px}.pricing-column{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 18px 45px rgba(76,7,21,.08)}.pricing-column h3,.wine-list h3{color:var(--wine);font-size:38px;margin-bottom:20px}.package-list{display:grid;gap:14px}.package-card{display:grid;grid-template-columns:1fr auto;gap:10px 18px;align-items:center;padding:18px;border-radius:20px;background:#fffdf8;border:1px solid rgba(76,7,21,.12)}.package-card strong{display:block;color:var(--wine);font-size:17px}.package-card span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.package-price{text-align:right;color:var(--wine)}.package-price b{display:block;font-size:30px;line-height:1;font-family:"Cormorant Garamond",serif}.package-price small{color:var(--muted);font-weight:800}.package-duration{grid-column:1/-1;color:#3b302e;font-size:13px;font-weight:800;padding-top:10px;border-top:1px dashed rgba(76,7,21,.18)}.wine-list{background:var(--wine-dark);color:var(--paper);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.wine-list h3{color:var(--gold);margin-bottom:0}.wine-list-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:22px}.wine-list-legend{display:flex;gap:10px;flex-wrap:wrap}.wine-list-legend span{padding:8px 12px;border-radius:999px;background:rgba(214,181,109,.12);color:rgba(255,250,241,.9);font-weight:900;font-size:13px}.wine-table-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.wine-table-card{background:rgba(255,250,241,.06);border:1px solid rgba(255,250,241,.13);border-radius:20px;padding:20px}.wine-table-card h4{color:var(--gold);font-size:20px;margin-bottom:12px}.wine-table{display:grid;gap:8px}.wine-row{display:grid;grid-template-columns:1fr 70px 70px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,250,241,.1);color:rgba(255,250,241,.86);font-size:14px}.wine-row:last-child{border-bottom:0}.wine-name{font-weight:800;color:var(--paper)}.video-section{background:var(--wine-dark);color:var(--paper)}.video-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px;align-items:center}.video-section .content-card{background:rgba(255,250,241,.06);border-color:rgba(255,250,241,.14);color:var(--paper)}.video-section .content-card h3{color:var(--gold)}.video-section .content-card p{color:rgba(255,250,241,.78)}.video-card{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:#000;aspect-ratio:16/9;border:1px solid rgba(255,250,241,.14)}.video-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.image-card{background-image:none!important;background:var(--paper)}.image-card img{width:100%;height:100%;object-fit:cover}.labels-section{background:var(--paper)}.labels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.label-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 45px rgba(76,7,21,.08);transition:.25s ease}.label-card:hover{transform:translateY(-5px)}.label-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee}.label-card h3{padding:18px 20px 20px;color:var(--wine);font-size:28px}@media(max-width:980px){.pricing-packages,.video-grid,.wine-table-grid{grid-template-columns:1fr}.labels-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.package-card{grid-template-columns:1fr}.package-price{text-align:left}.wine-list-head{display:block}.wine-list-legend{margin-top:12px}.wine-row{grid-template-columns:1fr 58px 58px}.labels-grid{grid-template-columns:1fr}}

.phone-row {
    display: grid;
    grid-template-columns: 138px 1fr;
    gap: 10px;
}

.phone-row select,
.phone-row input {
    min-width: 0;
}

.mobile-lang-switch {
    display: none;
}

@media (max-width: 980px) {
    .nav-links.open {
        gap: 14px;
    }

    .mobile-lang-switch {
        display: flex;
        gap: 8px;
        padding-top: 14px;
        border-top: 1px solid var(--border);
    }

    .mobile-lang-switch a {
        flex: 1;
        text-align: center;
        border-radius: 999px;
        padding: 12px;
        font-weight: 900;
        background: rgba(76, 7, 21, 0.08);
        color: var(--wine);
    }

    .mobile-lang-switch a.active {
        background: var(--wine);
        color: var(--paper);
    }

    .nav-links.open::after {
        display: none;
        content: none;
    }
}

@media (max-width: 620px) {
    .phone-row {
        grid-template-columns: 1fr;
    }
}


.custom-country-code {
    display: none;
}

.custom-country-code.show {
    display: block;
}

.phone-row:has(.custom-country-code.show) {
    grid-template-columns: 138px 110px 1fr;
}

@media (max-width: 620px) {
    .phone-row:has(.custom-country-code.show) {
        grid-template-columns: 1fr;
    }
}


/* Visible phone country/custom code update */
.visible-custom-phone,
.phone-row.visible-custom-phone {
    display: grid;
    grid-template-columns: 138px 110px 1fr;
    gap: 10px;
}

.visible-custom-code,
.custom-country-code.visible-custom-code {
    display: block !important;
}

.field-hint {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
}

/* Strong mobile language switch */
.mobile-lang-switch {
    display: none;
}

@media (max-width: 980px) {
    .nav-links.open {
        gap: 14px;
    }

    .mobile-lang-switch {
        display: flex !important;
        gap: 8px;
        padding-top: 14px;
        margin-top: 4px;
        border-top: 1px solid var(--border);
    }

    .mobile-lang-switch a {
        flex: 1;
        text-align: center;
        border-radius: 999px;
        padding: 12px;
        font-weight: 900;
        background: rgba(76, 7, 21, 0.08);
        color: var(--wine);
    }

    .mobile-lang-switch a.active {
        background: var(--wine);
        color: var(--paper);
    }

    .nav-links.open::after {
        display: none !important;
        content: none !important;
    }
}

@media (max-width: 620px) {
    .visible-custom-phone,
    .phone-row.visible-custom-phone {
        grid-template-columns: 1fr;
    }
}


/* FINAL VISIBLE UPDATE - phone + language */
.mobile-header-lang {
    display: none;
}

.phone-field-final {
    grid-column: 1 / -1;
}

.phone-final-grid {
    display: grid;
    grid-template-columns: 150px 150px 1fr;
    gap: 12px;
    align-items: end;
    padding: 12px;
    border: 1px solid rgba(76, 7, 21, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 241, 0.72);
}

.phone-final-grid select,
.phone-final-grid input {
    width: 100%;
}

.mini-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: var(--wine);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.field-hint {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: var(--muted);
}

@media (max-width: 980px) {
    .header-lang-switch {
        display: none !important;
    }

    .mobile-header-lang {
        display: inline-flex !important;
        gap: 5px;
        padding: 4px;
        border-radius: 999px;
        border: 1px solid rgba(76, 7, 21, 0.2);
        background: rgba(255, 250, 241, 0.85);
        margin-left: auto;
    }

    .mobile-header-lang a {
        min-width: 38px;
        text-align: center;
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 900;
        color: var(--wine);
    }

    .mobile-header-lang a.active {
        background: var(--wine);
        color: var(--paper);
    }

    .nav-inner {
        gap: 10px;
    }
}

@media (max-width: 700px) {
    .phone-final-grid {
        grid-template-columns: 1fr;
    }
}


/* FINAL: custom code appears only after dropdown Ostalo / Custom */
.phone-main-grid {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 12px;
    align-items: end;
    padding: 12px;
    border: 1px solid rgba(76, 7, 21, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 241, 0.72);
}

.custom-code-row {
    display: none;
    margin-top: 10px;
    padding: 12px;
    border: 1px dashed rgba(76, 7, 21, 0.24);
    border-radius: 18px;
    background: rgba(255, 250, 241, 0.64);
}

.custom-code-row.show {
    display: block;
}

.custom-code-row input {
    max-width: 220px;
}

@media (max-width: 700px) {
    .phone-main-grid {
        grid-template-columns: 1fr;
    }

    .custom-code-row input {
        max-width: 100%;
    }
}


.wine-variety {
    color: rgba(255, 250, 241, 0.88);
    font-size: 14px;
    margin-bottom: 14px;
}
.wine-variety strong {
    color: var(--gold);
}


/* FINAL bottle visibility update */
.wine-image.bottle-frame {
    aspect-ratio: 2 / 3.4;
    height: auto;
    min-height: 420px;
    background: linear-gradient(180deg, rgba(255,250,241,0.10), rgba(255,250,241,0.04));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background-image: none !important;
}

.wine-image.bottle-frame::after {
    display: none !important;
}

.wine-image.bottle-frame img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: center;
}

/* Gallery bottle photos also show full bottles */
.gallery-item.image-card {
    aspect-ratio: 2 / 3.4;
    min-height: 420px;
    background: #fff;
}

.gallery-item.image-card img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
}

/* Date calendar field */
.date-picker {
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent, transparent);
}

.flatpickr-calendar {
    font-family: "Inter", sans-serif;
    border-radius: 18px;
    overflow: hidden;
}

@media (max-width: 980px) {
    .wine-image.bottle-frame,
    .gallery-item.image-card {
        min-height: 520px;
    }
}

@media (max-width: 620px) {
    .wine-image.bottle-frame,
    .gallery-item.image-card {
        min-height: 460px;
    }
}


/* EXTRA LARGE BOTTLE UPDATE */
.wine-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
}

.wine-card {
    padding: 28px !important;
}

.wine-image.bottle-frame {
    aspect-ratio: 2 / 4 !important;
    min-height: 620px !important;
    max-height: 760px !important;
    padding: 24px !important;
}

.wine-image.bottle-frame img {
    max-height: 700px !important;
    width: 100% !important;
    object-fit: contain !important;
}

.gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 20px !important;
}

.gallery-item.image-card,
.gallery-item.large.image-card {
    aspect-ratio: 2 / 4 !important;
    min-height: 560px !important;
    grid-row: span 1 !important;
}

.gallery-item.image-card img {
    max-height: 640px !important;
    object-fit: contain !important;
}

@media (max-width: 1200px) {
    .wine-image.bottle-frame {
        min-height: 560px !important;
    }

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        min-height: 500px !important;
    }
}

@media (max-width: 980px) {
    .wine-grid {
        grid-template-columns: 1fr !important;
    }

    .wine-image.bottle-frame {
        min-height: 700px !important;
        max-height: none !important;
    }

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

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        min-height: 700px !important;
    }
}

@media (max-width: 620px) {
    .wine-card {
        padding: 22px !important;
    }

    .wine-image.bottle-frame {
        min-height: 520px !important;
        padding: 16px !important;
    }

    .wine-image.bottle-frame img {
        max-height: 520px !important;
    }

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        min-height: 460px !important;
    }

    .gallery-item.image-card img {
        max-height: 460px !important;
    }
}


/* BALANCED DESKTOP BOTTLE CARDS - final correction */
@media (min-width: 981px) {
    .wine-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }

    .wine-card {
        padding: 20px !important;
        display: flex;
        flex-direction: column;
    }

    .wine-image.bottle-frame {
        aspect-ratio: 3 / 4 !important;
        min-height: 0 !important;
        max-height: none !important;
        height: 360px !important;
        padding: 12px !important;
        margin-bottom: 18px !important;
    }

    .wine-image.bottle-frame img {
        width: 100% !important;
        height: 100% !important;
        max-height: 340px !important;
        object-fit: contain !important;
    }

    .wine-card h3 {
        font-size: 30px !important;
    }

    .wine-card p {
        font-size: 14px !important;
    }

    .wine-type {
        font-size: 13px !important;
    }

    .wine-meta span {
        font-size: 11px !important;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .wine-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .wine-image.bottle-frame {
        height: 430px !important;
    }

    .wine-image.bottle-frame img {
        max-height: 410px !important;
    }
}

/* Gallery balanced view */
@media (min-width: 981px) {
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr) !important;
        grid-auto-rows: auto !important;
        gap: 16px !important;
    }

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        aspect-ratio: 3 / 4 !important;
        min-height: 0 !important;
        height: 330px !important;
        grid-row: span 1 !important;
    }

    .gallery-item.image-card img {
        max-height: 310px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 980px) {
    .wine-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }

    .wine-image.bottle-frame {
        aspect-ratio: 3 / 4 !important;
        min-height: 0 !important;
        height: 430px !important;
        padding: 14px !important;
    }

    .wine-image.bottle-frame img {
        max-height: 400px !important;
        object-fit: contain !important;
    }

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

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        aspect-ratio: 3 / 4 !important;
        min-height: 0 !important;
        height: 420px !important;
    }
}

@media (max-width: 620px) {
    .wine-grid {
        grid-template-columns: 1fr !important;
    }

    .wine-image.bottle-frame {
        height: 440px !important;
    }

    .wine-image.bottle-frame img {
        max-height: 415px !important;
    }

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

    .gallery-item.image-card,
    .gallery-item.large.image-card {
        height: 420px !important;
    }
}

/* All countries dropdown + reservation time + mobile date fix */
.country-code-select { max-width: 100%; }
.date-field-fixed, .time-field-fixed { min-width: 0; }
.date-field-fixed .flatpickr-wrapper,
.date-field-fixed input,
.time-field-fixed input,
.flatpickr-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: block;
}
@media (max-width: 620px) {
    .form-grid { grid-template-columns: 1fr !important; }
    .date-field-fixed,
    .time-field-fixed,
    .date-field-fixed .flatpickr-wrapper,
    .date-field-fixed input,
    .time-field-fixed input {
        width: 100% !important;
        max-width: 100% !important;
    }
    .phone-main-grid { grid-template-columns: 1fr !important; }
}


/* 24h reservation time */
.time-24h {
    font-variant-numeric: tabular-nums;
}


/* Real calendar and 24-hour time pickers */
.date-picker,
.time-picker-24h {
    width: 100% !important;
    max-width: 100% !important;
    cursor: pointer !important;
    box-sizing: border-box;
}

.date-field-fixed .flatpickr-wrapper,
.time-field-fixed .flatpickr-wrapper {
    width: 100% !important;
    display: block !important;
}

.flatpickr-calendar {
    z-index: 99999 !important;
}

.flatpickr-time input {
    font-size: 18px !important;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 620px) {
    .date-picker,
    .time-picker-24h,
    .date-field-fixed,
    .time-field-fixed,
    .date-field-fixed .flatpickr-wrapper,
    .time-field-fixed .flatpickr-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
