/* Floral Theme Styles - Clean Minimal Wedding Design */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cormorant Garamond", serif;
    color: #78716c;
    background: #ffffff;
    line-height: 1.6;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem 1rem;
    max-width: 64rem;
    margin: 0 auto;
    color: white;
}

.hero-subtitle {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    font-weight: 300;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.hero-names {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-name {
    font-family: "Great Vibes", cursive;
    font-size: 4.5rem;
    display: block;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .hero-name {
        font-size: 7rem;
    }
}

@media (min-width: 1024px) {
    .hero-name {
        font-size: 10rem;
    }
}

.hero-ampersand {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.5rem 0;
    display: block;
    font-weight: 200;
}

@media (min-width: 768px) {
    .hero-ampersand {
        font-size: 3rem;
    }
}

.hero-tagline {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin-bottom: 3rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

@media (min-width: 768px) {
    .hero-tagline {
        font-size: 1.25rem;
    }
}

.hero-date-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.hero-divider-line {
    height: 1px;
    width: 6rem;
    background: rgba(255, 255, 255, 0.4);
}

.hero-date {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.35em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

@media (min-width: 768px) {
    .hero-date {
        font-size: 1rem;
    }
}

.hero-countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1s forwards;
}

@media (min-width: 768px) {
    .hero-countdown {
        gap: 3.5rem;
    }
}

.countdown-item {
    text-align: center;
}

.countdown-value {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: white;
    display: block;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 768px) {
    .countdown-value {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .countdown-value {
        font-size: 3.75rem;
    }
}

.countdown-label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.75rem;
    display: block;
    font-weight: 300;
}

@media (min-width: 768px) {
    .countdown-label {
        font-size: 0.75rem;
    }
}

.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-indicator svg {
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Section Styles */
.section {
    padding: 6rem 1rem;
}

@media (min-width: 768px) {
    .section {
        padding: 8rem 1rem;
    }
}

.section-alt {
    background: rgba(120, 113, 108, 0.05);
}

.section-container {
    max-width: 64rem;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.section-label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #78716c;
    margin-bottom: 1.5rem;
}

.section-title {
    font-family: "Great Vibes", cursive;
    font-size: 3rem;
    color: #292524;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 4.5rem;
    }
}

.section-divider {
    width: 6rem;
    height: 1px;
    background: #d6d3d1;
    margin: 2rem auto 0;
}

/* Timeline */
.timeline-container {
    position: relative;
    max-width: 56rem;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(120, 113, 108, 0.2);
}

@media (min-width: 768px) {
    .timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.7s ease-out;
}

@media (min-width: 768px) {
    .timeline-item {
        flex-direction: row;
    }

    .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-icon {
    position: absolute;
    left: 2rem;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(120, 113, 108, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #78716c;
    z-index: 10;
}

@media (min-width: 768px) {
    .timeline-icon {
        left: 50%;
    }
}

.timeline-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.timeline-content {
    flex: 1;
    padding-left: 4rem;
}

@media (min-width: 768px) {
    .timeline-content {
        padding-left: 0;
        padding-right: 4rem;
        text-align: right;
    }

    .timeline-item:nth-child(even) .timeline-content {
        padding-right: 0;
        padding-left: 4rem;
        text-align: left;
    }
}

.timeline-time {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: #a8a29e;
    display: block;
    margin-bottom: 0.75rem;
}

.timeline-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    color: #292524;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .timeline-title {
        font-size: 1.875rem;
    }
}

.timeline-description {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.6;
}

.timeline-spacer {
    display: none;
}

@media (min-width: 768px) {
    .timeline-spacer {
        display: block;
        flex: 1;
    }
}

/* Cards (Announcements) */
.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card {
    background: white;
    border: 1px solid #e7e5e4;
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.7s ease-out;
}

.card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #d6d3d1;
}

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

.card-content {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.card-icon {
    font-size: 2rem;
    flex-shrink: 0;
    color: #a8a29e;
}

.card-icon svg {
    width: 2rem;
    height: 2rem;
}

.card-body {
    flex: 1;
}

.card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    color: #292524;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .card-title {
        font-size: 1.5rem;
    }
}

.card-text {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.6;
}

/* Locations */
.locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 72rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.location-card {
    background: white;
    border: 1px solid #e7e5e4;
    overflow: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.7s ease-out;
}

.location-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.location-map {
    height: 12rem;
    background: #f5f5f4;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .location-map {
        height: 16rem;
    }
}

