      :root {
        --black: #050505;
        --black-2: #0d0d0d;
        --black-3: #171717;
        --white: #ffffff;
        --cream: #f6f4ef;
        --muted: #777777;
        --muted-light: #b7b7b7;
        --line: rgba(255, 255, 255, 0.14);
        --line-dark: rgba(0, 0, 0, 0.12);
        --gold: #b9975b;
        --gold-2: #d3b87c;
        --shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
        --max: 1240px;
        --ease: cubic-bezier(0.19, 1, 0.22, 1);
      }

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

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: "Montserrat", sans-serif !important;
        color: var(--black);
        background: var(--cream);
        line-height: 1.65;
        overflow-x: hidden;
      }

      .brand img {
        background: white;
        width: 80px;
      }

      img {
        display: block;
        max-width: 100%;
      }

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

      button,
      input,
      textarea,
      select {
        font-family: inherit;
      }

      .container {
        width: min(var(--max), calc(100% - 44px));
        margin-inline: auto;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--gold);
        font-size: 12px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 22px;
      }

      .eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: currentColor;
        display: inline-block;
      }

      h1,
      h2,
      h3,
      h4 {
        font-family: "Cinzel", serif !important;
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: -0.025em;
      }

      h1 {
        font-size: clamp(30px, 6vw, 44px);
        max-width: 1160px;
      }

      h2 {
        font-size: clamp(24px, 2.4vw, 24px);
        max-width: 900px;
      }

      h3 {
        font-size: clamp(22px, 2.2vw, 34px);
      }

      p {
        color: inherit;
      }

      .lead {
        font-size: clamp(17px, 1.5vw, 22px);
        line-height: 1.65;
        color: rgba(255, 255, 255, 0.78);
        max-width: 780px;
      }

      .lead.dark {
        color: #3d3d3d;
      }

      .btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 52px;
        padding: 15px 24px;
        border: 1px solid transparent;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        cursor: pointer;
        transition:
          transform 0.35s var(--ease),
          background 0.35s var(--ease),
          color 0.35s var(--ease),
          border-color 0.35s var(--ease);
        overflow: hidden;
      }

      .btn:hover {
        transform: translateY(-2px);
      }

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

      .btn-primary:hover {
        background: var(--gold);
        color: #fff;
        border-color: var(--gold);
      }

      .btn-dark {
        background: var(--black);
        color: var(--white);
        border-color: var(--black);
      }

      .btn-dark:hover {
        background: transparent;
        color: var(--black);
      }

      .btn-outline {
        background: #B9975B;
        color: var(--white);
        border-color: #B9975B;
      }

      .btn-outline:hover {
        border-color: var(--white);
        background: var(--white);
        color: var(--black);
      }

      .btn-outline-dark {
        background: transparent;
        color: var(--black);
        border-color: rgba(0, 0, 0, 0.28);
      }

      .btn-outline-dark:hover {
        background: var(--black);
        color: var(--white);
        border-color: var(--black);
      }

      .section {
        position: relative;
        padding: 110px 0;
      }

      .section.black {
        background: var(--black);
        color: var(--white);
      }

      .section.white {
        background: var(--cream);
        color: var(--black);
      }

      .section-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
        gap: 70px;
        align-items: end;
        margin-bottom: 58px;
      }

      .section-header p {
        color: rgba(0, 0, 0, 0.63);
        font-size: 16px;
      }

      .black .section-header p {
        color: rgba(255, 255, 255, 0.68);
      }

      .topbar {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 1000;
        height: 82px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(5, 5, 5, 0.72);
        backdrop-filter: blur(18px);
        transition:
          height 0.3s var(--ease),
          background 0.3s var(--ease),
          border-color 0.3s var(--ease);
      }

      .topbar.scrolled {
        height: 70px;
        background: rgba(5, 5, 5, 0.94);
        border-color: rgba(255, 255, 255, 0.08);
      }

      .nav {
        height: 100%;
        width: min(1440px, calc(100% - 40px));
        margin-inline: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
      }

      .brand {
        display: flex;
        align-items: center;
        gap: 14px;
        color: var(--white);
        min-width: fit-content;
      }

      .brand-mark {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        display: grid;
        place-items: center;
        font-family: "Cinzel", serif;
        font-weight: 700;
        letter-spacing: -0.08em;
        background: rgba(255, 255, 255, 0.04);
      }

      .brand-text {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
      }

      .brand-text strong {
        font-family: "Cinzel", serif;
        font-size: 17px;
        letter-spacing: 0.08em;
        font-weight: 600;
      }

      .brand-text span {
        color: rgba(255, 255, 255, 0.58);
        font-size: 10px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        margin-top: 4px;
      }

      .nav-links {
        display: flex;
        align-items: center;
        gap: 30px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .nav-links a {
        position: relative;
        padding: 30px 0;
        transition: color 0.25s var(--ease);
      }

      .nav-links a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 22px;
        width: 0;
        height: 1px;
        background: var(--gold);
        transition: width 0.3s var(--ease);
      }

      .nav-links a:hover {
        color: var(--white);
      }

      .nav-links a:hover::after {
        width: 100%;
      }

      .nav-actions {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .menu-toggle {
        display: none;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: transparent;
        color: white;
        font-size: 22px;
        cursor: pointer;
      }

      .hero {
        min-height: 100svh;
        color: var(--white);
        position: relative;
        display: flex;
        align-items: flex-end;
        isolation: isolate;
        background: var(--black);
        overflow: hidden;
        padding: 170px 0 72px;
      }

      .hero-bg {
        position: absolute;
        inset: 0;
        z-index: -3;
      }

      .hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1) contrast(1.08) brightness(0.65);
        transform: scale(1.04);
      }

      .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        background:
          linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.94) 0%,
            rgba(0, 0, 0, 0.72) 38%,
            rgba(0, 0, 0, 0.34) 100%
          ),
          linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.86) 0%,
            rgba(0, 0, 0, 0.12) 48%,
            rgba(0, 0, 0, 0.78) 100%
          );
      }

      .hero::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.18);
      }

      .hero-layout {
        display: grid;
        grid-template-columns: 1fr 270px;
        gap: 56px;
        align-items: end;
      }

      .hero-copy {
        padding-top: 70px;
      }

      .hero-copy h1 {
        margin-bottom: 28px;
      }

      .hero-copy .lead {
        margin-bottom: 34px;
      }

      .hero-ctas {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
      }

      .hero-panel {
        border-left: 1px solid rgba(255, 255, 255, 0.22);
        padding-left: 26px;
        padding-bottom: 10px;
      }

      .hero-panel span {
        display: block;
        font-size: 11px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--gold-2);
        font-weight: 700;
        margin-bottom: 15px;
      }

      .hero-panel p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        margin-bottom: 24px;
      }

      .market-list {
        display: grid;
        gap: 13px;
      }

      .market-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 700;
      }

      .scroll-cue {
        position: absolute;
        right: 34px;
        bottom: 36px;
        color: rgba(255, 255, 255, 0.65);
        writing-mode: vertical-rl;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        font-size: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .scroll-cue::after {
        content: "";
        width: 1px;
        height: 44px;
        background: rgba(255, 255, 255, 0.4);
        display: inline-block;
      }

      .cred-strip {
        background: var(--black);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        color: var(--white);
      }

      .cred-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
      }

      .cred-item {
        min-height: 158px;
        padding: 32px 26px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: background 0.35s var(--ease);
      }

      .cred-item:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
      }

      .cred-item:hover {
        background: rgba(255, 255, 255, 0.055);
      }

      .cred-item i {
        color: var(--gold);
        font-size: 27px;
      }

      .cred-item strong {
        font-family: "Cinzel", serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.15;
      }

      .who-layout {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        min-height: 560px;
        background: var(--white);
        box-shadow: var(--shadow);
      }

      .who-image {
        position: relative;
        overflow: hidden;
        background: var(--black);
      }

      .who-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1) contrast(1.08);
        transition: transform 1s var(--ease);
      }

      .who-layout:hover .who-image img {
        transform: scale(1.045);
      }

      .who-image::after {
        content: "UK · Portugal";
        position: absolute;
        left: 28px;
        bottom: 28px;
        padding: 9px 12px;
        background: rgba(0, 0, 0, 0.72);
        color: white;
        font-size: 11px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        font-weight: 700;
      }

      .who-copy {
        padding: clamp(34px, 6vw, 78px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .who-copy h2 {
        margin-bottom: 28px;
      }

      .who-copy p {
        color: #3c3c3c;
        font-size: clamp(17px, 1.05vw, 22px);
        margin-bottom: 34px;
        max-width: 650px;
      }

      .cards-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 1px solid rgba(255, 255, 255, 0.14);
      }

      .op-card {
        position: relative;
        min-height: 520px;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        overflow: hidden;
        background: var(--black-2);
        display: flex;
        align-items: flex-end;
        isolation: isolate;
      }

      .op-card img {
        position: absolute;
        inset: 0;
        z-index: -2;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1) brightness(0.62) contrast(1.15);
        transition:
          transform 1s var(--ease),
          filter 1s var(--ease);
      }

      .op-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.92) 0%,
          rgba(0, 0, 0, 0.56) 48%,
          rgba(0, 0, 0, 0.25) 100%
        );
      }

      .op-card:hover img {
        transform: scale(1.075);
        filter: grayscale(1) brightness(0.75) contrast(1.08);
      }

      .op-card-content {
        padding: 34px;
        transform: translateY(38px);
        transition: transform 0.45s var(--ease);
      }

      .op-card:hover .op-card-content {
        transform: translateY(0);
      }

      .op-card .number {
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 0.15em;
        font-size: 12px;
        margin-bottom: 18px;
        display: block;
      }

      .op-card h3 {
        margin-bottom: 18px;
        min-height: 72px;
      }

      .op-card p {
        color: rgba(255, 255, 255, 0.74);
        font-size: 14px;
        margin-bottom: 24px;
      }

      .text-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        font-weight: 800;
        color: var(--gold-2);
      }

      .text-link i {
        transition: transform 0.25s var(--ease);
      }

      .text-link:hover i {
        transform: translateX(5px);
      }

      .markets {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--white);
        border: 1px solid var(--line-dark);
        box-shadow: var(--shadow);
      }

      .market-panel {
        position: relative;
        padding: clamp(34px, 5vw, 72px);
        min-height: 560px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
      }

      .market-panel:first-child {
        border-right: 1px solid var(--line-dark);
      }

      .market-panel::before {
        content: attr(data-code);
        position: absolute;
        right: -20px;
        top: -46px;
        font-family: "Cinzel", serif;
        font-size: clamp(120px, 17vw, 230px);
        line-height: 1;
        color: rgba(0, 0, 0, 0.035);
        font-weight: 700;
        pointer-events: none;
      }

      .market-panel.dark {
        background: var(--black);
        color: var(--white);
      }

      .market-panel.dark::before {
        color: rgba(255, 255, 255, 0.06);
      }

      .market-panel h3 {
        font-size: clamp(34px, 4vw, 58px);
        margin-bottom: 24px;
      }

      .market-panel p {
        color: rgba(0, 0, 0, 0.62);
        max-width: 500px;
        margin-bottom: 30px;
      }

      .market-panel.dark p {
        color: rgba(255, 255, 255, 0.68);
      }

      .market-points {
        list-style: none;
        display: grid;
        gap: 16px;
        margin: 36px 0;
      }

      .market-points li {
        display: flex;
        align-items: center;
        gap: 14px;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 14px;
      }

      .market-panel.dark .market-points li {
        border-color: rgba(255, 255, 255, 0.14);
      }

      .market-points i {
        color: var(--gold);
      }

      .featured-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }

      .featured-card {
        background: var(--white);
        border: 1px solid var(--line-dark);
        transition:
          transform 0.35s var(--ease),
          box-shadow 0.35s var(--ease);
      }

      .featured-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow);
      }

      .featured-img {
        aspect-ratio: 1.45 / 1;
        overflow: hidden;
        background: #111;
      }

      .featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1) contrast(1.06);
        transition:
          transform 0.8s var(--ease),
          filter 0.8s var(--ease);
      }

      .featured-card:hover .featured-img img {
        transform: scale(1.06);
        filter: grayscale(0.55) contrast(1);
      }

      .featured-body {
        padding: 28px;
      }

      .meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 18px;
      }

      .tag {
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 6px 9px;
        font-size: 10px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-weight: 800;
        color: #444;
      }

      .featured-card h3 {
        font-size: 26px;
        margin-bottom: 14px;
      }

      .featured-card p {
        color: #555;
        font-size: 14px;
        margin-bottom: 22px;
      }

      .philosophy {
        position: relative;
        min-height: 680px;
        display: flex;
        align-items: center;
        background: var(--black);
        color: white;
        overflow: hidden;
        isolation: isolate;
      }

      .philosophy-bg {
        position: absolute;
        inset: 0;
        z-index: -2;
      }

      .philosophy-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1) brightness(0.38) contrast(1.15);
      }

      .philosophy::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.96) 0%,
          rgba(0, 0, 0, 0.82) 48%,
          rgba(0, 0, 0, 0.46) 100%
        );
      }

      .philosophy-copy {
        max-width: 980px;
      }

      .philosophy h2 {
        margin-bottom: 28px;
      }

      .philosophy p {
        font-size: clamp(17px, 1.5vw, 22px);
        color: rgba(255, 255, 255, 0.73);
        max-width: 860px;
        margin-bottom: 22px;
      }

      .signature-line {
        margin-top: 40px;
        padding-left: 30px;
        border-left: 3px solid var(--gold);
        font-family: "Cinzel", serif;
        font-size: clamp(26px, 3.6vw, 52px);
        line-height: 1.18;
        max-width: 980px;
      }

      .cta-band {
        background: var(--cream);
        color: var(--black);
        border-top: 1px solid var(--line-dark);
        border-bottom: 1px solid var(--line-dark);
      }

      .cta-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 40px;
        align-items: center;
        padding: 72px 0;
      }

      .cta-inner h2 {
        font-size: clamp(34px, 4vw, 58px);
        margin-bottom: 16px;
      }

      .cta-inner p {
        color: #555;
        font-size: 18px;
        max-width: 680px;
      }

      .contact-section {
        background: var(--black);
        color: white;
        padding: 105px 0;
      }

      .contact-card {
        border: 1px solid rgba(255, 255, 255, 0.16);
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        min-height: 520px;
        background: var(--black-2);
      }

      .contact-copy {
        padding: clamp(34px, 5vw, 72px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .contact-copy h2 {
        margin-bottom: 24px;
      }

      .contact-copy p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        max-width: 650px;
        margin-bottom: 32px;
      }

      .contact-details {
        display: grid;
        gap: 16px;
        margin-top: 38px;
      }

      .contact-detail {
        display: flex;
        align-items: center;
        gap: 14px;
        color: rgba(255, 255, 255, 0.74);
        font-size: 14px;
      }

      .contact-detail i {
        color: var(--gold);
        font-size: 18px;
      }

      .contact-form {
        padding: clamp(30px, 4vw, 56px);
        background: var(--white);
        color: var(--black);
      }

      .form-grid {
        display: grid;
        gap: 16px;
      }

      .field {
        display: grid;
        gap: 7px;
      }

      .field label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-weight: 800;
        color: #333;
      }

      .field input,
      .field select,
      .field textarea {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.18);
        background: #fafafa;
        color: #111;
        padding: 14px 14px;
        outline: none;
        font-size: 14px;
        transition:
          border-color 0.25s var(--ease),
          background 0.25s var(--ease);
      }

      .field textarea {
        min-height: 126px;
        resize: vertical;
      }

      .field input:focus,
      .field select:focus,
      .field textarea:focus {
        border-color: var(--black);
        background: var(--white);
      }

      .form-status {
        display: none;
        padding: 13px 14px;
        background: rgba(185, 151, 91, 0.14);
        border: 1px solid rgba(185, 151, 91, 0.35);
        color: #161616;
        font-size: 13px;
        font-weight: 600;
      }

      .form-status.show {
        display: block;
      }

      .footer {
        background: #000;
        color: white;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
      }

      .footer-top {
        padding: 70px 0;
        display: grid;
        grid-template-columns: 1.2fr repeat(3, 1fr);
        gap: 56px;
      }

      .footer-brand p {
        color: rgba(255, 255, 255, 0.58);
        max-width: 360px;
        margin-top: 20px;
        font-size: 14px;
      }

      .footer h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        margin-bottom: 20px;
      }

      .footer ul {
        list-style: none;
        display: grid;
        gap: 12px;
      }

      .footer a,
      .footer li {
        color: rgba(255, 255, 255, 0.62);
        font-size: 14px;
        transition: color 0.25s var(--ease);
      }

      .footer a:hover {
        color: var(--white);
      }

      .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 22px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        color: rgba(255, 255, 255, 0.48);
        font-size: 12px;
      }

      .socials {
        display: flex;
        gap: 12px;
      }

      .socials a {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.16);
        color: rgba(255, 255, 255, 0.72);
      }

      .socials a:hover {
        border-color: var(--gold);
        color: var(--gold);
      }

      .modal {
        position: fixed;
        inset: 0;
        z-index: 2000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 22px;
        background: rgba(0, 0, 0, 0.72);
        backdrop-filter: blur(10px);
      }

      .modal.show {
        display: flex;
      }

      .modal-panel {
        width: min(680px, 100%);
        max-height: min(760px, calc(100svh - 44px));
        overflow: auto;
        background: var(--white);
        color: var(--black);
        box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
        position: relative;
        transform: translateY(18px);
        animation: modalIn 0.35s var(--ease) forwards;
      }

      @keyframes modalIn {
        to {
          transform: translateY(0);
        }
      }

      .modal-head {
        padding: 34px 34px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      }

      .modal-head h3 {
        margin-bottom: 10px;
      }

      .modal-head p {
        color: #666;
        font-size: 14px;
      }

      .modal-body {
        padding: 30px 34px 34px;
      }

      .modal-close {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(0, 0, 0, 0.16);
        background: transparent;
        cursor: pointer;
        font-size: 22px;
        transition:
          background 0.25s var(--ease),
          color 0.25s var(--ease);
      }

      .modal-close:hover {
        background: var(--black);
        color: var(--white);
      }

      .reveal {
        opacity: 0;
        transform: translateY(36px);
      }

