:root {
    --paper: #ead4a9;
    --paper-light: #f4e2bb;
    --ink: #2d2218;
    --red: #a33227;
    --red-dark: #7f241d;
    --blue: #184d74;
    --gold: #c88d28;
    --border: #8e6f45;
    --dark: #2b1f16;
    --site-header-height: 108px;
}

* {
    letter-spacing: 0;
}

body {
    min-width: 320px;
    padding-top: var(--site-header-height);
    color: var(--ink);
    background: var(--paper) url("../img/bg_light.webp") repeat;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

.container-fluid {
    max-width: 1320px;
}

.site-main {
    min-height: calc(100vh - var(--site-header-height));
}

.page-shell {
    min-height: 50vh;
    padding: 3rem 0;
}

.site-nav {
    min-height: var(--site-header-height);
    border-bottom: 5px solid var(--red);
    background: rgba(240, 220, 181, 0.96) url("../img/bg_light.webp") repeat;
    box-shadow: 0 2px 0 rgba(24, 77, 116, 0.35);
}

.site-nav__inner {
    gap: 1.25rem;
}

.site-logo {
    display: grid;
    grid-template-columns: 86px auto;
    gap: 0.75rem;
    align-items: center;
    min-width: 280px;
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
}

.site-logo__mark {
    display: grid;
    width: 80px;
    height: 80px;
    place-items: center;
    border: 4px solid var(--red);
    border-radius: 8px;
    color: var(--red);
    font-size: 4.3rem;
    line-height: 1;
}

.site-logo__text {
    display: grid;
    line-height: 0.9;
}

.site-logo__eyebrow,
.site-logo__tagline,
.nav-link,
.btn,
.section-title,
.price-card h3,
.footer-brand h2,
.footer-contact h2,
.footer-booking h2 {
    font-family: Impact, "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

.site-logo__eyebrow {
    font-size: 1.45rem;
}

.site-logo__name {
    color: var(--red);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 4.4rem;
    text-transform: uppercase;
}

.site-logo__tagline {
    color: var(--blue);
    font-size: 1.08rem;
    letter-spacing: 1px;
}

.navbar-collapse {
    /* border-top: 1px solid rgba(45, 34, 24, 0.35); */
}

.navbar-nav {
    gap: 0.55rem;
    align-items: center;
}

.nav-link {
    position: relative;
    padding: 1rem 0.7rem !important;
    color: var(--ink);
    font-size: 1.25rem;
}

.nav-link.active,
.nav-link:hover {
    color: var(--red);
}

.nav-link.active::after {
    position: absolute;
    right: 0.55rem;
    bottom: 0.3rem;
    left: 0.55rem;
    height: 5px;
    background: var(--red);
    content: "";
}

.nav-link--language {
    border: 2px solid var(--red);
    padding: 0.45rem 0.6rem !important;
}

.navbar-toggler {
    border-color: var(--red);
    border-width: 2px;
}

.hero-poster {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 6px solid var(--blue);
    background: var(--dark) url("../img/bg_dark.webp") repeat;
    margin-bottom: 4px;
}

.hero-poster__inner {
    position: relative;
    overflow: hidden;
    width: min(100%, 1320px);
    min-height: 590px;
    margin: 0 auto;
}

.hero-poster__photo {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(239, 218, 179, 0.98) 0%, rgba(239, 218, 179, 0.92) 28%, rgba(239, 218, 179, 0.24) 54%, rgba(239, 218, 179, 0.02) 100%),
        url("../img/hero2.png") center right / cover no-repeat;
}

.hero-poster__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 590px;
    padding: 3rem 2rem;
}

.hero-copy {
    max-width: 530px;
}

.hero-copy h1 {
    margin: 0;
    font-family: Impact, "Arial Black", sans-serif;
    line-height: 0.98;
    text-transform: uppercase;
}

.hero-copy h1 span,
.hero-copy h1 strong {
    display: block;
}

.hero-copy h1 span {
    color: var(--red);
    font-size: clamp(4rem, 8vw, 7.2rem);
}

.hero-copy h1 strong {
    color: var(--blue);
    font-size: clamp(3.2rem, 6.5vw, 5.5rem);
    font-weight: 900;
}

.hero-copy p {
    max-width: 390px;
    margin: 1.1rem 0 1.45rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
}

.hero-divider,
.ornament {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 340px;
    margin: 1.1rem 0;
    color: var(--red);
    font-size: 1.45rem;
}

.ornament {
    max-width: 100%;
}

