@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
    --green: #172d20;
    --green-deep: #0d1d14;
    --green-soft: #294a34;
    --purple: #b218b3;
    --purple-dark: #6f176e;
    --cream: #f4efe5;
    --paper: #ebe4d7;
    --white: #fffdf8;
    --ink: #182019;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.hero {
    min-height: 100svh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    overflow: hidden;
    text-align: center;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%, rgba(178,24,179,.38), transparent 28%),
        radial-gradient(circle at 12% 75%, rgba(96,31,97,.42), transparent 32%),
        linear-gradient(145deg, #0b1c12 0%, #1c3b28 45%, #102317 100%);
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        repeating-linear-gradient(
            125deg,
            transparent 0 90px,
            rgba(255,255,255,.04) 90px 91px
        );
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
}

.brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    letter-spacing: .08em;
}

.gorilla {
    font-size: 34px;
}

.date {
    margin: 42px 0 10px;
    letter-spacing: .2em;
    font-size: 13px;
}

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

h1 {
    margin: 12px 0 14px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: .88;
}

.naginy {
    font-size: clamp(75px, 13vw, 180px);
    letter-spacing: -.065em;
}

.gin {
    margin-left: 12px;
    font-size: clamp(34px, 6vw, 82px);
    letter-spacing: -.04em;
}

.lead {
    margin: 28px 0 15px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 18px;
}

.hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: "Playfair Display", serif;
    font-size: clamp(18px, 2.4vw, 27px);
}

.hero-meta i {
    width: 5px;
    height: 5px;
    background: var(--purple);
    border-radius: 50%;
}

.actions {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 600;
    transition: transform .2s ease, opacity .2s ease;
}

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

.btn-primary {
    background: var(--purple);
    color: white;
}

.btn-secondary {
    border: 1px solid rgba(255,255,255,.5);
    color: white;
}

.scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: .2em;
    opacity: .65;
}

.section {
    padding: 110px max(24px, calc((100vw - 1180px) / 2));
}

.eyebrow {
    margin-bottom: 24px;
    color: var(--purple-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
}

.eyebrow.light {
    color: #e084df;
}

.section h2,
.location h2,
.vibes h2,
.contact h2,
.event-info h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(50px, 7vw, 94px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.035em;
}

.section-copy {
    max-width: 720px;
    font-family: "Playfair Display", serif;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.45;
}

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

.features article {
    border-top: 1px solid rgba(24,32,25,.25);
    padding-top: 18px;
}

.features article > span {
    color: var(--purple);
    font-size: 11px;
}

.features h3 {
    margin: 38px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: 500;
}

.features p {
    opacity: .7;
    font-size: 14px;
}

.experience {
    min-height: 800px;
    background:
        radial-gradient(circle at 78% 50%, rgba(178,24,179,.45), transparent 25%),
        linear-gradient(120deg, var(--green-deep), var(--green));
    color: white;
    position: relative;
    overflow: hidden;
}

.experience-inner {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    padding: 120px 0;
    position: relative;
}

.experience h2 {
    position: relative;
    z-index: 2;
    font-family: "Playfair Display", serif;
    font-size: clamp(64px, 9vw, 125px);
    font-weight: 500;
    line-height: .87;
    letter-spacing: -.05em;
}

.experience h2 em {
    color: #cf70ce;
    font-weight: 500;
}

.experience p {
    position: relative;
    z-index: 2;
    max-width: 470px;
    line-height: 1.7;
    opacity: .8;
}

.product-placeholder {
    position: absolute;
    right: 6%;
    top: 15%;
    width: 310px;
    height: 570px;
    border-radius: 140px 140px 35px 35px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .2em;
    font-size: 11px;
    color: rgba(255,255,255,.42);
}

.location {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center;
}

.location-copy p {
    max-width: 480px;
    line-height: 1.75;
    opacity: .75;
}

.gallery-placeholder {
    display: grid;
    gap: 14px;
}

.photo {
    min-height: 260px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 30% 30%, rgba(178,24,179,.28), transparent 30%),
        var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,.4);
    letter-spacing: .18em;
    font-size: 10px;
}

.photo-main {
    min-height: 520px;
}

.photo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.vibes {
    background: var(--paper);
    text-align: center;
}

.vibes p {
    max-width: 570px;
    margin: auto;
    line-height: 1.7;
}

