.elementor-554 .elementor-element.elementor-element-cac63a8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9cc2151 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #F8F7F4;
    --ink: #1C1B18;
    --ink2: #5A5850;
    --ink3: #9A9890;
    --accent: #C8440A;
    --accent2: #E8E4DA;
    --border: rgba(28,27,24,0.12);
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'Syne', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }

  html, body, .elementor, .elementor-page { background-color: #F8F7F4 !important; }
  header.site-header, .site-header, #masthead { display: none !important; }

  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 48px;
    background: var(--bg);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
  }
  nav.scrolled { border-color: var(--border); }
  .nav-logo { font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing: 0.01em; color: var(--ink); text-decoration: none; }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink2); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 12px !important; font-weight: 600 !important; color: var(--bg) !important; background: var(--ink); padding: 9px 18px; border-radius: 2px; transition: background 0.2s !important; }
  .nav-cta:hover { background: var(--accent) !important; color: var(--bg) !important; }

  .hero { min-height: 100vh; display: grid; grid-template-rows: 1fr auto; padding: 0 48px; padding-top: 100px; }
  .hero-content { display: flex; flex-direction: column; justify-content: center; max-width: 1100px; margin: 0 auto; width: 100%; padding: 80px 0 40px; }
  .hero-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); margin-bottom: 32px; opacity: 0; animation: fadeUp 0.6s ease forwards 0.1s; }
  .hero-headline { font-family: var(--serif); font-size: clamp(52px, 8vw, 108px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; margin-bottom: 40px; opacity: 0; animation: fadeUp 0.7s ease forwards 0.2s; }
  .hero-headline em { font-style: italic; color: var(--accent); }
  .hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; opacity: 0; animation: fadeUp 0.7s ease forwards 0.35s; }
  .hero-desc { font-size: 17px; color: var(--ink2); line-height: 1.7; max-width: 480px; }
  .hero-desc strong { color: var(--ink); font-weight: 600; }
  .hero-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex-shrink: 0; }
  .btn-primary { display: inline-block; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bg); background: var(--ink); padding: 14px 28px; border-radius: 2px; text-decoration: none; transition: background 0.2s; }
  .btn-primary:hover { background: var(--accent); }
  .btn-ghost { font-size: 12px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink3); text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 3px; transition: color 0.2s; cursor: pointer; }
  .btn-ghost:hover { color: var(--ink); }
  .hero-rule { width: 100%; max-width: 1100px; margin: 0 auto; border: none; border-top: 1px solid var(--border); opacity: 0; animation: fadeUp 0.5s ease forwards 0.5s; }
  .hero-stats { max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px 0 56px; opacity: 0; animation: fadeUp 0.5s ease forwards 0.6s; }
  .stat { display: flex; flex-direction: column; gap: 4px; padding-right: 24px; border-right: 1px solid var(--border); }
  .stat:last-child { border-right: none; padding-right: 0; padding-left: 24px; }
  .stat:nth-child(2) { padding: 0 24px; }
  .stat-num { font-family: var(--serif); font-size: 38px; font-weight: 400; color: var(--ink); line-height: 1; }
  .stat-num em { font-style: italic; color: var(--accent); }
  .stat-label { font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink3); }

  section { padding: 96px 48px; max-width: 1100px; margin: 0 auto; }
  .section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink3); margin-bottom: 48px; display: flex; align-items: center; gap: 12px; }
  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

  .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
  .problem-card { background: var(--bg); padding: 32px 28px; transition: background 0.2s; }
  .problem-card:hover { background: var(--accent2); }
  .problem-card .icon { font-size: 22px; margin-bottom: 14px; display: block; }
  .problem-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
  .problem-card p { font-size: 14px; color: var(--ink2); line-height: 1.65; }

  .work-with-me-intro { font-size: 17px; color: var(--ink2); line-height: 1.8; max-width: 640px; margin-bottom: 32px; }
  .wwm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
  .wwm-card { background: var(--bg); padding: 40px 32px; }
  .wwm-card.mid { background: var(--accent2); }
  .wwm-num { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); margin-bottom: 20px; }
  .wwm-title { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--ink); margin-bottom: 12px; line-height: 1.1; }
  .wwm-sub { font-size: 12px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
  .wwm-desc { font-size: 14px; color: var(--ink2); line-height: 1.7; }

  .case-study-card { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; border: 1px solid var(--border); border-radius: 4px; padding: 48px; background: var(--accent2); }
  .cs-tag-sm { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); margin-bottom: 16px; }
  .cs-title { font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.1; margin-bottom: 20px; }
  .cs-title em { font-style: italic; color: var(--accent); }
  .cs-desc { font-size: 15px; color: var(--ink2); line-height: 1.75; margin-bottom: 28px; }
  .cs-cards { display: flex; flex-direction: column; gap: 14px; }
  .cs-mini-card { background: var(--bg); border-radius: 4px; padding: 20px 24px; border: 1px solid var(--border); }
  .cs-mini-card h4 { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
  .cs-mini-card p { font-size: 13px; color: var(--ink2); line-height: 1.6; }

  .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
  .how-step { background: var(--bg); padding: 36px 28px; }
  .how-num { font-family: var(--serif); font-size: 48px; font-style: italic; color: var(--border); line-height: 1; margin-bottom: 16px; }
  .how-step h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
  .how-step p { font-size: 14px; color: var(--ink2); line-height: 1.65; }

  .about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
  .about-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 4px; filter: grayscale(15%); display: block; }
  .about-h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 32px; }
  .about-h2 em { font-style: italic; color: var(--accent); }
  .about-p { font-size: 16px; color: var(--ink2); line-height: 1.8; margin-bottom: 20px; }
  .about-p strong { color: var(--ink); font-weight: 600; }
  .about-meta { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; border-top: 1px solid var(--border); margin-top: 20px; }
  .about-meta-row { display: flex; gap: 16px; }
  .about-meta-label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink3); min-width: 100px; padding-top: 1px; flex-shrink: 0; }
  .about-meta-val { font-size: 14px; color: var(--ink2); }

  .contact-section { padding: 96px 48px 80px; border-top: 1px solid var(--border); }
  .contact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
  .contact-headline { font-family: var(--serif); font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; }
  .contact-headline em { font-style: italic; color: var(--accent); }
  .contact-details { display: flex; flex-direction: column; gap: 20px; }
  .contact-item-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); margin-bottom: 3px; }
  .contact-item-value { font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; transition: color 0.2s; display: block; }
  .contact-item-value:hover { color: var(--accent); }
  .contact-cta { display: inline-block; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bg); background: var(--ink); padding: 16px 32px; border-radius: 2px; text-decoration: none; transition: background 0.2s; margin-top: 8px; }
  .contact-cta:hover { background: var(--accent); }

  footer { padding: 20px 48px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
  footer p { font-size: 11px; font-weight: 500; letter-spacing: 0.05em; color: var(--ink3); text-transform: uppercase; }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  .reveal { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 768px) {
    nav { padding: 16px 24px; }
    .nav-links { display: none; }
    .hero { padding: 0 24px; }
    .hero-bottom { flex-direction: column; align-items: flex-start; }
    .hero-actions { align-items: flex-start; }
    .hero-stats { grid-template-columns: 1fr 1fr; }
    section { padding: 64px 24px; }
    .problem-grid { grid-template-columns: 1fr; }
    .wwm-grid { grid-template-columns: 1fr; }
    .case-study-card { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
    .how-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 1/1; }
    .contact-section { padding: 64px 24px; }
    .contact-inner { grid-template-columns: 1fr; gap: 40px; }
    footer { padding: 20px 24px; flex-direction: column; gap: 8px; }
  }/* End custom CSS */