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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #333;
    background: #fafafa;
}

/* Hero header */
.hero {
    position: relative;
    height: 60vh;
    min-height: 350px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 20%, rgba(78, 205, 196, 0.15) 0%, transparent 60%);
}

.hero-overlay {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2rem;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.hero .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.8;
    font-style: italic;
}

.hero .dates {
    margin-top: 1rem;
    font-size: 0.95rem;
    opacity: 0.6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Main content */
main {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

/* Day sections */
.day {
    margin-bottom: 4rem;
}

.day-header {
    border-bottom: 2px solid #0f3460;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.day-header h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #0f3460;
}

.day-date {
    font-size: 1rem;
    color: #888;
    font-weight: 300;
    margin-left: 0.5rem;
}

/* Entries */
.entry {
    margin-bottom: 2rem;
}

.time-block {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0f3460;
    background: rgba(15, 52, 96, 0.08);
    padding: 0.2rem 0.6rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
}

.entry p {
    font-size: 1.05rem;
    margin: 0.5rem 0;
    color: #444;
}

/* Images */
figure {
    margin: 1.5rem 0;
}

figure img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

figcaption {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
    margin-top: 0.5rem;
    text-align: center;
}

/* Intro section */
.intro {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.intro-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.intro h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0f3460;
    margin-bottom: 1rem;
}

.intro p {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 1rem;
}

.intro a {
    color: #0f3460;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Credits */
.credits {
    background: #f3f3f3;
    border-bottom: 1px solid #eee;
}

.credits-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.credit h3 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #0f3460;
    margin-bottom: 0.8rem;
}

.credit p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.8rem;
}

.holly-photo {
    max-width: 400px;
    margin: 1rem 0;
}

.holly-photo img {
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.holly-photo figcaption {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
    margin-top: 0.5rem;
}

/* Day route subtitle */
.day-route {
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
    margin-top: 0.3rem;
}

/* Footer */
footer {
    text-align: center;
    padding: 3rem 1rem;
    color: #aaa;
    font-size: 0.85rem;
    border-top: 1px solid #eee;
}

.footer-main {
    margin-bottom: 0.5rem;
}

.footer-sub {
    font-size: 0.8rem;
    color: #bbb;
}

/* Responsive */
@media (max-width: 600px) {
    .hero {
        height: 45vh;
        min-height: 250px;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero .dates {
        font-size: 0.8rem;
    }
    main {
        padding: 1.5rem 1rem;
    }
    .day-header h2 {
        font-size: 1.4rem;
    }
    .credits-content {
        gap: 1.5rem;
    }
}

/* Vaklaf interjection */
/* Info box — nature/geology asides */
.info-box {
    margin: 1.5rem 0;
    padding: 1.2rem 1.5rem;
    background: linear-gradient(135deg, #f0f7f4 0%, #e8f4f0 100%);
    border-left: 3px solid #2d6a4f;
    border-radius: 0 6px 6px 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
}

.info-box .info-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #2d6a4f;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 600;
}

.info-box p {
    margin: 0.4rem 0;
    font-size: 0.95rem;
}

.interjection {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    border-top: 2px solid #e74c3c;
    border-bottom: 2px solid #e74c3c;
    text-align: center;
    font-style: italic;
    background: #fff;
}
.interjection blockquote {
    font-size: 1.15rem;
    margin: 0.8rem 0;
    color: #333;
}
.interjection .signature {
    font-size: 0.9rem;
    color: #888;
    margin-top: 0.5rem;
    font-style: normal;
}

/* Day index (landing page list of days) */
.days-index {
    background: #fafafa;
}
.days-index-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}
.days-index h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0f3460;
    margin-bottom: 1.5rem;
}
.day-card {
    display: flex;
    gap: 1.2rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.2rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
}
.day-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.day-card-thumb {
    flex: 0 0 140px;
    height: 110px;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
}
.day-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.day-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.day-card-num {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0f3460;
    margin-bottom: 0.2rem;
}
.day-card-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #0f3460;
    margin-bottom: 0.3rem;
}
.day-card-date {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
}
.day-card-teaser {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Top nav bar on day pages */
.top-nav {
    background: #0f3460;
    padding: 0.8rem 1.5rem;
}
.top-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}
.top-nav a:hover {
    text-decoration: underline;
}

/* Simpler hero for day pages */
.hero-day {
    height: auto;
    min-height: 0;
    padding: 3rem 1.5rem;
}
.hero-day h1 {
    font-size: 2.2rem;
}

/* Prev/next day nav */
.day-nav {
    max-width: 720px;
    margin: 3rem auto 0;
    padding: 2rem 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.day-nav a, .day-nav span {
    font-size: 0.95rem;
    color: #0f3460;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
}
.day-nav a:hover {
    text-decoration: underline;
}
.day-nav .disabled {
    color: #ccc;
    cursor: default;
}

/* Video embed */
.video-container {
    position: relative;
    max-width: 360px;
    margin: 1.5rem auto;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
    .day-card {
        flex-direction: column;
    }
    .day-card-thumb {
        flex: 0 0 auto;
        width: 100%;
        height: 160px;
    }
    .hero-day h1 {
        font-size: 1.6rem;
    }
}
