/* Editorial wedding styling for the content beneath the existing photo banners. */
:root {
    --w-paper: #fbfaf6;
    --w-ivory: #f4f0e9;
    --w-sage: #e9ebe4;
    --w-olive: #5b6453;
    --w-ink: #282d28;
    --w-muted: #656b62;
    --w-line: #dadbd2;
}

body {
    background: var(--w-paper);
    color: var(--w-ink);
}

.container {
    max-width: 1280px;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .header .navigation .nav-list {
        gap: 11px;
    }

    .header .navigation .nav-link {
        font-size: 13px;
    }
}

.home-page .section,
.page-content {
    color: var(--w-ink);
}

.home-page .section .heading,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content .heading,
.footer .heading {
    font-family: "Lora", serif;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.home-page .section .heading-box .heading {
    font-size: clamp(42px, 5vw, 70px);
    margin-bottom: 18px;
}

.home-page .section .heading-box .text,
.page-content .text {
    color: var(--w-muted);
    line-height: 1.85;
}

.t-btn:focus-visible,
.page-content button:focus-visible,
.page-content a:focus-visible {
    outline: 2px solid var(--w-olive);
    outline-offset: 4px;
}

/* Home content. The hero above this section keeps its existing styling. */
.home-page .intro-section {
    overflow: hidden;
    background: var(--w-paper);
    padding: clamp(100px, 12vw, 175px) 0;
}

.home-page .intro-section .heading-box {
    max-width: 750px;
}

.home-page .intro-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-page .intro-section .heading-box .heading {
    font-size: clamp(54px, 7vw, 100px);
}

.home-page .intro-section .heading-box .text {
    max-width: 570px;
    margin: auto;
    font-size: 18px;
}

.home-page .floral-scatter {
    opacity: .38;
    filter: grayscale(.35);
}

.home-page .floral-scatter-3,
.home-page .floral-scatter-4 {
    display: none;
}

.home-page .features-section {
    background: var(--w-sage);
    padding: clamp(80px, 9vw, 130px) 0;
}

.home-page .features-section .container,
.home-page .menu-teaser-section .container {
    gap: clamp(40px, 7vw, 110px);
}

.home-page .features-section .heading-box,
.home-page .menu-teaser-section .heading-box {
    text-align: left;
}

.home-page .features-section .image img {
    aspect-ratio: 4 / 5;
    border-radius: 0;
}

.home-page .spaces-section {
    background: var(--w-paper);
    padding: clamp(85px, 9vw, 135px) 0;
}

.home-page .spaces-section .heading-box {
    margin-bottom: 52px;
}

.home-page .spaces-section .grid {
    gap: 18px;
}

.home-page .spaces-section .item {
    display: flex;
    flex-direction: column;
}

.home-page .spaces-section .item img {
    border-radius: 0;
    aspect-ratio: 4 / 5;
}

.home-page .spaces-section .item figcaption {
    flex: 1;
    margin-top: 19px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid var(--w-line);
    color: var(--w-ink);
    font-family: "Lora", serif;
    font-size: 20px;
    letter-spacing: 0;
}

.home-page .spaces-section .space-title {
    display: block;
    line-height: 1.35;
}

.home-page .spaces-section figcaption p {
    margin-top: 10px;
    color: var(--w-muted);
    font-size: 14px;
    line-height: 1.7;
}

.home-page .accommodation-cta-section {
    background: var(--w-paper);
    padding: 0 0 clamp(150px, 15vw, 220px);
}

.home-page .accommodation-cta-section .content {
    min-height: clamp(380px, 43vw, 560px);
}

.home-page .accommodation-cta-section .text-box {
    max-width: 660px;
    background: var(--w-ivory);
    box-shadow: none;
    padding: clamp(35px, 5vw, 65px);
}

.home-page .menu-teaser-section {
    padding: 50px 0 clamp(100px, 11vw, 150px);
    background: var(--w-paper);
}

.home-page .menu-teaser-section .image img {
    border-radius: 0;
    aspect-ratio: 5 / 6;
}

.home-page .testimonials-section {
    background: var(--w-ivory);
    padding: clamp(85px, 9vw, 130px) 0;
}

.home-page .testimonials-carousel {
    max-width: 880px;
}

.home-page .testimonials-carousel .opinion {
    min-height: 300px;
    padding: 48px;
    background: transparent;
}

.home-page .testimonials-section .opinion .avatar {
    width: 54px;
    height: 54px;
}

.home-page .testimonials-section .opinion .text {
    max-width: 590px;
    color: var(--w-ink);
    font-family: "Lora", serif;
    font-size: clamp(23px, 2.5vw, 32px);
    line-height: 1.35;
}

.home-page .testimonials-section .opinion cite {
    color: var(--w-olive);
    font-size: 20px;
}

.home-page .testimonials-carousel .carousel-control-prev,
.home-page .testimonials-carousel .carousel-control-next {
    border-color: var(--w-line);
    background: transparent;
}

.home-page .testimonials-carousel .carousel-control-prev [data-lucide],
.home-page .testimonials-carousel .carousel-control-next [data-lucide] {
    color: var(--w-olive);
}

.home-page .testimonials-carousel .carousel-indicators [data-bs-target] {
    background: #b9beb3;
}

.home-page .testimonials-carousel .carousel-indicators .active {
    background: var(--w-olive);
}

.home-page .gallery-teaser-section {
    padding: clamp(90px, 10vw, 145px) 0;
    background: var(--w-paper);
}

.home-page .gallery-teaser-section .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 35px;
}

