/* VELVET HILL - EDITORIAL STORY ARCHETYPE */
/* Mobile-first, Flexbox-only design */

/* ========================================
   RESET & BASE
   ======================================== */

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

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

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

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

a {
    color: #1a5f7a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0d3b4d;
}

ul, ol {
    margin-left: 1.5rem;
}

/* ========================================
   TYPOGRAPHY - EDITORIAL STYLE
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h1 {
    font-size: 2rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.3rem;
    margin-top: 1.8rem;
}

h4 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

blockquote {
    font-style: italic;
    border-left: 3px solid #d4a373;
    padding-left: 1.5rem;
    margin: 2rem 0;
    color: #4a4a4a;
}

cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-style: normal;
    color: #666;
}

/* ========================================
   NAVIGATION - MINIMAL EDITORIAL
   ======================================== */

.nav-minimal {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}

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

.nav-links a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

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

/* ========================================
   EDITORIAL CONTAINER - NARROW CENTERED
   ======================================== */

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.text-block-narrow {
    max-width: 100%;
}

/* ========================================
   HERO - EDITORIAL STYLE
   ======================================== */

.article-hero {
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.hero-text-center {
    text-align: center;
    margin-bottom: 2.5rem;
}

.hero-headline {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-subtext {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.hero-image-wrapper {
    margin-top: 2rem;
}

.hero-img {
    width: 100%;
    border-radius: 4px;
}

/* ========================================
   PAGE HEADER
   ======================================== */

.page-header {
    text-align: center;
    padding: 2rem 0 3rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 3rem;
}

.page-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

/* ========================================
   STORY SECTIONS
   ======================================== */

.story-intro {
    margin-bottom: 3rem;
}

.opening-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.emphasis-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a5f7a;
    margin-top: 1.5rem;
}

.revelation {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #f5f1e8;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.pain-point {
    font-weight: 600;
    color: #8b4513;
    font-size: 1.1rem;
    margin: 1.5rem 0;
}

/* ========================================
   INLINE IMAGES
   ======================================== */

.inline-image {
    width: 100%;
    margin: 2.5rem 0;
    border-radius: 4px;
}

/* ========================================
   SECTION HEADINGS
   ======================================== */

.section-heading {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* ========================================
   LISTS - EDITORIAL
   ======================================== */

.impact-list,
.pattern-list,
.service-features-list,
.next-steps-list {
    list-style-type: none;
    margin: 1.5rem 0;
}

.impact-list li,
.pattern-list li,
.service-features-list li,
.next-steps-list li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
}

.impact-list li:before,
.pattern-list li:before,
.service-features-list li:before,
.next-steps-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4a373;
    font-size: 1.3rem;
}

/* ========================================
   PATTERN BOX
   ======================================== */

.pattern-box {
    background-color: #f9f9f9;
    border-left: 4px solid #d4a373;
    padding: 1.5rem;
    margin: 2rem 0;
}

.pattern-box h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

/* ========================================
   CTA BLOCKS - INLINE EDITORIAL STYLE
   ======================================== */

.cta-inline-block {
    text-align: center;
    padding: 2.5rem 0;
    margin: 3rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.cta-text {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #2c2c2c;
}

.cta-btn-primary,
.cta-btn-secondary,
.cta-btn-large {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #1a5f7a;
    color: #fff;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-btn-primary:hover,
.cta-btn-secondary:hover,
.cta-btn-large:hover {
    background-color: #0d3b4d;
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn-secondary {
    background-color: #d4a373;
}

.cta-btn-secondary:hover {
    background-color: #b88a5f;
}

.cta-btn-large {
    padding: 1.1rem 2.5rem;
    font-size: 1.1rem;
}

/* ========================================
   TESTIMONIALS - INLINE STYLE
   ======================================== */

.testimonial-inline {
    background-color: #f5f5f5;
    padding: 1.5rem;
    border-left: 3px solid #d4a373;
    margin: 2rem 0;
    font-style: italic;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.testimonial-card {
    background-color: #fff;
    padding: 1.5rem;
    border-left: 3px solid #1a5f7a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ========================================
   CLIENT TYPES
   ======================================== */

.client-types {
    margin-top: 2rem;
}

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

.client-group h4 {
    margin-top: 0;
    color: #1a5f7a;
}

.client-group p {
    color: #4a4a4a;
}

/* ========================================
   SERVICES - EDITORIAL CARD STYLE
   ======================================== */

.services-reveal {
    margin-top: 3rem;
}

.service-card-editorial {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    margin: 2.5rem 0;
    position: relative;
}

.service-card-editorial.featured {
    border: 2px solid #d4a373;
    box-shadow: 0 4px 12px rgba(212, 163, 115, 0.1);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d4a373;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-radius: 12px;
}

.service-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-intro {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.service-description {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-details h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: #1a5f7a;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1rem 0;
}

.service-features span {
    background-color: #f0f0f0;
    padding: 0.4rem 0.9rem;
    font-size: 0.9rem;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.service-price-box {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.price-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.service-price {
    font-size: 2rem;
    font-weight: 600;
    color: #1a5f7a;
    margin-bottom: 1.5rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.select-service-btn {
    padding: 0.9rem 2rem;
    background-color: #1a5f7a;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

/* ========================================
   FINAL CTA SECTION
   ======================================== */

.final-cta-section {
    margin: 4rem 0;
}

.cta-box-centered {
    background-color: #1a5f7a;
    color: #fff;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 4px;
}

.cta-box-centered h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.cta-box-centered p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.5rem;
}

.cta-box-centered .cta-btn-large {
    background-color: #fff;
    color: #1a5f7a;
}

.cta-box-centered .cta-btn-large:hover {
    background-color: #f0f0f0;
    color: #0d3b4d;
}

/* ========================================
   URGENCY BLOCK
   ======================================== */

.urgency-block {
    margin: 3rem 0;
    padding: 2rem 0;
}

.urgency-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: #8b4513;
}

.final-push {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.5rem;
}

/* ========================================
   FORM - EDITORIAL STYLE
   ======================================== */

.form-section {
    margin: 4rem 0;
    padding: 2.5rem 0;
    border-top: 2px solid #e0e0e0;
}

.contact-form-editorial {
    margin-top: 2rem;
}

.form-row {
    margin-bottom: 1.5rem;
}

.form-row label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    color: #2c2c2c;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: Georgia, serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

.form-submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #1a5f7a;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit-btn:hover {
    background-color: #0d3b4d;
}

/* ========================================
   GUARANTEE SECTION
   ======================================== */

.guarantee-section {
    background-color: #f5f1e8;
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.guarantee-section h3 {
    margin-top: 0;
    color: #1a5f7a;
}

/* ========================================
   FOOTER - MINIMAL
   ======================================== */

.footer-minimal {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 2.5rem 0;
    margin-top: 4rem;
}

.footer-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #ccc;
    font-size: 0.9rem;
}

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

.footer-copy p {
    font-size: 0.85rem;
    color: #999;
}

/* ========================================
   STICKY CTA
   ======================================== */

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a5f7a;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 90;
    display: none;
}

.sticky-cta-btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #fff;
    color: #1a5f7a;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
}

.sticky-cta-btn:hover {
    background-color: #f0f0f0;
    color: #0d3b4d;
}

/* ========================================
   COOKIE BANNER
   ======================================== */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
}

.cookie-content a {
    color: #d4a373;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.cookie-btn.reject {
    background-color: #555;
    color: #fff;
}

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

/* ========================================
   THANKS PAGE
   ======================================== */

.thanks-section {
    text-align: center;
    padding: 3rem 0;
}

.thanks-icon {
    font-size: 4rem;
    color: #1a5f7a;
    margin-bottom: 1.5rem;
}

.thanks-headline {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-info-box {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
    text-align: left;
}

.thanks-info-box h2 {
    margin-top: 0;
    font-size: 1.4rem;
}

.selected-service-display {
    background-color: #f5f1e8;
    padding: 1rem;
    border-radius: 3px;
    margin: 1rem 0;
}

.thanks-cta-box {
    margin: 3rem 0;
}

.thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.thanks-contact-reminder {
    margin-top: 3rem;
}

/* ========================================
   CONTACT PAGE
   ======================================== */

.contact-info-section {
    margin: 3rem 0;
}

.contact-details {
    margin-top: 2rem;
}

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

.contact-item h3 {
    margin-top: 0;
    color: #1a5f7a;
    font-size: 1.2rem;
}

.contact-approach {
    margin: 3rem 0;
}

.process-step {
    margin-bottom: 2rem;
}

.process-step h3 {
    color: #1a5f7a;
    margin-bottom: 0.5rem;
}

.privacy-note {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

/* ========================================
   LEGAL PAGES
   ======================================== */

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.legal-content h3 {
    color: #1a5f7a;
}

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

.legal-content li {
    margin-bottom: 0.5rem;
}

.legal-content code {
    background-color: #f5f5f5;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
}

/* ========================================
   ABOUT PAGE
   ======================================== */

.values-section {
    margin: 3rem 0;
}

.value-block {
    margin-bottom: 2.5rem;
}

.value-block h3 {
    color: #1a5f7a;
    margin-bottom: 0.8rem;
}

.team-section {
    margin: 3rem 0;
}

.impact-section {
    margin: 3rem 0;
}

.stats-simple {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a5f7a;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.5rem;
}

/* ========================================
   SERVICES PAGE
   ======================================== */

.services-list {
    margin-top: 2rem;
}

.service-details {
    margin: 1.5rem 0;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.small-text {
    font-size: 0.9rem;
    color: #666;
}

/* ========================================
   TABLET & DESKTOP
   ======================================== */

@media (min-width: 768px) {
    .hero-headline {
        font-size: 2.8rem;
    }

    .hero-subtext {
        font-size: 1.25rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .sticky-cta {
        display: block;
    }

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

    .cookie-content p {
        text-align: left;
        margin-bottom: 0;
    }

    .thanks-actions {
        flex-direction: row;
        justify-content: center;
    }

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

    .stat-item {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .hero-headline {
        font-size: 3.2rem;
    }

    .editorial-container {
        padding: 3rem 1.5rem;
    }
}