:root {
      --midnight: #0a0a0f;
      --onyx: #15151d;
      --charcoal: #1f1f2b;
      --platinum: #e8e6e0;
      --champagne: #d4c5a9;
      --gold: #b8985f;
      --bronze: #8b7355;
      --text-light: #f5f3ed;
      --text-secondary: #ccc8bb;
      --text-muted: #9a9686;
      --border-glow: rgba(184, 152, 95, 0.15);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--midnight);
      color: var(--text-light);
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Ambient background effect */
    body::before {
      content: '';
      position: fixed;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background:
        radial-gradient(circle at 20% 30%, rgba(184, 152, 95, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(212, 197, 169, 0.06) 0%, transparent 50%);
      animation: drift 60s ease-in-out infinite;
      pointer-events: none;
      z-index: 0;
    }

    @keyframes drift {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      50% { transform: translate(-5%, 5%) rotate(2deg); }
    }

    /* Navigation */
    nav {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 2rem 6%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
      background: rgba(10, 10, 15, 0.7);
      backdrop-filter: blur(30px) saturate(150%);
      border-bottom: 1px solid var(--border-glow);
      opacity: 0;
      animation: fadeSlideDown 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    }

    @keyframes fadeSlideDown { to { opacity: 1; } }

    .logo {
      font-family: 'Bodoni Moda', serif;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.12em;
      color: var(--champagne);
      font-style: italic;
    }

    .nav-links {
      display: flex;
      gap: 1rem;
      align-items: center;
    }

    .nav-link {
      font-size: 0.8rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
      text-decoration: none;
      transition: color 0.3s ease;
      padding: 0.25rem 0.4rem;
    }
    .nav-link:hover { color: var(--champagne); }

    .nav-contact {
      padding: 0.75rem 1.75rem;
      background: transparent;
      color: var(--gold);
      border: 1px solid var(--gold);
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-decoration: none;
      transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      font-weight: 500;
      white-space: nowrap;
    }

    .nav-contact:hover {
      background: var(--gold);
      color: var(--midnight);
      transform: translateY(-1px);
      box-shadow: 0 8px 24px rgba(184, 152, 95, 0.3);
    }

    /* Hero Section */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 10rem 6% 6rem;
      background:
        linear-gradient(165deg, rgba(10, 10, 15, 0.95) 0%, rgba(21, 21, 29, 0.98) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23b8985f' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

    .hero-content {
      max-width: 980px;
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .eyebrow-hero {
      font-size: 0.78rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.25rem;
      font-weight: 500;
      opacity: 0;
      animation: fadeUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    }

    h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(3rem, 7vw, 6.5rem);
      font-weight: 400;
      line-height: 1.08;
      margin-bottom: 1.75rem;
      color: var(--text-light);
      opacity: 0;
      animation: fadeUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    h1 .accent {
      font-style: italic;
      color: var(--champagne);
      display: block;
      margin-top: 0.55rem;
    }

    .hero-description {
      font-size: clamp(1.12rem, 2.1vw, 1.45rem);
      line-height: 1.85;
      color: var(--text-secondary);
      max-width: 760px;
      margin: 0 auto 2.75rem;
      font-weight: 300;
      opacity: 0;
      animation: fadeUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
    }

    .hero-micro {
      max-width: 820px;
      margin: 0 auto 3.25rem;
      color: var(--text-muted);
      font-size: 0.98rem;
      line-height: 1.8;
      font-weight: 300;
      opacity: 0;
      animation: fadeUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    }

    .cta-row {
      display: flex;
      gap: 1rem;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      opacity: 0;
      animation: fadeUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) 1.05s forwards;
    }

    .cta-primary {
      display: inline-block;
      padding: 1.2rem 3.2rem;
      background: linear-gradient(135deg, var(--gold) 0%, var(--bronze) 100%);
      color: var(--midnight);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
      position: relative;
      overflow: hidden;
    }

    .cta-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: left 0.6s ease;
    }

    .cta-primary:hover::before { left: 100%; }

    .cta-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(184, 152, 95, 0.4);
    }

    .cta-secondary {
      display: inline-block;
      padding: 1.1rem 2.2rem;
      background: transparent;
      color: var(--champagne);
      border: 1px solid rgba(212, 197, 169, 0.35);
      font-size: 0.9rem;
      letter-spacing: 0.08em;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      font-weight: 500;
    }

    .cta-secondary:hover {
      border-color: var(--champagne);
      color: var(--text-light);
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(212, 197, 169, 0.18);
    }

    /* Shared section styling */
    section { position: relative; z-index: 2; }

    .section-intro {
      max-width: 900px;
      margin: 0 auto 5.5rem;
      text-align: center;
    }

    .section-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.5rem;
      font-weight: 500;
    }

    h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 4.2rem);
      font-weight: 400;
      line-height: 1.2;
      color: var(--text-light);
      margin-bottom: 1.5rem;
    }

    .section-description {
      font-size: 1.18rem;
      line-height: 1.85;
      color: var(--text-secondary);
      font-weight: 300;
    }

    /* Philosophy */
    .philosophy {
      padding: 8rem 6%;
      background: linear-gradient(180deg, var(--midnight) 0%, var(--onyx) 50%, var(--midnight) 100%);
      border-top: 1px solid var(--border-glow);
      border-bottom: 1px solid var(--border-glow);
    }

    .philosophy-statement {
      max-width: 980px;
      margin: 0 auto;
      padding: 4rem;
      background: linear-gradient(135deg, rgba(184, 152, 95, 0.06) 0%, rgba(212, 197, 169, 0.04) 100%);
      border-left: 3px solid var(--gold);
      position: relative;
    }

    .philosophy-statement::before {
      content: '"';
      position: absolute;
      top: 2rem;
      left: 2rem;
      font-family: 'Playfair Display', serif;
      font-size: 8rem;
      color: var(--gold);
      opacity: 0.15;
      line-height: 1;
    }

    .philosophy-statement p {
      font-family: 'Bodoni Moda', serif;
      font-size: 1.45rem;
      line-height: 1.95;
      color: var(--platinum);
      font-weight: 400;
      font-style: italic;
      position: relative;
      z-index: 1;
    }

    /* Pillars */
    .pillars {
      padding: 8rem 6%;
      background: var(--midnight);
    }

    .pillars-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 3rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .pillar {
      padding: 3rem 2.5rem;
      background: rgba(31, 31, 43, 0.5);
      border: 1px solid var(--border-glow);
      transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
      position: relative;
      overflow: hidden;
    }

    .pillar::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), transparent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .pillar:hover::before { transform: scaleX(1); }

    .pillar:hover {
      transform: translateY(-10px);
      border-color: var(--gold);
      background: rgba(31, 31, 43, 0.8);
      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    }

    .pillar-number {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      color: var(--gold);
      opacity: 0.4;
      font-weight: 400;
      margin-bottom: 1rem;
      font-style: italic;
    }

    h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 500;
      color: var(--champagne);
      margin-bottom: 1.1rem;
      line-height: 1.3;
    }

    .pillar p {
      font-size: 1rem;
      line-height: 1.85;
      color: var(--text-secondary);
      font-weight: 300;
      margin-bottom: 1rem;
    }

    .pillar ul {
      list-style: none;
      margin-top: 1.25rem;
      border-top: 1px solid var(--border-glow);
      padding-top: 1.25rem;
    }
    .pillar li {
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.75;
      font-weight: 300;
      padding-left: 1.6rem;
      position: relative;
      margin: 0.55rem 0;
    }
    .pillar li::before {
      content: '•';
      position: absolute;
      left: 0;
      color: var(--gold);
      opacity: 0.8;
    }

    /* Who it's for */
    .who {
      padding: 8rem 6%;
      background: var(--midnight);
      border-top: 1px solid var(--border-glow);
    }

    .who-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 4rem;
      align-items: start;
    }

    .who-text p {
      font-size: 1.1rem;
      line-height: 1.95;
      color: var(--text-secondary);
      margin-bottom: 1.5rem;
      font-weight: 300;
    }

    .who-list {
      list-style: none;
      margin-top: 1.5rem;
      border-top: 1px solid var(--border-glow);
      padding-top: 1.25rem;
    }

    .who-list li {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(184, 152, 95, 0.12);
      color: var(--text-secondary);
      font-size: 1.03rem;
      font-weight: 300;
      position: relative;
      padding-left: 2rem;
    }

    .who-list li::before {
      content: '→';
      position: absolute;
      left: 0;
      color: var(--gold);
      font-size: 1.1rem;
    }

    .who-panel {
      background: linear-gradient(135deg, rgba(184, 152, 95, 0.10) 0%, transparent 100%);
      padding: 3rem;
      border-left: 2px solid var(--gold);
    }

    .panel-item { margin-bottom: 2rem; }
    .panel-item:last-child { margin-bottom: 0; }

    .panel-label {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      color: var(--champagne);
      margin-bottom: 0.6rem;
      font-weight: 500;
    }

    .panel-desc {
      font-size: 0.95rem;
      line-height: 1.75;
      color: var(--text-muted);
      font-weight: 300;
    }

    /* Approach */
    .approach {
      padding: 8rem 6%;
      background: linear-gradient(180deg, var(--midnight) 0%, var(--charcoal) 100%);
      border-top: 1px solid var(--border-glow);
    }

    .approach-content {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: start;
    }

    .approach-text h2 { margin-bottom: 2rem; }

    .approach-text p {
      font-size: 1.1rem;
      line-height: 1.95;
      color: var(--text-secondary);
      margin-bottom: 1.75rem;
      font-weight: 300;
    }

    .approach-list {
      list-style: none;
      margin-top: 2.25rem;
    }

    .approach-list li {
      padding: 1.15rem 0;
      border-bottom: 1px solid var(--border-glow);
      color: var(--text-secondary);
      font-size: 1.03rem;
      font-weight: 300;
      transition: all 0.3s ease;
      position: relative;
      padding-left: 2rem;
    }

    .approach-list li::before {
      content: '→';
      position: absolute;
      left: 0;
      color: var(--gold);
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }

    .approach-list li:hover {
      color: var(--platinum);
      padding-left: 2.5rem;
    }

    .approach-list li:hover::before { transform: translateX(0.3rem); }

    .approach-features {
      background: linear-gradient(135deg, rgba(184, 152, 95, 0.08) 0%, transparent 100%);
      padding: 3rem;
      border-left: 2px solid var(--gold);
    }

    .feature-item { margin-bottom: 2.25rem; }
    .feature-item:last-child { margin-bottom: 0; }

    .feature-label {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      color: var(--champagne);
      margin-bottom: 0.65rem;
      font-weight: 500;
    }

    .feature-description {
      font-size: 0.95rem;
      line-height: 1.75;
      color: var(--text-muted);
      font-weight: 300;
    }

    /* Trust */
    .trust {
      padding: 8rem 6% 10rem;
      background: var(--midnight);
      border-top: 1px solid var(--border-glow);
    }

    .trust-content {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }

    .trust-statement {
      font-family: 'Bodoni Moda', serif;
      font-size: 1.7rem;
      line-height: 1.75;
      color: var(--platinum);
      font-style: italic;
      margin-bottom: 3rem;
      font-weight: 400;
    }

    .trust-credentials {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
      margin-top: 4rem;
    }

    .credential {
      padding: 1.5rem;
      border: 1px solid var(--border-glow);
      background: rgba(21, 21, 29, 0.5);
      transition: all 0.4s ease;
    }

    .credential:hover {
      border-color: var(--gold);
      background: rgba(21, 21, 29, 0.8);
    }

    .credential-label {
      font-size: 0.7rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.5rem;
      font-weight: 500;
    }

    .credential-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
      color: var(--platinum);
      line-height: 1.4;
    }

    /* Contact */
    .contact {
      padding: 10rem 6% 8rem;
      background: linear-gradient(180deg, var(--midnight) 0%, var(--onyx) 100%);
      border-top: 1px solid var(--border-glow);
    }

    .contact-content {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }

    .contact-content h2 { margin-bottom: 1.5rem; }

    .contact-description {
      font-size: 1.2rem;
      line-height: 1.85;
      color: var(--text-secondary);
      margin-bottom: 2.25rem;
      font-weight: 300;
    }

    .contact-note {
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.8;
      font-weight: 300;
      max-width: 640px;
      margin: 0 auto 2.75rem;
    }

    .contact-form {
      position: relative;
      text-align: left;
      margin: 0 auto 3rem;
      background: rgba(10, 10, 15, 0.5);
      border: 1px solid var(--border-glow);
      padding: 2.5rem;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5rem;
    }

    .form-field {
      display: flex;
      flex-direction: column;
      font-size: 0.95rem;
      color: var(--text-secondary);
      letter-spacing: 0.02em;
    }

    .form-field span {
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 0.55rem;
    }

    .form-field input,
    .form-field textarea {
      background: rgba(21, 21, 29, 0.75);
      border: 1px solid rgba(212, 197, 169, 0.15);
      padding: 0.95rem 1.1rem;
      color: var(--text-light);
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      transition: border-color 0.2s ease, background 0.2s ease;
    }

    .form-field input:focus,
    .form-field textarea:focus {
      outline: none;
      border-color: var(--gold);
      background: rgba(21, 21, 29, 0.95);
    }

    .form-field-full {
      grid-column: 1 / -1;
    }

    .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      margin-top: 2rem;
    }

    .form-note {
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .form-feedback {
      min-height: 1.5rem;
      margin-top: 0.5rem;
      font-size: 0.95rem;
      color: var(--text-secondary);
    }

    .form-feedback[data-state="success"] { color: var(--champagne); }
    .form-feedback[data-state="error"] { color: #ff8a8a; }

    .honeypot {
      position: absolute;
      left: -9999px;
      opacity: 0;
      pointer-events: none;
      height: 0;
      width: 1px;
      overflow: hidden;
    }

    .contact-form button[disabled] {
      opacity: 0.65;
      cursor: not-allowed;
    }

    .contact-details {
      margin: 3rem 0;
      padding: 3rem 0;
      border-top: 1px solid var(--border-glow);
      border-bottom: 1px solid var(--border-glow);
    }

    .contact-item {
      font-size: 1.12rem;
      color: var(--text-secondary);
      text-decoration: none;
      display: block;
      margin: 1rem 0;
      transition: color 0.3s ease;
      font-weight: 300;
    }

    .contact-item:hover { color: var(--champagne); }

    .micro-disclaimer {
      margin-top: 1.75rem;
      color: rgba(154, 150, 134, 0.9);
      font-size: 0.82rem;
      line-height: 1.7;
      font-weight: 300;
    }

    /* Footer */
    footer {
      background: var(--midnight);
      border-top: 1px solid var(--border-glow);
      padding: 3rem 6%;
      text-align: center;
    }

    footer p {
      color: var(--text-muted);
      font-size: 0.85rem;
      font-weight: 300;
      letter-spacing: 0.05em;
    }

    /* Responsive */
    @media (max-width: 1100px) {
      .who-grid { grid-template-columns: 1fr; gap: 3rem; }
    }

    @media (max-width: 968px) {
      .approach-content { grid-template-columns: 1fr; gap: 3rem; }
      .pillars-grid { grid-template-columns: 1fr; }
      .trust-credentials { grid-template-columns: 1fr; }
      .form-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      nav { padding: 1.4rem 5%; }
      .nav-links { display: none; }
      .hero { padding: 7rem 5% 4rem; }
      section { padding-left: 5%; padding-right: 5%; }
      .philosophy-statement { padding: 2.5rem; }
      .philosophy-statement::before { font-size: 5rem; top: 1rem; left: 1rem; }
      .contact-form { padding: 2rem 1.5rem; }
    }

    /* Scroll animations */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .reveal.active { opacity: 1; transform: translateY(0); }