.event-info {
    background: var(--green);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.info-grid > div {
    padding: 30px 15px 30px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.info-grid small {
    display: block;
    margin-bottom: 30px;
    color: #cf70ce;
    letter-spacing: .16em;
}

.info-grid strong {
    font-family: "Playfair Display", serif;
    font-size: 27px;
    font-weight: 500;
}

.contact {
    text-align: center;
}

.contact p {
    opacity: .7;
}

.phone {
    display: block;
    margin: 34px 0 28px;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 6vw, 62px);
    text-decoration: none;
}

.big {
    min-height: 62px;
    padding-inline: 34px;
}

.address {
    margin: 60px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.address span {
    opacity: .65;
}

.directions {
    display: inline-block;
    margin-top: 14px;
    color: var(--purple-dark);
    text-decoration: none;
    font-weight: 600;
}

footer {
    padding: 30px max(24px, calc((100vw - 1180px) / 2));
    background: var(--green-deep);
    color: rgba(255,255,255,.65);
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: .15em;
}

.whatsapp-floating {
    position: fixed;
    z-index: 30;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--purple);
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

@media (max-width: 820px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

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

    .location,
    .event-info {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .experience {
        min-height: auto;
    }

    .product-placeholder {
        position: relative;
        width: min(280px, 80vw);
        height: 430px;
        right: auto;
        top: auto;
        margin: 55px auto 0;
    }
}

@media (max-width: 540px) {
    .hero {
        padding-inline: 18px;
    }

    .date {
        font-size: 10px;
    }

    .hero-meta {
        flex-direction: column;
        gap: 7px;
    }

    .hero-meta i {
        display: none;
    }

    .actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

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

    .features h3 {
        margin-top: 20px;
    }

    .photo-main {
        min-height: 390px;
    }

    .photo-row {
        grid-template-columns: 1fr;
    }

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

    footer {
        flex-direction: column;
        gap: 8px;
    }

    .whatsapp-floating {
        width: 54px;
        height: 54px;
        right: 14px;
        bottom: 14px;
    }
}


/* === NAGINY A4 REAL LOCATION PHOTOS START === */

.location-visuals,
.location-visuals figure,
.real-gallery figure {
    margin: 0;
}

.location-visuals {
    display: grid;
    gap: 14px;
}

.location-main {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--green);
}

.location-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.location-pair figure {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--green);
}

.location-pair img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-gallery {
    background: #102318;
    color: var(--white);
}

.gallery-head {
    display: grid;
    grid-template-columns: 1fr .7fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 60px;
}

.gallery-head h2 {
    margin-bottom: 0;
}

.gallery-head p {
    max-width: 440px;
    margin: 0 0 8px auto;
    line-height: 1.7;
    color: rgba(255,255,255,.68);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 12px;
}

.gallery-grid figure {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8px;
    background: #1a3425;
}

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

.gallery-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

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

@media (max-width: 820px) {

    .location-main {
        min-height: 560px;
    }

    .gallery-head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 36px;
    }

    .gallery-head p {
        margin-left: 0;
    }

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

}

@media (max-width: 540px) {

    .location-main {
        min-height: 470px;
    }

    .location-pair {
        gap: 8px;
    }

    .location-pair figure {
        min-height: 230px;
    }

    .gallery-grid {
        gap: 7px;
    }

    .gallery-grid figure:nth-child(1),
    .gallery-grid figure:nth-child(6) {
        grid-column: span 2;
        grid-row: span 1;
        aspect-ratio: 16 / 11;
    }

}

/* === NAGINY A4 REAL LOCATION PHOTOS END === */


/* === NAGINY A5 HERO / LOGO / PRODUCT START === */

