/*
Theme Name: Adeline Fotografie
Theme URI: https://adelinefotografie.nl
Author: Adeline Fotografie
Description: Custom thema voor Adeline Fotografie — interieurfotografie op de Veluwe.
Version: 2.0
Text Domain: adeline-fotografie
*/

:root {
    --bg-cream: #F5F0EA;
    --bg-warm: #EDE8E1;
    --white: #FFFFFF;
    --sage: #8B8E7A;
    --sage-light: #A8AA9A;
    --sage-pale: #E2E3DC;
    --sage-deep: #6E7164;
    --blush: #D4B5A0;
    --blush-light: #E8D5C8;
    --blush-pale: #F2E8E0;
    --nude: #C9B8A8;
    --text-dark: #3A3229;
    --text-mid: #6B6056;
    --text-light: #9A8E82;
    --border: #DDD6CD;

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Josefin Sans', 'Helvetica Neue', sans-serif;
    --font-accent: 'Libre Baskerville', Georgia, serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  html { scroll-behavior: smooth; font-size: 16px; background: var(--bg-warm); }

  body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background: var(--bg-cream);
    line-height: 1.7;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto;
  }

  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }

  /* ============================================
     NAVIGATION
     ============================================ */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    transition: all 0.4s ease;
    background: transparent;
    max-width: 1440px;
    margin: 0 auto;
  }

  .nav.scrolled {
    background: rgba(245, 240, 234, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 20px rgba(58, 50, 41, 0.06);
    padding: 14px 48px;
  }

  .nav-logo {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--text-dark);
  }

  .nav-logo span {
    display: block;
    font-family: var(--font-body);
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--text-light);
    font-weight: 400;
    margin-top: -2px;
  }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    margin-left: auto;
  }

  .nav-links a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-mid);
    position: relative;
    transition: color 0.3s;
  }

  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--sage);
    transition: width 0.3s ease;
  }

  .nav-links a:hover { color: var(--sage-deep); }
  .nav-links a:hover::after { width: 100%; }

  .nav-cta {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1.5px solid var(--sage);
    color: var(--sage-deep);
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
  }

  .nav-cta:hover {
    background: var(--sage);
    color: var(--white);
  }

  .nav-toggle {
    display: none;
  }

  /* ============================================
     HERO SECTION
     ============================================ */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 80px 80px 80px;
    position: relative;
    z-index: 2;
  }

  .hero-label {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
    font-weight: 400;
  }

  .hero-title {
    font-family: var(--font-display);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 300;
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 28px;
  }

  .hero-title em {
    font-style: italic;
    color: var(--sage);
  }

  .hero-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-mid);
    max-width: 420px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 300;
  }

  .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-dark);
    font-weight: 400;
    cursor: pointer;
    transition: gap 0.3s ease;
  }

  .hero-btn:hover { gap: 20px; }

  .hero-btn-line {
    width: 48px;
    height: 1px;
    background: var(--sage);
    transition: width 0.3s ease;
  }

  .hero-btn:hover .hero-btn-line { width: 64px; }

  .hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 60px;
    background: #B5AFA5;
  }

  /* Hero image section has straight vertical edge with left side */

  .hero-image-frame {
    position: relative;
    width: 100%;
    max-width: 620px;
    z-index: 2;
  }

  .hero-image-arch {
    border-radius: 240px 240px 20px 20px;
    overflow: hidden;
    aspect-ratio: 2/3.2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  }

  .hero-image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(145deg, #c5bfb5 0%, #a89e90 40%, #8a8070 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-image-placeholder span {
    font-family: var(--font-display);
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    font-style: italic;
  }

  /* Clean hero frame - no decorative elements */

  /* ============================================
     SECTION UTILITIES
     ============================================ */
  .section-label {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 16px;
    font-weight: 400;
  }

  .section-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 300;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 20px;
  }

  .section-title em {
    font-style: italic;
    color: var(--sage);
  }

  .section-text {
    font-size: 15px;
    color: var(--text-mid);
    max-width: 520px;
    line-height: 1.8;
  }

  /* ============================================
     PORTFOLIO SECTION
     ============================================ */
  .portfolio {
    background: var(--white);
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
  }

  .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }

  .portfolio-filters {
    display: flex;
    gap: 8px;
  }

  .portfolio-filter {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 1.5px solid var(--border);
    border-radius: 24px;
    cursor: pointer;
    background: transparent;
    color: var(--text-mid);
    transition: all 0.3s;
    font-weight: 400;
  }

  .portfolio-filter.active,
  .portfolio-filter:hover {
    border-color: var(--sage);
    background: var(--sage);
    color: var(--white);
  }

  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .portfolio-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
  }

  .portfolio-item.tall {
    grid-row: span 2;
    aspect-ratio: auto;
  }

  .portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .portfolio-item:hover .portfolio-img {
    transform: scale(1.04);
  }

  .portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px 24px;
    background: linear-gradient(transparent, rgba(58, 50, 41, 0.65));
    opacity: 1;
  }

  .portfolio-overlay h3,
  .portfolio-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
  }

  .portfolio-overlay span,
  .portfolio-cat {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    margin-top: 4px;
    display: block;
  }

  .portfolio-more {
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }

  /* Placeholder photo styling */
  .ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    font-style: italic;
    text-align: center;
    padding: 16px;
  }
  .ph-int { background: linear-gradient(135deg, #b8b0a4, #9a9184); }
  .ph-rec { background: linear-gradient(135deg, #a8b8a0, #8a9a80); }
  .ph-com { background: linear-gradient(135deg, #b0a8a0, #8a8278); }
  .ph-kit { background: linear-gradient(135deg, #c2b8aa, #a49a8c); }
  .ph-bath { background: linear-gradient(135deg, #bab2a6, #9c9486); }

  /* ============================================
     PORTFOLIO SINGLE PAGE
     ============================================ */
  .portfolio-single {
    padding: 140px 80px 80px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .portfolio-single-header {
    margin-bottom: 48px;
  }

  .portfolio-single-header h1 {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .portfolio-single-meta {
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-light);
    font-weight: 400;
  }

  .portfolio-single-content {
    margin-bottom: 60px;
  }

  .portfolio-single-back {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--sage);
    transition: color 0.3s;
    margin-top: 20px;
  }

  .portfolio-single-back:hover {
    color: var(--sage-deep);
  }

  @media (max-width: 768px) {
    .portfolio-single {
      padding: 120px 24px 60px;
    }

    .portfolio-single-header h1 {
      font-size: 32px;
    }
  }

  /* ============================================
     WERKWIJZE SECTION
     ============================================ */
  .werkwijze {
    background: var(--bg-cream);
    padding: 100px 80px;
    position: relative;
  }

  .werkwijze-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .werkwijze-header .section-text {
    margin: 0 auto;
    text-align: center;
  }

  .werkwijze-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
  }

  .werkwijze-steps::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sage-light), var(--sage-light), var(--sage-light), transparent);
    z-index: 0;
  }

  .step {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .step-number {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 300;
    color: var(--sage);
    background: var(--white);
    border: 2px solid var(--sage-pale);
    transition: all 0.3s ease;
  }

  .step:hover .step-number {
    background: var(--sage);
    color: var(--white);
    border-color: var(--sage);
  }

  .step-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 8px;
  }

  .step-desc {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.6;
    padding: 0 8px;
  }

  /* ============================================
     DIENSTEN / PAKKETTEN SECTION
     ============================================ */
  .diensten {
    background: var(--white);
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
  }


  .diensten-header {
    text-align: center;
    margin-bottom: 64px;
  }

  .diensten-header .section-text {
    margin: 0 auto;
  }

  .diensten-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .dienst-card {
    background: var(--bg-cream);
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
  }

  .dienst-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(58, 50, 41, 0.08);
  }

  .dienst-card.featured {
    background: var(--sage);
    color: var(--white);
  }

  .dienst-card.custom {
    background: transparent;
    border: 1.5px dashed var(--border);
  }

  .dienst-card.custom:hover {
    border-color: var(--sage-light);
  }

  .dienst-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blush);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 400;
  }

  .dienst-name {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 4px;
  }

  .dienst-type {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 28px;
  }

  .dienst-price {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 4px;
  }

  .dienst-price-note {
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 32px;
  }

  .dienst-features {
    list-style: none;
    text-align: left;
    margin-bottom: 36px;
    flex-grow: 1;
  }

  .dienst-features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
  }

  .dienst-card.featured .dienst-features li {
    border-color: rgba(255,255,255,0.15);
  }

  .dienst-features li::before {
    content: '\2713';
    font-size: 14px;
    color: var(--sage);
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .dienst-card.featured .dienst-features li::before {
    color: var(--blush-light);
  }

  .dienst-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 30px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    border: 1.5px solid var(--sage);
    color: var(--sage-deep);
    background: transparent;
    margin-top: auto;
  }

  .dienst-btn:hover {
    background: var(--sage);
    color: var(--white);
  }

  .dienst-card.featured .dienst-btn {
    border-color: var(--white);
    color: var(--white);
  }

  .dienst-card.featured .dienst-btn:hover {
    background: var(--white);
    color: var(--sage);
  }

  /* Custom / Op maat card */
  .custom-headline {
    font-size: 26px;
    font-style: italic;
  }

  .dienst-card.custom .dienst-price {
    min-height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Footnote (reiskosten + add-ons) */
  .diensten-footnote {
    max-width: 1260px;
    margin: 48px auto 0;
    text-align: center;
    padding: 0 20px;
  }

  .footnote-divider {
    width: 60px;
    height: 1px;
    background: var(--border);
    margin: 0 auto 28px;
  }

  .footnote-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 36px;
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.8;
  }

  .footnote-items span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .footnote-items span::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--sage-light);
    flex-shrink: 0;
  }

  .footnote-items span:first-child::before {
    display: none;
  }

  /* ============================================
     OVER MIJ SECTION
     ============================================ */
  .over {
    background: var(--bg-cream);
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
  }

  .over-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .over-image {
    position: relative;
  }

  .over-image-main {
    border-radius: 200px 200px 20px 20px;
    overflow: hidden;
    aspect-ratio: 3/4;
  }


  .over-content {
    padding-right: 40px;
  }

  .over-quote {
    font-family: var(--font-accent);
    font-size: 20px;
    font-style: italic;
    color: var(--sage-deep);
    line-height: 1.6;
    margin: 32px 0;
    padding-left: 24px;
    border-left: 2px solid var(--blush);
  }

  .over-stats {
    display: flex;
    gap: 48px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
  }

  .stat-number {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 300;
    color: var(--sage);
  }

  .stat-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-light);
  }

  /* ============================================
     INSTAGRAM FEED SECTION
     ============================================ */
  .instagram {
    background: var(--white);
    padding: 80px 80px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }


  .instagram-header {
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
  }

  .instagram-handle {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-mid);
    margin-top: 8px;
  }

  .instagram-handle a {
    color: var(--sage-deep);
    border-bottom: 1px solid var(--sage-pale);
    transition: border-color 0.3s;
  }

  .instagram-handle a:hover {
    border-color: var(--sage);
  }

  .instagram-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    position: relative;
    z-index: 1;
  }

  .instagram-item {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .instagram-item .ph {
    transition: transform 0.5s ease;
  }

  .instagram-item:hover .ph {
    transform: scale(1.06);
  }

  .instagram-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(58, 50, 41, 0);
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .instagram-item:hover::after {
    background: rgba(58, 50, 41, 0.2);
  }

  .instagram-follow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sage-deep);
    border: 1.5px solid var(--sage);
    padding: 12px 28px;
    border-radius: 30px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
  }

  .instagram-follow:hover {
    background: var(--sage);
    color: var(--white);
  }

  .instagram-follow svg {
    width: 16px;
    height: 16px;
  }

  /* ============================================
     SMASH BALLOON INSTAGRAM FEED OVERRIDE
     ============================================ */
  .instagram .instagram-feed-wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .instagram .instagram-feed-wrap #sb_instagram,
  .instagram .instagram-feed-wrap .sbi,
  #sb_instagram,
  .sbi {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .instagram .instagram-feed-wrap #sb_instagram #sbi_images,
  .instagram .instagram-feed-wrap .sbi .sbi_items,
  #sb_instagram #sbi_images,
  .sbi .sbi_items {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .instagram .instagram-feed-wrap .sbi_item,
  #sb_instagram .sbi_item,
  .sbi .sbi_item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
    aspect-ratio: 1 !important;
    overflow: hidden !important;
  }

  .instagram .sbi_photo,
  .instagram .sbi_photo a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px;
    overflow: hidden;
  }

  .instagram .sbi_photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 1 !important;
    transition: transform 0.6s ease;
  }

  .instagram .sbi_photo:hover img {
    transform: scale(1.06);
  }

  /* Hide carousel/video icon overlays */
  .instagram .sbi_playbtn,
  .instagram .sbi_type,
  .instagram .sbi_new,
  .instagram .sbi_item .sbi_photo svg,
  .instagram .sbi_item .sbi_photo .sbi_type {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* Hide default Smash Balloon header and load more */
  .instagram .sb_instagram_header {
    display: none !important;
  }

  .instagram #sbi_load .sbi_load_btn {
    display: none !important;
  }

  .instagram #sbi_load {
    text-align: center !important;
    margin-top: 32px !important;
  }

  .instagram .sbi_follow_btn a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 32px !important;
    border: 1.5px solid var(--sage) !important;
    border-radius: 30px !important;
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--sage-deep) !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    font-weight: 400 !important;
  }

  .instagram .sbi_follow_btn a:hover {
    background: var(--sage) !important;
    color: var(--white) !important;
    border-color: var(--sage) !important;
  }

  /* MOBIEL: 2-koloms grid */
  @media (max-width: 768px) {
    .instagram .instagram-feed-wrap #sb_instagram #sbi_images,
    .instagram .instagram-feed-wrap .sbi .sbi_items,
    #sb_instagram #sbi_images,
    .sbi .sbi_items {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 8px !important;
    }
  }

  /* ============================================
     CONTACT SECTION
     ============================================ */
  .contact {
    background: var(--bg-cream);
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
  }


  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    position: relative;
    z-index: 1;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
  }

  .contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--sage-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }

  .contact-detail-text span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 2px;
  }

  .contact-detail-text a,
  .contact-detail-text p {
    font-size: 15px;
    color: var(--text-dark);
  }

  .contact-form {
    background: var(--white);
    border-radius: 24px;
    padding: 48px;
    border: 1px solid var(--border);
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-group label {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 8px;
    font-weight: 400;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    background: var(--bg-cream);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-dark);
    transition: border-color 0.3s;
    outline: none;
    font-weight: 300;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--sage);
  }

  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }

  .form-submit {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 30px;
    background: var(--sage);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    margin-top: 8px;
  }

  .form-submit:hover {
    background: var(--text-dark);
  }

  /* ============================================
     FOOTER
     ============================================ */
  .footer {
    background: var(--text-dark);
    color: rgba(255,255,255,0.6);
    padding: 64px 80px 40px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
    margin-bottom: 48px;
  }

  .footer-brand {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--white);
    margin-bottom: 16px;
    font-weight: 400;
  }

  .footer-brand span {
    display: block;
    font-family: var(--font-body);
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 2px;
  }

  .footer-desc {
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-top: 16px;
  }

  .footer h4 {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--white);
    margin-bottom: 20px;
    font-weight: 400;
  }

  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-links a {
    font-size: 14px;
    transition: color 0.3s;
  }

  .footer-links a:hover { color: var(--sage-light); }

  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }

  .footer-social {
    display: flex;
    gap: 16px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
  }

  .footer-social a:hover {
    border-color: var(--sage-light);
    color: var(--sage-light);
  }

  .footer-social a svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  /* ============================================
     WHATSAPP FLOATING BUTTON
     ============================================ */
  .whatsapp-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s;
    cursor: pointer;
  }

  .whatsapp-btn:hover { transform: scale(1.08); }

  .whatsapp-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
  }

  /* ============================================
     ORGANIC DIVIDER
     ============================================ */
  .organic-divider {
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
  }

  .organic-divider svg {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .organic-divider.cream-to-white svg path { fill: var(--white); }
  .organic-divider.white-to-cream svg path { fill: var(--bg-cream); }

  /* ============================================
     MOBILE INSTAGRAM CTA
     ============================================ */
  .mobile-instagram-cta {
    display: none;
    background: var(--white);
    padding: 40px 24px;
    text-align: center;
  }

  .mobile-instagram-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border: 1.5px solid var(--sage);
    border-radius: 30px;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sage-deep);
    transition: all 0.3s;
    font-weight: 400;
  }

  .mobile-instagram-cta a:hover {
    background: var(--sage);
    color: var(--white);
  }

  .mobile-instagram-cta a svg {
    flex-shrink: 0;
  }

  @media (max-width: 768px) {
    .mobile-instagram-cta {
      display: block;
    }
  }

  /* ============================================
     BLOG OVERVIEW (home.php)
     ============================================ */
  .blog-archive {
    background: var(--white);
    padding: 140px 80px 100px;
  }

  .blog-header {
    margin-bottom: 64px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
  }

  .blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-cream);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(58, 50, 41, 0.08);
  }

  .blog-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
  }

  .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .blog-card:hover .blog-card-image img {
    transform: scale(1.04);
  }

  .blog-card-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .blog-card-date {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 12px;
  }

  .blog-card-title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .blog-card-excerpt {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 24px;
  }

  .blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sage-deep);
    font-weight: 400;
    transition: gap 0.3s ease;
  }

  .blog-card-link:hover {
    gap: 14px;
  }

  .blog-card-link-line {
    width: 32px;
    height: 1px;
    background: var(--sage);
    transition: width 0.3s ease;
  }

  .blog-card-link:hover .blog-card-link-line {
    width: 48px;
  }

  .blog-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 64px;
  }

  .blog-pagination a,
  .blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-mid);
    border: 1.5px solid var(--border);
    transition: all 0.3s;
  }

  .blog-pagination a:hover {
    border-color: var(--sage);
    color: var(--sage-deep);
  }

  .blog-pagination .current {
    background: var(--sage);
    border-color: var(--sage);
    color: var(--white);
  }

  /* ============================================
     BLOG SINGLE (single.php)
     ============================================ */
  .blog-single {
    background: var(--white);
    padding: 140px 80px 100px;
  }

  .blog-single-inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .blog-single-header {
    text-align: center;
    margin-bottom: 48px;
  }

  .blog-single-date {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 16px;
  }

  .blog-single-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .blog-single-featured {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
    aspect-ratio: 16/9;
  }

  .blog-single-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-single-content {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.9;
    font-weight: 300;
  }

  .blog-single-content h2,
  .blog-single-content h3 {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--text-dark);
    margin-top: 48px;
    margin-bottom: 16px;
  }

  .blog-single-content h2 {
    font-size: 28px;
  }

  .blog-single-content h3 {
    font-size: 22px;
  }

  .blog-single-content p {
    margin-bottom: 24px;
  }

  .blog-single-content img {
    border-radius: 12px;
    margin: 32px 0;
  }

  .blog-single-content blockquote {
    font-family: var(--font-accent);
    font-size: 20px;
    font-style: italic;
    color: var(--sage-deep);
    line-height: 1.6;
    margin: 40px 0;
    padding-left: 24px;
    border-left: 2px solid var(--blush);
  }

  .blog-single-content ul,
  .blog-single-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .blog-single-content li {
    margin-bottom: 8px;
  }

  .blog-single-footer {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog-single-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--sage-deep);
    border: 1.5px solid var(--sage);
    padding: 12px 28px;
    border-radius: 30px;
    transition: all 0.3s;
  }

  .blog-single-back:hover {
    background: var(--sage);
    color: var(--white);
  }

  .blog-single-cta {
    text-align: center;
    margin-top: 64px;
    padding: 48px;
    background: var(--bg-cream);
    border-radius: 20px;
  }

  .blog-single-cta h3 {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 12px;
  }

  .blog-single-cta p {
    font-size: 15px;
    color: var(--text-mid);
    margin-bottom: 24px;
  }

  .blog-single-cta a {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 30px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1.5px solid var(--sage);
    color: var(--sage-deep);
    transition: all 0.3s;
  }

  .blog-single-cta a:hover {
    background: var(--sage);
    color: var(--white);
  }

  /* ============================================
     RESPONSIVE
     ============================================ */
  @media (max-width: 1024px) {
    .portfolio, .diensten, .over, .contact, .werkwijze, .instagram { padding: 80px 40px; }
    .footer { padding: 48px 40px 32px; }
    
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-content { padding: 140px 40px 60px; border-right: none; }
    .hero-image { height: auto; padding: 40px; }
    .hero-image-frame { max-width: 340px; margin: 0 auto; }
    
    .portfolio-header { flex-direction: column; align-items: flex-start; gap: 24px; }
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-item.tall { grid-row: auto; }
    
    .werkwijze-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }
    .werkwijze-steps::before { display: none; }
    
    .diensten-grid { grid-template-columns: repeat(2, 1fr); max-width: 700px; margin: 0 auto; gap: 24px; }
    .dienst-card { max-width: none; }
    
    .over-grid { grid-template-columns: 1fr; gap: 48px; }
    .over-image-main { max-width: 400px; margin: 0 auto; }
    
    .contact-grid { grid-template-columns: 1fr; }
    
    .instagram-grid { grid-template-columns: repeat(3, 1fr); }
    
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    
    .nav-links { display: none; }
    .nav-cta { display: none; }

    /* Hamburger menu button */
    .nav-toggle {
      display: flex;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      z-index: 1001;
    }

    .nav-toggle span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--text-dark);
      transition: all 0.3s ease;
    }

    .nav-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active span:nth-child(2) {
      opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Mobile menu open state */
    .nav-links.open {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--bg-cream);
      justify-content: center;
      align-items: center;
      gap: 32px;
      z-index: 1000;
    }

    .nav-links.open a {
      font-size: 18px;
      letter-spacing: 2px;
    }
    
    .blog-archive { padding: 120px 40px 80px; }
    .blog-single { padding: 120px 40px 80px; }
  }

  @media (max-width: 640px) {
    .portfolio, .diensten, .over, .contact, .werkwijze, .instagram { padding: 64px 24px; }
    .footer { padding: 40px 24px 24px; }
    .nav { padding: 16px 24px; }
    
    .hero-content { padding: 120px 24px 48px; }
    
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-filters { flex-wrap: wrap; }
    
    .werkwijze-steps { grid-template-columns: 1fr 1fr; }
    
    .diensten-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .dienst-card.custom .dienst-price { min-height: auto; }
    .footnote-items { flex-direction: column; align-items: center; gap: 4px; }
    
    .form-row { grid-template-columns: 1fr; }
    .contact-form { padding: 32px 24px; }
    
    .instagram-grid { grid-template-columns: repeat(2, 1fr); }
    
    .over-stats { gap: 32px; flex-wrap: wrap; }
    
    .blog-archive { padding: 100px 24px 64px; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-card-title { font-size: 22px; }
    .blog-single { padding: 100px 24px 64px; }
    .blog-single-footer { flex-direction: column; gap: 24px; }
    .blog-single-cta { padding: 32px 24px; }
  }

  /* ============================================
     SCROLL REVEAL
     ============================================ */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }