/* MINIMAL PREMIUM ARCHETYPE - Large spacing, minimal elements, big typography */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Navigation */
.main-nav {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e0e0e0;
    padding: 2rem 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.ad-notice {
    font-size: 0.75rem;
    color: #888;
    padding: 0.4rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

/* Hero Section - Minimal Premium Style */
.hero-minimal {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 4rem 6rem;
}

.hero-content-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6rem;
}

.hero-title-large {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image-wide {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

/* CTA Buttons */
.cta-primary,
.cta-secondary {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.cta-primary {
    background-color: #1a1a1a;
    color: #ffffff;
}

.cta-primary:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.cta-secondary {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

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

/* Content Containers */
.content-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4rem;
}

.content-narrow-center {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4rem;
    text-align: center;
}

.content-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
}

.content-wide-split {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    gap: 6rem;
    align-items: flex-start;
}

/* Typography */
.section-heading-xl {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
}

.section-heading-large {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.text-large {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.text-medium {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

/* Sections */
.philosophy-section,
.mission-section,
.trust-section,
.values-section,
.cta-section,
.approach-section,
.story-section,
.team-philosophy,
.principles-section,
.impact-section,
.cta-about,
.contact-info-section,
.contact-message,
.location-section,
.contact-cta,
.services-cta,
.page-hero {
    padding: 8rem 0;
}

.philosophy-section {
    background-color: #fafafa;
}

.trust-section {
    background-color: #f5f5f5;
}

/* Service Cards - Large Format */
.services-preview {
    padding: 6rem 4rem;
}

.service-card-large {
    max-width: 1200px;
    margin: 0 auto 8rem;
    display: flex;
    gap: 6rem;
    align-items: center;
}

.service-visual {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-info p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    margin: 2rem 0;
    letter-spacing: -0.02em;
}

.btn-select-service {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

/* Form Section */
.form-section {
    padding: 8rem 4rem;
    background-color: #fafafa;
}

.consultation-form {
    margin-top: 3rem;
}

.selected-service-display {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 3rem;
    border: 2px solid #1a1a1a;
}

.selected-service-display p {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.selected-service-display strong {
    color: #1a1a1a;
}

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

.form-group label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

/* Testimonials */
.testimonial-large {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    color: #1a1a1a;
    margin: 4rem 0;
}

.testimonial-large cite {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-style: normal;
    color: #666;
}

/* Approach Section */
.approach-content {
    flex: 1;
}

.approach-visual {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

/* Values Grid */
.values-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}

.value-item h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

/* Page Styles */
.page-title-xl {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.page-intro-large {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
}

/* Story Section */
.story-image {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

.story-content {
    flex: 1;
}

/* Principles List */
.principles-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
}

.principle-item h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

/* Services Detailed */
.services-detailed {
    padding: 4rem;
}

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 8rem;
    display: flex;
    gap: 6rem;
    align-items: center;
}

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

.service-detail-content h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-description {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.service-features {
    list-style: none;
    margin: 2rem 0;
}

.service-features li {
    font-size: 1.1rem;
    color: #4a4a4a;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.service-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: bold;
}

.service-pricing-detail {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin: 2rem 0;
}

.price-label {
    font-size: 1.1rem;
    color: #666;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.service-detail-visual {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

/* Contact Page */
.contact-details {
    flex: 1;
}

.contact-item {
    margin-bottom: 3rem;
}

.contact-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

.contact-email {
    font-size: 1.1rem;
    color: #4a4a4a;
    pointer-events: none;
}

.contact-visual {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

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

/* Thanks Page */
.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 4rem;
}

.thanks-title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.thanks-message {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 3rem;
}

.service-confirmation {
    background-color: #fafafa;
    padding: 2rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.service-confirmation p {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.service-confirmation strong {
    color: #1a1a1a;
}

.thanks-info {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

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

/* Legal Pages */
.legal-page {
    padding: 6rem 0;
    min-height: 60vh;
}

.legal-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 3rem 0 1.5rem;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.legal-page h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 1.5rem 0 1rem;
    color: #1a1a1a;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
}

.legal-page ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.legal-page li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 0.8rem;
}

.legal-page a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-page a:hover {
    text-decoration: none;
}

/* Footer */
.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6rem 4rem 3rem;
    margin-top: 8rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 6rem;
    margin-bottom: 4rem;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #cccccc;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

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

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

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #aaaaaa;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #888888;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 2rem;
    z-index: 10000;
    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: 3rem;
}

.cookie-content p {
    font-size: 1rem;
    line-height: 1.6;
    flex: 1;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

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

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 3.5rem;
    }

    .section-heading-xl {
        font-size: 2.8rem;
    }

    .service-card-large,
    .service-detail-card {
        flex-direction: column;
        gap: 3rem;
    }

    .content-wide-split {
        flex-direction: column;
        gap: 3rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 3rem;
    }

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

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

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

    .hero-minimal {
        padding: 4rem 2rem;
    }

    .hero-title-large {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .content-narrow,
    .content-wide,
    .content-narrow-center {
        padding: 0 2rem;
    }

    .section-heading-xl {
        font-size: 2.2rem;
    }

    .text-large {
        font-size: 1.1rem;
    }

    .philosophy-section,
    .mission-section,
    .trust-section,
    .values-section,
    .cta-section,
    .approach-section,
    .story-section,
    .team-philosophy,
    .principles-section,
    .impact-section,
    .cta-about,
    .contact-info-section,
    .contact-message,
    .location-section,
    .contact-cta,
    .services-cta,
    .page-hero {
        padding: 4rem 0;
    }

    .services-preview,
    .services-detailed {
        padding: 3rem 2rem;
    }

    .service-card-large {
        margin-bottom: 4rem;
    }

    .thanks-title {
        font-size: 2.5rem;
    }

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

    .main-footer {
        padding: 4rem 2rem 2rem;
        margin-top: 4rem;
    }
}