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

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fefefe;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

/* Navigation */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(254, 254, 254, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.nav-links a.active {
    border-bottom: 1px solid #1a1a1a;
}

/* Hero Sections */
.hero-minimal {
    margin-top: 5rem;
    padding: 8rem 2rem 4rem;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto 4rem;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.hero-visual {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-visual img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

/* Page Hero */
.page-hero-minimal {
    margin-top: 5rem;
    padding: 6rem 2rem 3rem;
    text-align: center;
}

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

.hero-lead {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
}

/* Content Sections */
.philosophy-intro,
.services-intro,
.content-section {
    padding: 5rem 2rem;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.lead-text,
.opening-text {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2rem;
}

.content-narrow p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

/* Visual Statement */
.visual-statement {
    position: relative;
    margin: 6rem 0;
}

.full-width-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.statement-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
}

.statement-overlay h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.3;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Approach Section */
.approach-section,
.approach-detail {
    padding: 6rem 2rem;
}

.approach-grid,
.detail-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.approach-text,
.detail-text {
    flex: 1;
}

.approach-text h3,
.detail-text h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}

.approach-text p,
.detail-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.approach-visual,
.detail-image {
    flex: 1;
}

.approach-visual img,
.detail-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Services Preview */
.services-preview {
    padding: 6rem 2rem;
    background: #f8f8f8;
}

.services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.services-header h2 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.services-list {
    max-width: 1000px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-item {
    background: #fff;
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

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

.service-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
}

.price {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-top: 1rem;
}

/* Impact Section */
.impact-section {
    padding: 6rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.impact-content h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
}

.impact-points {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.impact-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.impact-number {
    font-size: 2.5rem;
    font-weight: 200;
    color: #ccc;
    flex-shrink: 0;
}

.impact-item p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-top: 0.5rem;
}

/* Testimonial */
.testimonial-visual {
    padding: 6rem 2rem;
    background: #1a1a1a;
    color: #fff;
}

.testimonial-block {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-block blockquote {
    border: none;
}

.testimonial-block p {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.5rem;
}

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

/* Quote Section */
.quote-section {
    padding: 6rem 2rem;
    text-align: center;
}

.large-quote p {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4;
    font-style: italic;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
}

/* Process Flow */
.process-flow {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.process-flow h3 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #999;
}

.step h4 {
    font-size: 1.8rem;
    font-weight: 400;
}

.step p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

/* Values Section */
.values-section {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.values-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.value-card {
    padding: 2.5rem;
    border-left: 2px solid #1a1a1a;
}

.value-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.value-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
}

/* Story Section */
.story-section {
    padding: 6rem 2rem;
    background: #f8f8f8;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

/* Team Section */
.team-approach {
    padding: 6rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.team-approach h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}

.team-intro {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.team-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Services Detailed */
.services-detailed {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 3rem;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

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

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

.service-content h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
}

.service-content ul {
    list-style: none;
    margin-bottom: 2rem;
}

.service-content ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.service-content ul li:before {
    content: "—";
    position: absolute;
    left: 0;
}

.service-note {
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
    margin: 1.5rem 0;
}

/* Process Overview */
.process-overview {
    padding: 6rem 2rem;
    background: #f8f8f8;
}

.process-overview h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}

.process-content {
    max-width: 1000px;
    margin: 0 auto;
}

.process-content > p {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    margin-bottom: 4rem;
}

.process-steps-detailed {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.step-detailed {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.step-number {
    font-size: 3rem;
    font-weight: 200;
    color: #ddd;
    flex-shrink: 0;
}

.step-detailed h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.step-detailed p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.faq-item h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

/* Contact Sections */
.contact-info-section {
    padding: 4rem 2rem;
}

.contact-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.contact-details h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

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

.contact-item h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
    margin-bottom: 0.5rem;
}

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

.contact-item a {
    color: #1a1a1a;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.contact-item a:hover {
    border-bottom-color: #1a1a1a;
    opacity: 1;
}

.contact-note {
    margin-top: 3rem;
    padding: 1.5rem;
    background: #f8f8f8;
}

.contact-note p {
    font-size: 0.95rem;
    color: #666;
}

.contact-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Location Section */
.location-section,
.working-area {
    padding: 4rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.location-section h2,
.working-area h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.location-section p,
.working-area p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.map-placeholder {
    width: 100%;
    height: 400px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.map-placeholder p {
    font-size: 1.2rem;
    color: #999;
}

/* CTA Sections */
.cta-center {
    text-align: center;
    margin-top: 3rem;
}

.cta-section-split {
    padding: 6rem 2rem;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.cta-text h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.cta-text p {
    font-size: 1.2rem;
    color: #666;
}

.cta-simple {
    padding: 6rem 2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-simple h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.cta-simple p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.cta-section-large {
    padding: 8rem 2rem;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

.cta-section-large h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.cta-section-large p {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-large,
.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

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

.btn-primary:hover {
    background: #333;
    opacity: 1;
}

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

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

.btn-large {
    padding: 1.3rem 3rem;
    font-size: 1.1rem;
    background: #fff;
    color: #1a1a1a;
    border: 2px solid #fff;
}

.btn-large:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
}

.btn-submit {
    background: #1a1a1a;
    color: #fff;
    width: 100%;
    padding: 1.2rem;
    font-size: 1.05rem;
}

.btn-submit:hover {
    background: #333;
    opacity: 1;
}

/* Contact Form */
.contact-form-section {
    padding: 6rem 2rem;
    background: #f8f8f8;
}

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

.form-container h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.form-group label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    color: #666;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

/* Final Statement */
.final-statement {
    padding: 8rem 2rem;
    text-align: center;
}

.statement-content .large-text {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

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

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

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

.thanks-service {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8f8f8;
}

.thanks-service p {
    font-size: 1.1rem;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
}

.next-steps h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.next-steps ol {
    padding-left: 1.5rem;
}

.next-steps li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.thanks-actions {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Legal Pages */
.legal-page {
    padding: 4rem 2rem;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.updated {
    font-size: 0.95rem;
    color: #999;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 3rem 0 1.5rem;
}

.legal-content h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2rem 0 1rem;
}

.legal-content h4 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 1.5rem 0 0.5rem;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #333;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-content ul li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.legal-content a {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

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

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-table th {
    font-weight: 500;
    background: #f8f8f8;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer-section h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.footer-section p {
    color: #999;
    margin-bottom: 1rem;
}

.footer-section a {
    display: block;
    color: #ccc;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    color: #fff;
    padding: 2rem;
    z-index: 10000;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.cookie-content a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

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

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

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

.btn-accept:hover {
    background: #f0f0f0;
}

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

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

/* Tablet Styles */
@media (min-width: 768px) {
    .hero-content h1 {
        font-size: 5rem;
    }

    .approach-grid,
    .detail-grid {
        flex-direction: row;
    }

    .services-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-item {
        flex: 0 0 calc(50% - 1rem);
    }

    .impact-points {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .impact-item {
        flex: 0 0 calc(50% - 1.25rem);
    }

    .process-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step {
        flex: 0 0 calc(50% - 1.5rem);
    }

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-card {
        flex: 0 0 calc(50% - 1.5rem);
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .contact-grid {
        flex-direction: row;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .hero-content h1 {
        font-size: 6rem;
    }

    .statement-overlay h2 {
        font-size: 4rem;
    }

    .impact-points {
        flex-direction: column;
    }

    .impact-item {
        flex: 1 1 auto;
    }

    .process-steps {
        flex-direction: row;
    }

    .step {
        flex: 1;
    }

    .values-grid {
        flex-direction: row;
    }

    .value-card {
        flex: 1;
    }
}
