:root {
      --black: #070707;
      --black-soft: #0d0d0d;
      --graphite: #151515;
      --gold: #c9a45c;
      --gold-soft: #e3c985;
      --cream: #f5f1e8;
      --muted: #aaa39a;
      --line: rgba(201, 164, 92, 0.28);
      --white-line: rgba(255, 255, 255, 0.08);
    }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      background: var(--black);
      color: var(--cream);
      font-family: Arial, Helvetica, sans-serif;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 50% 0%, rgba(201, 164, 92, 0.12), transparent 32%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.035), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.025), transparent 40%);
      z-index: -2;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.18;
      background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: linear-gradient(to bottom, black, transparent 75%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }

    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      background: rgba(7, 7, 7, 0.76);
      backdrop-filter: blur(18px);
    }

    .nav-inner {
      height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border: 2px solid var(--gold);
      position: relative;
      color: var(--gold);
    }

    .brand-mark::before {
      content: "E";
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1;
    }

    .brand-text strong {
      display: block;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 400;
      letter-spacing: 0.28em;
      font-size: 18px;
    }

    .brand-text span {
      display: block;
      margin-top: 4px;
      color: var(--gold);
      letter-spacing: 0.32em;
      font-size: 9px;
    }

    .menu {
      display: flex;
      gap: 32px;
      align-items: center;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 11px;
    }

    .menu a:hover {
      color: var(--gold-soft);
    }

    .nav-cta {
      border: 1px solid var(--gold);
      color: var(--gold);
      padding: 12px 18px;
    }

    .hero {
      min-height: 100vh;
      display: grid;
      align-items: center;
      padding: 150px 0 90px;
      position: relative;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 72px;
      align-items: center;
    }

    .eyebrow {
      color: var(--gold);
      text-transform: uppercase;
      letter-spacing: 0.38em;
      font-size: 12px;
      margin-bottom: 24px;
    }

    h1 {
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 400;
      font-size: clamp(52px, 7vw, 96px);
      line-height: 0.98;
      letter-spacing: -0.04em;
      max-width: 860px;
    }

    .lead {
      margin-top: 28px;
      max-width: 640px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.8;
    }

    .actions {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      margin-top: 42px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 28px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 12px;
      transition: 0.25s ease;
    }

    .btn-primary {
      background: var(--gold);
      color: var(--black);
    }

    .btn-primary:hover {
      background: var(--gold-soft);
      transform: translateY(-2px);
    }

    .btn-secondary {
      border: 1px solid var(--line);
      color: var(--cream);
    }

    .btn-secondary:hover {
      border-color: var(--gold);
      color: var(--gold-soft);
      transform: translateY(-2px);
    }

    .hero-card {
      min-height: 620px;
      border: 1px solid var(--white-line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015)),
        radial-gradient(circle at 50% 15%, rgba(201,164,92,0.18), transparent 34%),
        #0b0b0b;
      position: relative;
      overflow: hidden;
      display: grid;
      place-items: center;
      padding: 48px;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 28px;
      border: 1px solid var(--line);
    }

    .hero-logo {
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .hero-logo .big-mark {
      width: 130px;
      height: 130px;
      border: 4px solid var(--gold);
      margin: 0 auto 52px;
      position: relative;
      color: var(--gold);
      box-shadow: 0 0 60px rgba(201,164,92,0.13);
    }

    .hero-logo .big-mark::before {
      content: "E";
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 82px;
      line-height: 1;
    }

    .hero-logo .name {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(44px, 5vw, 74px);
      letter-spacing: 0.28em;
      font-weight: 400;
    }

    .hero-logo .sub {
      margin-top: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      color: var(--gold);
      text-transform: uppercase;
      letter-spacing: 0.34em;
      font-size: 14px;
    }

    .hero-logo .sub::before,
    .hero-logo .sub::after {
      content: "";
      width: 78px;
      height: 1px;
      background: var(--gold);
    }

    section {
      padding: 118px 0;
      border-top: 1px solid rgba(255,255,255,0.06);
    }

    .section-head {
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 64px;
      align-items: end;
      margin-bottom: 64px;
    }

    .section-head h2 {
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 400;
      font-size: clamp(36px, 5vw, 64px);
      line-height: 1.05;
    }

    .section-head p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 17px;
    }

    .about-text {
      max-width: 900px;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.95;
    }

    .about-text strong {
      color: var(--cream);
      font-weight: 400;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .card {
      padding: 34px 28px;
      min-height: 260px;
      border: 1px solid rgba(255,255,255,0.08);
      background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
      transition: 0.25s ease;
    }

    .card:hover {
      border-color: var(--line);
      transform: translateY(-4px);
    }

    .card .number {
      color: var(--gold);
      letter-spacing: 0.18em;
      font-size: 12px;
      margin-bottom: 38px;
    }

    .card h3 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 25px;
      font-weight: 400;
      margin-bottom: 18px;
    }

    .card p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 15px;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border: 1px solid rgba(255,255,255,0.08);
    }

    .step {
      padding: 34px 24px;
      min-height: 240px;
      border-right: 1px solid rgba(255,255,255,0.08);
    }

    .step:last-child {
      border-right: none;
    }

    .step span {
      color: var(--gold);
      font-size: 12px;
      letter-spacing: 0.18em;
    }

    .step h3 {
      font-family: Georgia, "Times New Roman", serif;
      margin: 36px 0 16px;
      font-size: 22px;
      font-weight: 400;
    }

    .step p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 14px;
    }

    .gallery {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
    }

    .gallery-main,
    .gallery-side > div {
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(135deg, rgba(201,164,92,0.18), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)),
        #101010;
      min-height: 520px;
      display: flex;
      align-items: flex-end;
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .gallery-main::before,
    .gallery-side > div::before {
      content: "";
      position: absolute;
      inset: 26px;
      border: 1px solid rgba(201,164,92,0.16);
    }

    .gallery-side {
      display: grid;
      gap: 18px;
    }

    .gallery-side > div {
      min-height: 251px;
    }

    .gallery h3 {
      position: relative;
      z-index: 2;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 30px;
      font-weight: 400;
    }

    .materials {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .material {
      border: 1px solid rgba(255,255,255,0.1);
      color: var(--muted);
      padding: 14px 18px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 12px;
    }

    .cta {
      text-align: center;
      padding: 140px 0;
      background:
        radial-gradient(circle at 50% 0%, rgba(201,164,92,0.18), transparent 34%),
        #080808;
    }

    .cta h2 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(42px, 6vw, 82px);
      font-weight: 400;
      line-height: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .cta p {
      color: var(--muted);
      max-width: 620px;
      margin: 28px auto 42px;
      font-size: 17px;
      line-height: 1.8;
    }

    .footer {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 42px 0;
      color: var(--muted);
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      font-size: 13px;
      letter-spacing: 0.08em;
    }

    @media (max-width: 980px) {
      .menu {
        display: none;
      }

      .hero-grid,
      .section-head,
      .gallery {
        grid-template-columns: 1fr;
      }

      .hero-card {
        min-height: 480px;
      }

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

      .process {
        grid-template-columns: 1fr;
      }

      .step {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      .step:last-child {
        border-bottom: none;
      }
    }

    @media (max-width: 620px) {
      .container {
        width: min(100% - 32px, 1180px);
      }

      .nav-inner {
        height: 74px;
      }

      .brand-mark {
        width: 36px;
        height: 36px;
      }

      .brand-text strong {
        font-size: 15px;
      }

      .hero {
        padding-top: 120px;
      }

      .hero-card {
        padding: 28px;
        min-height: 420px;
      }

      .hero-logo .big-mark {
        width: 96px;
        height: 96px;
        margin-bottom: 36px;
      }

      .hero-logo .big-mark::before {
        font-size: 60px;
      }

      .hero-logo .sub::before,
      .hero-logo .sub::after {
        width: 38px;
      }

      section {
        padding: 82px 0;
      }

      .cards {
        grid-template-columns: 1fr;
      }

      .actions {
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }
    }

/* WordPress adjustments */
.admin-bar .nav {
  top: 32px;
}

.custom-logo-wrap img {
  max-height: 56px;
  width: auto;
}

.menu .menu-list {
  display: flex;
  gap: 32px;
  align-items: center;
  list-style: none;
}

.menu .menu-list li {
  list-style: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  margin: 6px auto;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    background: rgba(7, 7, 7, 0.96);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 24px;
  }

  .menu.is-open {
    display: block;
  }

  .menu .menu-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}

@media (max-width: 782px) {
  .admin-bar .nav {
    top: 46px;
  }
}

@media (max-width: 620px) {
  .menu {
    top: 74px;
  }
}