.home-page .gallery-teaser-section .item {
    border-radius: 0;
}

.contact-cta-section {
    position: relative;
    background: #000 center/cover no-repeat url('/assets/images/wherobanner.webp');
    padding: clamp(70px, 8vw, 105px) 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
}

.contact-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.contact-cta-section .container {
    position: relative;
    z-index: 1;
}

.contact-cta-section .heading-box {
    max-width: 760px;
}

.contact-cta-section .heading-box .heading {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.3;
    color: #fff;
}

.contact-cta-section .heading-box .text {
    color: rgba(255, 255, 255, .85);
}

/* Subpage content. The page-banner rules intentionally stay in theme.css. */
.page-content {
    padding: 0;
    background: var(--w-paper);
}

.page-content > section {
    padding-top: clamp(75px, 8vw, 120px);
    padding-bottom: clamp(85px, 9vw, 135px);
}

.page-content > section + section {
    padding-top: 0;
}

.menu-page .menu-tabs {
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
    gap: clamp(35px, 6vw, 90px);
    max-width: 1080px;
    margin: auto;
}

.menu-page .menu-tab-nav {
    gap: 0;
    border-top: 1px solid var(--w-line);
}

.menu-page .menu-tab-btn {
    padding: 17px 8px;
    border: 0;
    border-bottom: 1px solid var(--w-line);
    border-radius: 0;
    color: var(--w-muted);
}

.menu-page .menu-tab-btn [data-lucide] {
    color: var(--w-olive);
}

.menu-page .menu-tab-btn:hover,
.menu-page .menu-tab-btn.active {
    background: transparent;
    color: var(--w-ink);
}

.menu-page .menu-tab-btn.active {
    border-bottom-color: var(--w-olive);
}

.menu-page .menu-tab-panel .title {
    font-family: "Lora", serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 24px;
}

.menu-page .menu-tab-panel .subtitle {
    font-family: "Lora", serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    color: var(--w-olive);
}

.menu-page .list li {
    border-bottom-color: var(--w-line);
    padding: 13px 0;
}

.sluzby-page .services-section .container {
    max-width: 1140px;
}

.sluzby-page .services-section .product {
    gap: clamp(35px, 6vw, 90px);
}

.sluzby-page .services-section .product + .product {
    margin-top: clamp(90px, 10vw, 155px);
}

.sluzby-page .services-section .image img {
    display: block;
    aspect-ratio: 4 / 4.5;
    border-radius: 0;
}

.sluzby-page .services-section .heading {
    color: var(--w-ink);
    font-size: clamp(36px, 4vw, 54px);
    margin-bottom: 23px;
}

.sluzby-page .services-section .text {
    color: var(--w-muted);
    font-size: 15px;
    line-height: 1.9;
}

.ubytovanie-page .capacity-section {
    text-align: center;
}

.ubytovanie-page .capacity-section .grid {
    max-width: 760px;
    gap: 0;
    margin-bottom: 34px;
    border-top: 1px solid var(--w-line);
    border-bottom: 1px solid var(--w-line);
}

.ubytovanie-page .capacity-section .item {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 28px 18px;
}

.ubytovanie-page .capacity-section .item + .item {
    border-left: 1px solid var(--w-line);
}

.ubytovanie-page .capacity-section .count {
    color: var(--w-olive);
    font-family: "Lora", serif;
    font-size: 58px;
    line-height: 1;
}

