:root {
        --ink: #1a171b;
        --green: #2c982e;
        --green2: #36ab39;
        --mist: #eef7ee;
        --line: #dfe4e1;
        --soft: #f6f7f6;
        --muted: #5e635f;
        --white: #fff;
      }
      * {
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        margin: 0;
        color: var(--ink);
        font-family: Archivo, Arial, Helvetica, sans-serif;
        background: #fff;
        font-size: 16px;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      button,
      input,
      select,
      textarea {
        font: inherit;
      }
      .wrap {
        width: min(1120px, calc(100% - 40px));
        margin: auto;
      }
      .eyebrow {
        text-transform: uppercase;
        letter-spacing: 0.25em;
        font-size: 0.76rem;
        font-weight: 800;
        color: var(--green);
      }
      h1,
      h2,
      h3,
      p {
        margin-top: 0;
      }
      h1,
      h2 {
        letter-spacing: -0.045em;
        line-height: 1.02;
      }
      h2 {
        font-size: clamp(2rem, 5vw, 3.7rem);
        max-width: 780px;
      }
      .nav {
        height: 82px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        position: sticky;
        top: 0;
        z-index: 20;
      }
      .nav .wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .brand {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .brand strong {
        display: block;
        font-size: 1.45rem;
        letter-spacing: -0.06em;
      }
      .brand strong em {
        font-style: normal;
        color: var(--green);
      }
      .brand small {
        display: block;
        color: #6b706c;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        font-size: 0.62rem;
        font-weight: 700;
      }
      .navlinks {
        display: flex;
        gap: 30px;
        align-items: center;
        font-size: 0.86rem;
        font-weight: 700;
      }
      .pill,
      .primary,
      .secondary {
        border-radius: 999px;
        padding: 14px 24px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid transparent;
        cursor: pointer;
      }
      .pill,
      .primary {
        background: var(--green);
        color: #fff;
      }
      .pill:hover,
      .primary:hover {
        background: var(--green2);
      }
      .secondary {
        border-color: #7b807d;
        color: #fff;
      }
      .menu {
        display: none;
        border: 0;
        background: none;
        font-size: 1.5rem;
      }
      .hero {
        min-height: 650px;
        color: #fff;
        position: relative;
        background: #101211 url("../pose-cuisine-christopher.jpg")
          center/cover no-repeat;
      }
      .hero:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.88) 0%,
          rgba(0, 0, 0, 0.62) 42%,
          rgba(0, 0, 0, 0.12) 72%
        );
      }
      .hero .wrap {
        position: relative;
        z-index: 1;
        padding: 68px 0 72px;
      }
      .hero-copy {
        max-width: 690px;
      }
      .tag {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #666;
        background: rgba(40, 40, 40, 0.78);
        border-radius: 999px;
        padding: 8px 15px;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.17em;
        text-transform: uppercase;
      }
      .tag i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
      }
      h1 {
        font-size: clamp(3.4rem, 7vw, 6.5rem);
        margin: 26px 0;
      }
      .hero h1 span {
        color: #25a75b;
      }
      .hero p {
        font-size: 1.12rem;
        line-height: 1.7;
        max-width: 640px;
      }
      .hero .hero-lead {
        margin: 0 0 10px;
        color: #fff;
        font-weight: 800;
        line-height: 1.45;
      }
      .actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-top: 34px;
      }
      .facts {
        padding: 72px 0 64px;
        background: #101211;
        color: #fff;
        overflow: hidden;
      }
      .facts-heading {
        margin-bottom: 38px;
        text-align: center;
      }
      .facts-heading .eyebrow {
        color: #69cf79;
      }
      .facts-heading h2 {
        max-width: 760px;
        margin: 10px auto 0;
        color: #fff;
        font-size: clamp(2rem, 4vw, 3.5rem);
        line-height: 1.04;
      }
      .factgrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1080px;
        margin-inline: auto;
      }
      .fact {
        position: relative;
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 28px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        transition:
          opacity 0.8s ease,
          transform 0.8s cubic-bezier(0.2, 0.75, 0.2, 1);
      }
      .fact:last-child {
        border-right: 0;
      }
      .fact b {
        display: block;
        color: #fff;
        font-size: clamp(2.65rem, 4.9vw, 4.55rem);
        line-height: 1;
        letter-spacing: -0.06em;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }
      .fact > span:not(.fact-line) {
        display: block;
        margin-top: 13px;
        color: #c6cec8;
        font-size: 0.98rem;
        line-height: 1.4;
        font-weight: 700;
      }
      .fact-line {
        display: block;
        width: 72px;
        height: 4px;
        margin-top: 21px;
        border-radius: 99px;
        background: var(--green2);
        transform: scaleX(1);
        transform-origin: center;
        transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1) 0.75s;
      }
      .facts-ready .fact-line {
        transform: scaleX(0);
      }
      .facts-ready .fact.is-visible .fact-line {
        transform: scaleX(1);
      }
      .fact-value-row {
        min-height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 2px;
      }
      .fact-value-row b {
        display: inline;
      }
      .fact-value-row .google-g {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
      }
      .fact-stars {
        color: #fbbc04 !important;
        font-size: 0.9rem !important;
        letter-spacing: 0.05em !important;
        opacity: 0;
        transform: translateY(8px);
        transition:
          opacity 0.45s ease 3.5s,
          transform 0.45s ease 3.5s;
      }
      .fact.is-visible .fact-stars {
        opacity: 1;
        transform: none;
      }
      .facts-ready .fact {
        opacity: 0;
        transform: translateY(34px);
      }
      .facts-ready .fact.is-visible {
        opacity: 1;
        transform: translateY(0);
      }
      .facts-ready .fact:nth-child(2) {
        transition-delay: 0.16s;
      }
      .facts-ready .fact:nth-child(3) {
        transition-delay: 0.32s;
      }
      .brand-proof {
        padding: 48px 0 44px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        overflow: hidden;
      }
      .brand-proof-head {
        text-align: center;
        margin-bottom: 28px;
      }
      .brand-proof-head h2 {
        max-width: 820px;
        margin: 0 auto;
        font-size: clamp(1.45rem, 2.5vw, 2.15rem);
        line-height: 1.2;
      }
      .brand-proof-head p {
        margin: 10px auto 0;
        color: var(--muted);
        font-size: 0.92rem;
      }
      .brand-marquee {
        width: 100%;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(
          90deg,
          transparent,
          #000 7%,
          #000 93%,
          transparent
        );
        mask-image: linear-gradient(
          90deg,
          transparent,
          #000 7%,
          #000 93%,
          transparent
        );
      }
      .brand-track {
        display: flex;
        width: max-content;
        animation: brand-scroll 30s linear infinite;
      }
      .brand-marquee:hover .brand-track {
        animation-play-state: paused;
      }
      .brand-set {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-right: 16px;
      }
      .brand-token {
        width: 188px;
        height: 78px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        padding: 12px 17px;
        border: 1px solid #e1e4e1;
        border-radius: 14px;
        background: #f8f9f8;
      }
      .brand-token img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: grayscale(1) contrast(1.08);
        opacity: 0.84;
      }
      .brand-token--compact img {
        width: 88%;
        height: 88%;
      }
      .brand-token--leroy img {
        width: 70%;
        height: 70%;
      }
      .brand-token--denor img {
        width: 78%;
        height: 78%;
      }
      .brand-token--socooc img {
        width: 82%;
        height: 82%;
      }
      @keyframes brand-scroll {
        to {
          transform: translateX(-50%);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .facts-ready .fact {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .fact-line {
          transform: scaleX(1);
          transition: none;
        }
        .fact-stars {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .brand-track {
          animation: none;
        }
        .brand-marquee {
          overflow-x: auto;
          -webkit-mask-image: none;
          mask-image: none;
        }
      }
      @media (max-width: 640px) {
        .brand-token {
          width: 156px;
          height: 70px;
          padding: 11px 15px;
        }
        .brand-proof-head {
          padding-inline: 20px;
        }
      }
      .section {
        padding: 110px 0;
      }
      .approach {
        background: var(--soft);
      }
      .split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: center;
      }
      .team-visuals {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        align-self: stretch;
      }
      .team-portrait {
        position: relative;
        min-height: 560px;
        margin: 0;
        border-radius: 24px;
        overflow: hidden;
        background: #dce5df;
        box-shadow: 0 18px 42px rgba(12, 48, 34, 0.12);
      }
      .team-portrait img {
        width: 100%;
        height: 100%;
        min-height: 560px;
        display: block;
        object-fit: cover;
      }
      .team-portrait figcaption {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 13px 14px;
        border-radius: 13px;
        color: #fff;
        background: rgba(12, 48, 34, 0.9);
        backdrop-filter: blur(8px);
        line-height: 1.25;
      }
      .team-portrait figcaption strong {
        display: block;
        font-size: 0.95rem;
      }
      .team-portrait figcaption span {
        display: block;
        margin-top: 3px;
        font-size: 0.74rem;
        color: rgba(255, 255, 255, 0.82);
      }
      .checks {
        list-style: none;
        padding: 0;
        margin: 28px 0;
      }
      .checks li {
        display: flex;
        gap: 12px;
        margin: 16px 0;
        line-height: 1.5;
      }
      .checks li:before {
        content: "✓";
        display: grid;
        place-items: center;
        flex: 0 0 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--green);
        color: #fff;
        font-weight: 900;
      }
      .dark {
        background: #101211;
        color: #fff;
      }
      .dark .eyebrow {
        color: #21a65a;
      }
      .dark p {
        color: #bec4bf;
      }
      .role-title,
      .step-top {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .theme-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 12px;
        color: #fff;
        background: var(--green);
      }
      .theme-icon svg {
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      #realisations .realisations-heading {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
      }
      .orientation {
        background: #f4f8f4;
      }
      .orientation-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 54px;
        align-items: center;
      }
      .orientation-intro h2 {
        margin-bottom: 20px;
      }
      .orientation-intro > p:not(.eyebrow) {
        color: var(--muted);
        font-size: 1.03rem;
        line-height: 1.75;
      }
      .orientation-promise {
        margin: 30px 0 0;
        padding: 20px 22px;
        border-left: 4px solid var(--green);
        background: #fff;
        line-height: 1.5;
      }
      .orientation-promise strong {
        display: block;
        margin-bottom: 6px;
        color: var(--green);
        font-size: 1rem;
      }
      .orientation-promise span {
        color: var(--ink);
        font-weight: 700;
      }
      .orientation-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
      }
      .orientation-card {
        padding: 26px 28px;
        border: 1px solid #d7e5da;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 34px rgba(18, 44, 27, 0.06);
      }
      .orientation-card h3 {
        margin: 0 0 12px;
        font-size: 1.25rem;
      }
      .orientation-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.65;
      }
      .orientation-card:last-child {
        grid-column: 1 / -1;
      }
      .orientation-actions {
        margin-top: 26px;
      }
      .home-projects {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 32px;
      }
      .home-project {
        position: relative;
        min-height: 285px;
        overflow: hidden;
        border-radius: 20px;
        background: #242725;
        isolation: isolate;
      }
      .home-project img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
      }
      .home-project::after {
        content: "";
        position: absolute;
        z-index: 1;
        inset: 38% 0 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
      }
      .home-project:hover img {
        transform: scale(1.04);
      }
      .home-project-copy {
        position: absolute;
        z-index: 2;
        right: 20px;
        bottom: 18px;
        left: 20px;
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 12px;
      }
      .home-project-copy strong {
        font-size: 1.12rem;
      }
      .home-project-copy span {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 50%;
        color: #111;
        background: #fff;
        font-weight: 900;
      }
      .insta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
      }
      .steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin-top: 50px;
      }
      .combined-journey {
        padding-top: 58px;
        margin-top: 58px;
        border-top: 1px solid var(--line);
      }
      .combined-journey h2 {
        margin-bottom: 0;
      }
      .combined-journey .steps {
        grid-template-columns: repeat(3, 1fr);
      }
      .step {
        position: relative;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 25px;
        background: #fff;
        transition:
          transform 0.28s ease,
          box-shadow 0.28s ease,
          border-color 0.28s ease;
      }
      .step:hover {
        transform: translateY(-5px);
        border-color: #b9dfc0;
        box-shadow: 0 14px 32px rgba(18, 44, 27, 0.09);
      }
      .step:not(:last-child)::after {
        content: "→";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: -27px;
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        transform: translateY(-50%);
        border-radius: 50%;
        background: #fff;
        border: 1px solid var(--line);
        color: #2c982e;
        font-size: 1.25rem;
        font-weight: 900;
        box-shadow: 0 8px 20px rgba(26, 23, 27, 0.08);
      }
      .step b {
        color: var(--green);
        font-size: 1.5rem;
      }
      .step h3 {
        margin: 18px 0 12px;
      }
      .step p {
        color: var(--muted);
        line-height: 1.6;
        font-size: 0.92rem;
      }
      .contact {
        background: var(--soft);
      }
      .contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 42px;
        align-items: start;
      }
      .footer {
        background: #101211;
        color: #d5dad6;
        padding: 60px 0 25px;
      }
      .footgrid {
        display: grid;
        grid-template-columns: 1.25fr 0.8fr 1.1fr 0.9fr;
        gap: 42px;
      }
      .footer h3 {
        color: #fff;
      }
      .footer a {
        display: block;
        margin: 10px 0;
      }
      .footer address {
        color: #d5dad6;
        font-style: normal;
        line-height: 1.65;
      }
      .motion-ready [data-reveal] {
        opacity: 0;
        transform: translateY(26px);
        transition:
          opacity 0.65s ease var(--delay, 0ms),
          transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) var(--delay, 0ms);
      }
      .motion-ready [data-reveal="left"] {
        transform: translateX(-36px);
      }
      .motion-ready [data-reveal="right"] {
        transform: translateX(36px);
      }
      .motion-ready [data-reveal].is-visible {
        opacity: 1;
        transform: none;
      }
      .motion-ready .step:not(:last-child)::after {
        opacity: 0;
        scale: 0.5;
        transition:
          opacity 0.35s ease calc(var(--delay, 0ms) + 420ms),
          scale 0.35s ease calc(var(--delay, 0ms) + 420ms);
      }
      .motion-ready .step.is-visible:not(:last-child)::after {
        opacity: 1;
        scale: 1;
      }
      .legal {
        border-top: 1px solid #343735;
        margin-top: 40px;
        padding-top: 22px;
        font-size: 0.75rem;
        color: #868c87;
        display: flex;
        justify-content: space-between;
      }
      .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
        gap: 54px;
        align-items: center;
      }
      .hero-copy {
        max-width: 650px;
      }
      .hero h1 {
        font-size: clamp(2.8rem, 4.8vw, 4.75rem);
        line-height: 0.98;
      }
      .reviews {
        background: rgba(24, 26, 25, 0.88);
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 22px;
        padding: 24px;
        backdrop-filter: blur(14px);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
      }
      .reviews-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      }
      .google-title {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .google-g {
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        color: #4285f4;
        font-size: 1.25rem;
        font-weight: 900;
      }
      .rating b {
        display: block;
        font-size: 0.94rem;
      }
      .rating span {
        display: block;
        font-size: 0.82rem;
        color: #e7ebe8;
        margin-top: 3px;
      }
      .stars {
        color: #fbbc04;
        letter-spacing: 0.06em;
      }
      .review-window {
        position: relative;
        min-height: 215px;
        margin: 18px 0 14px;
      }
      .review-card {
        position: absolute;
        inset: 0;
        background: #fff;
        color: var(--ink);
        border-radius: 15px;
        padding: 22px;
        opacity: 0;
        transform: translateX(18px);
        transition:
          opacity 0.45s ease,
          transform 0.45s ease;
        pointer-events: none;
      }
      .review-card.active {
        opacity: 1;
        transform: none;
        pointer-events: auto;
      }
      .review-source {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
      }
      .review-source b {
        font-size: 0.9rem;
      }
      .review-card p {
        color: #404541;
        font-size: 0.92rem;
        line-height: 1.55;
        margin: 18px 0 0;
      }
      .review-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .review-dots {
        display: flex;
        gap: 7px;
      }
      .review-dot {
        width: 8px;
        height: 8px;
        border: 0;
        padding: 0;
        border-radius: 50%;
        background: #767b78;
        cursor: pointer;
      }
      .review-dot.active {
        width: 22px;
        border-radius: 8px;
        background: var(--green2);
      }
      .review-arrows {
        display: flex;
        gap: 8px;
      }
      .review-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #686d69;
        background: transparent;
        color: #fff;
        cursor: pointer;
      }
      .hero h1,
      .section h2,
      .step h3 {
        font-weight: 900;
      }
      .hero h1 span,
      .fact b,
      .step b {
        color: var(--green);
      }
      .brand img {
        display: block;
        width: auto;
        height: 56px;
        object-fit: contain;
      }
      .brand .brand-emblem {
        width: 56px;
      }
      .hero-grid {
        grid-template-columns: minmax(0, 1.22fr) minmax(350px, 0.78fr);
        gap: 64px;
      }
      .reviews {
        background: rgba(36, 37, 36, 0.94);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 14px;
        overflow: hidden;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
      }
      .reviews-head {
        padding: 12px 10px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        background: transparent;
      }
      .google-g {
        background: linear-gradient(
          135deg,
          #4285f4 0 25%,
          #34a853 25% 50%,
          #fbbc05 50% 75%,
          #ea4335 75%
        );
        color: #fff;
        font-size: 0;
        position: relative;
      }
      .google-g:after {
        content: "G";
        font-size: 1.05rem;
        font-weight: 900;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      }
      .rating b {
        font-size: 1rem;
      }
      .rating span {
        color: #e8ebe9;
        font-size: 0.76rem;
      }
      .all-reviews {
        font-size: 0.72rem;
        font-weight: 800;
        color: #fff;
        background: rgba(255, 255, 255, 0.13);
        padding: 9px 12px;
        border-radius: 999px;
        white-space: nowrap;
      }
      .review-window {
        min-height: 270px;
        margin: 14px 0 0;
      }
      .review-card {
        border-radius: 14px;
        padding: 26px 24px;
        background: #fff;
        transform: translateX(12px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
      }
      .review-source {
        justify-content: flex-start;
        display: grid;
        grid-template-columns: 42px 1fr auto;
      }
      .review-source > span:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 3px;
      }
      .review-source b {
        font-size: 0.91rem;
      }
      .review-source small {
        font-size: 0.71rem;
        color: #777;
      }
      .review-source .stars {
        font-size: 0.72rem;
      }
      .avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid !important;
        place-items: center;
        background: #087f64;
        color: #fff;
        font-weight: 800;
      }
      .avatar.brown {
        background: #805544;
      }
      .avatar.pink {
        background: #cf1352;
      }
      .avatar.teal {
        background: #0894a3;
      }
      .avatar.blue {
        background: #0876ad;
      }
      .avatar.navy {
        background: #155b9b;
      }
      .review-card p {
        font-size: 0.94rem;
        line-height: 1.65;
        margin-top: 22px;
        color: #29262a;
      }
      .review-controls {
        padding: 14px 4px 2px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        background: transparent;
      }
      .review-dot {
        background: #c9ceca;
      }
      .review-dot.active {
        background: #2c982e;
      }
      .review-arrow {
        border-color: rgba(255, 255, 255, 0.28);
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
      }
      .review-arrow:hover {
        background: #2c982e;
        color: #fff;
        border-color: #2c982e;
      }
      .booking-card {
        width: min(100%, 920px);
        margin-inline: auto;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(18, 44, 27, 0.09);
      }
      .booking-head {
        padding: 26px 28px 22px;
        border-bottom: 1px solid var(--line);
      }
      .booking-head h3 {
        font-size: 1.35rem;
        margin-bottom: 8px;
      }
      .booking-head p {
        color: var(--muted);
        line-height: 1.55;
        margin: 0;
      }
      .booking-frame {
        display: block;
        width: 100%;
        height: 720px;
        border: 0;
        background: #fff;
      }
      .booking-fallback {
        display: none;
        padding: 24px;
        text-align: center;
      }
      .microcopy {
        display: block;
        margin-top: 14px;
        color: #dce6df;
        font-size: 0.8rem;
        font-weight: 700;
      }
      .tandem {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-top: 28px;
      }
      .tandem article {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 20px;
      }
      .tandem h3 {
        margin-bottom: 6px;
        font-size: 1.05rem;
      }
      .tandem p {
        font-size: 0.88rem;
        line-height: 1.55;
        margin: 0;
      }
      @media (max-width: 860px) {
        .navlinks {
          display: none;
        }
        .navlinks.is-open {
          position: absolute;
          inset: 82px 0 auto;
          display: flex;
          flex-direction: column;
          padding: 24px;
          background: #fff;
          border-bottom: 1px solid var(--line);
        }
        .menu {
          display: block;
        }
        .hero {
          min-height: 610px;
          background-position: 62% center;
        }
        .hero .wrap {
          padding-top: 58px;
        }
        .team-portrait,
        .team-portrait img {
          min-height: 440px;
        }
        .hero-grid {
          grid-template-columns: 1fr;
        }
        .reviews {
          max-width: 570px;
        }
        .steps {
          grid-template-columns: 1fr 1fr;
        }
        .combined-journey .steps {
          grid-template-columns: 1fr;
        }
        .combined-journey .step:not(:last-child)::after {
          content: "↓";
          top: auto;
          right: 50%;
          bottom: -28px;
          transform: translateX(50%);
        }
        .split,
        .contact-grid,
        .orientation-grid {
          grid-template-columns: 1fr;
        }
        .home-projects {
          grid-template-columns: 1fr 1fr;
        }
        .footgrid {
          grid-template-columns: 1fr 1fr;
        }
      }
      @media (max-width: 560px) {
        .wrap {
          width: min(100% - 28px, 1120px);
        }
        .nav {
          height: 70px;
        }
        .navlinks.is-open {
          inset-block-start: 70px;
        }
        .brand img {
          height: 46px;
        }
        .brand .brand-emblem {
          width: 46px;
        }
        .brand strong {
          font-size: 1.2rem;
        }
        .hero .wrap {
          padding: 46px 0 56px;
        }
        .hero h1 {
          font-size: 2.65rem;
          line-height: 1.02;
        }
        .hero p {
          font-size: 1rem;
        }
        .reviews {
          padding: 16px;
        }
        .review-window {
          min-height: 235px;
        }
        .section {
          padding: 78px 0;
        }
        .factgrid,
        .steps,
        .footgrid,
        .tandem,
        .home-projects,
        .orientation-details {
          grid-template-columns: 1fr;
        }
        .orientation-card:last-child {
          grid-column: auto;
        }
        .combined-journey .steps {
          grid-template-columns: 1fr;
        }
        .fact {
          border-right: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.14);
          padding-inline: 0;
        }
        .fact:last-child {
          border-bottom: 0;
        }
        .step:not(:last-child)::after {
          content: "↓";
          top: auto;
          right: 50%;
          bottom: -28px;
          transform: translateX(50%);
        }
        .split {
          gap: 40px;
        }
        .booking-frame {
          height: 760px;
        }
        .legal {
          display: block;
        }
        .legal span {
          display: block;
          margin-top: 8px;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .motion-ready [data-reveal],
        .motion-ready .step:not(:last-child)::after {
          opacity: 1;
          transform: none;
          scale: 1;
          transition: none;
        }
        .step {
          transition: none;
        }
      }
