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

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

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

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style-position: inside;
    margin-bottom: 1.2rem;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    flex: 1 1 300px;
    margin-bottom: 0;
    font-size: 0.95rem;
}

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

.btn-accept, .btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.btn-accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

.btn-accept:hover {
    background-color: #e0e0e0;
}

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

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

.header-magazine {
    background-color: #ffffff;
    border-bottom: 3px solid #1a1a1a;
    padding: 1.5rem 0;
}

.header-top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ad-disclosure {
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #666;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 0.4rem;
    background-color: #f5f5f5;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left, .nav-right {
    display: flex;
    gap: 2rem;
}

.nav-left a, .nav-right a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.brand-center {
    flex: 1;
    text-align: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.magazine-layout {
    background-color: #fafaf8;
}

.hero-editorial {
    margin-bottom: 3rem;
}

.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #e0d5c7;
}

.hero-image-container img {
    width: 100%;
    height: auto;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.hero-content-narrow {
    max-width: 700px;
    color: #ffffff;
    text-align: center;
}

.hero-title {
    font-size: 3.2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-intro {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #f5f5f5;
}

.container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

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

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.intro-columns {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.three-col-layout {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.col-intro {
    flex: 1 1 280px;
}

.col-intro h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 0.5rem;
}

.story-section {
    background-color: #fafaf8;
}

.container-narrow img {
    margin: 2rem 0;
    background-color: #e0d5c7;
}

.services-showcase {
    background-color: #f5f3ef;
    padding: 4rem 0;
}

.section-title-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

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

.service-card {
    flex: 1 1 calc(50% - 1rem);
    background-color: #ffffff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-image-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e0d5c7;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;
}

.service-info {
    padding: 1.5rem;
}

.service-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

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

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

.btn-select-service {
    width: 100%;
    padding: 0.9rem 1.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

.btn-select-service:hover {
    background-color: #333333;
}

.trust-section {
    background-color: #ffffff;
    border-top: 3px solid #1a1a1a;
}

.two-col-asymmetric {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.col-wide {
    flex: 2 1 500px;
}

.col-narrow {
    flex: 1 1 300px;
}

.testimonial-inline {
    background-color: #f5f3ef;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #1a1a1a;
}

.testimonial-inline p {
    font-style: italic;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 0.85rem;
    color: #666;
}

.cta-embedded {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-embedded h2 {
    color: #ffffff;
}

.cta-embedded p {
    color: #e0e0e0;
}

.form-section {
    background-color: #ffffff;
}

.restoration-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

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

.disclaimer-section {
    background-color: #f5f3ef;
    border-top: 1px solid #ddd;
}

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    font-style: italic;
}

.footer-magazine {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 0 1.5rem;
}

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

.footer-col {
    flex: 1 1 200px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

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

.footer-col a {
    color: #cccccc;
    font-size: 0.9rem;
}

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

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

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

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

.page-header-editorial {
    background-color: #ffffff;
    border-bottom: 3px solid #1a1a1a;
    text-align: center;
}

.intro-large {
    font-size: 1.4rem;
    color: #666;
    font-style: italic;
}

.about-story {
    background-color: #fafaf8;
}

.two-col-story {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: center;
}

.story-col {
    flex: 1 1 400px;
}

.story-col img {
    background-color: #e0d5c7;
}

.philosophy-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.values-grid {
    background-color: #f5f3ef;
}

.value-block {
    flex: 1 1 280px;
    padding: 1.5rem;
    background-color: #ffffff;
    border-left: 4px solid #1a1a1a;
}

.team-section {
    background-color: #fafaf8;
}

.highlight-box {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 2rem;
}

.highlight-box h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.stats-list {
    list-style: none;
}

.stats-list li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #ffffff;
}

.workshop-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.cta-section-about {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-section-about h2 {
    color: #ffffff;
}

.cta-section-about p {
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.btn-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

.btn-cta:hover {
    background-color: #e0e0e0;
}

.services-detailed {
    background-color: #fafaf8;
}

.service-detail-block {
    margin-bottom: 4rem;
}

.service-layout-alt {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-layout-alt.reverse {
    flex-direction: row-reverse;
}

.service-content-left {
    flex: 1 1 450px;
}

.service-image-right {
    flex: 1 1 400px;
    background-color: #e0d5c7;
}

.service-image-right img {
    width: 100%;
    height: auto;
}

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

.btn-service-link {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    transition: background-color 0.2s ease;
}

.btn-service-link:hover {
    background-color: #333333;
}

.process-overview {
    background-color: #ffffff;
    border-top: 3px solid #1a1a1a;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.process-step {
    flex: 1 1 calc(50% - 1rem);
    padding: 1.5rem;
    background-color: #f5f3ef;
    border-left: 4px solid #1a1a1a;
}

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.process-step p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.cta-services {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-services h2 {
    color: #ffffff;
}

.cta-services p {
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.btn-cta-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

.btn-cta-large:hover {
    background-color: #e0e0e0;
}

.contact-info-section {
    background-color: #fafaf8;
}

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

.contact-details {
    flex: 1 1 400px;
}

.address-block {
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-note {
    background-color: #f5f3ef;
    padding: 1.5rem;
    border-left: 4px solid #1a1a1a;
    margin-top: 2rem;
}

.contact-image {
    flex: 1 1 400px;
    background-color: #e0d5c7;
}

.contact-image img {
    width: 100%;
    height: auto;
}

.visit-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.inquiry-info {
    background-color: #fafaf8;
}

.inquiry-checklist {
    list-style: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.cta-contact {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-contact h2 {
    color: #ffffff;
}

.cta-contact p {
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.thanks-section {
    background-color: #fafaf8;
    text-align: center;
    padding: 4rem 2rem;
}

.thanks-message {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 2rem;
}

.confirmation-details {
    background-color: #ffffff;
    padding: 2rem;
    border: 1px solid #ddd;
    margin-bottom: 3rem;
    text-align: left;
}

.next-steps {
    background-color: #f5f3ef;
    padding: 2rem;
    margin-bottom: 3rem;
    text-align: left;
}

.steps-list {
    list-style: decimal;
    margin-left: 1.5rem;
}

.steps-list li {
    margin-bottom: 1rem;
}

.thanks-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.legal-page {
    background-color: #fafaf8;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-section ul {
    list-style: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.2rem;
}

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

.cookie-table thead {
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.cookie-table tbody tr:nth-child(even) {
    background-color: #f5f3ef;
}

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

    .nav-left, .nav-right {
        justify-content: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-intro {
        font-size: 1.1rem;
    }

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

    .service-layout-alt, .service-layout-alt.reverse {
        flex-direction: column;
    }

    .process-step {
        flex: 1 1 100%;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }
}