.ubytovanie-page .capacity-section .label {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ubytovanie-page .capacity-section .text {
    max-width: 600px;
    line-height: 1.8;
}

.ubytovanie-page .gallery-section,
.galeria-page .gallery-section {
    background: var(--w-ivory);
}

.galeria-page .page-content .gallery-section {
    padding: clamp(65px, 7vw, 95px) 0;
}

.galeria-page .gallery-section:nth-of-type(even) {
    background: var(--w-paper);
}

.galeria-page .gallery-heading {
    margin: 0 0 28px;
    color: var(--w-ink);
    font-size: clamp(25px, 2.8vw, 32px);
    line-height: 1.25;
}

.gallery-section .grid {
    gap: 10px;
}

.gallery-section .item {
    border-radius: 0;
}

.dostupnost-page .calendar-section .container {
    max-width: 870px;
}

.dostupnost-page .calendar-note {
    max-width: 640px;
    margin: 0 auto 25px;
    text-align: center;
    color: var(--w-muted);
    opacity: 1;
    line-height: 1.8;
}

.dostupnost-page .legend {
    justify-content: center;
    margin-bottom: 40px;
}

.dostupnost-page .dot,
.dostupnost-page .day-cell.free {
    border-color: var(--w-olive);
}

.dostupnost-page .dot.free,
.dostupnost-page .day-cell.free {
    background: #dfe9db;
    border-color: #91a58b;
    color: #304630;
}

.dostupnost-page .dot.booked,
.dostupnost-page .day-cell.booked {
    background: var(--w-olive);
    border-color: var(--w-olive);
}

.dostupnost-page .calendar-single {
    max-width: 550px;
    padding: clamp(25px, 5vw, 55px);
    border: 1px solid var(--w-line);
    border-radius: 0;
    background: #fff;
}

.dostupnost-page .calendar-current-label {
    font-size: 34px;
}

.dostupnost-page .calendar-nav button {
    border-color: var(--w-line);
    color: var(--w-olive);
}

.kontakt-page .contact-grid {
    max-width: 1120px;
    margin: auto;
    gap: clamp(45px, 8vw, 120px);
}

.kontakt-page .title {
    font-size: 39px;
    margin-bottom: 28px;
}

.kontakt-page .contact-info .person {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--w-line);
    border-radius: 0;
    padding: 18px 0;
    margin-bottom: 0;
}

.kontakt-page .contact-info .person .name {
    font-size: 27px;
    margin-bottom: 4px;
}

.kontakt-page .contact-info .person a,
.kontakt-page .contact-info .email {
    color: var(--w-olive);
}

.kontakt-page .contact-info .email {
    margin-top: 18px;
}

.kontakt-page .contact-info .divider {
    border-color: var(--w-line);
    margin: 42px 0;
}

.kontakt-page .mini-map {
    height: 300px;
    border-radius: 0;
}

.kontakt-page .contact-form {
    background: var(--w-ivory);
    padding: clamp(26px, 4vw, 55px);
}

.kontakt-page .contact-form label {
    color: var(--w-muted);
    opacity: 1;
}

.kontakt-page .contact-form input,
.kontakt-page .contact-form textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #afb4a8;
    border-radius: 0;
    padding: 13px 0;
}

.kontakt-page .contact-form input:focus,
.kontakt-page .contact-form textarea:focus {
    border-color: var(--w-olive);
}

.footer .wrap {
    background: #e9ebe4;
    color: var(--w-ink);
}

.footer .wrap .overlay {
    display: none;
}

.footer .links .heading {
    font-size: 27px;
    font-weight: 500;
}

.footer .brand .text,
.footer .links a {
    color: var(--w-muted);
}

.footer .bottom-bar,
.footer .copyright {
    border-color: #cdd2c7;
}

@media (max-width: 900px) {
    .menu-page .menu-tabs {
        grid-template-columns: 1fr;
    }

    .menu-page .menu-tab-nav {
        border-top: 0;
        border-bottom: 1px solid var(--w-line);
    }

    .menu-page .menu-tab-btn {
        border: 0;
        border-bottom: 2px solid transparent;
        border-radius: 0;
    }

    .menu-page .menu-tab-btn.active {
        background: transparent;
        color: var(--w-ink);
        border-color: var(--w-olive);
    }

    .menu-page .menu-tab-btn.active [data-lucide] {
        color: var(--w-olive);
    }
}