.hero {
    background:
        linear-gradient(180deg, rgba(7,18,12,.52), rgba(7,18,12,.70)),
        radial-gradient(circle at 18% 20%, rgba(108,194,57,.20), transparent 24%),
        radial-gradient(circle at 78% 16%, rgba(180,36,174,.16), transparent 24%),
        radial-gradient(circle at 33% 72%, rgba(122,201,76,.12), transparent 28%),
        radial-gradient(circle at 84% 78%, rgba(173,58,167,.10), transparent 25%),
        linear-gradient(135deg, #08140d 0%, #11251a 45%, #0a1710 100%) !important;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .38 !important;
    background:
        radial-gradient(circle at 20% 25%, rgba(96,190,55,.20), transparent 16%),
        radial-gradient(circle at 72% 18%, rgba(196,53,187,.16), transparent 18%),
        radial-gradient(circle at 40% 70%, rgba(111,194,68,.14), transparent 20%),
        radial-gradient(circle at 80% 82%, rgba(176,44,168,.12), transparent 18%);
    filter: blur(42px);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.brand {
    gap: 12px;
}

.gorilla {
    display: none;
}

.brand-logo-wrap {
    width: min(180px, 44vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

h1,
.lead,
.hero-meta,
.date,
.brand span {
    text-shadow: 0 4px 22px rgba(0,0,0,.22);
}

.experience {
    background:
        linear-gradient(180deg, rgba(8,18,12,.18), rgba(8,18,12,.18)),
        linear-gradient(120deg, var(--green-deep), var(--green)) !important;
}

.product-bottle {
    position: absolute;
    right: 6%;
    top: 14%;
    width: min(300px, 28vw);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-bottle img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 26px 40px rgba(0,0,0,.30));
}

.product-story {
    background: var(--paper);
}

.product-story-grid {
    display: grid;
    grid-template-columns: .95fr .85fr;
    gap: 70px;
    align-items: center;
}

.product-story-copy h2 {
    margin-bottom: 20px;
}

.product-lead {
    margin: 0 0 24px;
    font-family: "Playfair Display", serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.35;
}

.product-story-copy p:not(.product-lead) {
    max-width: 620px;
    line-height: 1.8;
    opacity: .82;
}

.product-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.product-points > div {
    border-top: 1px solid rgba(24,32,25,.16);
    padding-top: 16px;
}

.product-points small {
    display: block;
    margin-bottom: 14px;
    color: var(--purple-dark);
    letter-spacing: .14em;
    font-size: 10px;
    font-weight: 600;
}

.product-points strong {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.product-story-image {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-story-image img {
    width: min(360px, 100%);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 30px 48px rgba(0,0,0,.18));
}

@media (max-width: 980px) {
    .product-story-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-story-image {
        order: -1;
    }

    .product-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .product-bottle {
        position: relative;
        right: auto;
        top: auto;
        width: min(280px, 72vw);
        margin: 42px auto 0;
    }
}

@media (max-width: 540px) {
    .brand-logo-wrap {
        width: min(150px, 48vw);
    }
}

/* === NAGINY A5 HERO / LOGO / PRODUCT END === */


/* === NAGINY A5.2 CLEAN LAYOUT START === */

/* ------------------------------------------------
   HERO / LOGO
------------------------------------------------ */

.brand-logo-wrap {
    width: 118px !important;
    max-width: 118px !important;
}

.brand > span {
    display: none !important;
}

.brand {
    gap: 0 !important;
}

.date {
    margin-top: 28px !important;
}


/* ------------------------------------------------
   EXPERIENCE
   Ora resta volutamente solo testuale
------------------------------------------------ */

.experience {
    min-height: 570px !important;
}

.experience-inner {
    min-height: 570px !important;
    padding-top: 85px !important;
    padding-bottom: 85px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience h2 {
    max-width: 790px;
    font-size: clamp(58px, 7.3vw, 102px) !important;
}

.experience p {
    max-width: 510px;
}


/* ------------------------------------------------
   PRODUCT STORY
   Unica bottiglia della pagina
------------------------------------------------ */

.product-story {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.product-story-grid {
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(180px, 300px) !important;

    gap: 52px !important;
    align-items: center !important;
}

.product-story-copy {
    max-width: 760px;
}

.product-story-image {
    width: 100%;
    height: 410px !important;
    margin: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    overflow: visible;
}

.product-story-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 250px !important;
    max-height: 410px !important;

    object-fit: contain !important;

    filter:
        drop-shadow(0 22px 28px rgba(0,0,0,.14))
        !important;
}

.product-points {
    margin-top: 30px !important;
}

.product-points strong {
    font-size: 19px !important;
}


/* ------------------------------------------------
   LOCATION
------------------------------------------------ */

.location {
    grid-template-columns:
        minmax(280px, .9fr)
        minmax(400px, 560px) !important;

    gap: 46px !important;
}

.location-visuals {
    width: 100%;
    max-width: 560px !important;
    margin-left: auto !important;
}

.location-main {
    min-height: 0 !important;
    height: 350px !important;
}

.location-pair {
    gap: 10px !important;
}

.location-pair figure {
    min-height: 0 !important;
    height: 165px !important;
}


/* ------------------------------------------------
   GALLERY
------------------------------------------------ */

.real-gallery {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.gallery-head {
    margin-bottom: 38px !important;
}

.gallery-grid {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px !important;
}


/* ------------------------------------------------
   TABLET
------------------------------------------------ */

@media (max-width: 900px) {

    .brand-logo-wrap {
        width: 105px !important;
        max-width: 105px !important;
    }

    .experience,
    .experience-inner {
        min-height: auto !important;
    }

    .experience-inner {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .product-story-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .product-story-image {
        height: 330px !important;
        order: 0 !important;
    }

    .product-story-image img {
        max-width: 205px !important;
        max-height: 330px !important;
    }

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

    .location-visuals {
        max-width: 620px !important;
        margin-left: 0 !important;
    }

}


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

@media (max-width: 540px) {

    .brand-logo-wrap {
        width: 88px !important;
        max-width: 88px !important;
    }

    .date {
        margin-top: 22px !important;
    }

    .experience h2 {
        font-size: clamp(48px, 16vw, 70px) !important;
    }

    .product-story {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .product-story-image {
        height: 280px !important;
    }

    .product-story-image img {
        max-width: 175px !important;
        max-height: 280px !important;
    }

    .location-main {
        height: 300px !important;
    }

    .location-pair figure {
        height: 145px !important;
    }

    .real-gallery {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

}

/* === NAGINY A5.2 CLEAN LAYOUT END === */


/* === NAGINY A5.4 TRUE COMPACT IMAGES START === */


/* ---------------------------------------------
   INTRO / TK8
--------------------------------------------- */

.intro {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.intro-top {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        240px !important;

    gap: 48px !important;
    align-items: center !important;
}

.intro-copy {
    min-width: 0;
}

.intro-visual {
    width: 240px !important;
    max-width: 240px !important;

    margin: 0 0 0 auto !important;

    aspect-ratio: 4 / 5 !important;

    overflow: hidden;
    border-radius: 8px;
}

.intro-visual img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;
}

.intro .features {
    margin-top: 48px !important;
}


/* ---------------------------------------------
   PRODUCT / BOTTIGLIA
--------------------------------------------- */

.product-story {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.product-story-grid {
    grid-template-columns:
        minmax(0, 1fr)
        150px !important;

    gap: 42px !important;
    align-items: center !important;
}

.product-story-image {
    width: 150px !important;
    height: 265px !important;

    margin: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    overflow: hidden !important;
}

.product-story-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 125px !important;
    max-height: 255px !important;

    object-fit: contain !important;
}


/* ---------------------------------------------
   LOCATION
--------------------------------------------- */

.location {
    padding-top: 78px !important;
    padding-bottom: 78px !important;

    grid-template-columns:
        minmax(280px, 1fr)
        380px !important;

    gap: 46px !important;
}

.location-visuals {
    width: 380px !important;
    max-width: 380px !important;

    margin-left: auto !important;
}

.location-main {
    width: 380px !important;

    height: 235px !important;
    min-height: 0 !important;

    overflow: hidden !important;
}

.location-main img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
}

.location-pair {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}

.location-pair figure {
    width: 100% !important;

    height: 110px !important;
    min-height: 0 !important;

    overflow: hidden !important;
}

.location-pair img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
}


/* ---------------------------------------------
   GALLERY
--------------------------------------------- */

.real-gallery {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.gallery-head {
    margin-bottom: 30px !important;
}

.gallery-grid {
    display: grid !important;

    width: 100% !important;
    max-width: 900px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    grid-template-columns:
        repeat(6, minmax(0, 1fr)) !important;

    grid-auto-flow: row !important;

    gap: 8px !important;
}

.gallery-grid figure,
.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(6) {
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
    height: auto !important;

    min-width: 0 !important;
    min-height: 0 !important;

    aspect-ratio: 4 / 5 !important;

    overflow: hidden !important;
}

.gallery-grid img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;
}


/* ---------------------------------------------
   TABLET
--------------------------------------------- */

@media (max-width: 900px) {

    .intro-top {
        grid-template-columns:
            minmax(0, 1fr)
            210px !important;

        gap: 34px !important;
    }

    .intro-visual {
        width: 210px !important;
        max-width: 210px !important;
    }

    .product-story-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .product-story-image {
        width: 100% !important;
        height: 235px !important;
    }

    .product-story-image img {
        max-width: 110px !important;
        max-height: 225px !important;
    }

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

    .location-visuals {
        width: 360px !important;
        max-width: 360px !important;

        margin-left: 0 !important;
    }

    .location-main {
        width: 360px !important;
        height: 220px !important;
    }

    .gallery-grid {
        max-width: 620px !important;

        grid-template-columns:
            repeat(4, minmax(0, 1fr)) !important;
    }

}


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

@media (max-width: 620px) {

    .intro {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .intro-top {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .intro-visual {
        width: 215px !important;
        max-width: 215px !important;

        margin: 0 auto !important;
    }

    .intro .features {
        margin-top: 42px !important;
    }

    .product-story {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .product-story-image {
        height: 220px !important;
    }

    .product-story-image img {
        max-width: 105px !important;
        max-height: 210px !important;
    }

    .location {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .location-visuals {
        width: 100% !important;
        max-width: 320px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

    .location-main {
        width: 100% !important;
        height: 195px !important;
    }

    .location-pair figure {
        height: 94px !important;
    }

    .real-gallery {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .gallery-grid {
        max-width: 100% !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 7px !important;
    }

    .gallery-grid figure,
    .gallery-grid figure:nth-child(1),
    .gallery-grid figure:nth-child(6) {
        grid-column: auto !important;
        grid-row: auto !important;

        aspect-ratio: 4 / 5 !important;
    }

}


/* === NAGINY A5.4 TRUE COMPACT IMAGES END === */
