* {
    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;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    color: #8b6914;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #5c4409;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 24px;
    z-index: 1000;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1 1 300px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #8b6914;
    color: #fff;
}

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

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

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

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

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.brand-section {
    flex: 0 0 auto;
}

.brand-name {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 4px;
}

.brand-tagline {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.main-nav {
    flex: 1 1 auto;
}

.main-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
}

.main-nav a {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #8b6914;
}

.ad-disclosure {
    flex: 0 0 auto;
    background-color: #f5f5f5;
    padding: 6px 14px;
    border-radius: 4px;
}

.ad-disclosure span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-editorial {
    margin-bottom: 80px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #e5ddd3;
}

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

.hero-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 0 40px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-overlay h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 16px;
    max-width: 800px;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 22px;
    max-width: 600px;
    font-style: italic;
}

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

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

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

.intro-columns {
    padding: 80px 0;
    background-color: #fff;
}

.intro-columns .container-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.column-left {
    flex: 1 1 500px;
}

.column-left h3 {
    font-size: 38px;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #2c2c2c;
}

.column-left p {
    margin-bottom: 20px;
    font-size: 18px;
}

.column-right {
    flex: 1 1 400px;
}

.highlight-box {
    background-color: #f9f6f0;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #8b6914;
}

.highlight-box h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.highlight-box p {
    font-size: 16px;
    line-height: 1.6;
}

.column-right img {
    width: 100%;
    background-color: #e5ddd3;
}

.heritage-section {
    padding: 100px 0;
    background-color: #f5f3ee;
}

.split-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.content-text {
    flex: 1 1 500px;
}

.content-text h3 {
    font-size: 42px;
    margin-bottom: 28px;
    line-height: 1.2;
}

.content-text p {
    margin-bottom: 20px;
    font-size: 17px;
}

.content-image {
    flex: 1 1 450px;
}

.content-image img {
    width: 100%;
    background-color: #d8d0c5;
}

.inline-cta {
    margin-top: 32px;
}

.link-cta {
    display: inline-block;
    color: #8b6914;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #8b6914;
    transition: all 0.3s ease;
}

.link-cta:hover {
    border-bottom-color: #5c4409;
    color: #5c4409;
}

.services-overview {
    padding: 90px 0;
    background-color: #fff;
}

.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-header-center h3 {
    font-size: 44px;
    margin-bottom: 16px;
}

.section-header-center p {
    font-size: 19px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-grid-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    background-color: #fafaf8;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    border: 1px solid #e8e8e8;
}

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

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

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

.service-content {
    padding: 30px;
}

.service-content h4 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.service-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #8b6914;
    margin-bottom: 20px;
}