.register-panel .checkbox-grid .wpcf7-list-item {
  margin-left: 0;
}
.invt-filed .checkbox-grid {
  grid-template-columns: repeat(1, 1fr);
}
.invt-filed .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.invt-filed .wpcf7-list-item {
  width: 48.6%;
}
.pf-loc .wpcf7-list-item.first {
  margin-left: 0;
}

      @media (max-width: 1100px) {
        .nav-links,
        .nav-actions .btn {
          display: none;
        }

        .menu-toggle {
          display: grid;
          place-items: center;
        }

        .nav-links.mobile-open {
          position: fixed;
          top: 70px;
          left: 0;
          right: 0;
          display: grid;
          gap: 0;
          padding: 18px 22px 24px;
          background: rgba(5, 5, 5, 0.98);
          border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .nav-links.mobile-open a {
          padding: 18px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .hero-layout {
          grid-template-columns: 1fr;
        }

        .hero-panel {
          display: none;
        }

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

        .op-card {
          min-height: 450px;
        }

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

        .footer-top {
          grid-template-columns: 1fr 1fr;
        }
      }

      @media (max-width: 820px) {
        .section {
          padding: 82px 0;
        }

        .container {
          width: min(var(--max), calc(100% - 30px));
        }

        .topbar {
          height: 70px;
        }

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

        .brand-text span {
          display: none;
        }

        .hero {
          min-height: 92svh;
          padding: 130px 0 58px;
        }

        .hero-ctas,
        .cta-inner {
          align-items: stretch;
        }

        .hero-ctas .btn,
        .cta-inner .btn {
          width: 100%;
        }

        .scroll-cue {
          display: none;
        }

        .section-header {
          grid-template-columns: 1fr;
          gap: 24px;
          margin-bottom: 38px;
        }

        .who-layout,
        .markets,
        .contact-card,
        .cta-inner {
          grid-template-columns: 1fr;
        }

        .who-image {
          min-height: 300px;
        }

        .market-panel:first-child {
          border-right: 0;
          border-bottom: 1px solid var(--line-dark);
        }

        .contact-form {
          order: 2;
        }

        .contact-copy {
          order: 1;
        }
		  .invt-filed .wpcf7-list-item {
  width: 100%;
}
		  .pf-loc .wpcf7-list-item {
  margin: 0;
}
		  .pf-loc  .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
      }

      @media (max-width: 620px) {
        .cred-grid,
        .cards-grid,
        .featured-grid,
        .footer-top {
          grid-template-columns: 1fr;
        }

        .cred-item:first-child {
          border-left: 0;
        }

        .cred-item {
          min-height: 132px;
          border-right: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .op-card {
          min-height: 390px;
        }

        .op-card-content {
          transform: none;
        }

        .footer-bottom {
          flex-direction: column;
          align-items: flex-start;
        }

        .modal-head,
        .modal-body {
          padding-left: 22px;
          padding-right: 22px;
        }
		  .contact-copy{
			  padding:30px 12px;
		  }
		  .con-btns-wrap a {
  width: 100%;
  margin-top: 10px;
}
      }
