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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fafafa;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

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

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

.ad-disclosure {
    font-size: 0.8rem;
    color: #888888;
    padding: 0.4rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hero-minimal {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #e8e8e8;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-text-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 0 3rem;
}

.hero-text-overlay h1 {
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.hero-tagline {
    font-size: 1.5rem;
    color: #3a3a3a;
    font-weight: 300;
}

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

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

.intro-minimal {
    padding: 10rem 0;
    background-color: #ffffff;
}

.intro-minimal h2 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    line-height: 1.3;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #4a4a4a;
    font-weight: 300;
}

.value-proposition {
    padding: 10rem 0;
    background-color: #f8f8f8;
}

.split-content {
    display: flex;
    align-items: center;
    gap: 8rem;
}

.content-left {
    flex: 1;
}

.content-right {
    flex: 1;
}

.content-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.split-content h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.split-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.services-overview {
    padding: 10rem 0;
    background-color: #ffffff;
}

.services-overview h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 5rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card {
    padding: 4rem;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}

.service-card h4 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

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

.service-price {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
}

.why-section {
    padding: 10rem 0;
    background-color: #f8f8f8;
}

.why-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.why-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.testimonial-inline {
    padding: 10rem 0;
    background-color: #2a2a2a;
}

.testimonial-quote {
    text-align: center;
}

.testimonial-quote p {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2rem;
}

.testimonial-quote cite {
    font-size: 1rem;
    color: #cccccc;
    font-style: normal;
}

.process-section {
    padding: 10rem 0;
    background-color: #ffffff;
}

.process-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 6rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.process-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.process-item {
    flex: 1 1 calc(50% - 2rem);
    min-width: 300px;
}

.process-number {
    font-size: 3rem;
    font-weight: 300;
    color: #cccccc;
    margin-bottom: 1.5rem;
}

.process-item h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

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

.inquiry-section {
    padding: 10rem 0;
    background-color: #f8f8f8;
}

.inquiry-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.form-intro {
    font-size: 1.15rem;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 4rem;
}

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

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

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

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2a2a2a;
}

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

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

.disclaimer-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666666;
    text-align: center;
}

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

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

.footer-section h5 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.7;
}

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

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

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

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

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

.page-hero {
    padding: 8rem 0 4rem;
    background-color: #ffffff;
}

.page-hero h1 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.page-intro {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 2rem;
}

.about-intro {
    padding: 5rem 0;
    background-color: #f8f8f8;
}

.about-philosophy {
    padding: 8rem 0;
    background-color: #ffffff;
}

.split-content-reverse {
    display: flex;
    align-items: center;
    gap: 8rem;
}

.split-content-reverse .content-left {
    flex: 1;
}

.split-content-reverse .content-right {
    flex: 1;
}

.split-content-reverse .content-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.split-content-reverse h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.split-content-reverse p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.expertise-section {
    padding: 8rem 0;
    background-color: #f8f8f8;
}

.expertise-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.expertise-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.values-grid {
    padding: 8rem 0;
    background-color: #ffffff;
}

.values-grid h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 5rem;
    text-align: center;
    letter-spacing: -0.02em;
}

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

.value-item {
    flex: 1 1 calc(50% - 2rem);
    min-width: 300px;
}

.value-item h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

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

.market-context {
    padding: 8rem 0;
    background-color: #f8f8f8;
}

.market-context h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.market-context p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.commitment-section {
    padding: 8rem 0;
    background-color: #ffffff;
}

.commitment-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.commitment-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.service-detail {
    padding: 8rem 0;
    background-color: #ffffff;
}

.service-detail.alternate {
    background-color: #f8f8f8;
}

.service-layout {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
}

.service-content {
    flex: 1;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.service-layout h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.price-display {
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.service-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.service-content h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

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

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

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2a2a2a;
}

.additional-services {
    padding: 8rem 0;
    background-color: #ffffff;
}

.additional-services h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.additional-services p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.service-approach {
    padding: 8rem 0;
    background-color: #f8f8f8;
}

.service-approach h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.service-approach p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.contact-info {
    padding: 6rem 0;
    background-color: #ffffff;
}

.contact-info h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.contact-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 4rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-item h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

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

.email-display {
    color: #4a4a4a;
}

.note-text {
    font-size: 0.95rem;
    color: #666666;
    margin-top: 1rem;
}

.contact-approach {
    padding: 6rem 0;
    background-color: #f8f8f8;
}

.contact-approach h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.contact-approach p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.location-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.location-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.location-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.thanks-section {
    padding: 10rem 0;
    background-color: #ffffff;
    text-align: center;
}

.thanks-section h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
}

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

.thanks-details {
    text-align: left;
    margin-bottom: 5rem;
}

.thanks-details p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.thanks-next-steps {
    text-align: left;
    margin-bottom: 5rem;
}

.thanks-next-steps h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.next-steps-list {
    list-style-position: inside;
    padding-left: 0;
}

.next-steps-list li {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

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

.btn-primary {
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}

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

.btn-secondary {
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    background-color: transparent;
    color: #2a2a2a;
    text-decoration: none;
    border: 1px solid #2a2a2a;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

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

.legal-page {
    padding: 6rem 0;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.legal-updated {
    font-size: 0.95rem;
    color: #888888;
    margin-bottom: 4rem;
}

.legal-page h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.legal-page h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

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

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

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

.legal-page a {
    color: #2a2a2a;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1a1a1a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 2rem;
    z-index: 1000;
    display: none;
}

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

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

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

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

.btn-accept {
    padding: 0.8rem 2rem;
    background-color: #ffffff;
    color: #1a1a1a;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: inherit;
    transition: background-color 0.3s ease;
}

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

.btn-reject {
    padding: 0.8rem 2rem;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

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

@media (max-width: 1024px) {
    .hero-text-overlay h1 {
        font-size: 3.5rem;
    }

    .split-content,
    .split-content-reverse,
    .service-layout {
        flex-direction: column;
        gap: 4rem;
    }

    .process-grid,
    .values-layout {
        flex-direction: column;
    }

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

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

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

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1.5rem;
    }

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

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

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

    .intro-minimal h2,
    .why-section h2,
    .process-section h2,
    .inquiry-section h2,
    .services-overview h2,
    .page-hero h1 {
        font-size: 2rem;
    }

    .container-narrow,
    .container-wide {
        padding: 0 1.5rem;
    }

    .intro-minimal,
    .value-proposition,
    .services-overview,
    .why-section,
    .testimonial-inline,
    .process-section,
    .inquiry-section {
        padding: 5rem 0;
    }
}