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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

/* Typography - Editorial Style */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
}

h1 {
    font-size: 2.8rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.2rem;
    letter-spacing: -0.01em;
    margin-top: 3rem;
}

h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

blockquote {
    margin: 2rem 0;
    padding-left: 2rem;
    border-left: 4px solid #e5e5e5;
    font-style: italic;
    color: #555;
}

/* Header and Navigation */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.logo {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.logo:hover {
    color: #2563eb;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #4a5568;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2563eb;
    text-decoration: none;
}

/* Editorial Content Container - Narrow Centered */
.editorial-content {
    background: #fafafa;
    padding: 3rem 1.5rem;
}

.story-container {
    max-width: 680px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Hero Story Section */
.hero-story {
    padding: 4rem 1.5rem 2rem;
}

.hero-story .story-container {
    padding-top: 2rem;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Story Images - Inline with Content */
.story-image {
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.story-image-small {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 2rem auto;
    display: block;
    border-radius: 4px;
}

/* Content Blocks */
.content-block {
    padding: 1.5rem 1.5rem;
}

.accent-bg {
    background: #f8f9fa;
}

.accent-bg .story-container {
    background: #ffffff;
}

/* Lists - Editorial Style */
.benefit-list,
.simple-list,
.service-details-list {
    list-style: none;
    padding-left: 0;
}

.benefit-list li,
.simple-list li,
.service-details-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.benefit-list li::before,
.simple-list li::before,
.service-details-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

/* Inline CTAs */
.inline-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.text-link {
    font-size: 1.125rem;
    color: #2563eb;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.text-link:hover {
    color: #1d4ed8;
}

/* Buttons */
.btn-primary,
.btn-submit,
.btn-select,
.btn-sticky {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #2563eb;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-primary:hover,
.btn-submit:hover,
.btn-select:hover,
.btn-sticky:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2);
    text-decoration: none;
    color: #ffffff;
}

/* Testimonials */
.testimonial-block {
    padding: 2rem 1.5rem;
    background: #f8f9fa;
}

.testimonial {
    font-size: 1.3rem;
    line-height: 1.6;
    font-style: italic;
    color: #333;
    border-left: 4px solid #2563eb;
    padding-left: 2rem;
    margin: 0;
}

.testimonial cite {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-style: normal;
    color: #666;
}

/* Service Cards - Stacked Editorial Style */
.service-cards {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.service-card {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #2563eb;
}

.service-card h3 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1.75rem;
}

.service-card p {
    font-size: 1.125rem;
}

.service-details {
    font-size: 0.95rem;
    color: #666;
    margin-top: 1rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.price-reveal {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}

.price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.price-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
}

.price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 4px;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.price-label {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.5rem;
}

/* Forms - Editorial Style */
.booking-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.2s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 0.95rem;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    margin-top: 1rem;
}

/* Contact Page */
.contact-info {
    margin-top: 2rem;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h3 {
    margin-top: 0;
    font-size: 1.4rem;
}

.info-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.5rem;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: #1a1a1a;
}

/* Thanks Page */
.confirmation-box {
    background: #f0f9ff;
    border: 1px solid #bfdbfe;
    border-radius: 4px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.confirmation-box h3 {
    margin-top: 0;
    color: #1e40af;
}

.service-selected {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #1e40af;
}

/* Legal Pages */
.legal-content .story-container {
    max-width: 800px;
}

.legal-content h2 {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.legal-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
}

.cookies-table th,
.cookies-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.cookies-table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.btn-sticky {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    font-size: 0.95rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.cookie-content a {
    color: #93c5fd;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.625rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.btn-accept {
    background: #2563eb;
    color: #ffffff;
}

.btn-accept:hover {
    background: #1d4ed8;
}

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background: rgba(255,255,255,0.1);
}

/* Footer */
.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.footer-column p {
    font-size: 0.95rem;
    color: #d1d5db;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.75rem;
}

.footer-column ul li a {
    color: #d1d5db;
    font-size: 0.95rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* Responsive Design - Mobile First */
@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .navbar {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .story-container {
        padding: 2rem 1.5rem;
    }

    .lead-text {
        font-size: 1.2rem;
    }

    p {
        font-size: 1.05rem;
    }

    .service-cards {
        gap: 2rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .price {
        font-size: 1.8rem;
    }

    .price-large {
        font-size: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .sticky-cta {
        padding: 0.75rem;
    }

    .btn-sticky {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .story-container {
        padding: 1.5rem 1rem;
    }

    .navbar {
        padding: 0.75rem;
    }

    .logo {
        font-size: 1.3rem;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }
}