@media (max-width: 767px) {
    .home-page .gallery-teaser-section .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .features-section .container,
    .home-page .menu-teaser-section .container {
        gap: 35px;
    }

    .home-page .features-section .heading-box,
    .home-page .menu-teaser-section .heading-box {
        text-align: left;
    }

    .home-page .spaces-section .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 12px;
    }

    .home-page .spaces-section .item:last-child {
        grid-column: 1 / -1;
    }

    .home-page .spaces-section .item:last-child img {
        aspect-ratio: 2 / 1;
    }

    .sluzby-page .services-section .product:nth-child(even) .image {
        order: 0;
    }
}

@media (max-width: 560px) {
    .home-page .intro-section .heading-box .text {
        font-size: 16px;
    }

    .home-page .floral-scatter-1,
    .home-page .floral-scatter-2 {
        width: 75px;
    }

    .home-page .spaces-section .item figcaption {
        font-size: 22px;
    }

    .home-page .accommodation-cta-section {
        padding-bottom: 190px;
    }

    .home-page .accommodation-cta-section .text-box {
        width: calc(100% - 24px);
        transform: translate(-50%, 55%);
    }

    .home-page .menu-teaser-section {
        padding-top: 40px;
    }

    .home-page .testimonials-carousel {
        padding: 0 34px;
    }

    .home-page .testimonials-carousel .opinion {
        padding: 26px 12px;
    }

    .home-page .gallery-teaser-section .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ubytovanie-page .capacity-section .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ubytovanie-page .capacity-section .item + .item {
        border-left: 1px solid var(--w-line);
    }

    .kontakt-page .contact-form {
        margin: 0 -10px;
    }
}

/* Smaller Lora headings and a calmer typographic rhythm throughout the site. */
.home-page .section .heading-box .heading {
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.22;
    letter-spacing: -.025em;
}

.home-page .intro-section .heading-box .heading {
    font-size: clamp(38px, 4.5vw, 57px);
}

.sluzby-page .services-section .heading {
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.3;
}

.kontakt-page .title {
    font-size: 28px;
}

.kontakt-page .contact-info .person .name {
    font-size: 21px;
}

.home-page .spaces-section .item figcaption,
.footer .links .heading {
    font-size: 20px;
}

.dostupnost-page .calendar-current-label {
    font-size: 25px;
}

/* A short story in place of the former checklist. */
.home-page .features-section {
    background: var(--w-ivory);
    overflow: hidden;
}

.home-page .features-section .container {
    grid-template-columns: .92fr 1.08fr;
}

.home-page .features-section .content {
    max-width: 490px;
}

.home-page .features-section .heading-box {
    margin-bottom: 28px;
}

.home-page .features-section .feature-copy {
    margin: 0 0 19px;
    color: var(--w-muted);
    font-size: 16px;
    line-height: 1.85;
}

.home-page .features-section .t-btn {
    margin-top: 18px;
}

.home-page .features-section .image {
    position: relative;
    padding-left: 0;
}

.home-page .features-section .image img {
    aspect-ratio: 5 / 5.5;
}

/* Wedding menu: visual introduction, compact category grid and a clean menu card. */
.menu-page .menu-story-section {
    background: var(--w-ivory);
    padding: clamp(65px, 7vw, 100px) 0;
}

.menu-page .menu-story-section .container {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(35px, 6vw, 85px);
    max-width: 1160px;
}

.menu-page .menu-story-image img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    display: block;
}

.menu-page .menu-story-content {
    position: relative;
    padding: 20px 10px 20px 0;
}

.menu-page .menu-story-content h2 {
    max-width: 390px;
    font-size: clamp(29px, 3.1vw, 38px);
    line-height: 1.25;
    margin: 0 0 22px;
}

.menu-page .menu-story-content p {
    position: relative;
    z-index: 1;
    max-width: 445px;
    color: var(--w-muted);
    font-size: 16px;
    line-height: 1.85;
}

.menu-page .menu-section {
    padding: clamp(80px, 8vw, 120px) 0 clamp(90px, 10vw, 140px);
}

.menu-page .menu-section-heading {
    max-width: 680px;
    margin: 0 auto 43px;
    text-align: center;
}

.menu-page .menu-section-heading h2 {
    font-size: clamp(29px, 3.1vw, 38px);
    line-height: 1.25;
    margin: 0 0 12px;
}

.menu-page .menu-section-heading p {
    color: var(--w-muted);
    font-size: 15px;
    line-height: 1.7;
}

.menu-page .menu-tabs {
    display: block;
    max-width: 1080px;
}