.location-map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.location-map-placeholder svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
    color: #d6d3d1;
}

.location-map-placeholder p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    color: #a8a29e;
}

.location-map-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, white, transparent, transparent);
}

.location-content {
    padding: 2.5rem;
}

.location-type {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a8a29e;
    display: block;
    margin-bottom: 0.75rem;
}

.location-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    color: #292524;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .location-name {
        font-size: 1.875rem;
    }
}

.location-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #78716c;
    margin-bottom: 1.25rem;
}

.location-time svg {
    width: 1rem;
    height: 1rem;
}

.location-time span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
}

.location-description {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.location-address {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #a8a29e;
}

.location-address svg {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.location-address span {
    font-family: "Josefin Sans", sans-serif;
}

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #57534e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.location-link:hover {
    color: #292524;
}

.location-link svg {
    width: 1rem;
    height: 1rem;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    grid-auto-rows: 200px;
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 250px;
    }
}

.gallery-item {
    background: #f5f5f4;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.7s ease-out;
    cursor: pointer;
}

.gallery-item.visible {
    opacity: 1;
    transform: scale(1);
}

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

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

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.gallery-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-icon {
    opacity: 1;
}

.gallery-icon-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #292524;
}

/* Parallax Section */
.parallax-section {
    min-height: 25rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-overlay {
    background: rgba(41, 37, 36, 0.5);
    min-height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-content {
    text-align: center;
    color: #fafaf9;
}

.parallax-subtitle {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.parallax-title {
    font-family: "Great Vibes", cursive;
    font-size: 4.5rem;
    line-height: 1.2;
}

/* Quote Section */
.quote-section {
    background: rgba(120, 113, 108, 0.05);
}

.quote-container {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 2.5rem 3.75rem;
    position: relative;
}

.quote-mark {
    font-family: "Great Vibes", cursive;
    font-size: 7.5rem;
    color: #78716c;
    opacity: 0.3;
    line-height: 0.5;
    margin-bottom: 1.25rem;
}

.quote-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.75rem;
    font-style: italic;
    color: #292524;
    line-height: 1.8;
    margin-bottom: 1.875rem;
}

.quote-author {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    color: #78716c;
}

/* Story Timeline */
.story-timeline {
    max-width: 56rem;
    margin: 2.5rem auto;
    position: relative;
}

.story-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(120, 113, 108, 0.2);
    transform: translateX(-50%);
}

.story-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    margin-bottom: 3.75rem;
    position: relative;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.7s ease-out;
}

.story-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.story-left {
    grid-template-areas: "content date";
}

.story-right {
    grid-template-areas: "date content";
}

.story-left .story-content {
    grid-area: content;
    text-align: right;
}

.story-right .story-content {
    grid-area: content;
    text-align: left;
}

.story-left .story-date,
.story-right .story-date {
    grid-area: date;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-date {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #78716c;
    position: relative;
}

.story-left .story-date::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #78716c;
    border: 4px solid #ffffff;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.story-right .story-date::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #78716c;
    border: 4px solid #ffffff;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .story-right .story-date::after {
        left: auto;
        right: -42px;
    }

    .story-left .story-date::after {
        left: -42px;
    }
}

.story-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5rem;
    color: #292524;
    margin-bottom: 0.9375rem;
}

.story-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    color: #78716c;
    line-height: 1.8;
}

/* RSVP Form */
.rsvp-section {
    background: rgba(120, 113, 108, 0.05);
}

.rsvp-container {
    max-width: 37.5rem;
    margin: 0 auto;
}

.rsvp-form {
    background: white;
    padding: 3.125rem 2.5rem;
    border: 1px solid #e7e5e4;
}

.rsvp-field {
    margin-bottom: 1.875rem;
}

.rsvp-label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #78716c;
    display: block;
    margin-bottom: 0.625rem;
}

.rsvp-input,
.rsvp-textarea {
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    color: #292524;
    padding: 0.75rem 1rem;
    border: 1px solid #e7e5e4;
    background: #ffffff;
    transition: border-color 0.3s ease;
}

