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

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

.ad-notice {
    background-color: #f0e6d6;
    color: #5a4a3a;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    border-bottom: 1px solid #d4c4b0;
    font-family: 'Arial', sans-serif;
}

.header-magazine {
    background-color: #ffffff;
    border-bottom: 3px solid #2c2c2c;
    padding: 20px 0;
}

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

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c2c2c;
    letter-spacing: 1px;
}

.main-nav {
    display: flex;
    gap: 35px;
}

.main-nav a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

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

.hero-magazine {
    background-color: #ffffff;
    padding: 60px 0;
}

.hero-content-split {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.hero-text-block {
    flex: 1 1 500px;
}

.hero-text-block h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.3rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.hero-image-block {
    flex: 1 1 500px;
    background-color: #e8e4de;
}

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

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

.column-layout-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.column-layout-3 .column {
    flex: 1 1 300px;
}

.column-layout-3 .column h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.column-layout-3 .column p {
    font-size: 1.05rem;
    line-height: 1.8;
}

.column-layout-3 .column img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.pull-quote {
    font-size: 1.25rem;
    font-style: italic;
    color: #4a4a4a;
    border-left: 4px solid #8b6f47;
    padding-left: 20px;
    line-height: 1.7;
}

.feature-asymmetric {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.feature-image-left {
    flex: 1 1 450px;
    background-color: #e8e4de;
}

.feature-image-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.feature-content-right {
    flex: 1 1 500px;
}

.feature-content-right h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.feature-content-right p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.services-overview {
    padding: 80px 0;
    background-color: #f5f3ef;
}

.section-title-centered {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-intro {
    text-align: center;
    font-size: 1.15rem;
    color: #5a5a5a;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.service-card {
    flex: 1 1 350px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.service-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.service-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #8b6f47;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.btn-select-service {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

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

.testimonial-layout {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 1.05rem;
    color: #d4c4b0;
    font-style: normal;
}

.collection-highlight {
    padding: 80px 0;
    background-color: #ffffff;
}

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

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

.highlight-text h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.highlight-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.highlight-image {
    flex: 1 1 450px;
    background-color: #e8e4de;
}

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

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

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-wrapper h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.form-wrapper p {
    margin-bottom: 30px;
    color: #5a5a5a;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    font-family: 'Georgia', serif;
}

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

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

.btn-submit {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.visual-break {
    padding: 0;
    background-color: #2c2c2c;
}

.full-width-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.disclaimer-section {
    padding: 40px 0;
    background-color: #f0e6d6;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #8b6f47;
}

.disclaimer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

.footer-magazine {
    background-color: #2c2c2c;
    color: #d4c4b0;
    padding: 60px 0 30px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

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

.footer-col ul li a {
    color: #d4c4b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1 1 500px;
    font-size: 0.95rem;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

.cookie-content p a {
    color: #8b6f47;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 24px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.btn-cookie-accept {
    background-color: #8b6f47;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #6d5737;
}

.btn-cookie-reject {
    background-color: #5a5a5a;
    color: #ffffff;
}

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

.page-hero {
    background-color: #f5f3ef;
    padding: 80px 0 40px;
    border-bottom: 3px solid #2c2c2c;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #5a5a5a;
}

.about-content {
    padding: 80px 0;
    background-color: #ffffff;
}

.column-layout-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
}

.column-layout-2 .column {
    flex: 1 1 450px;
}

.column-layout-2 .column h2 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.column-layout-2 .column p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.expertise-section {
    margin-bottom: 60px;
}

.expertise-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.expertise-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

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

.value-item {
    flex: 1 1 300px;
    padding: 30px;
    background-color: #f5f3ef;
    border-left: 4px solid #8b6f47;
}

.value-item h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.value-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.services-detailed {
    padding: 60px 0;
    background-color: #ffffff;
}

.service-detail {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #e8e4de;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.service-price-large {
    font-size: 1.8rem;
    font-weight: bold;
    color: #8b6f47;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

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

.service-features li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.7;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-size: 1.5rem;
}

.contact-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

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

.contact-block {
    margin-bottom: 40px;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
}

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

.contact-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.contact-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.legal-content {
    padding: 60px 0;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-content h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.legal-content ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

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

.cookies-table th {
    background-color: #f5f3ef;
    font-weight: bold;
}

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

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-confirmation {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-weight: bold;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

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

.btn-secondary {
    background-color: #5a5a5a;
    color: #ffffff;
}

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

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .hero-text-block h1 {
        font-size: 2.2rem;
    }

    .section-title-centered {
        font-size: 2rem;
    }

    .form-wrapper {
        padding: 30px;
    }

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

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