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

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.ad-notice {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b7355;
}

.magazine-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-editorial {
    position: relative;
    margin-bottom: 4rem;
}

.hero-image-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #2a2a2a;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.2;
    max-width: 800px;
}

.hero-subtext {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.9;
}

.intro-columns {
    display: flex;
    gap: 3rem;
    padding: 3rem 2rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
}

.column-wide {
    flex: 2;
}

.column-narrow {
    flex: 1;
}

.column-wide h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.column-wide p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.insight-box {
    background-color: #f8f6f3;
    padding: 2rem;
    border-left: 3px solid #8b7355;
}

.insight-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.insight-box ul {
    list-style: none;
}

.insight-box li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0d9cc;
    font-size: 0.95rem;
}

.insight-box li:last-child {
    border-bottom: none;
}

.story-section {
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.text-image-split {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.text-content {
    flex: 1.2;
}

.image-content {
    flex: 1;
}

.text-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.text-content p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
}

.image-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.highlight-block {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 4rem 2rem;
    margin-bottom: 4rem;
}

.highlight-inner {
    max-width: 900px;
    margin: 0 auto;
}

.highlight-inner h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.highlight-inner p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.highlight-inner img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    object-fit: cover;
    background-color: #1a1a1a;
}

.multi-column-grid {
    display: flex;
    gap: 2rem;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
}

.grid-item {
    flex: 1;
}

.grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1rem;
    background-color: #e8e8e8;
}

.grid-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.grid-item p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.testimonial-strip {
    background-color: #f8f6f3;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.testimonial-strip blockquote {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.7;
    color: #3a3a3a;
}

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

.insight-deep {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.insight-deep h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.insight-deep p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
}

.insight-deep a {
    color: #8b7355;
    text-decoration: none;
    font-weight: 500;
}

.insight-deep a:hover {
    text-decoration: underline;
}

.services-preview {
    padding: 4rem 2rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
}

.services-preview h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
}

.services-preview > p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #555;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(50% - 1rem);
    background-color: #f8f6f3;
    padding: 2rem;
    border-left: 3px solid #8b7355;
    min-width: 280px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.service-card p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #8b7355;
    margin-bottom: 1rem;
}

.select-service {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.select-service:hover {
    background-color: #8b7355;
}

.form-section {
    background-color: #f8f6f3;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    text-align: center;
}

.form-container > p {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8b7355;
}

.submit-btn {
    width: 100%;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 1.1rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
    margin-top: 1rem;
}

.submit-btn:hover {
    background-color: #8b7355;
}

.disclaimer-section {
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.disclaimer {
    font-size: 0.85rem;
    color: #666;
    background-color: #f8f6f3;
    padding: 1.5rem;
    border-left: 3px solid #8b7355;
    line-height: 1.6;
}

.references-section {
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.references-section ol {
    padding-left: 2rem;
}

.references-section li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.references-section a {
    color: #8b7355;
    text-decoration: none;
}

.references-section a:hover {
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 2000;
    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 {
    flex: 1;
    font-size: 0.95rem;
    min-width: 250px;
}

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

.cookie-buttons button {
    padding: 0.8rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s;
    font-family: inherit;
}

#acceptCookies {
    background-color: #8b7355;
    color: #ffffff;
}

#acceptCookies:hover {
    background-color: #a08566;
}

#rejectCookies {
    background-color: #ffffff;
    color: #2a2a2a;
}

#rejectCookies:hover {
    background-color: #e0e0e0;
}

.main-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 3rem 2rem 1.5rem;
}

.footer-columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-col li {
    margin-bottom: 0.7rem;
}

.footer-col a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #8b7355;
}

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.page-header .lead {
    font-size: 1.3rem;
    color: #555;
    font-weight: 300;
}

.about-story {
    margin-bottom: 4rem;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.story-block {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 300px;
}

.story-block.full-width {
    flex: 1 1 100%;
}

.story-block h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.story-block p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.story-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.approach-list {
    list-style: none;
    padding-left: 0;
}

.approach-list li {
    padding: 0.8rem 0 0.8rem 1.5rem;
    border-left: 3px solid #8b7355;
    margin-bottom: 1rem;
    background-color: #f8f6f3;
}

.values-section {
    background-color: #f8f6f3;
    padding: 3rem;
    margin-bottom: 3rem;
}

.values-section h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 400;
}

.values-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.value-item {
    flex: 1 1 calc(50% - 1rem);
    min-width: 280px;
    padding: 2rem;
    background-color: #ffffff;
}

.value-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #8b7355;
}

.value-item p {
    font-size: 1rem;
    line-height: 1.6;
}

.services-detailed {
    margin-bottom: 3rem;
}

.service-detail-card {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    background-color: #ffffff;
    padding: 2rem;
}

.service-detail-card.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-info {
    flex: 1.3;
    display: flex;
    flex-direction: column;
}

.service-info h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.service-info p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.service-info ul {
    margin: 1rem 0 2rem 1.5rem;
}

.service-info li {
    margin-bottom: 0.7rem;
    font-size: 1rem;
}

.service-pricing {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.price {
    font-size: 2rem;
    font-weight: 600;
    color: #8b7355;
}

.cta-services {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f8f6f3;
}

.cta-services h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.cta-services p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.1rem 2.5rem;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #8b7355;
}

.contact-layout {
    display: flex;
    gap: 4rem;
}

.contact-info {
    flex: 1;
}

.contact-visual {
    flex: 1;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #8b7355;
}

.info-block p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    text-align: center;
    max-width: 700px;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #8b7355;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #555;
}

.service-confirmation {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #8b7355;
    font-weight: 500;
}

.thanks-container > p {
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #2a2a2a;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #8b7355;
}

.btn-secondary {
    background-color: #f8f6f3;
    color: #2a2a2a;
    border: 1px solid #d0d0d0;
}

.btn-secondary:hover {
    background-color: #e8e6e3;
}

.legal-page .legal-date {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #333;
}

.legal-content p {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-content li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

.legal-content a {
    color: #8b7355;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

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

.cookie-table th {
    background-color: #f8f6f3;
    font-weight: 600;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtext {
        font-size: 1rem;
    }

    .intro-columns {
        flex-direction: column;
    }

    .text-image-split {
        flex-direction: column;
    }

    .multi-column-grid {
        flex-direction: column;
    }

    .service-cards {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

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

    .footer-columns {
        flex-direction: column;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .story-block {
        flex: 1 1 100%;
    }

    .values-grid {
        flex-direction: column;
    }

    .service-detail-card,
    .service-detail-card.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}