.menu-page .menu-tab-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    margin-bottom: 22px;
    border: 0;
}

.menu-page .menu-tab-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid var(--w-line);
    background: #fff;
    color: var(--w-ink);
    text-align: center;
    white-space: normal;
    font-family: "Lora", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.menu-page .menu-tab-btn [data-lucide] {
    display: none;
}

.menu-page .menu-tab-btn:hover,
.menu-page .menu-tab-btn.active {
    background: var(--w-sage);
    border-color: var(--w-olive);
    color: var(--w-ink);
}

.menu-page .menu-tab-panels {
    min-height: 310px;
    padding: clamp(25px, 5vw, 55px);
    border: 1px solid var(--w-line);
    background: #fff;
}

.menu-page .menu-tab-panel .title {
    max-width: 760px;
    margin-bottom: 28px;
    font-size: clamp(23px, 2.3vw, 29px);
    line-height: 1.4;
}

.menu-page .menu-tab-panel .subtitle {
    margin: 30px 0 12px;
    color: var(--w-olive);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.menu-page .list.list-bold {
    columns: 2;
    column-gap: 44px;
}

.menu-page .list li {
    break-inside: avoid;
    padding: 12px 0;
    border-bottom: 1px solid #e7e8e1;
    color: var(--w-ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.menu-page .list.list-bold li {
    font-weight: 400;
}

@media (max-width: 767px) {
    .home-page .features-section .container,
    .menu-page .menu-story-section .container {
        grid-template-columns: 1fr;
    }

    .home-page .features-section .content {
        max-width: 100%;
    }

    .home-page .features-section .image {
        order: 0;
        padding-left: 0;
        margin-top: 15px;
    }

    .home-page .features-section .image img {
        aspect-ratio: 4 / 3;
    }

    .menu-page .menu-story-content {
        padding: 0;
    }

    .menu-page .menu-tab-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-page .list.list-bold {
        columns: 1;
    }
}

/* Contact: one quiet information column, one form and the map below. */
.kontakt-page .contact-main-section {
    padding: clamp(65px, 7vw, 100px) 0 clamp(80px, 9vw, 130px);
}

.kontakt-page .contact-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: start;
    gap: clamp(45px, 7vw, 90px);
}

.kontakt-page .contact-lead {
    max-width: 440px;
    margin: 0 0 32px;
    color: var(--w-muted);
    font-size: 16px;
    line-height: 1.8;
}

.kontakt-page .contact-info .person {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 10px 20px;
    padding: 18px 0;
    border-top: 1px solid var(--w-line);
}

.kontakt-page .contact-info .person .name {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.kontakt-page .contact-info .person .name span {
    display: block;
    color: var(--w-muted);
    font-size: 12px;
    font-weight: 400;
}

.kontakt-page .contact-info .person a {
    font-size: 14px;
    white-space: nowrap;
}

.kontakt-page .contact-info .email {
    margin-top: 30px;
    font-size: 15px;
}

.kontakt-page .contact-info .email svg {
    width: 18px;
    height: 18px;
}

.kontakt-page .contact-form {
    background: var(--w-ivory);
    padding: clamp(28px, 4vw, 48px);
}

.kontakt-page .contact-form .title {
    margin: 0 0 27px;
    font-size: 24px;
    line-height: 1.3;
}

.kontakt-page .contact-form .form-row {
    margin-bottom: 16px;
}

.kontakt-page .contact-form label {
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: none;
}

.kontakt-page .contact-form input,
.kontakt-page .contact-form textarea {
    font-size: 14px;
}

.kontakt-page .contact-location {
    display: grid;
    grid-template-columns: minmax(220px, .35fr) minmax(0, .65fr);
    align-items: center;
    max-width: 1120px;
    margin: clamp(65px, 7vw, 100px) auto 0;
    background: var(--w-sage);
}

.kontakt-page .contact-location > p {
    padding: 35px;
    font-size: 18px;
    line-height: 1.65;
}

.kontakt-page .contact-location .mini-map {
    margin: 0;
    height: 310px;
}

@media (max-width: 900px) {
    .kontakt-page .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .kontakt-page .contact-info .person {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .kontakt-page .contact-form {
        margin: 0;
    }

    .kontakt-page .contact-location {
        grid-template-columns: 1fr;
    }

    .kontakt-page .contact-location > p {
        padding: 27px;
        font-size: 16px;
    }

    .kontakt-page .contact-location .mini-map {
        height: 280px;
    }
}

.content-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.content-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .content-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