.btn-select {
    padding: 12px 28px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section {
    padding: 80px 0;
    background-color: #f9f6f0;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h3 {
    font-size: 38px;
    margin-bottom: 12px;
}

.form-intro p {
    font-size: 17px;
    color: #666;
}

.consultation-form {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

.selected-service-display {
    background-color: #f5f3ee;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #8b6914;
}

.selected-service-display p {
    margin-bottom: 6px;
    font-size: 16px;
}

.service-price-display {
    color: #8b6914;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #8b6914;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.craftsmanship-detail {
    padding: 100px 0;
    background-color: #fff;
}

.asymmetric-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.narrow-column {
    flex: 0 0 350px;
}

.narrow-column img {
    width: 100%;
    background-color: #d8d0c5;
}

.wide-column {
    flex: 1 1 500px;
}

.wide-column h3 {
    font-size: 36px;
    margin-bottom: 24px;
}

.wide-column p {
    margin-bottom: 18px;
    font-size: 17px;
}

.testimonial-inline {
    padding: 80px 0;
    background-color: #2c2c2c;
    color: #fff;
}

.testimonial-inline blockquote {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

.testimonial-inline p {
    font-size: 26px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-inline footer {
    font-size: 16px;
    font-style: normal;
    color: #aaa;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1 1 250px;
}

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

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

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

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

.footer-column a {
    color: #ccc;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 13px;
    margin-bottom: 20px;
}

.disclaimer {
    font-size: 12px !important;
    line-height: 1.6;
    color: #999;
    margin-bottom: 30px !important;
}

.page-header {
    padding: 80px 0 40px;
    background-color: #f5f3ee;
    text-align: center;
}

.page-header h2 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-header .lead {
    font-size: 20px;
    color: #666;
}

.timeline-section {
    padding: 80px 0;
    background-color: #fff;
}

.timeline-entry {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.timeline-entry:last-child {
    border-bottom: none;
}

.timeline-year {
    flex: 0 0 150px;
    font-size: 42px;
    font-weight: 700;
    color: #8b6914;
}

.timeline-content {
    flex: 1 1 600px;
}

.timeline-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.timeline-content p {
    margin-bottom: 16px;
    font-size: 17px;
}

.timeline-content img {
    margin-top: 24px;
    width: 100%;
    background-color: #e5ddd3;
}

.split-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
}

.split-images img {
    flex: 1 1 calc(50% - 10px);
    background-color: #d8d0c5;
}

.philosophy-section {
    padding: 100px 0;
    background-color: #f9f6f0;
}

.philosophy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.philosophy-text {
    flex: 1 1 500px;
}

.philosophy-text h3 {
    font-size: 40px;
    margin-bottom: 24px;
}

.philosophy-text p {
    margin-bottom: 18px;
    font-size: 17px;
}

.philosophy-image {
    flex: 1 1 450px;
}

.philosophy-image img {
    width: 100%;
    background-color: #d8d0c5;
}

.values-section {
    padding: 80px 0;
    background-color: #fff;
}

.values-section h3 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.values-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-item {
    flex: 1 1 300px;
    padding: 30px;
    background-color: #fafaf8;
    border-left: 3px solid #8b6914;
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.value-item p {
    font-size: 16px;
    line-height: 1.6;
}

.services-detailed {
    padding: 80px 0;
    background-color: #fff;
}

.service-detail-block {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

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

.service-detail-content {
    flex: 1 1 500px;
}

.service-detail-content h3 {
    font-size: 36px;
    margin-bottom: 24px;
}

.service-detail-content p {
    margin-bottom: 18px;
    font-size: 17px;
}

.service-features {
    list-style: none;
    margin: 30px 0;
}

.service-features li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b6914;
    font-weight: 700;
}

.service-pricing-block {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.price-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 12px;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #8b6914;
}

.btn-action {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-action:hover {
    background-color: #000;
}

.service-detail-image {
    flex: 1 1 450px;
}

.service-detail-image img {
    width: 100%;
    background-color: #d8d0c5;
}

.cta-full-width {
    padding: 80px 0;
    background-color: #8b6914;
    text-align: center;
    color: #fff;
}

.cta-full-width h3 {
    font-size: 42px;
    margin-bottom: 16px;
}

.cta-full-width p {
    font-size: 20px;
    margin-bottom: 32px;
}

.btn-large {
    display: inline-block;
    padding: 18px 40px;
    background-color: #fff;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-large:hover {
    background-color: #f5f3ee;
    color: #000;
}

.contact-content {
    padding: 80px 0;
    background-color: #fff;
}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact-info-block {
    flex: 1 1 450px;
}

.contact-info-block h3 {
    font-size: 36px;
    margin-bottom: 24px;
}

.contact-info-block p {
    font-size: 17px;
    margin-bottom: 16px;
}

.info-section {
    margin-top: 40px;
}

.info-section h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #8b6914;
}

.info-section p {
    font-size: 16px;
    line-height: 1.6;
}

.email-display {
    color: #2c2c2c;
    font-weight: 600;
}

.note {
    font-size: 14px !important;
    color: #666;
    font-style: italic;
    margin-top: 8px !important;
}

.contact-image-block {
    flex: 1 1 450px;
}

.contact-image-block img {
    width: 100%;
    background-color: #d8d0c5;
    margin-bottom: 12px;
}

.image-caption {
    padding: 12px;
    background-color: #f5f3ee;
}

.image-caption p {
    font-size: 14px;
    color: #666;
}

.map-placeholder {
    padding: 60px 0;
    background-color: #f5f3ee;
}

.map-info {
    text-align: center;
}

.map-info p {
    font-size: 16px;
    color: #666;
}

.visit-info {
    padding: 80px 0;
    background-color: #fff;
}

.visit-info h3 {
    font-size: 32px;
    margin-bottom: 24px;
}

.visit-info p {
    font-size: 17px;
    margin-bottom: 18px;
}

.thanks-section {
    padding: 100px 0;
    background-color: #fff;
}

.thanks-content {
    text-align: center;
}

.thanks-content h2 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #8b6914;
}

.thanks-content .lead {
    font-size: 22px;
    margin-bottom: 40px;
}

.thanks-details {
    margin-bottom: 50px;
}

.thanks-details p {
    font-size: 18px;
    margin-bottom: 12px;
}

.thanks-info {
    margin-bottom: 50px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thanks-info h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.process-steps {
    list-style: decimal;
    padding-left: 24px;
}

.process-steps li {
    font-size: 17px;
    margin-bottom: 14px;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2c2c2c;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2c2c2c;
    color: #fff;
}

.additional-info {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f9f6f0;
    border-left: 4px solid #8b6914;
}

.additional-info h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.additional-info p {
    font-size: 16px;
    margin-bottom: 12px;
}

.legal-content {
    padding: 80px 0;
    background-color: #fff;
}

.legal-intro {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.legal-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.legal-content h3 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.legal-content h4 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #444;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-content li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-date {
    margin-top: 50px !important;
    font-style: italic;
    color: #999 !important;
}

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

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

    .column-left,
    .column-right {
        flex: 1 1 100%;
    }

    .split-content,
    .philosophy-grid,
    .contact-layout {
        flex-direction: column;
    }

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

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

    .narrow-column {
        flex: 1 1 100%;
    }

    .timeline-entry {
        flex-direction: column;
    }

    .timeline-year {
        flex: 1 1 100%;
    }

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