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

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

.ad-notice {
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 5%;
    background-color: transparent;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

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

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 5%;
    position: relative;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin-bottom: 5rem;
}

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

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666;
    letter-spacing: 0.02em;
}

.hero-image-wrap {
    width: 100%;
    max-width: 1200px;
    background-color: #e8e8e8;
}

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

.story-intro {
    padding: 8rem 5%;
    background-color: #ffffff;
}

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

.intro-text {
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 300;
}

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

.insight-section {
    padding: 8rem 5%;
    background-color: #fafafa;
}

.insight-wrapper {
    display: flex;
    gap: 6rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.insight-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.insight-text {
    flex: 1;
}

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

.insight-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444;
}

.trust-markers {
    padding: 8rem 5%;
    background-color: #ffffff;
}

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

.marker-grid {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.marker-item {
    flex: 1;
    text-align: center;
}

.marker-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.marker-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.testimonial-inline {
    padding: 8rem 5%;
    background-color: #2c2c2c;
    color: #ffffff;
}

.testimonial-inline blockquote {
    text-align: center;
}

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

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

.collection-preview {
    padding: 8rem 5%;
    background-color: #fafafa;
}

.collection-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 5rem;
}

.collection-header h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.collection-header p {
    font-size: 1.1rem;
    color: #666;
}

.collection-cards {
    display: flex;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.collection-card {
    flex: 1;
    background-color: #ffffff;
    padding: 0;
}

.card-image {
    width: 100%;
    background-color: #e8e8e8;
    margin-bottom: 2rem;
}

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

.collection-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 0 2rem;
}

.collection-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.cta-select {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-color 0.3s ease;
}

.cta-select:hover {
    background-color: #333;
}

.pricing-reveal {
    padding: 8rem 5%;
    background-color: #ffffff;
}

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

.pricing-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 4rem;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.price-label {
    font-size: 1.25rem;
    font-weight: 400;
}

.price-value {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666;
}

.form-section {
    padding: 8rem 5%;
    background-color: #fafafa;
}

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

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

.form-container > p {
    text-align: center;
    font-size: 1rem;
    color: #666;
    margin-bottom: 3rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

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

.submit-btn {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1.25rem;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-color 0.3s ease;
}

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

.site-footer {
    padding: 5rem 5% 3rem;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.footer-column h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.footer-column p {
    font-size: 0.95rem;
    color: #aaa;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 0.75rem;
}

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #444;
}

.footer-disclaimer p {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #d0d0d0;
    padding: 2rem 5%;
    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;
    color: #444;
}

.cookie-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 0.75rem 2rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

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

.cookie-reject {
    background-color: #e0e0e0;
    color: #1a1a1a;
}

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.8;
}

.thanks-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 5%;
    text-align: center;
}

.thanks-page h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.thanks-page p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin-bottom: 1rem;
}

.thanks-page a {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.thanks-page a:hover {
    background-color: #333;
}

.legal-page {
    padding: 5rem 5%;
    background-color: #ffffff;
}

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

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

.legal-content h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

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

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

.legal-content ul li {
    margin-bottom: 0.75rem;
    color: #444;
}

.contact-page {
    padding: 5rem 5%;
    background-color: #ffffff;
}

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

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

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

.contact-info h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.contact-info p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.5rem;
}

.about-page {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.about-header {
    max-width: 900px;
    margin: 0 auto 5rem;
    text-align: center;
}

.about-header h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.about-header p {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.8;
}

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

.about-section {
    margin-bottom: 5rem;
}

.about-section h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

.services-page {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.services-header {
    max-width: 900px;
    margin: 0 auto 5rem;
    text-align: center;
}

.services-header h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

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

.service-item {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.service-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

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

.service-price {
    font-size: 1.5rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.service-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.service-cta:hover {
    background-color: #333;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .insight-wrapper {
        flex-direction: column;
        gap: 3rem;
    }

    .marker-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .collection-cards {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-item {
        flex-direction: column;
        gap: 2rem;
    }

    .nav-links {
        gap: 1.5rem;
    }
}