.hero-divider span,
.ornament span {
    height: 3px;
    flex: 1;
    background: var(--red);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.btn-vintage,
.btn-outline-vintage {
    border-radius: 5px;
    padding: 0.85rem 1.45rem;
    font-size: 1.15rem;
}

.btn-vintage {
    border: 2px solid var(--red-dark);
    background: var(--red);
    color: #fff4d0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-vintage:hover {
    background: var(--red-dark);
    color: #fff4d0;
}

.btn-outline-vintage {
    border: 2px solid var(--blue);
    color: var(--blue);
    background: rgba(244, 226, 187, 0.64);
}

.btn-outline-vintage:hover {
    background: var(--blue);
    color: #fff4d0;
}

.hero-stamp {
    width: 185px;
    height: auto;
    align-self: flex-start;
    margin-top: 0.8rem;
    transform: rotate(4deg);
    /* filter: drop-shadow(0 4px 1px rgba(45, 34, 24, 0.24)); */
}

.feature-strip {
    border-top: 4px solid var(--red);
    border-bottom: 2px solid rgba(45, 34, 24, 0.35);
}

.feature-item {
    display: grid;
    grid-template-columns: 126px 1fr;
    gap: 1.4rem;
    min-height: 160px;
    padding: 1.6rem 2rem;
    border-right: 2px dashed rgba(45, 34, 24, 0.35);
    align-items: center;
}

.feature-item h2 {
    margin: 0 0 0.4rem;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 1.8rem;
    line-height: 1.02;
    text-transform: uppercase;
}

.feature-item p {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
}

.feature-icon {
    display: grid;
    width: 112px;
    height: 112px;
    place-items: center;
    border: 4px solid currentColor;
    border-radius: 50%;
    background: rgba(255, 238, 195, 0.35);
    color: var(--red);
}

.feature-icon::before {
    font-size: 3.2rem;
    line-height: 1;
}

.feature-item--auto .feature-icon::before {
    content: "▰";
}

.feature-item--radio .feature-icon {
    color: var(--blue);
}

.feature-item--radio .feature-icon::before {
    content: "▣";
}

.feature-item--foto .feature-icon {
    color: var(--gold);
}

.feature-item--foto .feature-icon::before {
    content: "◉";
}

.pricing-band,
.why-lada,
.home-gallery {
    padding: 1.1rem max(1rem, calc((100vw - 1320px) / 2 + 1.5rem));
}

.pricing-band,
.why-lada,
.home-gallery {
    background: var(--dark) url("../img/bg_dark.webp") repeat;
}

.section-title {
    margin: 0.2rem 0 0.65rem;
    color: var(--blue);
    text-align: center;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.pricing-band .section-title span {
    color: var(--red);
}

.pricing-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 145px;
    gap: 1rem;
    align-items: stretch;
}

.price-card {
    border: 3px solid var(--border);
    border-radius: 6px;
    padding: 0.75rem;
    background: rgba(245, 225, 186, 0.6);
    box-shadow: inset 0 0 0 1px rgba(45, 34, 24, 0.25);
}

.price-card h3 {
    margin: 0;
    border-radius: 3px 3px 0 0;
    background: var(--red);
    color: #ffe8b8;
    text-align: center;
    font-size: 1.75rem;
}

.price-card__body {
    display: grid;
    min-height: 180px;
    padding: 1.1rem 1rem 0.4rem;
    grid-template-columns: 78px 1fr;
    align-items: center;
    border: 1px solid rgba(45, 34, 24, 0.35);
    border-top: 0;
}

.price-card__icon {
    color: var(--blue);
    font-size: 3.2rem;
}

.price-card p {
    margin: 0;
    font-weight: 700;
}

.price-card strong {
    grid-column: 2;
    color: var(--red);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 2.7rem;
}

.price-card a {
    grid-column: 2;
    width: 100%;
    max-width: 190px;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    background: var(--blue);
    color: #ffe8b8;
    font-family: Impact, "Arial Narrow", sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fuel-stamp {
    display: grid;
    place-content: center;
    min-height: 170px;
    border: 3px dashed var(--blue);
    color: var(--blue);
    text-align: center;
    text-transform: uppercase;
    transform: rotate(9deg);
}

.fuel-stamp strong {
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 1.65rem;
    line-height: 1.05;
}

.fuel-stamp span {
    margin-top: 0.65rem;
    font-size: 0.8rem;
    font-weight: 900;
}

.why-lada__panel {
    display: grid;
    grid-template-columns: 430px 1fr;
    border: 2px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    background: rgba(244, 226, 187, 0.7);
}

.why-lada__image {
    position: relative;
    min-height: 210px;
    background:
        linear-gradient(rgba(70, 43, 20, 0.38), rgba(70, 43, 20, 0.38)),
        url("../img/hero2.png") left center / cover no-repeat;
    filter: sepia(0.75) contrast(0.95);
}

.why-lada__image span {
    position: absolute;
    top: 1.1rem;
    left: 1.5rem;
    padding: 0.3rem 0.6rem;
    background: rgba(45, 34, 24, 0.7);
    color: #f2ddb4;
    font-family: Impact, "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

.why-lada__copy {
    padding: 1.2rem 1.7rem;
}

.why-lada__copy h2,
.home-gallery__intro h2 {
    margin: 0 0 0.35rem;
    color: var(--red);
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.home-gallery__intro h2 {
    color: var(--blue);
}

.home-gallery__intro h2 span {
    color: var(--red);
}

.why-lada__copy p {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.28;
}

.why-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.why-points span {
    position: relative;
    padding-left: 2rem;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.15;
}

.why-points span::before {
    position: absolute;
    left: 0;
    top: -0.2rem;
    color: var(--red);
    content: "●";
    font-size: 1.4rem;
}

.home-gallery .container-fluid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1rem;
    padding: 0;
}

.home-gallery__intro,
.home-gallery__photos {
    border: 2px solid var(--border);
    border-radius: 6px;
    background: rgba(244, 226, 187, 0.75);
}

.home-gallery__intro {
    padding: 1rem;
}

.home-gallery__intro p {
    font-weight: 700;
}

.home-gallery__photos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.75rem;
}

.home-gallery__photos img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border: 4px solid #ead1a1;
    box-shadow: 0 0 0 2px var(--border);
}

.site-footer {
    color: #f2ddb4;
    background: #4b2f1d url("../img/bg_brown.webp") repeat;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 145px;
    gap: 1.4rem;
    padding: 2rem max(1.5rem, calc((100vw - 1320px) / 2 + 1.5rem));
}

.site-footer h2 {
    margin: 0 0 0.8rem;
    color: #f7d9a6;
    font-size: 1.45rem;
}

.footer-brand p,
.footer-contact p,
.footer-booking p {
    margin: 0.35rem 0;
    font-weight: 700;
}

.footer-note {
    align-self: center;
    padding: 1rem;
    color: var(--red);
    background: #f3ddb4;
    font-weight: 900;
    transform: rotate(-5deg);
}

.footer-note strong {
    display: block;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer-stamp {
    display: grid;
    place-content: center;
    border: 4px double #d6b37c;
    color: #d54b3f;
    font-family: Impact, "Arial Narrow", sans-serif;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(8deg);
}

.site-footer__bar {
    padding: 0.85rem;
    background: var(--red);
    color: #f5ddb4;
    font-family: Impact, "Arial Narrow", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    :root {
        --site-header-height: 92px;
    }

    .site-logo {
        grid-template-columns: 64px auto;
        min-width: 220px;
    }

    .site-logo__mark {
        width: 62px;
        height: 62px;
        font-size: 3.3rem;
    }

    .site-logo__eyebrow {
        font-size: 1rem;
    }

    .site-logo__name {
        font-size: 3.2rem;
    }

    .site-logo__tagline {
        font-size: 0.84rem;
    }

    .pricing-layout,
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fuel-stamp,
    .footer-stamp {
        transform: none;
    }

    .why-lada__panel,
    .home-gallery .container-fluid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    :root {
        --site-header-height: 86px;
    }

    .site-nav__inner {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .site-logo {
        grid-template-columns: 54px auto;
        min-width: 0;
    }

    .site-logo__mark {
        width: 52px;
        height: 52px;
        border-width: 3px;
        font-size: 3rem;
    }

    .site-logo__name {
        font-size: 2.35rem;
    }

    .site-logo__eyebrow,
    .site-logo__tagline {
        font-size: 0.72rem;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.45rem;
    }

    .nav-link {
        padding: 0.65rem 0 !important;
    }

    .nav-link.active::after {
        right: auto;
        left: 0;
        width: 72px;
    }

    .hero-poster__inner,
    .hero-poster__content {
        min-height: 640px;
    }

    .hero-poster__photo {
        background:
            linear-gradient(180deg, rgba(239, 218, 179, 0.98) 0%, rgba(239, 218, 179, 0.9) 48%, rgba(239, 218, 179, 0.2) 100%),
            url("../img/hero2.png") 64% bottom / cover no-repeat;
    }

    .hero-poster__content {
        display: block;
        padding: 2rem 1.2rem;
    }

    .hero-copy h1 span {
        font-size: 3.55rem;
    }

    .hero-copy h1 strong {
        font-size: 3.1rem;
    }

    .hero-copy p {
        font-size: 1.05rem;
    }

    .hero-stamp {
        width: 130px;
        margin-top: 1.5rem;
        margin-left: auto;
    }

    .feature-item,
    .price-card__body {
        grid-template-columns: 82px 1fr;
    }

    .feature-icon {
        width: 76px;
        height: 76px;
    }

    .pricing-layout,
    .why-points,
    .home-gallery__photos,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .home-gallery__photos img {
        height: 180px;
    }
}
