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

    body {
      background-color: #fafafa;
      color: #111;
      text-align: center;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      font-family: "Montserrat", sans-serif;
    }

    .hero-title {
      display: block;
      width: 100%;
      font-family: "Jost", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      text-align: center;
      line-height: 1.3;
      font-size: 4vw;
      color: #111;
      margin-top: 0;
      margin-bottom: 2rem;
    }

    h1.hero-title {
      margin-top: 3rem;
      margin-bottom: 2rem;
    }

    body h2:not(.hero-title),
    body h3 {
      font-family: "Jost", sans-serif;
      font-weight: 500;
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #111;
      margin-bottom: 1rem;
    }

    body p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-align: center;
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto 2rem auto;
    }

    body p.slogan {
      font-family: "Montserrat", sans-serif;
      font-size: 1.5rem;
      font-weight: 300;
      color: #555;
      margin-bottom: 1rem;
    }

    body p.project-by {
      font-family: "Montserrat", sans-serif;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #999;
      margin-top: 2.5rem;
      margin-bottom: 3rem;
    }

    body a {
      color: #111;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    body a:hover,
    body a:focus {
      color: #555;
    }

    .page-container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 5vw;
    }

    /* Nav */
    .premium-nav {
      width: 100%;
      background: transparent;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
    }

    .nav-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 3rem;
      align-items: center;
      padding: 0;
    }

    .nav-brand {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-family: "Jost", sans-serif;
      font-weight: 500;
      font-size: 1.5rem;
      letter-spacing: 0.15em;
      color: #111;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0;
      line-height: 1.3;
    }

    .nav-brand:hover {
      color: #555;
    }

    .nav-logo {
      width: 120px;
      height: auto;
      display: block;
      mix-blend-mode: multiply;
      margin-bottom: 1rem;
    }

    .nav-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .nav-link {
      display: flex;
      align-items: center;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.15em;
      color: #555;
      text-decoration: none !important;
      cursor: pointer;
      padding: 0;
      transition: color 0.3s ease;
    }

    .nav-link:hover {
      color: #000;
    }

    .book-now-btn {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      text-decoration: none !important;
      border: 1px solid #111;
      color: #111 !important;
      border-radius: 0;
      padding: 8px 20px !important;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .book-now-btn:hover {
      background-color: #111;
      color: #fff !important;
    }

    .book-now-btn.cta-large {
      padding: 15px 40px !important;
      font-size: 0.9rem;
      letter-spacing: 0.2em;
    }

    .nav-social-icons {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      margin-top: 1.5rem;
    }

    .nav-social-icons a {
      color: #111;
      transition: opacity 0.3s ease;
    }

    .nav-social-icons a:hover {
      opacity: 0.6;
    }

    .lang-switcher {
      display: flex;
      justify-content: center;
      gap: 1rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family: "Montserrat", sans-serif;
      color: #B89876;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
    }

    .lang-switcher span,
    .lang-switcher a {
      display: inline;
    }

    .lang-switcher .active {
      color: #000000;
    }

    .lang-switcher .separator {
      color: #d1d5db;
    }

    .lang-switcher a {
      color: #B89876;
      text-decoration: none !important;
      transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .lang-switcher a:hover,
    .lang-switcher a:focus {
      color: #000000;
    }

    .burger-btn {
      display: none;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: #111;
      padding: 0;
    }

    .nav-header {
      display: none;
    }

    /* Split layout */
    .split-layout {
      display: flex;
      height: 100vh;
      overflow: hidden;
    }

    .split-sidebar {
      width: 300px;
      flex-shrink: 0;
      padding: 3rem 2rem;
      overflow-y: auto;
      border-right: 1px solid #eee;
      display: flex;
      flex-direction: column;
      background-color: #fafafa;
    }

    .split-content {
      flex-grow: 1;
      overflow-y: auto;
      overflow-x: hidden;
      position: relative;
    }

    /* Hero */
    .hero-section {
      padding: 6rem 5vw 4rem;
      max-width: 900px;
      margin: 0 auto;
    }

    .hero-eyebrow {
      font-family: "Montserrat", sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #999;
      margin-bottom: 2rem;
      display: block;
    }

    .hero-logo {
      display: none;
    }

    /* Divider */
    .section-divider {
      width: 60px;
      height: 1px;
      background: #ccc;
      margin: 3rem auto;
    }

    /* Content sections */
    .content-section {
      padding: 4rem 5vw;
      max-width: 800px;
      margin: 0 auto;
    }

    .content-section.wide {
      max-width: 1000px;
    }

    /* What Is grid */
    .what-is-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 3rem;
      margin: 4rem 0;
      text-align: left;
    }

    .what-is-item .item-label {
      font-family: "Jost", sans-serif;
      font-size: 0.65rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #999;
      display: block;
      margin-bottom: 0.75rem;
    }

    .what-is-item p {
      text-align: left;
      margin: 0;
      font-size: 1rem;
      color: #333;
    }

    /* Invitation banner */
    .invitation-banner {
      background: #111;
      color: #fafafa;
      padding: 5rem 5vw;
      text-align: center;
    }

    .invitation-banner .hero-title {
      color: #fafafa;
      margin-bottom: 2rem;
    }

    .invitation-banner p {
      color: rgba(250, 250, 250, 0.75);
      max-width: 600px;
      margin: 0 auto 2rem;
    }

    .invitation-banner .book-now-btn {
      border-color: #fafafa;
      color: #fafafa !important;
      margin-top: 1rem;
    }

    .invitation-banner .book-now-btn:hover {
      background-color: #fafafa;
      color: #111 !important;
    }

    /* Quote */
    .quote-block {
      padding: 5rem 5vw;
      max-width: 700px;
      margin: 0 auto;
    }

    .quote-block blockquote {
      font-family: "Jost", sans-serif;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.5;
      color: #111;
      margin: 0 0 1.5rem;
      letter-spacing: 0.03em;
    }

    .quote-block cite {
      font-family: "Montserrat", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #999;
      font-style: normal;
    }

    /* Topics grid */
    .topics-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-top: 1px solid #eee;
      margin: 3rem 0;
    }

    .topic-item {
      padding: 2rem;
      border-bottom: 1px solid #eee;
      border-right: 1px solid #eee;
      text-align: left;
    }

    .topic-item:nth-child(even) {
      border-right: none;
    }

    .topic-item .topic-number {
      font-family: "Jost", sans-serif;
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      color: #bbb;
      display: block;
      margin-bottom: 0.5rem;
    }

    .topic-item p {
      margin: 0;
      text-align: left;
      font-size: 0.95rem;
      color: #333;
    }

    /* CTA section */
    .cta-section {
      padding: 6rem 5vw;
      text-align: center;
    }

    .cta-section .hero-title {
      margin-top: 6rem;
      margin-bottom: 1.5rem;
      font-size: 3vw;
    }

    .cta-section p {
      margin-bottom: 3rem;
    }

    
    /* Contact content */
    .contact-section {
      padding: 5rem 5vw 3rem;
      max-width: 700px;
      margin: 0 auto;
    }

    .contact-block {
      margin: 3rem auto;
    }

    .contact-label {
      font-family: "Jost", sans-serif;
      font-size: 0.65rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #999;
      display: block;
      margin-bottom: 0.75rem;
    }

    .contact-value {
      font-family: "Montserrat", sans-serif;
      font-size: 1.2rem;
      font-weight: 400;
      color: #111;
    }

    .contact-value a {
      color: #111;
      text-decoration: underline;
      text-underline-offset: 5px;
    }

    .contact-value a:hover {
      color: #555;
    }

    .what-to-include {
      background: #f4f4f4;
      padding: 3rem;
      margin: 3rem auto;
      max-width: 600px;
      text-align: left;
    }

    .what-to-include h2,
    .what-to-include h3 {
      text-align: left;
      margin-bottom: 1.5rem;
      font-size: 1.2rem;
    }

    .what-to-include ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .what-to-include ul li {
      font-family: "Montserrat", sans-serif;
      font-size: 0.95rem;
      color: #333;
      padding: 0.6rem 0;
      border-bottom: 1px solid #e0e0e0;
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      line-height: 1.5;
    }

    .what-to-include ul li:last-child {
      border-bottom: none;
    }

    .what-to-include ul li::before {
      content: "—";
      color: #bbb;
      flex-shrink: 0;
      margin-top: 0.05em;
    }

    /* Footer */
    footer {
      padding: 3rem 5vw;
      border-top: 1px solid #eee;
    }

    footer small {
      font-family: "Montserrat", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #999;
    }

    /* Mobile */
    @media (max-width: 991px) {
      .split-layout {
        flex-direction: column;
        overflow: auto;
        height: auto;
      }

      .split-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 2rem;
        position: relative;
        z-index: 1001;
      }

      .split-content {
        overflow-y: visible;
      }

      .nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
      }

      .nav-brand {
        margin-bottom: 0;
        font-size: 1.1rem;
      }

      .nav-brand br {
        display: none;
      }

      .nav-logo {
        display: none;
      }

      .hero-logo {
        display: block;
        width: 160px;
        height: auto;
        margin: 0 auto 1.5rem;
        mix-blend-mode: multiply;
      }

      .burger-btn {
        display: block;
      }

      .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 2.5rem;
        gap: 1.5rem;
      }

      .nav-social-icons {
        width: 100%;
        margin-top: 1rem !important;
        gap: 3rem;
        font-size: 1.8rem;
      }

      .nav-social-icons a {
        padding: 12px;
      }

      .nav-menu.active {
        display: flex;
      }

      .nav-link {
        padding: 12px 0;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
      }

      .hero-title {
        font-size: 2rem;
        margin-top: 5vh;
      }

      .hero-section {
        padding: 3rem 5vw 2rem;
      }

      body p.slogan {
        font-size: 1.1rem;
      }

      .what-is-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .what-is-item p,
      .what-is-item .item-label {
        text-align: center;
      }

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

      .topic-item {
        border-right: none;
        text-align: center;
      }

      .topic-item p,
      .topic-item .topic-number {
        text-align: center;
      }

      .cta-section .hero-title {
        font-size: 1.6rem;
      }

      .quote-block blockquote {
        font-size: 1.4rem;
      }

      .book-now-btn.cta-large {
        font-size: 0.85rem;
        padding: 12px 28px !important;
      }


      .what-to-include {
        padding: 2rem;
      }

      #desktop-brand {
        display: none !important;
      }
    }

    body.nav-open {
      overflow: hidden;
    }

    body.nav-open .split-sidebar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background-color: #fafafa;
      padding-bottom: 4rem;
    }

    body.nav-open::after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 1000;
    }
  