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

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

.ad-disclosure {
    background-color: #f4e4d7;
    color: #6b5744;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #d4c4b7;
    font-family: 'Arial', sans-serif;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
    font-family: 'Arial', sans-serif;
}

.nav-links a:hover {
    color: #2c2c2c;
}

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    height: 600px;
    margin-bottom: 80px;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    background-color: #d4c4b7;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
}

.hero-text-overlay h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 16px;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.6);
    line-height: 1.2;
}

.hero-text-overlay p {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}

.story-intro {
    background-color: #fff;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 32px;
    font-style: italic;
}

.narrow-content p {
    margin-bottom: 24px;
    font-size: 18px;
}

.narrow-content h2 {
    font-size: 36px;
    margin: 56px 0 24px;
    font-weight: 400;
    color: #2c2c2c;
}

.narrow-content h3 {
    font-size: 26px;
    margin: 32px 0 16px;
    font-weight: 400;
    color: #3a3a3a;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 48px 0;
    border-radius: 4px;
    background-color: #e8e8e8;
    object-fit: cover;
}

.inline-cta {
    margin: 40px 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    background-color: #6b5744;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
    font-family: 'Arial', sans-serif;
}

.cta-link:hover {
    background-color: #53432f;
}

.image-text-pair {
    display: flex;
    flex-direction: column;
    margin: 48px 0;
}

.image-text-pair img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 24px;
    background-color: #e8e8e8;
    object-fit: cover;
}

.pair-text h3 {
    margin-top: 0;
}

.service-block {
    display: flex;
    flex-direction: column;
    margin: 56px 0;
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
}

.service-block:last-of-type {
    border-bottom: none;
}

.service-block img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 24px;
    background-color: #d4c4b7;
    object-fit: cover;
}

.service-content h3 {
    margin-top: 0;
}

.price {
    font-size: 28px;
    color: #6b5744;
    font-weight: 700;
    margin: 16px 0;
}

.select-service {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: 'Arial', sans-serif;
}

.select-service:hover {
    background-color: #1a1a1a;
}

.select-service.selected {
    background-color: #6b5744;
}

.trust-section {
    margin: 64px 0;
    padding: 48px 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}

.trust-section h2 {
    margin-top: 0;
}

blockquote {
    margin: 32px 0;
    padding-left: 24px;
    border-left: 4px solid #6b5744;
}

blockquote p {
    font-size: 19px;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 8px;
}

cite {
    font-size: 15px;
    color: #777;
    font-style: normal;
}

.order-form-section {
    background-color: #f9f7f4;
    padding: 48px 32px;
    border-radius: 4px;
    margin: 56px 0;
}

.order-form-section h3 {
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
}

.order-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-row {
    margin-bottom: 24px;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #3a3a3a;
    font-family: 'Arial', sans-serif;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #6b5744;
}

.form-row input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.submit-btn {
    width: 100%;
    background-color: #6b5744;
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.submit-btn:hover {
    background-color: #53432f;
}

.submit-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.disclaimer {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-top: 56px;
    padding: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d4d4d4;
    padding: 56px 24px 24px;
}

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #d4d4d4;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 24px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: 'Arial', sans-serif;
}

.cookie-btn.accept {
    background-color: #6b5744;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #53432f;
}

.cookie-btn.reject {
    background-color: #555;
    color: #fff;
}

.cookie-btn.reject:hover {
    background-color: #444;
}

.thanks-page {
    max-width: 680px;
    margin: 80px auto;
    padding: 0 24px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 400;
}

.thanks-page p {
    font-size: 19px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.thanks-page .order-detail {
    background-color: #f9f7f4;
    padding: 24px;
    border-radius: 4px;
    margin: 32px 0;
}

.thanks-page .back-link {
    display: inline-block;
    margin-top: 32px;
    color: #6b5744;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}

.thanks-page .back-link:hover {
    color: #53432f;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 36px;
    }

    .hero-text-overlay p {
        font-size: 16px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .narrow-content h2 {
        font-size: 28px;
    }

    .lead-text {
        font-size: 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}