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

  :root {
    --cream: #FAF7F2;
    --taupe: #B8AFA6;
    --warm-grey: #8A8279;
    --dark: #3D3630;
    --blush: #C9918A;
    --blush-hover: #B87D76;
    --blush-light: #F2DDD9;
    --white: #FFFFFF;
    --light-bg: #F5F1EC;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Inter', -apple-system, sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--sans);
    color: var(--dark);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* ── HEADER ── */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(250, 247, 242, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(184, 175, 166, 0.25);
    transition: box-shadow 0.3s;
  }
  .site-header.scrolled { box-shadow: 0 2px 20px rgba(61,54,48,0.08); }

  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }

  .logo {
    font-family: var(--serif);
    font-size: 1.35rem;
    color: var(--dark);
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }
  .nav-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--warm-grey);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.25s;
  }
  .nav-links a:hover { color: var(--dark); }

  .btn {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
  }
  .btn-primary {
    background: var(--blush);
    color: var(--white);
  }
  .btn-primary:hover { background: var(--blush-hover); transform: translateY(-1px); }

  .btn-header {
    padding: 10px 24px;
    font-size: 0.82rem;
  }

  .mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--dark);
    border-radius: 2px;
    transition: all 0.3s;
  }

  /* ── HERO ── */
  .hero {
    padding: 140px 24px 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 85vh;
  }

  .hero-content { max-width: 520px; }

  .eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 20px;
  }

  .hero h1 {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 24px;
    font-weight: 400;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--blush);
  }

  .hero-sub {
    font-size: 1.05rem;
    color: var(--warm-grey);
    line-height: 1.7;
    margin-bottom: 36px;
    font-weight: 300;
    max-width: 440px;
  }

  .hero-note {
    margin-top: 16px;
    font-size: 0.82rem;
    color: var(--taupe);
    font-weight: 400;
  }

  .hero-image-frame {
    width: 100%;
    aspect-ratio: 4/5;
    background: var(--light-bg);
    border-radius: 16px;
    border: 2px dashed var(--taupe);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
  }
  .hero-image-frame .placeholder-label {
    font-size: 0.9rem;
    color: var(--taupe);
    font-weight: 400;
    line-height: 1.6;
  }
  .hero-image-frame .placeholder-label strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--warm-grey);
  }

  /* ── TRUST STRIP ── */
  .trust-strip {
    background: var(--light-bg);
    padding: 40px 24px;
    border-top: 1px solid rgba(184,175,166,0.2);
    border-bottom: 1px solid rgba(184,175,166,0.2);
  }
  .trust-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark);
    white-space: nowrap;
  }
  .trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--blush-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .trust-icon svg { width: 18px; height: 18px; stroke: var(--blush); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  /* ── SECTION COMMON ── */
  .section { padding: 100px 24px; }
  .section-alt { background: var(--light-bg); }

  .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .section-header .eyebrow { margin-bottom: 12px; }
  .section-header h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 16px;
  }
  .section-header p {
    font-size: 1rem;
    color: var(--warm-grey);
    font-weight: 300;
    line-height: 1.7;
  }

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

  /* ── WHY LUMEN ── */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  .why-card {
    text-align: center;
    padding: 40px 28px;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(184,175,166,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(61,54,48,0.06); }
  .why-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--blush-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
  }
  .why-icon svg { width: 26px; height: 26px; stroke: var(--blush); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .why-card h3 {
    font-family: var(--serif);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--dark);
  }
  .why-card p {
    font-size: 0.9rem;
    color: var(--warm-grey);
    line-height: 1.7;
    font-weight: 300;
  }

  /* ── SERVICES ── */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .service-category {
    background: var(--white);
    border-radius: 16px;
    padding: 36px 32px;
    border: 1px solid rgba(184,175,166,0.2);
  }
  .service-category h3 {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--blush-light);
  }
  .service-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid rgba(184,175,166,0.15);
  }
  .service-row:last-child { border-bottom: none; }
  .service-name {
    font-size: 0.88rem;
    color: var(--dark);
    font-weight: 400;
  }
  .service-price {
    font-size: 0.85rem;
    color: var(--blush);
    font-weight: 500;
    white-space: nowrap;
    margin-left: 12px;
  }

  /* ── TEAM ── */
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  .team-card { text-align: center; }
  .team-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--light-bg);
    border: 2px dashed var(--taupe);
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--taupe);
    line-height: 1.4;
  }
  .team-card h3 {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 4px;
  }
  .team-specialty {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 12px;
  }
  .team-bio {
    font-size: 0.88rem;
    color: var(--warm-grey);
    line-height: 1.65;
    font-weight: 300;
    max-width: 300px;
    margin: 0 auto;
  }
  .team-note {
    text-align: center;
    margin-top: 40px;
    font-size: 0.8rem;
    color: var(--taupe);
    font-style: italic;
  }

  /* ── HOW TO BOOK ── */
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    position: relative;
  }
  .steps-grid::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: var(--blush-light);
    z-index: 0;
  }
  .step-card {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .step-number {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--blush-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-family: var(--serif);
    font-size: 1.6rem;
    color: var(--blush);
  }
  .step-card h3 {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 8px;
  }
  .step-card p {
    font-size: 0.88rem;
    color: var(--warm-grey);
    font-weight: 300;
    line-height: 1.6;
  }

  /* ── TESTIMONIALS ── */
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .testimonial-card {
    background: var(--white);
    border-radius: 16px;
    padding: 36px 32px;
    border: 1px solid rgba(184,175,166,0.2);
    position: relative;
  }
  .testimonial-card::before {
    content: '\201C';
    font-family: var(--serif);
    font-size: 4rem;
    color: var(--blush-light);
    position: absolute;
    top: 16px;
    left: 28px;
    line-height: 1;
  }
  .testimonial-text {
    font-size: 0.95rem;
    color: var(--dark);
    line-height: 1.75;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    padding-top: 24px;
  }
  .testimonial-author {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--warm-grey);
    letter-spacing: 0.03em;
  }
  .testimonials-note {
    text-align: center;
    margin-top: 32px;
    font-size: 0.8rem;
    color: var(--taupe);
    font-style: italic;
  }

  /* ── GALLERY ── */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .gallery-placeholder {
    aspect-ratio: 1;
    background: var(--light-bg);
    border-radius: 12px;
    border: 2px dashed var(--taupe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    color: var(--taupe);
    text-align: center;
    padding: 16px;
    line-height: 1.4;
  }

  /* ── CLOSING CTA ── */
  .closing-cta {
    padding: 100px 24px;
    text-align: center;
    background: linear-gradient(180deg, var(--cream) 0%, var(--blush-light) 100%);
  }
  .closing-cta h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 16px;
  }
  .closing-cta p {
    font-size: 1.05rem;
    color: var(--warm-grey);
    font-weight: 300;
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
  .closing-cta .btn-primary {
    padding: 16px 40px;
    font-size: 0.95rem;
  }

  /* ── FOOTER ── */
  .site-footer {
    background: var(--dark);
    color: rgba(255,255,255,0.7);
    padding: 60px 24px 32px;
  }
  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  .footer-brand .logo {
    color: var(--white);
    font-size: 1.3rem;
    display: block;
    margin-bottom: 16px;
  }
  .footer-brand p {
    font-size: 0.85rem;
    line-height: 1.7;
    font-weight: 300;
    max-width: 300px;
  }
  .footer-col h4 {
    font-family: var(--serif);
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 16px;
  }
  .footer-col p, .footer-col a {
    font-size: 0.85rem;
    line-height: 2;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    display: block;
  }
  .footer-col a:hover { color: var(--blush-light); }
  .footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom p {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    font-weight: 300;
  }

  /* ── MOBILE NAV ── */
  .mobile-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: var(--cream);
    padding: 24px;
    border-bottom: 1px solid rgba(184,175,166,0.25);
    z-index: 999;
    flex-direction: column;
    gap: 0;
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a {
    display: block;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark);
    text-decoration: none;
    border-bottom: 1px solid rgba(184,175,166,0.15);
  }
  .mobile-nav a:last-child { border-bottom: none; }
  .mobile-nav .btn { margin-top: 16px; text-align: center; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .nav-links, .header-inner .btn { display: none; }
    .mobile-toggle { display: flex; }

    .hero {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-top: 120px;
      min-height: auto;
    }
    .hero-content { max-width: 100%; }
    .hero-image-frame { aspect-ratio: 3/2; }

    .trust-inner { justify-content: center; }

    .why-grid, .services-grid, .team-grid, .steps-grid, .testimonials-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .gallery-grid { grid-template-columns: repeat(2, 1fr); }

    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }

    .steps-grid::before { display: none; }
  }

  @media (max-width: 600px) {
    .trust-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  }