.rsvp-input:focus,
.rsvp-textarea:focus {
    outline: none;
    border-color: #78716c;
}

.rsvp-radio-group {
    display: flex;
    gap: 1.25rem;
    margin-top: 0.625rem;
}

.rsvp-radio {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    color: #292524;
    cursor: pointer;
}

.rsvp-radio input[type="radio"] {
    accent-color: #78716c;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}

.rsvp-submit {
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    color: white;
    background: #78716c;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 0.625rem;
}

.rsvp-submit:hover {
    background: #57534e;
}

/* Footer */
.footer {
    padding: 3rem 1rem;
    text-align: center;
    background: rgba(120, 113, 108, 0.05);
    border-top: 1px solid #e7e5e4;
}

.footer-names {
    font-family: "Great Vibes", cursive;
    font-size: 2.5rem;
    color: #292524;
    margin-bottom: 1rem;
}

.footer-brand {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #78716c;
    text-transform: uppercase;
}

.footer-brand a {
    color: #78716c;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 767px) {
    .section {
        padding: 4rem 1rem;
    }

    .section-header {
        margin-bottom: 3rem;
    }

    .parallax-section,
    .parallax-overlay {
        min-height: 18.75rem;
        background-attachment: scroll;
    }

    .parallax-title {
        font-size: 3rem;
    }

    .quote-text {
        font-size: 1.375rem;
    }

    .story-timeline-line {
        left: 1.875rem;
    }

    .story-item {
        grid-template-columns: 3.75rem 1fr !important;
        grid-template-areas: "date content" !important;
        gap: 1.875rem;
    }

    .story-left .story-content,
    .story-right .story-content {
        text-align: left;
    }

    .story-date {
        font-size: 1.25rem;
        writing-mode: vertical-rl;
    }

    .story-date::after {
        left: -1.875rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .rsvp-form {
        padding: 2.5rem 1.875rem;
    }

    .rsvp-radio-group {
        flex-direction: column;
        gap: 0.9375rem;
    }
}

@media (min-width: 768px) {
    .section.quote-section {
        padding: 2rem 1rem 6rem;
    }
}

/* Section Description */
.section-description {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.6;
    max-width: 36rem;
    margin: 1.5rem auto 0;
    text-align: center;
}

/* FAQ Section */
.faq-list {
    max-width: 48rem;
    margin: 3rem auto 0;
}

.faq-item {
    border-bottom: 1px solid #e7e5e4;
}

.faq-item:first-child {
    border-top: 1px solid #e7e5e4;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 1rem;
    transition: color 0.3s ease;
}

.faq-question span {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    color: #292524;
    line-height: 1.4;
}

.faq-question:hover span {
    color: #78716c;
}

.faq-question-open span {
    color: #292524;
}

.faq-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #a8a29e;
    transition: transform 0.3s ease;
}

.faq-icon-open {
    transform: rotate(180deg);
}

.faq-answer {
    overflow: hidden;
}

.faq-answer p {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.8;
    padding-bottom: 1.5rem;
    font-size: 0.9375rem;
}

/* Travel Section */
.travel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 72rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .travel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .travel-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.travel-card {
    background: white;
    border: 1px solid #e7e5e4;
    padding: 2.5rem;
    text-align: center;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.7s ease-out;
}

.travel-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.travel-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #d6d3d1;
}

.travel-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1.5rem;
    color: #a8a29e;
}

.travel-icon svg {
    width: 100%;
    height: 100%;
}

.travel-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    color: #292524;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .travel-title {
        font-size: 1.5rem;
    }
}

.travel-text {
    font-family: "Josefin Sans", sans-serif;
    color: #78716c;
    font-weight: 300;
    line-height: 1.6;
    font-size: 0.9375rem;
}

/* Footer Enhancements */
.footer-container {
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-content {
    text-align: center;
    margin-bottom: 2rem;
}

.footer-date {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.875rem;
    color: rgba(120, 113, 108, 0.7);
    margin-top: 0.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(120, 113, 108, 0.2);
    font-size: 0.875rem;
    color: rgba(120, 113, 108, 0.6);
}

.footer-bottom p {
    margin: 0.5rem 0;
}
